Hi All,
Morello LTP 1.6.1 integration drop is now available [1]
Main changes:
- syscalls/io_cancel: proper asynchronous I/O context secured for relevant
tests so that an actual intended behaviour gets validated
- syscalls/bpf: unified size of used buffers across related tests
- syscalls/io_uring: support for capabilities with the updated version
of io_uring_sqe struct; activated testcase for purecap runs of io_uring
syscall test suite
Enjoy!
Contributions:
--------------
Shout out to all the contributors and reviewers for all the work behind getting
the changes in, much appreciated!
git shortlog -s -e -n --invert-grep --grep="cherry" morello-release-1.6.0..
3 Tudor Cretu <tudor.cretu(a)arm.com>
1 Beata Michalska <beata.michalska(a)arm.com>
1 Zachary Leaf <zachary.leaf(a)arm.com>
---
[1] https://git.morello-project.org/morello/morello-linux-ltp/-/tags/morello-re…
This small series updates the io_uring tests and adds them to the
morello_transitional_extended list.
This series depends on the following Morello Linux series:
"Support io_uring for Purecap apps"
v2:
- Remove changes to unused io_uring_sqe struct from the lapi header, and
add a comment on why it's left unmodified
- Remove the io_uring01 from relevant skip file
- Update the io_uring dependency tag to "> morello-release-1.6.0" as it
missed the boat
Review branch:
https://git.morello-project.org/tudcre01/morello-linux-ltp/-/commits/morell…
Tudor Cretu (2):
syscalls/io_uring: Align struct io_uring_sqe with new uABI
runtest: Add io_uring tests to the extended PCuABI syscall list
include/lapi/io_uring.h | 4 ++++
runtest/morello_transitional_extended | 4 ++++
runtest/syscalls_morello_purecap_skip | 4 ----
testcases/kernel/syscalls/io_uring/io_uring01.c | 4 ++--
testcases/kernel/syscalls/io_uring/io_uring02.c | 6 +++---
5 files changed, 13 insertions(+), 9 deletions(-)
--
2.34.1