All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests/timens: add futex binary to .gitignore
@ 2020-12-18 16:56 Tobias Klauser
  2021-02-09  0:26 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2020-12-18 16:56 UTC (permalink / raw)
  To: Shuah Khan; +Cc: linux-kselftest, linux-kernel

Add the futex test binary introduced by commit a4fd8414659b
("selftests/timens: Add a test for futex()") to .gitignore.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 tools/testing/selftests/timens/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/timens/.gitignore b/tools/testing/selftests/timens/.gitignore
index 2e43851b47c1..fe1eb8271b35 100644
--- a/tools/testing/selftests/timens/.gitignore
+++ b/tools/testing/selftests/timens/.gitignore
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 clock_nanosleep
 exec
+futex
 gettime_perf
 gettime_perf_cold
 procfs
-- 
2.29.0


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

* Re: [PATCH] selftests/timens: add futex binary to .gitignore
  2020-12-18 16:56 [PATCH] selftests/timens: add futex binary to .gitignore Tobias Klauser
@ 2021-02-09  0:26 ` Shuah Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2021-02-09  0:26 UTC (permalink / raw)
  To: Tobias Klauser, Shuah Khan; +Cc: linux-kselftest, linux-kernel, Shuah Khan

On 12/18/20 9:56 AM, Tobias Klauser wrote:
> Add the futex test binary introduced by commit a4fd8414659b
> ("selftests/timens: Add a test for futex()") to .gitignore.
> 
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
>   tools/testing/selftests/timens/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/timens/.gitignore b/tools/testing/selftests/timens/.gitignore
> index 2e43851b47c1..fe1eb8271b35 100644
> --- a/tools/testing/selftests/timens/.gitignore
> +++ b/tools/testing/selftests/timens/.gitignore
> @@ -1,6 +1,7 @@
>   # SPDX-License-Identifier: GPL-2.0-only
>   clock_nanosleep
>   exec
> +futex
>   gettime_perf
>   gettime_perf_cold
>   procfs
> 

Thank you. Applied to linux-kselftest next for 5.12-rc1

thanks,
-- Shuah

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

end of thread, other threads:[~2021-02-09  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 16:56 [PATCH] selftests/timens: add futex binary to .gitignore Tobias Klauser
2021-02-09  0:26 ` Shuah Khan

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.