[Bug translator/12596] New: blacklist is too broad (raw_.*)
adrien at kunysz dot be
sourceware-bugzilla@sourceware.org
Sun Mar 20 00:35:00 GMT 2011
http://sourceware.org/bugzilla/show_bug.cgi?id=12596
Summary: blacklist is too broad (raw_.*)
Product: systemtap
Version: unspecified
Status: NEW
Severity: minor
Priority: P2
Component: translator
AssignedTo: systemtap@sourceware.org
ReportedBy: adrien@kunysz.be
As reported by dpward on IRC, some functions that have no obvious reason to be
blacklisted are "hidden" by the "raw_.*" regular expression. Most notably, the
raw_sendmsg@net/ipv4/raw.c function is not accessible outside of guru mode. A
quick grep of /proc/kallsyms shows other possible casualties, the most obvious
ones being in the following files:
drivers/char/raw.c
net/ieee802154/raw.c
net/ipv4/raw.c
net/can/raw.c
The "raw_.*" filter seems to be targeted at locks but it doesn't specify which
ones so how to fix this properly isn't immediately obvious (to me).
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list