* [PATCH] selftests: ptrace: add set_syscall_info to .gitignore
@ 2025-06-23 18:34 Moon Hee Lee
2025-07-01 19:16 ` Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: Moon Hee Lee @ 2025-06-23 18:34 UTC (permalink / raw)
To: shuah
Cc: oleg, ldv, akpm, linux-kselftest, linux-kernel,
linux-kernel-mentees, Moon Hee Lee
Add the set_syscall_info test binary to .gitignore to avoid tracking
build artifacts in the ptrace selftests directory.
Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
---
tools/testing/selftests/ptrace/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
index b7dde152e75a..f6be8efd57ea 100644
--- a/tools/testing/selftests/ptrace/.gitignore
+++ b/tools/testing/selftests/ptrace/.gitignore
@@ -3,3 +3,4 @@ get_syscall_info
get_set_sud
peeksiginfo
vmaccess
+set_syscall_info
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests: ptrace: add set_syscall_info to .gitignore
2025-06-23 18:34 [PATCH] selftests: ptrace: add set_syscall_info to .gitignore Moon Hee Lee
@ 2025-07-01 19:16 ` Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2025-07-01 19:16 UTC (permalink / raw)
To: Moon Hee Lee, shuah
Cc: oleg, ldv, akpm, linux-kselftest, linux-kernel,
linux-kernel-mentees, Shuah Khan
On 6/23/25 12:34, Moon Hee Lee wrote:
> Add the set_syscall_info test binary to .gitignore to avoid tracking
> build artifacts in the ptrace selftests directory.
>
> Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
> ---
> tools/testing/selftests/ptrace/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/ptrace/.gitignore b/tools/testing/selftests/ptrace/.gitignore
> index b7dde152e75a..f6be8efd57ea 100644
> --- a/tools/testing/selftests/ptrace/.gitignore
> +++ b/tools/testing/selftests/ptrace/.gitignore
> @@ -3,3 +3,4 @@ get_syscall_info
> get_set_sud
> peeksiginfo
> vmaccess
> +set_syscall_info
Applied to linux-kselftest next branch for 6.17-rc1
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-01 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 18:34 [PATCH] selftests: ptrace: add set_syscall_info to .gitignore Moon Hee Lee
2025-07-01 19:16 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox