diff options
author | Kevin Brodsky <[email protected]> | 2024-10-29 14:45:39 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2024-11-04 16:31:26 +0000 |
commit | 49f59573e9e06093ba23caf4ea1641b16e7e497e (patch) | |
tree | 5988cf3565693783585618c9dc140e09639be5b6 /lib/crypto/mpi/mpiutil.c | |
parent | 6e182dc9f2680681ffb0b6d9757927f1bd321b38 (diff) |
selftests/mm: Enable pkey_sighandler_tests on arm64
pkey_sighandler_tests.c makes raw syscalls using its own helper,
syscall_raw(). One of those syscalls is clone, which is problematic
as every architecture has a different opinion on the order of its
arguments.
To complete arm64 support, we therefore add an appropriate
implementation in syscall_raw(), and introduce a clone_raw() helper
that shuffles arguments as needed for each arch.
Having done this, we enable building pkey_sighandler_tests for arm64
in the Makefile.
Signed-off-by: Kevin Brodsky <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions