]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 May 2020 18:13:36 +0000 (11:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 May 2020 18:13:36 +0000 (11:13 -0700)
commite2b4305305635eef9d687cf78c4bc23378880861
tree7796a0233b8a53eb9f81d95a054fc9687abaed13
parentb1d8f995bf0adc270edf2a7fc15e1ed9fb51f43d
parentfa724e284efaa25baf09c1dfd174eef6311fb113
Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A few fixes for this release:

   - NVMe pull request from Christoph, with a single fix for a double
     free in the namespace error handling.

   - Kill the bd_openers check in blk_drop_partitions(), fixing a
     regression in this merge window (Christoph)"

* tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-block:
  block: remove the bd_openers checks in blk_drop_partitions
  nvme: prevent double free in nvme_alloc_ns() error handling