Hi Linus, 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) Please pull! The following changes since commit f278eb3d8178f9c31f8dfad7e91440e603dd7f1a: block: hold ->invalidate_lock in blkdev_fallocate (2021-09-24 11:06:58 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.15-2021-10-01 for you to fetch changes up to 41e76c6a3c83c85e849f10754b8632ea763d9be4: nbd: use shifts rather than multiplies (2021-09-29 20:31:41 -0600) ---------------------------------------------------------------- block-5.15-2021-10-01 ---------------------------------------------------------------- Jens Axboe (1): Revert "block, bfq: honor already-setup queue merges" Keith Busch (1): nvme: add command id quirk for apple controllers Nick Desaulniers (1): nbd: use shifts rather than multiplies block/bfq-iosched.c | 16 +++------------- drivers/block/nbd.c | 29 +++++++++++++++++------------ drivers/nvme/host/core.c | 4 +++- drivers/nvme/host/nvme.h | 6 ++++++ drivers/nvme/host/pci.c | 3 ++- 5 files changed, 31 insertions(+), 27 deletions(-) -- Jens Axboe