This series adds a new epoll test that checks that passing a pointer through epoll_data works for purecap apps (as well as compat64). (Note, the kernel patches for enabling this have been merged.)
In addition, the second patch adds all epoll tests to the morello extended runlist. This has a musl dependency - see the patch for details.
Kristina Martsenko (2): syscalls/epoll_wait: Add test for pointer passing runtest: Add epoll tests to extended PCuABI syscall list
runtest/morello_transitional_extended | 21 +++++ runtest/syscalls | 1 + .../kernel/syscalls/epoll_wait/.gitignore | 1 + .../kernel/syscalls/epoll_wait/epoll_wait05.c | 87 +++++++++++++++++++ 4 files changed, 110 insertions(+) create mode 100644 testcases/kernel/syscalls/epoll_wait/epoll_wait05.c