|
Bugzilla – Full Text Bug Listing |
| Summary: | /usr/include/linux/threads.h broken (missing CONFIG_BASE_SMALL)? | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Martin Mrazik <mmrazik> |
| Component: | Basesystem | Assignee: | Martin Mrazik <mmrazik> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 97395 | ||
|
Description
Martin Mrazik
2005-09-19 12:35:12 UTC
Fix linux test project. <linux/*> and <asm/*> header files should never be included from userland sources. thanks. sorry for annoying. we will fix it. gernot: should I fix this somehow? The problem is in the kernel/syscall testcases. For some of the tests -1 could be used instead of PID_MAX_DEFAULT+1. However in others it would be better to use some positive value (in this way the test will test more code than just some "if (pid != -1) return -EINVAl;" constructs). Unfortunately this seems to be quite difficult. I talked with some guys from suse labs and the only thing we made up is the /proc/sys/kernel/pid_max file. However this file does not exist in 2.4 kernels (SLES8) :-) seems to be fixed in latest ltp from /work/SRC |