lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 22 Feb 2020 09:05:30 -0800
From:   Jens Axboe <axboe@...nel.dk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     io-uring <io-uring@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] io_uring fixes for 5.6-rc3

Hi Linus,

Been mostly away this week, but here's a small collection of fixes that
were queued up for -rc3. This pull request contains:

- Remove unnecessary NULL check (Dan)

- Missing io_req_cancelled() call in fallocate (Pavel)

- Put the cleanup check for aux data in the right spot (Pavel)

- Two fixes for SQPOLL (Stefano, Xiaoguang)

Please pull!


  git://git.kernel.dk/linux-block.git tags/io_uring-5.6-2020-02-22


----------------------------------------------------------------
Dan Carpenter (1):
      io_uring: remove unnecessary NULL checks

Pavel Begunkov (2):
      io_uring: add missing io_req_cancelled()
      io_uring: fix use-after-free by io_cleanup_req()

Stefano Garzarella (1):
      io_uring: prevent sq_thread from spinning when it should stop

Xiaoguang Wang (1):
      io_uring: fix __io_iopoll_check deadlock in io_sq_thread

 fs/io_uring.c | 65 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 35 deletions(-)

-- 
Jens Axboe

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ