Re: [PATCH] selftests/sigaltstack: Fix ppc64 GCC build

2024-07-06 Thread Michael Ellerman
On Mon, 20 May 2024 16:26:47 +1000, Michael Ellerman wrote: > Building the sigaltstack test with GCC on 64-bit powerpc errors with: > > gcc -Wall sas.c -o /home/michael/linux/.build/kselftest/sigaltstack/sas > In file included from sas.c:23: > current_stack_pointer.h:22:2: error: #error

[PATCH] selftests/sigaltstack: Fix ppc64 GCC build

2024-05-19 Thread Michael Ellerman
Building the sigaltstack test with GCC on 64-bit powerpc errors with: gcc -Wall sas.c -o /home/michael/linux/.build/kselftest/sigaltstack/sas In file included from sas.c:23: current_stack_pointer.h:22:2: error: #error "implement current_stack_pointer equivalent" 22 | #error "imple