Re: [RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
From: Jeff Moyer <hidden>
Date: 2021-05-26 14:59:31
Paul Moore [off-list ref] writes:
Also, any pointers to easy-to-run io_uring tests would be helpful. I am particularly interested in tests which make use of the personality option, share urings across process boundaries, and make use of the sqpoll functionality.
liburing contains a test suite: https://git.kernel.dk/cgit/liburing/ You can run it via 'make runtests'. Cheers, Jeff