mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [for-next-3.11][PATCH 0/9] tracing: A few more fixes
@ 2013-07-24 15:27 Steven Rostedt
  2013-07-24 15:27 ` [for-next-3.11][PATCH 1/9] tracing: Introduce trace_create_cpu_file() and tracing_get_cpu() Steven Rostedt
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steven Rostedt @ 2013-07-24 15:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Frederic Weisbecker, Andrew Morton

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(-)

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

end of thread, other threads:[~2013-07-24 15:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-24 15:27 [for-next-3.11][PATCH 0/9] tracing: A few more fixes Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 1/9] tracing: Introduce trace_create_cpu_file() and tracing_get_cpu() Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 2/9] tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu() Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 3/9] tracing: Change tracing_buffers_fops " Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 4/9] tracing: Change tracing_stats_fops " Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 5/9] tracing: Change tracing_entries_fops " Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 6/9] tracing: Change tracing_fops/snapshot_fops " Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 7/9] tracing: Kill trace_cpu struct/members Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 8/9] ftrace: Add check for NULL regs if ops has SAVE_REGS set Steven Rostedt
2013-07-24 15:27 ` [for-next-3.11][PATCH 9/9] tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus() Steven Rostedt

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

Powered by JetHome