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 translator/2639] Probes on "__kprobes" functions should not be allowed


------- Additional Comments From dsmith at redhat dot com  2006-10-09 17:08 -------
Created an attachment (id=1361)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1361&action=view)
Proposed patch

This proposed patches mimics the kernel function "in_kprobes_functions" by
looking up the value of the symbols "__kprobes_text_start" and
"__kprobes_text_end" and makes sure a probe point address isn't between those
two values.

-- 


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

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