[Bug kprobes/2476] Switch Kprobes inline functions to __kprobes?
prasanna at in dot ibm dot com
sourceware-bugzilla@sourceware.org
Thu Mar 23 04:56:00 GMT 2006
------- Additional Comments From prasanna at in dot ibm dot com 2006-03-23 04:56 -------
Jim,
Earlier kprobes used a spin_lock() to serialize kprobe execution and hence to
avoid deadlocks waiting for spin_lock(), kprobes section was introduced.
Also this kprobes section was useful to avoid probes on other routines which
caused system crash.
Now since we have RCU based implementation, we need to re-evaluate if actually
__kprobes section is required for all the routines used by kprobes. In such a
case mark only those routines where probes on them would be unsafe.
Thanks
Prasanna
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2476
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list