]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Oct 2020 21:38:10 +0000 (14:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Oct 2020 21:38:10 +0000 (14:38 -0700)
commitb3fb1db2df5801018ca538b15d76cfabbda8e277
tree5c61da3e5b3d23455eacabe51e81cf612df357cd
parent4f8eb3728109b6cb34ffd13976ee3b1c064229a5
parent53ace268521e3428fbdd22a6ada2053d7139b2eb
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
fs/io_uring.c
mm/filemap.c