Thread (20 messages) 20 messages, 3 authors, 2026-02-04

Lifecycle

  1. Posted Thomas Weißschuh <thomas.weissschuh@linutronix.de>

[PATCH 08/15] MIPS: vdso: Explicitly include asm/vdso/vdso.h

From: Thomas Weißschuh <hidden>
Date: 2026-01-14 08:01:49
Also in: linux-arm-kernel, linux-mips, lkml, loongarch
Subsystem: mips, the rest · Maintainers: Thomas Bogendoerfer, Linus Torvalds

The usage of __VDSO_PAGES 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 <redacted>
---
 arch/mips/kernel/vdso.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/arch/mips/kernel/vdso.c b/arch/mips/kernel/vdso.c
index de096777172f..2fa4df3e46e4 100644
--- a/arch/mips/kernel/vdso.c
+++ b/arch/mips/kernel/vdso.c
@@ -21,6 +21,7 @@
 #include <asm/mips-cps.h>
 #include <asm/page.h>
 #include <asm/vdso.h>
+#include <asm/vdso/vdso.h>
 #include <vdso/helpers.h>
 #include <vdso/vsyscall.h>
 
-- 
2.52.0

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help