mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next-3.11][PATCH 0/9] tracing: A few more fixes
Date: Wed, 24 Jul 2013 11:27:06 -0400	[thread overview]
Message-ID: <20130724152706.535638468@goodmis.org> (raw)

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

             reply	other threads:[~2013-07-24 15:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24 15:27 Steven Rostedt [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130724152706.535638468@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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