* [PATCH] selftests/rseq: Add missing test binaries to .gitignore
@ 2026-07-05 21:53 Cihan Karadag
0 siblings, 0 replies; only message in thread
From: Cihan Karadag @ 2026-07-05 21:53 UTC (permalink / raw)
To: Shuah Khan
Cc: Cihan Karadag, Mathieu Desnoyers, Peter Zijlstra,
Paul E . McKenney, Boqun Feng, linux-kselftest, linux-kernel
legacy_check and check_optimized are built by this Makefile via
TEST_GEN_PROGS_EXTENDED but are not listed in .gitignore, causing them
to show up as untracked files after a build.
Signed-off-by: Cihan Karadag <cihan.cihan@gmail.com>
---
tools/testing/selftests/rseq/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/rseq/.gitignore b/tools/testing/selftests/rseq/.gitignore
index ec01d164c1f05..9b6eb6c3922f9 100644
--- a/tools/testing/selftests/rseq/.gitignore
+++ b/tools/testing/selftests/rseq/.gitignore
@@ -11,3 +11,5 @@ param_test_mm_cid_benchmark
param_test_mm_cid_compare_twice
syscall_errors_test
slice_test
+legacy_check
+check_optimized
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-05 21:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 21:53 [PATCH] selftests/rseq: Add missing test binaries to .gitignore Cihan Karadag
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.