From: Marcus Meissner Date: Sun, 23 Mar 2025 08:53:45 +0000 (+0100) Subject: perf tools: annotate asm_pure_loop.S X-Git-Tag: block-6.15-20250403~13^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9a352a90e88a041f4b26d359493e12a7f5ae1a6a;p=linux-block.git perf tools: annotate asm_pure_loop.S Annotate so it is built with non-executable stack. Fixes: 8b97519711c3 ("perf test: Add asm pureloop test tool") Signed-off-by: Marcus Meissner Reviewed-by: Leo Yan Link: https://lore.kernel.org/r/20250323085410.23751-1-meissner@suse.de Signed-off-by: Namhyung Kim --- diff --git a/tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S b/tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S index 75cf084a927d..577760046772 100644 --- a/tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S +++ b/tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S @@ -26,3 +26,5 @@ skip: mov x0, #0 mov x8, #93 // __NR_exit syscall svc #0 + +.section .note.GNU-stack, "", @progbits