]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: VDSO: Patch out __vdso_clock_getres() if unavailable
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 23 Dec 2025 06:59:17 +0000 (07:59 +0100)
committerThomas Gleixner <tglx@kernel.org>
Tue, 13 Jan 2026 13:42:23 +0000 (14:42 +0100)
commitb9fecf0dddfc55cd7d02b0011494da3c613f7cde
tree661efb7d8c664e9ae7320d1e9ee45ccdfc3b0919
parent21bbfd74044f77a98bbc27ea9e6cb04f4dfd8ee6
ARM: VDSO: Patch out __vdso_clock_getres() if unavailable

The vDSO code hides symbols which are non-functional.
__vdso_clock_getres() was not added to this list when it got introduced.

Fixes: 052e76a31b4a ("ARM: 8931/1: Add clock_getres entry point")
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-6-97ea7a06a543@linutronix.de
arch/arm/kernel/vdso.c