On Wed Oct 28, 2020 at 12:33 PM EDT, Jens Axboe wrote: > It's been a while since I double checked 5.4-stable, I bet a lot of > these > are due to the tests not being very diligent in checking what is and > what > isn't supported. I'll take a look and rectify some of that. I tried with 5.9.1 and fewer tests failed. ``` Tests failed: <defer> <double-poll-crash> <file-register> <io_uring_enter> <io_uring_register> <iopoll> <poll-cancel-ton> <read-write> <rename> <sq-poll-dup> <sq-poll-share> <unlink> ``` It might be due to musl, I'll as I use the library and send the necessary patches if needed. Simon