Skip to content

Commit 63f8b60

Browse files
vladimirolteanbp3tk0v
authored andcommitted
x86/entry/vdso: Fix path of included gettimeofday.c
Commit in Fixes forgot to convert one include path to be relative to the kernel source directory after adding latter to flags-y. Fix it. [ bp: Rewrite commit message. ] Fixes: 693c819 ("x86/entry/vdso: Refactor the vdso build") Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20260307174406.1808981-1-vladimir.oltean@nxp.com
1 parent 201bc18 commit 63f8b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/entry/vdso/common/vclock_gettime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <linux/types.h>
1414
#include <vdso/gettime.h>
1515

16-
#include "../../../../lib/vdso/gettimeofday.c"
16+
#include "lib/vdso/gettimeofday.c"
1717

1818
int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
1919
{

0 commit comments

Comments
 (0)