public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 0/7] [GIT PULL] tracing: Various fixes for v4.18-rc6
Date: Thu, 26 Jul 2018 19:06:07 -0400	[thread overview]
Message-ID: <20180726230607.170310741@goodmis.org> (raw)


Linus,

Various fixes to the tracing infrastructure:

 - Fix double free when the reg() call fails in event_trigger_callback()

 - Fix anomoly of snapshot causing tracing_on flag to change

 - Add selftest to test snapshot and tracing_on affecting each other

 - Fix setting of tracepoint flag on error that prevents probes from
   being deleted.

 - Fix another possible double free that is similar to event_trigger_callback()

 - Quiet a gcc warning of a false positive unused variable

 - Fix crash of partial exposed task->comm to trace events

Please pull the latest trace-v4.18-rc6 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.18-rc6

Tag SHA1: bdddc1d679612af275e349e6cd6b223c0d4cb825
Head SHA1: 3e536e222f2930534c252c1cc7ae799c725c5ff9


Artem Savkov (1):
      tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure

Masami Hiramatsu (2):
      ring_buffer: tracing: Inherit the tracing setting to next ring buffer
      selftests/ftrace: Add snapshot and tracing_on test case

Snild Dolkow (1):
      kthread, tracing: Don't expose half-written comm when creating kthreads

Steven Rostedt (VMware) (3):
      tracing: Fix double free of event_trigger_data
      tracing: Fix possible double free in event_enable_trigger_func()
      tracing: Quiet gcc warning about maybe unused link variable

----
 include/linux/ring_buffer.h                        |  1 +
 kernel/kthread.c                                   |  8 ++++++-
 kernel/trace/ring_buffer.c                         | 16 +++++++++++++
 kernel/trace/trace.c                               |  6 +++++
 kernel/trace/trace_events_trigger.c                | 18 ++++++++++----
 kernel/trace/trace_kprobe.c                        | 15 ++++++++++--
 .../selftests/ftrace/test.d/00basic/snapshot.tc    | 28 ++++++++++++++++++++++
 7 files changed, 84 insertions(+), 8 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/test.d/00basic/snapshot.tc

                 reply	other threads:[~2018-07-26 23:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180726230607.170310741@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=torvalds@linux-foundation.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