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/9947] lockdep triggered on rawhide with tracepoints


------- Additional Comments From jistone at redhat dot com  2009-03-13 00:48 -------
Created an attachment (id=3819)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3819&action=view)
Possible fix to get rid of lockdep warning

Still, it's better that we don't spew lockdep warnings into the logs, no matter
how unlikely the actual deadlock.

This adds STP_REQUEST_EXIT that the work queue can send, instead of directly
unregistering probes.  User mode will send up STP_EXIT then, at which point the
actual unregistering and cleanup can occur.

This does eliminate the lockdep message for me, but it will add more delay
between a script exit() and actually disarming the probes...

-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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