diff options
| author | Marcus Meissner <meissner@suse.de> | 2025-03-23 09:53:45 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-10 14:33:37 +0200 |
| commit | 546685793f4cbd3ae66c552329878dc5e60e320a (patch) | |
| tree | 76323b748c81da296766b28f77f4c3e8d75a3445 /tools | |
| parent | 1ff7116624d59b0efd77fa26d50fa68e916ece08 (diff) | |
| download | linux-546685793f4cbd3ae66c552329878dc5e60e320a.tar.gz linux-546685793f4cbd3ae66c552329878dc5e60e320a.tar.bz2 linux-546685793f4cbd3ae66c552329878dc5e60e320a.zip | |
perf tools: annotate asm_pure_loop.S
[ Upstream commit 9a352a90e88a041f4b26d359493e12a7f5ae1a6a ]
Annotate so it is built with non-executable stack.
Fixes: 8b97519711c3 ("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>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
