perf tools: annotate asm_pure_loop.S

[ Upstream commit 9a352a90e88a041f4b26d359493e12a7f5ae1a6a ]

Annotate so it is built with non-executable stack.

Fixes: 8b97519711 ("perf test: Add asm pureloop test tool")
Signed-off-by: Marcus Meissner <meissner@suse.de>
Reviewed-by: Leo Yan <leo.yan@arm.com>
Link: https://lore.kernel.org/r/20250323085410.23751-1-meissner@suse.de
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Marcus Meissner 2025-03-23 09:53:45 +01:00 committed by Greg Kroah-Hartman
parent 1ff7116624
commit 546685793f

View File

@ -26,3 +26,5 @@ skip:
mov x0, #0 mov x0, #0
mov x8, #93 // __NR_exit syscall mov x8, #93 // __NR_exit syscall
svc #0 svc #0
.section .note.GNU-stack, "", @progbits