On Sun, 27 Apr 2025 09:40:58 +0000, Neill Kapron wrote:
The inconsistencies in the systcall ABI between arm and arm-compat can can cause a failure in the syscall_restart test due to the logic attempting to work around the differences. The 'machine' field for an ARM64 device running in compat mode can report 'armv8l' or 'armv8b' which matches with the string 'arm' when only examining the first three characters of the string.
[...]
Applied to for-next/seccomp, thanks!
[1/1] selftests/seccomp: fix syscall_restart test for arm compat https://git.kernel.org/kees/c/797002deed03
Take care,