Re: [PATCH] powerpc/vdso: Don't map VDSO at a fixed address on PPC32

From: Michael Ellerman
Date: Wed Aug 31 2022 - 09:15:51 EST


On Thu, 18 Aug 2022 19:31:25 +0200, Christophe Leroy wrote:
> PPC64 removed default mapping address from VDSO in
> commit 30d0b3682887 ("powerpc: Move 64bit VDSO to improve context
> switch performance").
>
> Do like PPC64 and let get_unmapped_area() place the VDSO mapping
> at the address it wants, don't force a default address.
>
> [...]

Applied to powerpc/next.

[1/1] powerpc/vdso: Don't map VDSO at a fixed address on PPC32
https://git.kernel.org/powerpc/c/8a8f7866663588b162031a5348c24e42161461cd

cheers