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 runtime/13868] New: Use UTRACE_ATTACH_ATOMIC when calling utrace create under lock.


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

             Bug #: 13868
           Summary: Use UTRACE_ATTACH_ATOMIC when calling utrace create
                    under lock.
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
    Classification: Unclassified


commit e46635d5571a655868c2fd57e186fb6edbe77d78
Author: Mark Wielaard <mjw@redhat.com>
Date:   Tue Jan 31 23:06:30 2012 +0100

    Use UTRACE_ATTACH_ATOMIC when calling utrace create under lock.

    UTRACE_ATTACH_ATOMIC is very new, but we need it when calling
    utrace create while holding a lock or in interrupt context.
    If it doesn't exist we do as before (define it as zero).

    See http://sourceware.org/ml/systemtap/2011-q4/msg00340.html

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