[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130724152706.535638468@goodmis.org>
Date: Wed, 24 Jul 2013 11:27:06 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next-3.11][PATCH 0/9] tracing: A few more fixes
Oleg is working on fixing a very tight race between opening a event file
and deleting that event at the same time (both must be done as root).
I also found a bug while testing Oleg's patches which has to do with
a race with kprobes using the function tracer.
There's also a deadlock fix that was introduced with the previous fixes.
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next
Head SHA1: 592795bd4c750beccb3babba856960880e621d42
Oleg Nesterov (7):
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
tracing: Kill trace_cpu struct/members
Steven Rostedt (Red Hat) (2):
ftrace: Add check for NULL regs if ops has SAVE_REGS set
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
----
kernel/trace/ftrace.c | 18 ++++-
kernel/trace/trace.c | 197 ++++++++++++++++++++-----------------------------
kernel/trace/trace.h | 8 --
3 files changed, 95 insertions(+), 128 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