[for-linus][PATCH 0/5] tracing: Minor fixes for the last pull request

From: Steven Rostedt
Date: Sun Sep 29 2019 - 16:08:03 EST



Some final fix ups that will be sent to Linus shortly.

Changbin Du (1):
mm, tracing: Print symbol name for call_site in trace events

Masami Hiramatsu (1):
tracing/probe: Fix to check the difference of nr_args before adding probe

Nathan Chancellor (1):
tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macro

Navid Emamdoost (1):
tracing: Have error path in predicate_parse() free its allocated memory

Steven Rostedt (VMware) (1):
selftests/ftrace: Fix same probe error test

----
include/trace/events/kmem.h | 7 ++++---
kernel/trace/trace.h | 10 +++++-----
kernel/trace/trace_events_filter.c | 6 ++++--
kernel/trace/trace_probe.c | 16 ++++++++++++++++
.../ftrace/test.d/kprobe/kprobe_syntax_errors.tc | 2 +-
5 files changed, 30 insertions(+), 11 deletions(-)