[PATCH 0/7] [GIT PULL] tracing: Some more fixes for 4.17

From: Steven Rostedt
Date: Wed May 02 2018 - 16:01:13 EST



Linus,

Various fixes in tracing:

- Tracepoints should not give warning on OOM failures

- Use special field for function pointer in trace event

- Fix igrab issues in uprobes

- Fixes to the new histogram triggers

Please pull the latest trace-v4.17-rc1-2 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.17-rc1-2

Tag SHA1: a21207bca13342cd75fdb77962f4bc0ab96d9371
Head SHA1: d66a270be3310d7aa132fec0cea77d3d32a0ff75


Mathieu Desnoyers (1):
tracepoint: Do not warn on ENOMEM

Rishabh Bhatnagar (1):
tracing: initcall: Ordered comparison of function pointers

Song Liu (2):
tracing: Fix bad use of igrab in trace_uprobe.c
tracing: Remove igrab() iput() call from uprobes.c

Tom Zanussi (3):
tracing: Restore proper field flag printing when displaying triggers
tracing: Add field parsing hist error for hist triggers
tracing: Add field modifier parsing hist error for hist triggers

----
include/trace/events/initcall.h | 14 +++++++++++---
kernel/events/uprobes.c | 7 +++----
kernel/trace/trace_events_hist.c | 12 ++++++++++++
kernel/trace/trace_uprobe.c | 35 ++++++++++++++---------------------
kernel/tracepoint.c | 4 ++--
5 files changed, 42 insertions(+), 30 deletions(-)