[PATCH 0/4] [GIT PULL] tracing: Some fixes for 4.8 (and earlier)

From: Steven Rostedt
Date: Wed Aug 03 2016 - 09:55:57 EST



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