[PATCH 0/3] vdso: Drop GENERIC_TIME_VSYSCALL

Thomas Weißschuh thomas.weissschuh at linutronix.de
Mon May 18 23:26:14 PDT 2026


Today GENERIC_TIME_VSYSCALL is really only a pointless duplicate of
GENERIC_GETTIMEOFDAY, remove it.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
Thomas Weißschuh (3):
      riscv: vdso: Drop CONFIG_GENERIC_TIME_VSYSCALL guard around syscall fallbacks
      vdso/vsyscall: Gate update_vsyscall() behind CONFIG_GENERIC_GETTIMEOFDAY
      vdso/treewide: Drop GENERIC_TIME_VSYSCALL

 arch/arm/mm/Kconfig                        | 1 -
 arch/arm64/Kconfig                         | 1 -
 arch/loongarch/Kconfig                     | 1 -
 arch/mips/Kconfig                          | 1 -
 arch/powerpc/Kconfig                       | 1 -
 arch/riscv/Kconfig                         | 1 -
 arch/riscv/include/asm/vdso/gettimeofday.h | 8 --------
 arch/s390/Kconfig                          | 1 -
 arch/sparc/Kconfig                         | 1 -
 arch/x86/Kconfig                           | 1 -
 include/linux/timekeeper_internal.h        | 2 +-
 kernel/time/Kconfig                        | 4 ----
 12 files changed, 1 insertion(+), 22 deletions(-)
---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20260518-vdso-generic_time_vsyscal-709759180952

Best regards,
--  
Thomas Weißschuh <thomas.weissschuh at linutronix.de>




More information about the linux-riscv mailing list