* [GIT PULL] probes: Fixes for 6.4-rc1
@ 2023-05-18 13:44 Masami Hiramatsu
2023-05-18 16:10 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Masami Hiramatsu @ 2023-05-18 13:44 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Masami Hiramatsu, Ze Gao, Steven Rostedt, LKML
Hi Linus,
Probes fixes for 6.4-rc1:
- Initialize 'ret' local variables on fprobe_handler() to fix the smatch
warning. With this, fprobe function exit handler is not working
randomly.
- Fix to use preempt_enable/disable_notrace for rethook handler to
prevent recursive call of fprobe exit handler (which is based on
rethook)
- Fix recursive call issue on fprobe_kprobe_handler().
- Fix to detect recursive call on fprobe_exit_handler().
- Fix to make all arch-dependent rethook code notrace.
(the arch-independent code is already notrace)
Please pull the latest probes-fixes-v6.4-rc1 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes-fixes-v6.4-rc1
Tag SHA1: edaa9b59161d819661ea96a97850d9aaf6d43bdc
Head SHA1: 571a2a50a8fc546145ffd3bf673547e9fe128ed2
Masami Hiramatsu (Google) (1):
tracing: fprobe: Initialize ret valiable to fix smatch error
Ze Gao (4):
rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
fprobe: make fprobe_kprobe_handler recursion free
fprobe: add recursion detection in fprobe_exit_handler
rethook, fprobe: do not trace rethook related functions
----
arch/riscv/kernel/probes/Makefile | 2 ++
arch/s390/kernel/Makefile | 1 +
arch/x86/kernel/Makefile | 1 +
kernel/trace/fprobe.c | 73 +++++++++++++++++++++++++++++++--------
kernel/trace/rethook.c | 4 +--
5 files changed, 64 insertions(+), 17 deletions(-)
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] probes: Fixes for 6.4-rc1
2023-05-18 13:44 [GIT PULL] probes: Fixes for 6.4-rc1 Masami Hiramatsu
@ 2023-05-18 16:10 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-05-18 16:10 UTC (permalink / raw)
To: Masami Hiramatsu (Google)
Cc: Linus Torvalds, Masami Hiramatsu (Google), Ze Gao, Steven Rostedt,
LKML
The pull request you sent on Thu, 18 May 2023 22:44:09 +0900:
> git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git probes-fixes-v6.4-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2d1bcbc6cd703e64caf8df314e3669b4786e008a
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:[~2023-05-18 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 13:44 [GIT PULL] probes: Fixes for 6.4-rc1 Masami Hiramatsu
2023-05-18 16:10 ` 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