[Bugme-new] [Bug 11359] New: Compile error in arch/x86/kernel/ptrace.c

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Sun Aug 17 06:51:20 PDT 2008


http://bugzilla.kernel.org/show_bug.cgi?id=11359

           Summary: Compile error in arch/x86/kernel/ptrace.c
           Product: Other
           Version: 2.5
     KernelVersion: 2.6.27-rc3-git4
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Loadable Security Modules (LSM)
        AssignedTo: other_lsm at kernel-bugs.osdl.org
        ReportedBy: francois.valenduc at tvcablenet.be


Latest working kernel version: 2.6.27-rc3-git3
Earliest failing kernel version: 2.6.27-rc3-git4
Distribution: Gentoo
Hardware Environment: Packard Bell Easynote MB86, SMP, Intel Core2 Duo
Software Environment:
Problem Description:

Steps to reproduce: try to compile the kernel

When I compile the last git version of kernel 2.6.27-rc3 (git4), I get the
following compile error:

In file included from arch/x86/kernel/ptrace.c:19:

  CC      arch/x86/kernel/ptrace.o

In file included from arch/x86/kernel/ptrace.c:19:

include/linux/security.h: In function ‘security_ptrace_traceme’:

include/linux/security.h:1760: erreur: ‘parent’ undeclared (first use in
this function)

include/linux/security.h:1760: erreur: (Each undeclared identifier is reported
only once

include/linux/security.h:1760: erreur: for each function it appears in.)

After running a bisection, it appears that the commit  
5cd9c58fbe9ec92b45b27e131719af4f2bd9eb40 (security: Fix setting of PF_SUPERPRIV
by __capable()) is problematic.

If I revert it, the kernel can be compiled.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Bugme-new mailing list