]> www.infradead.org Git - users/dwmw2/linux.git/commit
riscv: vdso: Use only one single vvar mapping
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 10 Oct 2024 07:01:08 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:33 +0000 (12:37 +0100)
commitd34b60752fcb3380d753268bfba6ebc1d3ba8468
treec22fde29f8db830cdae24b13767d6175759126e5
parent461c96686625860e77b51d3f3226f9b0facf41a5
riscv: vdso: Use only one single vvar mapping

The vvar mapping is the same for all processes. Use a single mapping to
simplify the logic and align it with the other architectures.

In addition this will enable the move of the vvar handling into generic code.

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-6-b64f0842d512@linutronix.de
arch/riscv/kernel/vdso.c