Re: [PATCH 4/6] vDSO: Automatically select HAVE_GENERIC_VDSO if necessary

From: Philippe Mathieu-Daudé

Date: Thu Jul 09 2026 - 07:10:20 EST


On 9/7/26 09:28, Thomas WeiÃschuh wrote:
gettimeofday() and getrandom() in the vDSO require the vDSO datastore.

Enable it automatically if either one of them is enabled so the
architecture code doesn't need to know this.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
---
lib/vdso/Kconfig | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxxxxxxxx>