Commit 258b37c6 authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Thomas Gleixner
Browse files

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: default avatarThomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-11-d9b65750e49f@linutronix.de
parent bad53ae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@ config GENERIC_VDSO_OVERFLOW_PROTECT
	  time getter functions for the price of an extra conditional
	  in the hotpath.

endif

config VDSO_GETRANDOM
	bool
	help
	  Selected by architectures that support vDSO getrandom().

endif