[PATCH] perf test coresight: asm_pure_loop: add .note.GNU-stack

Jan Stancek posted 1 patch 2 years, 6 months ago
tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S | 2 ++
1 file changed, 2 insertions(+)
[PATCH] perf test coresight: asm_pure_loop: add .note.GNU-stack
Posted by Jan Stancek 2 years, 6 months ago
Add .note.GNU-stack annotation to indicate it does not need
executable stack.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
 tools/perf/tests/shell/coresight/asm_pure_loop/asm_pure_loop.S | 2 ++
 1 file changed, 2 insertions(+)

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..bb39d8089331 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
-- 
2.39.0