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/12596] New: blacklist is too broad (raw_.*)


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.


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