Skip to content

Commit db7855c

Browse files
H. Peter Anvinhansendc
authored andcommitted
x86/entry/vdso/selftest: Update location of vgetrandom-chacha.S
As part of the vdso build restructuring, vgetrandom-chacha.S moved into the vdso/vdso64 subdirectory. Update the selftest #include to match. Closes: https://lore.kernel.org/oe-lkp/202601161608.5cd5af9a-lkp@intel.com Fixes: 693c819 ("x86/entry/vdso: Refactor the vdso build") Reported-by: kernel test robot <oliver.sang@intel.com> Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://patch.msgid.link/20260116204057.386268-4-hpa@zytor.com
1 parent a48acba commit db7855c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/vDSO/vgetrandom-chacha.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#elif defined(__s390x__)
1717
#include "../../../../arch/s390/kernel/vdso64/vgetrandom-chacha.S"
1818
#elif defined(__x86_64__)
19-
#include "../../../../arch/x86/entry/vdso/vgetrandom-chacha.S"
19+
#include "../../../../arch/x86/entry/vdso/vdso64/vgetrandom-chacha.S"
2020
#endif

0 commit comments

Comments
 (0)