commit | d849ca483dba7546ad176da83bf66d1c013725f6 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 12:55:22 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 12:55:22 2020 -0700 |
tree | 68be0644390572caf8244853d9bc220d7f53db08 | |
parent | 2fb547911ca54bc9ffa2709c55c9a7638ac50ae4 [diff] | |
parent | 355afaeb578abac907217c256a844cfafb0337b2 [diff] |
Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block Pull io_uring fixes from Jens Axboe: - EAGAIN with O_NONBLOCK retry fix - Two small fixes for registered files (Jiufei) * tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block: io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file io_uring: set table->files[i] to NULL when io_sqe_file_register failed io_uring: fix removing the wrong file in __io_sqe_files_update()