linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ftrace updates for 2.6.28
@ 2008-11-11  2:58 Steven Rostedt
  2008-11-11  2:58 ` [PATCH 1/2] ftrace: disable tracing on resize Steven Rostedt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Steven Rostedt @ 2008-11-11  2:58 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Thomas Gleixner, Andrew Morton, Stephen Rothwell,
	linux-next, Linus Torvalds


Stephen and Ingo,

The following patches are needed for 2.6.28. The first one solves a bug
where the resizing of the buffer array was not protected against
modifications by ftrace.

The second patch solves an issue tha Thomas Gleixner was seeing where
the tracer would detect the infinite recursion too easily by
tracing the timer code. This patch prevents the loop from happening
and still does not lose any trace entries.

The changes caused by these patches are low in risk, but I would
still like to put them through linux-next before passing them
off to Linus.

Note, these changes are based against Linus's mainline and not tip.
Also note that the branch in this tree is "devel" and not "tip/devel".

The following patches are in:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git

    branch: devel


Steven Rostedt (2):
      ftrace: disable tracing on resize
      ring-buffer: prevent infinite looping on time stamping

----
 kernel/trace/ring_buffer.c |    2 +-
 kernel/trace/trace.c       |   17 ++++++++++++++++-
 2 files changed, 17 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2008-11-13  0:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-11  2:58 [PATCH 0/2] ftrace updates for 2.6.28 Steven Rostedt
2008-11-11  2:58 ` [PATCH 1/2] ftrace: disable tracing on resize Steven Rostedt
2008-11-11  3:18   ` Steven Rostedt
2008-11-12 19:56     ` Pekka Paalanen
2008-11-12 20:32       ` Steven Rostedt
2008-11-13  0:03       ` Steven Rostedt
2008-11-11  2:58 ` [PATCH 2/2] ring-buffer: prevent infinite looping on time stamping Steven Rostedt
2008-11-11  3:27 ` [PATCH 0/2] ftrace updates for 2.6.28 Steven Rostedt
2008-11-11  8:23 ` Ingo Molnar

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 NNTP newsgroup(s).