From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [for-linus][PATCH 0/5] tracing: Fixes for 5.11-rc5
Date: Tue, 02 Feb 2021 16:59:49 -0500 [thread overview]
Message-ID: <20210202215949.848582355@goodmis.org> (raw)
Tracing fixes:
- Initialize tracing-graph-pause at task creation, not start of
function tracing. Causes the pause counter to be corrupted.
- Set "pause-on-trace" for latency tracers as that option breaks
their output (regression).
- Fix the wrong error return for setting kretprobes on future
modules (before they are loaded).
- Fix re-registering the same kretprobe.
- Add missing value check for added RCU variable reload.
Alexey Kardashevskiy (1):
tracepoint: Fix race between tracing and removing tracepoint
Masami Hiramatsu (1):
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Steven Rostedt (VMware) (1):
fgraph: Initialize tracing_graph_pause at task creation
Viktor Rosendahl (1):
tracing: Use pause-on-trace with the latency tracers
Wang ShaoBo (1):
kretprobe: Avoid re-registration of the same kretprobe earlier
----
include/linux/kprobes.h | 2 +-
include/linux/tracepoint.h | 12 +++++++-----
init/init_task.c | 3 ++-
kernel/kprobes.c | 36 ++++++++++++++++++++++++++++--------
kernel/trace/fgraph.c | 2 --
kernel/trace/trace_irqsoff.c | 4 ++++
kernel/trace/trace_kprobe.c | 10 ++++++----
7 files changed, 48 insertions(+), 21 deletions(-)
next reply other threads:[~2021-02-02 22:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 21:59 Steven Rostedt [this message]
2021-02-02 21:59 ` [for-linus][PATCH 1/5] fgraph: Initialize tracing_graph_pause at task creation Steven Rostedt
2021-02-02 21:59 ` [for-linus][PATCH 2/5] tracing: Use pause-on-trace with the latency tracers Steven Rostedt
2021-02-02 21:59 ` [for-linus][PATCH 3/5] tracing/kprobe: Fix to support kretprobe events on unloaded modules Steven Rostedt
2021-02-02 21:59 ` [for-linus][PATCH 4/5] kretprobe: Avoid re-registration of the same kretprobe earlier Steven Rostedt
2021-02-02 21:59 ` [for-linus][PATCH 5/5] tracepoint: Fix race between tracing and removing tracepoint 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=20210202215949.848582355@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.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