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.

LoongArch: vDSO: Explicitly include asm/vdso/vdso.h

The usage of 'struct old_timespec32' requires asm/vdso/vdso.h. Currently
this header is included transitively, but that transitive inclusion is
about to go away.

Explicitly include the header.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-6-35d60acf7410@linutronix.de

authored by

Thomas Weißschuh and committed by
Borislav Petkov (AMD)
55434071 9c89d8bd

+2
+1
arch/loongarch/kernel/process.c
··· 52 52 #include <asm/switch_to.h> 53 53 #include <asm/unwind.h> 54 54 #include <asm/vdso.h> 55 + #include <asm/vdso/vdso.h> 55 56 56 57 #ifdef CONFIG_STACKPROTECTOR 57 58 #include <linux/stackprotector.h>
+1
arch/loongarch/kernel/vdso.c
··· 18 18 19 19 #include <asm/page.h> 20 20 #include <asm/vdso.h> 21 + #include <asm/vdso/vdso.h> 21 22 #include <vdso/helpers.h> 22 23 #include <vdso/vsyscall.h> 23 24 #include <vdso/datapage.h>