[Bug translator/2639] New: Probes on "__kprobes" functions should not be allowed
joshua dot i dot stone at intel dot com
sourceware-bugzilla@sourceware.org
Thu May 4 00:16:00 GMT 2006
Similar to bug #2506, probes should be disallowed at compile time for addresses
within __kprobes functions.
On the surface it seems like we could just examine the section-name of the probe
address and make sure it's not .kprobes.text. It's not that straightforward
though, because the kernel folds .kprobes.text into the main .text section in
"arch/*/kernel/vmlinux.lds.S".
--
Summary: Probes on "__kprobes" functions should not be allowed
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: joshua dot i dot stone at intel dot com
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.
More information about the Systemtap
mailing list