[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081203160448.972919719@goodmis.org>
Date: Wed, 03 Dec 2008 11:04:49 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/2] ftrace: fixes for tip
Ingo,
These two patches are fixes. The first cleans up the stack_trace
output to print 0's for the return_to_handler function.
The second is the nasty race we have been hitting. My patches must
have made the race window bigger for you since the bug was there
before. It is a nasty race in the fork code. More info in the change log
of that patch.
The following patches are in:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
branch: tip/devel
Steven Rostedt (2):
trace: fix output of stack trace
ftrace: fix race in function graph during fork
----
kernel/fork.c | 9 ++++++---
kernel/trace/trace_stack.c | 5 ++++-
2 files changed, 10 insertions(+), 4 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists