Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH v2] selftests/kexec: Ignore selftest binary
@ 2025-09-19 17:01 Sohil Mehta
  2025-09-25 19:44 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Sohil Mehta @ 2025-09-19 17:01 UTC (permalink / raw)
  To: Shuah Khan, David Woodhouse
  Cc: Simon Horman, Dylan Yudaken, Moon Hee Lee, Ricardo Canuelo,
	Ard Biesheuvel, Shuah Khan, linux-kernel, linux-kselftest, kexec,
	Sohil Mehta

From: Dylan Yudaken <dyudaken@gmail.com>

Add a .gitignore for the test case build object.

Signed-off-by: Dylan Yudaken <dyudaken@gmail.com>
Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
---
The binary creates some noise. The patch to fix that seems to have
fallen through the cracks. Sending another revision with an expanded Cc
list.

v2:
 - Pick up the review tag

v1: https://lore.kernel.org/all/20250623232549.3263273-1-dyudaken@gmail.com/
---
 tools/testing/selftests/kexec/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/testing/selftests/kexec/.gitignore

diff --git a/tools/testing/selftests/kexec/.gitignore b/tools/testing/selftests/kexec/.gitignore
new file mode 100644
index 000000000000..5f3d9e089ae8
--- /dev/null
+++ b/tools/testing/selftests/kexec/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+test_kexec_jump
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-25 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-19 17:01 [PATCH v2] selftests/kexec: Ignore selftest binary Sohil Mehta
2025-09-25 19:44 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox