]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/vdso: Switch to generic storage implementation
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Tue, 4 Feb 2025 12:05:44 +0000 (13:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Feb 2025 08:54:02 +0000 (09:54 +0100)
commit9bf39a65b20cd03b10c618b1b1c4703538a5b564
tree8fc5c483a5edff55aaf63ce1fc19dc6fb8b4472e
parent31e9fa2ba9ad64ef09eb4a8326e5cc8af3f6fa1d
s390/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.

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>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-12-13a4669dfc8c@linutronix.de
arch/s390/Kconfig
arch/s390/include/asm/vdso.h
arch/s390/include/asm/vdso/getrandom.h
arch/s390/include/asm/vdso/gettimeofday.h
arch/s390/include/asm/vdso/vsyscall.h
arch/s390/kernel/time.c
arch/s390/kernel/vdso.c
arch/s390/kernel/vdso32/vdso32.lds.S
arch/s390/kernel/vdso64/vdso64.lds.S