Re: [PATCH] selftests/ftrace: add 'poll' binary to gitignore
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-03-03 23:35:34
Also in:
linux-kernel-mentees, linux-kselftest, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-03-03 23:35:34
Also in:
linux-kernel-mentees, linux-kselftest, lkml
On Mon, 10 Feb 2025 21:31:34 +0530 Bharadwaj Raju [off-list ref] wrote:
When building this test, a binary file 'poll' is generated and should be gitignore'd. Signed-off-by: Bharadwaj Raju <redacted>
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