From 92d7f8f2cc198952910e74703fb5b4474fa6a5da Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Wed, 27 Mar 2024 19:18:40 +0300 Subject: tests: Don't ask for executable stack Message-ID: <20240327161841.95685-17-bugaevc@gmail.com> --- tests/start.S | 2 ++ tests/syscalls.S | 2 ++ 2 files changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/start.S b/tests/start.S index b795bfbd..15970fb9 100644 --- a/tests/start.S +++ b/tests/start.S @@ -26,3 +26,5 @@ _start: movq %rsp,%rdi callq c_start #endif /* __x86_64__ */ + + .section .note.GNU-stack,"",%progbits diff --git a/tests/syscalls.S b/tests/syscalls.S index df9c9bc0..b1e18aa8 100644 --- a/tests/syscalls.S +++ b/tests/syscalls.S @@ -2,3 +2,5 @@ #include kernel_trap(invalid_syscall,-31,0) + + .section .note.GNU-stack,"",%progbits -- cgit v1.2.3