* [PATCH] selftests/vDSO: add additional binaries to .gitignore
@ 2020-12-17 16:31 Tobias Klauser
2020-12-17 18:29 ` Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2020-12-17 16:31 UTC (permalink / raw)
To: Shuah Khan; +Cc: Vincenzo Frascino, linux-kselftest, linux-kernel
Add the test binaries introduced by commit 693f5ca08ca0 ("kselftest:
Extend vDSO selftest"), commit 03f55c7952c9 ("kselftest: Extend vDSO
selftest to clock_getres") and commit c7e5789b24d3 ("kselftest: Move
test_vdso to the vDSO test suite") to .gitignore.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
tools/testing/selftests/vDSO/.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/testing/selftests/vDSO/.gitignore b/tools/testing/selftests/vDSO/.gitignore
index 5eb64d41e541..a8dc51af5a9c 100644
--- a/tools/testing/selftests/vDSO/.gitignore
+++ b/tools/testing/selftests/vDSO/.gitignore
@@ -1,5 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso_test
+vdso_test_abi
+vdso_test_clock_getres
+vdso_test_correctness
vdso_test_gettimeofday
vdso_test_getcpu
vdso_standalone_test_x86
--
2.29.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] selftests/vDSO: add additional binaries to .gitignore
2020-12-17 16:31 [PATCH] selftests/vDSO: add additional binaries to .gitignore Tobias Klauser
@ 2020-12-17 18:29 ` Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2020-12-17 18:29 UTC (permalink / raw)
To: Tobias Klauser, Shuah Khan
Cc: Vincenzo Frascino, linux-kselftest, linux-kernel, Shuah Khan
On 12/17/20 9:31 AM, Tobias Klauser wrote:
> Add the test binaries introduced by commit 693f5ca08ca0 ("kselftest:
> Extend vDSO selftest"), commit 03f55c7952c9 ("kselftest: Extend vDSO
> selftest to clock_getres") and commit c7e5789b24d3 ("kselftest: Move
> test_vdso to the vDSO test suite") to .gitignore.
>
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
> tools/testing/selftests/vDSO/.gitignore | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tools/testing/selftests/vDSO/.gitignore b/tools/testing/selftests/vDSO/.gitignore
> index 5eb64d41e541..a8dc51af5a9c 100644
> --- a/tools/testing/selftests/vDSO/.gitignore
> +++ b/tools/testing/selftests/vDSO/.gitignore
> @@ -1,5 +1,8 @@
> # SPDX-License-Identifier: GPL-2.0-only
> vdso_test
> +vdso_test_abi
> +vdso_test_clock_getres
> +vdso_test_correctness
> vdso_test_gettimeofday
> vdso_test_getcpu
> vdso_standalone_test_x86
>
Thanks for the patch.
Applied to linux-kselftest next
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-17 18:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-17 16:31 [PATCH] selftests/vDSO: add additional binaries to .gitignore Tobias Klauser
2020-12-17 18:29 ` Shuah Khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox