Skip to content

Commit 258b37c

Browse files
t-8chKAGA-KOKO
authored andcommitted
vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
All architectures which want to implement getrandom() in the vDSO need to use the generic vDSO library. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-11-d9b65750e49f@linutronix.de
1 parent bad53ae commit 258b37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/vdso/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ config GENERIC_VDSO_OVERFLOW_PROTECT
1919
time getter functions for the price of an extra conditional
2020
in the hotpath.
2121

22-
endif
23-
2422
config VDSO_GETRANDOM
2523
bool
2624
help
2725
Selected by architectures that support vDSO getrandom().
26+
27+
endif

0 commit comments

Comments
 (0)