]> 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)
commit925408a6fd449236eb3fe968cce6c1ec53626a10
treef303ca007424c0c3af40ba88b23b3e3e965bfc2a
parentff81e9498f5a8023e5d2f9b836e6eae66953968e
parentea3d72797a0dd5ee57c96bfc7620bc8a256171e7
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