This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/15446] New: procfs probes broken on rawhide (kernel 3.10)


http://sourceware.org/bugzilla/show_bug.cgi?id=15446

             Bug #: 15446
           Summary: procfs probes broken on rawhide (kernel 3.10)
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: dsmith@redhat.com
    Classification: Unclassified


On rawhide (3.10.0-0.rc0.git21.1.fc20.x86_64), procfs probes no longer compile
because of the following kernel change:

====
commit 59d8053f1e16904d54ed7469d4b36801ea6b8f2c                                 
Author: David Howells <dhowells@redhat.com>                                     
Date:   Thu Apr 11 13:34:43 2013 +0100                                          

    proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h      

    Move non-public declarations and definitions from linux/proc_fs.h to        
    fs/proc/internal.h.                                                         

    Signed-off-by: David Howells <dhowells@redhat.com>                          
    Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>                            
====

That kernel change causes 'struct proc_dir_entry' to be a non-public structure.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]