Re: [PATCH 1/3] arm64: clean up trampoline vector loads

From: Catalin Marinas
Date: Wed Mar 18 2020 - 13:57:14 EST


On Mon, Mar 16, 2020 at 02:40:44PM +0200, Rémi Denis-Courmont wrote:
> From: Rémi Denis-Courmont <remi.denis.courmont@xxxxxxxxxx>
>
> This switches from custom instruction patterns to the regular large
> memory model sequence with ADRP and LDR. In doing so, the ADD
> instruction can be eliminated in the SDEI handler, and the code no
> longer assumes that the trampoline vectors and the vectors address both
> start on a page boundary.
>
> Signed-off-by: Rémi Denis-Courmont <remi.denis.courmont@xxxxxxxxxx>

I queued the 3 trampoline patches for 5.7. Thanks.

--
Catalin