]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: VDSO: Provide clock_getres_time64()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 23 Dec 2025 06:59:18 +0000 (07:59 +0100)
committerThomas Gleixner <tglx@kernel.org>
Tue, 13 Jan 2026 13:42:23 +0000 (14:42 +0100)
commit1149dcdfc9ef4b3fa90b431a5752da53dcadb0d2
tree8d1990ac5bb93931f82530d5968066c0d07aa93f
parentb9fecf0dddfc55cd7d02b0011494da3c613f7cde
ARM: VDSO: Provide clock_getres_time64()

For consistency with __vdso_clock_gettime64() there should also be a
64-bit variant of clock_getres(). This will allow the extension of
CONFIG_COMPAT_32BIT_TIME to the vDSO and finally the removal of 32-bit
time types from the kernel and UAPI.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20251223-vdso-compat-time32-v1-7-97ea7a06a543@linutronix.de
arch/arm/kernel/vdso.c
arch/arm/vdso/vdso.lds.S
arch/arm/vdso/vgettimeofday.c