Re: [PATCH] selftests: tracing: Add tprobe enable/disable testcase
From: Shuah Khan
Date: Thu Nov 20 2025 - 11:40:31 EST
On 11/19/25 18:25, Masami Hiramatsu (Google) wrote:
On Wed, 19 Nov 2025 15:56:57 -0700
Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
On 11/19/25 15:06, Steven Rostedt wrote:
On Wed, 19 Nov 2025 14:44:22 -0700Applied to linux-kselftest next for Linux 6.19-rc1.
Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
On 11/7/25 07:35, Masami Hiramatsu (Google) wrote:
From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Commit 2867495dea86 ("tracing: tprobe-events: Register tracepoint when
enable tprobe event") caused regression bug and tprobe did not work.
To prevent similar problems, add a testcase which enables/disables a
tprobe and check the results.
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Steve, do you want me to take this through my tree?
Yes please. Masami's an official maintainer and mostly handles all things
"probe" related. This is his domain ;-)
Thanks,
-- Steve
Thanks Shuah! This and other regression fixes is better to go
through selftests tree because those are checking existing
features. Maybe better to add [PATCH -selftests] or something
like that?
Let me know which ones you would like to pick up and apply to my tree.
thanks,
-- Shuah