linux/arch/arm64/kernel/vdso32
Thomas Weißschuh 0b3bc3354e arm64: vdso: Switch to generic storage implementation
The generic storage implementation provides the same features as the
custom one. However it can be shared between architectures, making
maintenance easier.

This switch also moves the random state data out of the time data page.
The currently used hardcoded __VDSO_RND_DATA_OFFSET does not take into
account changes to the time data page layout.

Co-developed-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Nam Cao <namcao@linutronix.de>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-8-13a4669dfc8c@linutronix.de
2025-02-21 09:54:01 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile vdso: Rename included Makefile 2025-02-21 09:54:01 +01:00
note.c
vdso.lds.S arm64: vdso: Switch to generic storage implementation 2025-02-21 09:54:01 +01:00
vgettimeofday.c arm64: vdso32: Define BUILD_VDSO32_64 to correct prototypes 2023-11-28 18:24:52 +01:00