]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: efi: Account for the EFI runtime stack in stack unwinder
authorArd Biesheuvel <ardb@kernel.org>
Fri, 9 Dec 2022 11:10:13 +0000 (12:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:34:35 +0000 (08:34 +0100)
commita3bac2b5fcd3b76299dbd057e63713cc7118c42c
tree538b8d7a78258d290f272cb0e82933902d8f9603
parent441b14c39e2dc464b0d7c6c7e981689384f20aa8
arm64: efi: Account for the EFI runtime stack in stack unwinder

[ Upstream commit 94795ba66de7061645a11f2012f829a1fa62593b ]

The EFI runtime services run from a dedicated stack now, and so the
stack unwinder needs to be informed about this.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/include/asm/stacktrace.h
arch/arm64/kernel/stacktrace.c