Re: [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing

2024-08-07 Thread Thiago Jung Bauermann
Mark Brown writes: > In order to test shadow stack support in clone3() the clone3() selftests > need to have a fully inline clone3() call, provide one for arm64. > > Signed-off-by: Mark Brown > --- > tools/testing/selftests/clone3/clone3_selftests.h | 26 > +++ > 1 file cha

[PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing

2024-08-01 Thread Mark Brown
In order to test shadow stack support in clone3() the clone3() selftests need to have a fully inline clone3() call, provide one for arm64. Signed-off-by: Mark Brown --- tools/testing/selftests/clone3/clone3_selftests.h | 26 +++ 1 file changed, 26 insertions(+) diff --git a/