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/13513] New: undo PR11759 for newer PREEMPT_RT kernels


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

             Bug #: 13513
           Summary: undo PR11759 for newer PREEMPT_RT kernels
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


Newer CONFIG_PREEMPT_RT kernels don't need this hack to let systemtap
(somewhat) work.  The hack was never that good anyway, so removing it should
make us better rt citizens.

+#if CONFIG_PREEMPT_RT
+static raw_spinlock_t itrace_lock;
+#else
 static spinlock_t itrace_lock;
+#endif

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