mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
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: 052e76a31b ("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
This commit is contained in:
parent
21bbfd7404
commit
b9fecf0ddd
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ static void __init patch_vdso(void *ehdr)
|
|||
vdso_nullpatch_one(&einfo, "__vdso_gettimeofday");
|
||||
vdso_nullpatch_one(&einfo, "__vdso_clock_gettime");
|
||||
vdso_nullpatch_one(&einfo, "__vdso_clock_gettime64");
|
||||
vdso_nullpatch_one(&einfo, "__vdso_clock_getres");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue