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: Linus Torvalds <torvalds@linux-foundation.org>,
	Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 0/4] [GIT PULL] tracing: Some fixes for 4.8 (and earlier)
Date: Wed, 03 Aug 2016 09:54:16 -0400	[thread overview]
Message-ID: <20160803135416.011514852@goodmis.org> (raw)


Linus,

A few updates and fixes:

 . Move the suppressing of the __builtin_return_address >0 warning to the
   tracing directory only.

 . metag recordmcount fix for newer glibc's

 . Two tracing histogram fixes that were reported by KASAN

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


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.8-1

Tag SHA1: 2b56101983196edf7c1b2cfcec5fcfeb87a166c6
Head SHA1: 7522c03ae307e657114ff909aec650304371a134


Laura Abbott (1):
      ftrace/recordmcount: Work around for addition of metag magic but not relocations

Steven Rostedt (2):
      Makefile: Mute warning for __builtin_return_address(>0) for tracing only
      tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all

Tom Zanussi (1):
      tracing: Fix use-after-free in hist_register_trigger()

----
 Makefile                         |  1 -
 kernel/trace/Makefile            |  4 ++++
 kernel/trace/trace_events_hist.c | 14 +++++++-------
 scripts/recordmcount.c           |  9 ++++++++-
 4 files changed, 19 insertions(+), 9 deletions(-)

             reply	other threads:[~2016-08-03 13:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03 13:54 Steven Rostedt [this message]
2016-08-03 13:54 ` [PATCH 1/4] ftrace/recordmcount: Work around for addition of metag magic but not relocations Steven Rostedt
2016-08-04  8:39   ` James Hogan
2016-08-03 13:54 ` [PATCH 2/4] Makefile: Mute warning for __builtin_return_address(>0) for tracing only Steven Rostedt
2016-08-03 13:54 ` [PATCH 3/4] tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all Steven Rostedt
2016-08-03 14:19   ` Dmitry Vyukov
2016-08-03 15:45     ` Steven Rostedt
2016-08-03 13:54 ` [PATCH 4/4] tracing: Fix use-after-free in hist_register_trigger() 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=20160803135416.011514852@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

Powered by JetHome