]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit95791c62b0de37b8cf0f6aacd117e17009e10526
tree12b66822a95e8ea5c91546dc8a096a8cc0a3c99b
parent78bd3b7a86465b7b20d297fafc1b7b155aa51ade
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.c [deleted file]
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c [new file with mode: 0644]