[PATCH] arm64: efi: add missing frame pointer assignment

Catalin Marinas catalin.marinas at arm.com
Fri Mar 4 10:12:57 PST 2016


On Thu, Mar 03, 2016 at 05:31:32PM +0100, Ard Biesheuvel wrote:
> The prologue of the EFI entry point pushes x29 and x30 onto the stack but
> fails to create the stack frame correctly by omitting the assignment of x29
> to the new value of the stack pointer. So fix that.
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel at linaro.org>
> ---
>  arch/arm64/kernel/efi-entry.S | 1 +
>  1 file changed, 1 insertion(+)

Applied. Thanks.

-- 
Catalin



More information about the linux-arm-kernel mailing list