]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: entry: Add SYM_CODE annotation for __bad_stack
authorMark Brown <broonie@kernel.org>
Wed, 4 Aug 2021 18:17:10 +0000 (19:17 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 6 Aug 2021 10:12:45 +0000 (11:12 +0100)
commitf09f1c9f3a78925a28706a88aae5e6dda26fff75
treeab85ebd09b7aacbd0c6aeb78e712199672d253ba
parentdc75481fabec7d0519125ab586da3c159a2dc02a
arm64: entry: Add SYM_CODE annotation for __bad_stack

When converting arm64 to modern assembler annotations __bad_stack was left
as a raw local label without annotations. While this will have little if
any practical impact at present it may cause issues in the future if we
start using the annotations for things like reliable stack trace. Add
SYM_CODE annotations to fix this.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20210804181710.19059-1-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/entry.S