Re: [PATCH v3 10/16] arm64: unwind: strip PAC from kernel addresses
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2020-01-17 10:23:07
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2020-01-17 10:23:07
On Mon, Dec 16, 2019 at 02:17:12PM +0530, Amit Daniel Kachhap wrote:
From: Mark Rutland <mark.rutland@arm.com> When we enable pointer authentication in the kernel, LR values saved to the stack will have a PAC which we must strip in order to retrieve the real return address. Strip PACs when unwinding the stack in order to account for this. Reviewed-by: Kees Cook <redacted> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Kristina Martsenko <redacted> [Amit: Re-position ptrauth_strip_insn_pac, comment] Signed-off-by: Amit Daniel Kachhap <redacted>
Acked-by: Catalin Marinas <catalin.marinas@arm.com> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel