]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jun 2019 08:58:35 +0000 (16:58 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jun 2019 08:58:35 +0000 (16:58 +0800)
commit3023bf15e5b9707d5c51a421c92b61fe6a2e4e5e
treef303ca007424c0c3af40ba88b23b3e3e965bfc2a
parent4cfd6e5ccb4779ae6401b53f61d4c6a1db166f1d
parent61f8c485ea0dc8acdb2dcb8fa394e8bd06d38e96
Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Just two small fixes.

  One from Paolo, fixing a silly mistake in BFQ. The other one is from
  me, ensuring that we have ->file cleared in the io_uring request a bit
  earlier. That avoids a use-before-free, if we encounter an error
  before ->file is assigned"

* tag 'for-linus-20190628' of git://git.kernel.dk/linux-block:
  block, bfq: fix operator in BFQQ_TOTALLY_SEEKY
  io_uring: ensure req->file is cleared on allocation