mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 0/8] [GIT PULL] tracing: Minor clean ups, fixes and error checking
Date: Fri, 15 Mar 2019 14:45:05 -0400	[thread overview]
Message-ID: <20190315184505.655928086@goodmis.org> (raw)


Linus,

This contains a series of last minute clean ups, small fixes and
error checks.

Please pull the latest trace-v5.1-2 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v5.1-2

Tag SHA1: de3d34862ab43473fb0ce9d774c09241b85c7c9c
Head SHA1: a039480e9e93896cadc5a91468964febb3c5d488


Douglas Anderson (1):
      tracing: kdb: Fix ftdump to not sleep

Masami Hiramatsu (5):
      tracing/probe: Check maxactive error cases
      tracing/probe: Check event name length correctly
      tracing/probe: Check the size of argument name and body
      tracing/probe: Check event/group naming rule at parsing
      tracing/probe: Verify alloc_trace_*probe() result

Valdis Kletnieks (2):
      tracing/probes: Make reserved_field_names static
      trace/probes: Remove kernel doc style from non kernel doc comment

----
 include/linux/ring_buffer.h |  2 +-
 kernel/trace/ring_buffer.c  |  5 +++--
 kernel/trace/trace.c        |  6 ++++--
 kernel/trace/trace_kdb.c    |  6 ++++--
 kernel/trace/trace_kprobe.c | 23 +++++++++++------------
 kernel/trace/trace_probe.c  | 20 ++++++++++++++++++--
 kernel/trace/trace_probe.h  |  1 +
 kernel/trace/trace_uprobe.c |  8 +++-----
 8 files changed, 45 insertions(+), 26 deletions(-)

             reply	other threads:[~2019-03-15 18:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 18:45 Steven Rostedt [this message]
2019-03-15 18:45 ` [PATCH 1/8] tracing/probes: Make reserved_field_names static Steven Rostedt
2019-03-15 18:45 ` [PATCH 2/8] trace/probes: Remove kernel doc style from non kernel doc comment Steven Rostedt
2019-03-15 18:45 ` [PATCH 3/8] tracing: kdb: Fix ftdump to not sleep Steven Rostedt
2019-03-15 18:45 ` [PATCH 4/8] tracing/probe: Check maxactive error cases Steven Rostedt
2019-03-15 18:45 ` [PATCH 5/8] tracing/probe: Check event name length correctly Steven Rostedt
2019-03-15 18:45 ` [PATCH 6/8] tracing/probe: Check the size of argument name and body Steven Rostedt
2019-03-15 18:45 ` [PATCH 7/8] tracing/probe: Check event/group naming rule at parsing Steven Rostedt
2019-03-15 18:45 ` [PATCH 8/8] tracing/probe: Verify alloc_trace_*probe() result Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190315184505.655928086@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome