* [GIT PULL] probes: Fixes for v6.10-rc1
@ 2024-05-27 23:10 Masami Hiramatsu
2024-05-28 18:08 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Masami Hiramatsu @ 2024-05-27 23:10 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrii Nakryiko, Carlos López, Steven Rostedt,
Masami Hiramatsu, linux-kernel
Hi Linus,
Probes fixes for v6.10-rc1:
- uprobes: prevent mutex_lock() under rcu_read_lock(). Recent changes moves
uprobe_cpu_buffer preparation which involves mutex_lock(), under
__uprobe_trace_func() which is called inside rcu_read_lock(). Fix it
by moving uprobe_cpu_buffer preparation outside of __uprobe_trace_func().
- kprobe-events: Fix to handle the error case of btf_find_struct_member().
Please pull the latest probes-fixes-v6.10-rc1 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes-fixes-v6.10-rc1
Tag SHA1: bb80683f3a93708ce63bae89b6c712a1a8ff1c43
Head SHA1: e569eb34970281438e2b48a3ef11c87459fcfbcb
Andrii Nakryiko (1):
uprobes: prevent mutex_lock() under rcu_read_lock()
Carlos López (1):
tracing/probes: fix error check in parse_btf_field()
----
kernel/trace/trace_probe.c | 4 ++++
kernel/trace/trace_uprobe.c | 14 +++++++++-----
2 files changed, 13 insertions(+), 5 deletions(-)
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] probes: Fixes for v6.10-rc1
2024-05-27 23:10 [GIT PULL] probes: Fixes for v6.10-rc1 Masami Hiramatsu
@ 2024-05-28 18:08 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-05-28 18:08 UTC (permalink / raw)
To: Masami Hiramatsu (Google)
Cc: Linus Torvalds, Andrii Nakryiko, Carlos López,
Steven Rostedt, Masami Hiramatsu, linux-kernel
The pull request you sent on Tue, 28 May 2024 08:10:44 +0900:
> git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git probes-fixes-v6.10-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8d6bc6a2b1e15c64f670f93a472ad310953188b1
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-28 18:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 23:10 [GIT PULL] probes: Fixes for v6.10-rc1 Masami Hiramatsu
2024-05-28 18:08 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox