linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] [GIT PULL] tracing: Small fixes and clean ups
@ 2018-07-06  1:06 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2018-07-06  1:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Ingo Molnar, Andrew Morton


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-06  1:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06  1:06 [PATCH 0/6] [GIT PULL] tracing: Small fixes and clean ups Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).