public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/13513] New: undo PR11759 for newer PREEMPT_RT kernels
@ 2011-12-17 15:08 fche at redhat dot com
  2011-12-18 19:47 ` [Bug runtime/13513] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fche at redhat dot com @ 2011-12-17 15:08 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug runtime/13513] undo PR11759 for newer PREEMPT_RT kernels
  2011-12-17 15:08 [Bug runtime/13513] New: undo PR11759 for newer PREEMPT_RT kernels fche at redhat dot com
@ 2011-12-18 19:47 ` fche at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fche at redhat dot com @ 2011-12-18 19:47 UTC (permalink / raw)
  To: systemtap

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> 2011-12-17 15:07:22 UTC ---
commit ffeb58b

Note that the stap running on -rt kernels is less robust than normal
ones, for reasons yet to be investigated.  See bug #13514.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-17 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17 15:08 [Bug runtime/13513] New: undo PR11759 for newer PREEMPT_RT kernels fche at redhat dot com
2011-12-18 19:47 ` [Bug runtime/13513] " fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).