]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Mar 2020 18:54:47 +0000 (11:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Mar 2020 18:54:47 +0000 (11:54 -0700)
commit2f7076f61c19314a27e74a9c15ca2589f9cd9c7c
treee57f1ce4dc6dadb29611d4d7fde2a37d33087f48
parent5fabd0d897da1c74de78590c0f5bf8da903add50
parent151135f0462c98af6de566729b22ef2a91833e3e
Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Two different fixes in here:

   - Fix for a potential NULL pointer deref for links with async or
     drain marked (Pavel)

   - Fix for not properly checking RLIMIT_NOFILE for async punted
     operations.

     This affects openat/openat2, which were added this cycle, and
     accept4. I did a full audit of other cases where we might check
     current->signal->rlim[] and found only RLIMIT_FSIZE for buffered
     writes and fallocate. That one is fixed and queued for 5.7 and
     marked stable"

* tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block:
  io_uring: make sure accept honor rlimit nofile
  io_uring: make sure openat/openat2 honor rlimit nofile
  io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}