Re: [PATCH 05/28] arm64: vdso: Use only one single vvar mapping

2024-10-28 Thread Will Deacon
On Thu, Oct 10, 2024 at 09:01:07AM +0200, Thomas Weißschuh wrote: > 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-

[PATCH 05/28] arm64: vdso: Use only one single vvar mapping

2024-10-10 Thread Thomas Weißschuh
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 --- arch/arm64/kernel/vdso.c | 43 +