Re: [PATCH 16/17] tests: Don't ask for executable stack

2024-03-27 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 27 mars 2024 19:18:40 +0300, a ecrit: > --- > tests/start.S| 2 ++ > tests/syscalls.S | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/tests/start.S b/tests/start.S > index b795bfbd..15970fb9 100644 > --- a/tests/start.S > +++ b/tests/start.

[PATCH 16/17] tests: Don't ask for executable stack

2024-03-27 Thread Sergey Bugaev
--- tests/start.S| 2 ++ tests/syscalls.S | 2 ++ 2 files changed, 4 insertions(+) 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_