Blacklist regex is too general
Alexander Lochmann
alexander.lochmann@tu-dortmund.de
Tue Apr 12 09:12:00 GMT 2016
Hi folks!
I've wanted to measure the impact of packet duplication due to a raw socket.
To do so, I have to probe the kernel function 'raw_v4_input' in
net/ipv4/raw.c.
Unfortunately, the function name matches the regex defined at
dwflpp:4324, which is: blfn += "|raw_.*";.
On my opinion, the regex is too general, and there is no reason why it
shouldn't be allowed to probe 'raw_v4_input'.
It therefore might be necessary to rephrase the mentioned regex. :)
Cheers,
Alex
--
Technische Universität Dortmund
Alexander Lochmann PGP key: 0xBC3EF6FD
Otto-Hahn-Str. 16 phone: +49.231.7556141
D-44227 Dortmund fax: +49.231.7556116
http://ess.cs.tu-dortmund.de/Staff/al
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/systemtap/attachments/20160412/40635216/attachment.sig>
More information about the Systemtap
mailing list