mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] [GIT PULL] tracing: Some fixes for 4.8 (and earlier)
@ 2016-08-03 13:54 Steven Rostedt
  2016-08-03 13:54 ` [PATCH 1/4] ftrace/recordmcount: Work around for addition of metag magic but not relocations Steven Rostedt
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Steven Rostedt @ 2016-08-03 13:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Ingo Molnar, Andrew Morton


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

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

end of thread, other threads:[~2016-08-04  8:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-03 13:54 [PATCH 0/4] [GIT PULL] tracing: Some fixes for 4.8 (and earlier) Steven Rostedt
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

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