* [PATCH] selftest: ftrace: fix minor typo in log
@ 2024-02-11 11:18 Vincenzo Mezzela
2024-02-20 23:41 ` Shuah Khan
0 siblings, 1 reply; 3+ messages in thread
From: Vincenzo Mezzela @ 2024-02-11 11:18 UTC (permalink / raw)
To: rostedt, mhiramat, mathieu.desnoyers, shuah
Cc: linux-kernel, linux-trace-kernel, linux-kselftest,
Vincenzo Mezzela
Resolves a spelling error in the test log, preventing potential
confusion.
Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
---
It is submitted as part of my application to the "Linux Kernel
Bug Fixing Spring Unpaid 2024" mentorship program of the Linux
Foundation.
.../testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc
index 4562e13cb26b..717898894ef7 100644
--- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc
+++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc
@@ -40,7 +40,7 @@ grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
reset_trigger
-echo "Test histgram with log2 modifier"
+echo "Test histogram with log2 modifier"
echo 'hist:keys=bytes_req.log2' > events/kmem/kmalloc/trigger
for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] selftest: ftrace: fix minor typo in log
2024-02-11 11:18 [PATCH] selftest: ftrace: fix minor typo in log Vincenzo Mezzela
@ 2024-02-20 23:41 ` Shuah Khan
2024-02-21 0:02 ` Steven Rostedt
0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2024-02-20 23:41 UTC (permalink / raw)
To: Vincenzo Mezzela, rostedt, mhiramat, mathieu.desnoyers, shuah
Cc: linux-kernel, linux-trace-kernel, linux-kselftest, Shuah Khan
On 2/11/24 04:18, Vincenzo Mezzela wrote:
> Resolves a spelling error in the test log, preventing potential
> confusion.
>
> Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
> ---
>
> It is submitted as part of my application to the "Linux Kernel
> Bug Fixing Spring Unpaid 2024" mentorship program of the Linux
> Foundation.
>
> .../testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc
> index 4562e13cb26b..717898894ef7 100644
> --- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc
> +++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc
> @@ -40,7 +40,7 @@ grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
>
> reset_trigger
>
> -echo "Test histgram with log2 modifier"
> +echo "Test histogram with log2 modifier"
>
> echo 'hist:keys=bytes_req.log2' > events/kmem/kmalloc/trigger
> for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
Steve,
I picked this up fpr next for Linux 6.9-rc1
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] selftest: ftrace: fix minor typo in log
2024-02-20 23:41 ` Shuah Khan
@ 2024-02-21 0:02 ` Steven Rostedt
0 siblings, 0 replies; 3+ messages in thread
From: Steven Rostedt @ 2024-02-21 0:02 UTC (permalink / raw)
To: Shuah Khan
Cc: Vincenzo Mezzela, mhiramat, mathieu.desnoyers, shuah,
linux-kernel, linux-trace-kernel, linux-kselftest
On Tue, 20 Feb 2024 16:41:01 -0700
Shuah Khan <skhan@linuxfoundation.org> wrote:
> Steve,
>
> I picked this up fpr next for Linux 6.9-rc1
Sure, and you can add my:
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Thanks Shuah,
-- Steve
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-21 0:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-11 11:18 [PATCH] selftest: ftrace: fix minor typo in log Vincenzo Mezzela
2024-02-20 23:41 ` Shuah Khan
2024-02-21 0:02 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).