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/13037] New: blacklist false positives


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

           Summary: blacklist false positives
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com


Until bug #6711 is implemented, and we're stuck with the
built-in blacklist, we need to tweak it a tad.  Here is
one regexp that needs to be tightened up, to limit itself
to genuine lock- rather than block-related functions.

 blfn += "|.*read_.*lock.*";

from https://bugzilla.redhat.com/show_bug.cgi?id=708255#c5

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