]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/vdso: Provide clock_getres_time64() for x86-32
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 23 Dec 2025 06:59:16 +0000 (07:59 +0100)
committerThomas Gleixner <tglx@kernel.org>
Tue, 13 Jan 2026 13:42:23 +0000 (14:42 +0100)
commit21bbfd74044f77a98bbc27ea9e6cb04f4dfd8ee6
tree799f485bc794011e978027649edfd6fdb48b0de5
parent4e6a2312986d437cc22805b9e08f86b15fee0318
x86/vdso: Provide clock_getres_time64() for x86-32

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-5-97ea7a06a543@linutronix.de
arch/x86/entry/vdso/vclock_gettime.c
arch/x86/entry/vdso/vdso32/vdso32.lds.S