All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 5.15-rc4
Date: Fri, 1 Oct 2021 20:06:05 -0600	[thread overview]
Message-ID: <0ff68ebd-ae42-6b85-74bb-6ef114c948d0@kernel.dk> (raw)

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


             reply	other threads:[~2021-10-02  2:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-02  2:06 Jens Axboe [this message]
2021-10-02 18:06 ` [GIT PULL] Block fixes for 5.15-rc4 Linus Torvalds
2021-10-02 19:01   ` Jens Axboe
2021-10-03  2:08   ` Keith Busch
     [not found]   ` <PNZPR01MB4415C6C1CED76358BC8089A4B8AD9@PNZPR01MB4415.INDPRD01.PROD.OUTLOOK.COM>
2021-10-03  5:24     ` Aditya Garg
2021-10-02 18:07 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0ff68ebd-ae42-6b85-74bb-6ef114c948d0@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.