From: Mark Brown <broonie@kernel.org> Date: 2021-08-04 18:19:08
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>
---
arch/arm64/kernel/entry.S | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From: Will Deacon <will@kernel.org> Date: 2021-08-06 09:10:47
On Wed, Aug 04, 2021 at 07:17:10PM +0100, Mark Brown wrote:
quoted hunk
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>
---
arch/arm64/kernel/entry.S | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
On Wed, 4 Aug 2021 19:17:10 +0100, Mark Brown wrote:
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.