]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: vdso: Provide getres_time64() for 32-bit ABIs
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 23 Dec 2025 06:59:20 +0000 (07:59 +0100)
committerThomas Gleixner <tglx@kernel.org>
Tue, 13 Jan 2026 13:42:23 +0000 (14:42 +0100)
commitbec06cd6a140ceb62ee4634c9550212f5f05bcfd
tree84dd30f41c5d0613624458e96185c91c3aff11e1
parentf10c2e72b5dea0bc7485a05da8e21781b69d5508
MIPS: vdso: Provide getres_time64() for 32-bit ABIs

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-9-97ea7a06a543@linutronix.de
arch/mips/vdso/vdso.lds.S
arch/mips/vdso/vgettimeofday.c