selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
authorMark Brown <broonie@kernel.org>
Thu, 21 May 2020 20:37:05 +0000 (21:37 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 22 May 2020 15:49:49 +0000 (09:49 -0600)
commitbabf8a978d497af2fe4111cc80866b9e436bf785
tree12b66822a95e8ea5c91546dc8a096a8cc0a3c99b
parent61016db15b8e20f371352db6a75b044ec3183fe7
selftests: vdso: Rename vdso_test to vdso_test_gettimeofday

Currently the vDSO kselftests have a test called vdso_test which tests
the vDSO implementation of gettimeofday(). In preparation for adding
tests for other vDSO functionality rename this test to reflect what's
going on.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vDSO/.gitignore
tools/testing/selftests/vDSO/Makefile
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c [moved from tools/testing/selftests/vDSO/vdso_test.c with 89% similarity]