Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: vDSO: use parse_vdso.h in vdso_test_abi

Don't duplicate parse_vdso function prototypes, include
the header instead.

Fixes: 693f5ca08ca0 ("kselftest: Extend vDSO selftest")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>

authored by

Christophe Leroy and committed by
Jason A. Donenfeld
f0d0dbbc 6eda706a

+1 -4
+1 -4
tools/testing/selftests/vDSO/vdso_test_abi.c
··· 21 21 #include "../kselftest.h" 22 22 #include "vdso_config.h" 23 23 #include "vdso_call.h" 24 - 25 - extern void *vdso_sym(const char *version, const char *name); 26 - extern void vdso_init_from_sysinfo_ehdr(uintptr_t base); 27 - extern void vdso_init_from_auxv(void *auxv); 24 + #include "parse_vdso.h" 28 25 29 26 static const char *version; 30 27 static const char **name;