[PATCH v2] selftests/kexec: Ignore selftest binary

Sohil Mehta posted 1 patch 1 week, 5 days ago
tools/testing/selftests/kexec/.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 tools/testing/selftests/kexec/.gitignore
[PATCH v2] selftests/kexec: Ignore selftest binary
Posted by Sohil Mehta 1 week, 5 days ago
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
Re: [PATCH v2] selftests/kexec: Ignore selftest binary
Posted by Shuah Khan 6 days, 9 hours ago
On 9/19/25 11:01, Sohil Mehta wrote:
> 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/
> ---

Applied to linux-kselftest next for Linux 6.18-rc1.

thanks,
-- Shuah