mbox series

[GIT,PULL] Block fixes for 6.2-rc5

Message ID 305650d8-0477-19df-c043-f59b9b75cb48@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.2-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.2-2023-01-20

Message

Jens Axboe Jan. 20, 2023, 8:02 p.m. UTC
Hi Linus,

Various little tweaks all over the place:

- NVMe pull request via Christoph
	- fix  controller shutdown regression in nvme-apple (Janne Grunau)
	- fix a polling on timeout regression in nvme-pci (Keith Busch)

- Fix a bug in the read request side request allocation caching (Pavel)

- pktcdvd was brought back after we configured a NULL return on bio
  splits, make it consistent with the others (me)

- BFQ refcount fix (Yu)

- Block cgroup policy activation fix (Yu)

- Fix for an md regression introduced in the 6.2 cycle (Adrian)

Please pull!


The following changes since commit 3d25b1e8369273d76f5f2634f164236ba9e40d32:

  Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2 (2023-01-12 10:36:35 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.2-2023-01-20

for you to fetch changes up to 955bc12299b17aa60325e1748336e1fd1e664ed0:

  Merge tag 'nvme-6.2-2023-01-20' of git://git.infradead.org/nvme into block-6.2 (2023-01-20 08:08:29 -0700)

----------------------------------------------------------------
block-6.2-2023-01-20

----------------------------------------------------------------
Adrian Huang (1):
      md: fix incorrect declaration about claim_rdev in md_import_device

Guoqing Jiang (1):
      block/rnbd-clt: fix wrong max ID in ida_alloc_max

Janne Grunau (2):
      nvme-apple: reset controller during shutdown
      nvme-apple: only reset the controller when RTKit is running

Jens Axboe (3):
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.2
      pktcdvd: check for NULL returna fter calling bio_split_to_limits()
      Merge tag 'nvme-6.2-2023-01-20' of git://git.infradead.org/nvme into block-6.2

Keith Busch (1):
      nvme-pci: fix timeout request state check

Pavel Begunkov (1):
      block: fix hctx checks for batch allocation

Yu Kuai (2):
      block, bfq: switch 'bfqg->ref' to use atomic refcount apis
      blk-cgroup: fix missing pd_online_fn() while activating policy

 block/bfq-cgroup.c            |  8 +++-----
 block/bfq-iosched.h           |  2 +-
 block/blk-cgroup.c            |  4 ++++
 block/blk-mq.c                |  6 +++++-
 drivers/block/pktcdvd.c       |  2 ++
 drivers/block/rnbd/rnbd-clt.c |  2 +-
 drivers/md/md.c               |  4 ++--
 drivers/nvme/host/apple.c     | 24 ++++++++++++++++++++----
 drivers/nvme/host/pci.c       |  2 +-
 9 files changed, 39 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 20, 2023, 8:59 p.m. UTC | #1
The pull request you sent on Fri, 20 Jan 2023 13:02:10 -0700:

> git://git.kernel.dk/linux.git tags/block-6.2-2023-01-20

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/edc00350d205d2de8871b514c8f9b403d588e5d1

Thank you!