summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vDSO/.gitignore
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-05-22 17:21:39 +0100
committerShuah Khan <skhan@linuxfoundation.org>2020-05-22 11:05:07 -0600
commit2e9a97256616f2f7280f8bed8c98e57bfd745a4d (patch)
tree875a9b773d5a6df3050a8c791a6cd4c49c9214d0 /tools/testing/selftests/vDSO/.gitignore
parentcd76ca4dd63768385fb81927fdc3087ad3bfeefb (diff)
downloadlwn-2e9a97256616f2f7280f8bed8c98e57bfd745a4d.tar.gz
lwn-2e9a97256616f2f7280f8bed8c98e57bfd745a4d.zip
selftests: vdso: Add a selftest for vDSO getcpu()
Provide a very basic selftest for getcpu() which similarly to our existing test for gettimeofday() looks up the function in the vDSO and prints the results it gets if the function exists and succeeds. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/vDSO/.gitignore')
-rw-r--r--tools/testing/selftests/vDSO/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/vDSO/.gitignore b/tools/testing/selftests/vDSO/.gitignore
index 74f49bd5f6dd..5eb64d41e541 100644
--- a/tools/testing/selftests/vDSO/.gitignore
+++ b/tools/testing/selftests/vDSO/.gitignore
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso_test
vdso_test_gettimeofday
+vdso_test_getcpu
vdso_standalone_test_x86