projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad53ae
)
vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO
author
Thomas Weißschuh
<thomas.weissschuh@linutronix.de>
Tue, 26 Aug 2025 06:17:14 +0000
(08:17 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 4 Sep 2025 09:23:51 +0000
(11:23 +0200)
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
lib/vdso/Kconfig
patch
|
blob
|
history
diff --git
a/lib/vdso/Kconfig
b/lib/vdso/Kconfig
index
3d2c2b9
..
db87ba3
100644
(file)
--- a/
lib/vdso/Kconfig
+++ b/
lib/vdso/Kconfig
@@
-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