On 10/28/20 6:53 PM, Simon Zeni wrote: > 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. The log for those would be interesting. rename/unlink is probably me messing up on skipping on not-supported, sq-poll-* ditto. The others, not sure - if you fail with -1/-12, probably just missing capability checks. -- Jens Axboe