]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
powerpc/vdso: Provide clock_getres_time64()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 14 Jan 2026 07:26:05 +0000 (08:26 +0100)
committerThomas Gleixner <tglx@kernel.org>
Wed, 14 Jan 2026 13:57:39 +0000 (14:57 +0100)
commit759a1f97373f25770cf438d9fb5f2bddf4d77a54
treee0d8729f9c97bc5be5ccd5612d637122c255443f
parent10a62a0611f5544d209446acfde5beb7b27773c7
powerpc/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>
Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Link: https://patch.msgid.link/20260114-vdso-powerpc-align-v1-1-acf09373d568@linutronix.de
arch/powerpc/include/asm/vdso/gettimeofday.h
arch/powerpc/kernel/vdso/gettimeofday.S
arch/powerpc/kernel/vdso/vdso32.lds.S
arch/powerpc/kernel/vdso/vgettimeofday.c