public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ftrace: important updates
@ 2009-01-07  4:16 Steven Rostedt
  2009-01-07  4:16 ` [PATCH v2 1/4] ftrace: convert unsigned index to signed Steven Rostedt
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Steven Rostedt @ 2009-01-07  4:16 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Andrew Morton, Frederic Weisbecker, Roel Kluin,
	Pekka Paalanen


Ingo,

The first patch is a critical fix that needs to get into 2.6.29.

The next patch is a rename of tracing_on to writing_enabled since
tracing_on is confusing, and the file enables or disables writes.

The last patch is a fix to tip that prevents a memory leak.

This version I added some clean ups that Andrew Morton suggested.
I know you did not pull the previous version, because I forgot
to push the changes to kernel.org ;-)

The following patches are in:

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

    branch: tip/devel


Frederic Weisbecker (1):
      tracing/ftrace: fix a memory leak in stat tracing

Steven Rostedt (3):
      ftrace: convert unsigned index to signed
      ring-buffer: rename debugfs file tracing_on to writing_enabled
      trace: clean up funny line breaks in stat_seq_show

----
 kernel/trace/ftrace.c      |    4 ++--
 kernel/trace/ring_buffer.c |    5 +++--
 kernel/trace/trace_stat.c  |   40 ++++++++++++++++------------------------
 3 files changed, 21 insertions(+), 28 deletions(-)

-- 

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

end of thread, other threads:[~2009-01-07 18:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07  4:16 [PATCH v2 0/4] ftrace: important updates Steven Rostedt
2009-01-07  4:16 ` [PATCH v2 1/4] ftrace: convert unsigned index to signed Steven Rostedt
2009-01-07  4:16 ` [PATCH v2 2/4] ring-buffer: rename debugfs file tracing_on to writing_enabled Steven Rostedt
2009-01-07  4:16 ` [PATCH v2 3/4] tracing/ftrace: fix a memory leak in stat tracing Steven Rostedt
2009-01-07  4:16 ` [PATCH v2 4/4] trace: clean up funny line breaks in stat_seq_show Steven Rostedt
2009-01-07  9:49 ` [PATCH v2 0/4] ftrace: important updates Ingo Molnar
2009-01-07 17:54   ` Pekka Paalanen
2009-01-07 18:12     ` Steven Rostedt
2009-01-07 18:53       ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox