* [PATCH] selftests/ftrace: add 'poll' binary to gitignore
@ 2025-02-10 16:01 Bharadwaj Raju
2025-03-03 23:36 ` Steven Rostedt
0 siblings, 1 reply; 4+ messages in thread
From: Bharadwaj Raju @ 2025-02-10 16:01 UTC (permalink / raw)
To: rostedt
Cc: Bharadwaj Raju, mhiramat, mathieu.desnoyers, shuah, skhan,
linux-trace-kernel, linux-kselftest, linux-kernel,
linux-kernel-mentees
When building this test, a binary file 'poll' is
generated and should be gitignore'd.
Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
---
tools/testing/selftests/ftrace/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/ftrace/.gitignore b/tools/testing/selftests/ftrace/.gitignore
index 2659417cb2c7..4d7fcb828850 100644
--- a/tools/testing/selftests/ftrace/.gitignore
+++ b/tools/testing/selftests/ftrace/.gitignore
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
logs
+poll
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] selftests/ftrace: add 'poll' binary to gitignore
2025-02-10 16:01 [PATCH] selftests/ftrace: add 'poll' binary to gitignore Bharadwaj Raju
@ 2025-03-03 23:36 ` Steven Rostedt
2025-03-04 17:49 ` Shuah Khan
0 siblings, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2025-03-03 23:36 UTC (permalink / raw)
To: Bharadwaj Raju
Cc: mhiramat, mathieu.desnoyers, shuah, skhan, linux-trace-kernel,
linux-kselftest, linux-kernel, linux-kernel-mentees
On Mon, 10 Feb 2025 21:31:34 +0530
Bharadwaj Raju <bharadwaj.raju777@gmail.com> wrote:
> When building this test, a binary file 'poll' is
> generated and should be gitignore'd.
>
> Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Shuah,
Can you take this for your tree?
Possibly with:
Fixes: 80c3e28528ff9 ("selftests/tracing: Add hist poll() support test")
So it should go into this rc release.
Thanks,
-- Steve
> ---
> tools/testing/selftests/ftrace/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/ftrace/.gitignore b/tools/testing/selftests/ftrace/.gitignore
> index 2659417cb2c7..4d7fcb828850 100644
> --- a/tools/testing/selftests/ftrace/.gitignore
> +++ b/tools/testing/selftests/ftrace/.gitignore
> @@ -1,2 +1,3 @@
> # SPDX-License-Identifier: GPL-2.0-only
> logs
> +poll
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] selftests/ftrace: add 'poll' binary to gitignore
2025-03-03 23:36 ` Steven Rostedt
@ 2025-03-04 17:49 ` Shuah Khan
2025-03-04 18:04 ` Steven Rostedt
0 siblings, 1 reply; 4+ messages in thread
From: Shuah Khan @ 2025-03-04 17:49 UTC (permalink / raw)
To: Steven Rostedt, Bharadwaj Raju
Cc: mhiramat, mathieu.desnoyers, shuah, linux-trace-kernel,
linux-kselftest, linux-kernel, linux-kernel-mentees, Shuah Khan
On 3/3/25 16:36, Steven Rostedt wrote:
> On Mon, 10 Feb 2025 21:31:34 +0530
> Bharadwaj Raju <bharadwaj.raju777@gmail.com> wrote:
>
>> When building this test, a binary file 'poll' is
>> generated and should be gitignore'd.
>>
>> Signed-off-by: Bharadwaj Raju <bharadwaj.raju777@gmail.com>
>
> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
>
> Shuah,
>
> Can you take this for your tree?
>
> Possibly with:
>
> Fixes: 80c3e28528ff9 ("selftests/tracing: Add hist poll() support test")
>
> So it should go into this rc release.
>
Ooos - I applied it for next for Linux 6.15-rc1 since it is just
a gitignore change and not critical.
If you think it should go into this rc, I can apply to fixes and
send it for this rc.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] selftests/ftrace: add 'poll' binary to gitignore
2025-03-04 17:49 ` Shuah Khan
@ 2025-03-04 18:04 ` Steven Rostedt
0 siblings, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2025-03-04 18:04 UTC (permalink / raw)
To: Shuah Khan
Cc: Bharadwaj Raju, mhiramat, mathieu.desnoyers, shuah,
linux-trace-kernel, linux-kselftest, linux-kernel,
linux-kernel-mentees
On Tue, 4 Mar 2025 10:49:12 -0700
Shuah Khan <skhan@linuxfoundation.org> wrote:
> > So it should go into this rc release.
> >
>
> Ooos - I applied it for next for Linux 6.15-rc1 since it is just
> a gitignore change and not critical.
>
> If you think it should go into this rc, I can apply to fixes and
> send it for this rc.
No, it's not that critical. So either is fine.
-- Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-04 18:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 16:01 [PATCH] selftests/ftrace: add 'poll' binary to gitignore Bharadwaj Raju
2025-03-03 23:36 ` Steven Rostedt
2025-03-04 17:49 ` Shuah Khan
2025-03-04 18:04 ` Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox