]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Oct 2021 18:00:36 +0000 (11:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Oct 2021 18:00:36 +0000 (11:00 -0700)
commitfeafd27ab56a7ca62844a3a412e0943229810fc4
treecec019b46829f9dcc072d8d43f9d4d8368cc40d2
parent2130e1a52ac8eb72d1d4031f80803ee2ccaaabe6
parentd2851677a18c3563a059a477e0f7bb3457f0a5e2
Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block

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

   - Revert a BFQ commit that causes breakage for people. Unfortunately
     it was auto-selected for stable as well, so now 5.14.7 suffers from
     it too. Hopefully stable will pick up this revert quickly too, so
     we can remove the issue on that end as well.

   - Add a quirk for Apple NVMe controllers, which due to their
     non-compliance broke due to the introduction of command sequences
     (Keith)

   - Use shifts in nbd, fixing a __divdi3 issue (Nick)"

* tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block:
  nbd: use shifts rather than multiplies
  Revert "block, bfq: honor already-setup queue merges"
  nvme: add command id quirk for apple controllers