mbox series

[GIT,PULL] Block fixes for 5.19-rc7

Message ID 5d50557f-e09b-acbf-690c-b82ca2d2e53d@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.19-rc7 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.19-2022-07-15

Message

Jens Axboe July 15, 2022, 7:50 p.m. UTC
Hi Linus,

Two NVMe fixes, and a regression fix for the core block layer from this
merge window. Please pull!


The following changes since commit 6b0de7d0f3285df849be2b3cc94fc3a0a31987bf:

  Merge tag 'nvme-5.19-2022-07-07' of git://git.infradead.org/nvme into block-5.19 (2022-07-07 17:38:19 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.19-2022-07-15

for you to fetch changes up to 957a2b345cbcf41b4b25d471229f0e35262f066c:

  block: fix missing blkcg_bio_issue_init (2022-07-14 10:54:49 -0600)

----------------------------------------------------------------
block-5.19-2022-07-15

----------------------------------------------------------------
Israel Rukshin (1):
      nvme: fix block device naming collision

Jens Axboe (1):
      Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.org/nvme into block-5.19

Keith Busch (1):
      nvme-pci: fix freeze accounting for error handling

Muchun Song (1):
      block: fix missing blkcg_bio_issue_init

 block/blk-merge.c        | 1 +
 drivers/nvme/host/core.c | 6 +++---
 drivers/nvme/host/pci.c  | 9 +++++++--
 3 files changed, 11 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org July 16, 2022, 6:50 p.m. UTC | #1
The pull request you sent on Fri, 15 Jul 2022 13:50:32 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.19-2022-07-15

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

Thank you!