]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/vdso: Allocate vvar page from C code
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 10 Oct 2024 07:01:16 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:34 +0000 (12:37 +0100)
commit7175126a6d45fea82cb25f4d35b35a0999fd6dae
tree91ee8bdf6a5d6d6e22143ca5eb8b4f9c1613fbba
parent7821571be92f9c81f63d4639e652e85d258ce5f2
x86/vdso: Allocate vvar page from C code

Allocate the vvar page through the standard union vdso_data_store
and remove the custom linker script logic.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241010-vdso-generic-base-v1-14-b64f0842d512@linutronix.de
arch/x86/entry/vdso/vma.c
arch/x86/include/asm/vdso/vsyscall.h
arch/x86/kernel/vmlinux.lds.S
arch/x86/tools/relocs.c