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 kprobes/2476] Switch Kprobes inline functions to __kprobes?


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


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