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/18889] New: lost ability to probe kernel module initializers


https://sourceware.org/bugzilla/show_bug.cgi?id=18889

            Bug ID: 18889
           Summary: lost ability to probe kernel module initializers
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

On recent kernels, a probe requested on module .init.* functions no longer
receives hits.  This appears to be because the kernel MODULE_STATE_COMING
notification is coming too early (before the module_sect_attrs are set), so we
cannot relocate symbols against .init.*, and thus cannot place probes.  The
bz6503.* test case was too permissive to let us discover this immediately.  The
kernel change that broke stap has not yet been identified.

-- 
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]