]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jun 2019 16:58:35 +0000 (09:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Jun 2019 16:58:35 +0000 (09:58 -0700)
commitccc502649518c1bc6c8320ebd4ce667ddbe68524
treee1acfa6937c408932c8d267753b8bdb448c5dc98
parent20cde8d498ad050027f3716386af0ab9b125d3bb
parentb03e8331773b0f8ed94cf024050e9141a303d943
Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "Three fixes that should go into this series.

  One is a set of two patches from Christoph, fixing a page leak on same
  page merges. Boiled down version of a bigger fix, but this one is more
  appropriate for this late in the cycle (and easier to backport to
  stable).

  The last patch is for a divide error in MD, from Mariusz (via Song)"

* tag 'for-linus-20190620' of git://git.kernel.dk/linux-block:
  md: fix for divide error in status_resync
  block: fix page leak when merging to same page
  block: return from __bio_try_merge_page if merging occured in the same page