[PATCH 0/6] [GIT PULL] tracing: Small fixes and clean ups

From: Steven Rostedt
Date: Thu Jul 05 2018 - 21:06:50 EST



Linus,

While cleaning out my INBOX, I found a few patches that were lost
in the noise. These are minor bug fixes and clean ups. Those include:

- Avoiding a string overflow
- Code that didn't match the comment (but should)
- A small code optimization (use of a conditional)
- Quieting printf warnings
- Nuking unused code
- Fixing function graph interrupt annotation

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


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.18-rc3

Tag SHA1: 146913c0aedd504d9230680c8a4708098c4396a6
Head SHA1: 1fe4293f4b8de75824935f8d8e9a99c7fc6873da


Arnd Bergmann (1):
tracing: Avoid string overflow

Changbin Du (1):
tracing: Fix missing return symbol in function_graph output

Mathieu Malaterre (1):
tracing: Use __printf markup to silence compiler

Steven Rostedt (VMware) (1):
tracing: Make create_filter() code match the comments

Yisheng Xie (1):
ftrace: Nuke clear_ftrace_function

yuan linyu (1):
tracing: Optimize trace_buffer_iter() logic

----
include/linux/ftrace.h | 2 --
kernel/trace/ftrace.c | 13 +------------
kernel/trace/trace.c | 5 +++++
kernel/trace/trace.h | 4 +---
kernel/trace/trace_events_filter.c | 5 +++++
kernel/trace/trace_events_hist.c | 2 +-
kernel/trace/trace_functions_graph.c | 5 ++++-
7 files changed, 17 insertions(+), 19 deletions(-)