commit | 702bfc891db162b99e880da78cc256dac14cfc7f | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 02 14:38:10 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 02 14:38:10 2020 -0700 |
tree | 5c61da3e5b3d23455eacabe51e81cf612df357cd | |
parent | f016a5405234709938b38e965e02950e51084ac3 [diff] | |
parent | c8d317aa1887b40b188ec3aaa6e9e524333caed1 [diff] |
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block Pull io_uring fixes from Jens Axboe: - fix for async buffered reads if read-ahead is fully disabled (Hao) - double poll match fix - ->show_fdinfo() potential ABBA deadlock complaint fix * tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block: io_uring: fix async buffered reads when readahead is disabled io_uring: fix potential ABBA deadlock in ->show_fdinfo() io_uring: always delete double poll wait entry on match