mbox series

[GIT,PULL] Block fixes for 6.7-rc7

Message ID 075bc8fd-e296-4b0e-bb4a-d69bcf7d4ba0@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.7-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.7-2023-12-22

Message

Jens Axboe Dec. 22, 2023, 11:20 p.m. UTC
Hi Linus,

Just an NVMe pull request this time, with a fix for bad sleeping
context, and a revert of a patch that caused some trouble.

Please pull!


The following changes since commit c6d3ab9e76dc01011392cf8309f7e684b94ec464:

  Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 (2023-12-07 12:15:18 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.7-2023-12-22

for you to fetch changes up to 13d822bf1cba78612b22a65b91cd6d4d443b6254:

  Merge tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme into block-6.7 (2023-12-21 14:32:35 -0700)

----------------------------------------------------------------
block-6.7-2023-12-22

----------------------------------------------------------------
Jens Axboe (1):
      Merge tag 'nvme-6.7-2023-12-21' of git://git.infradead.org/nvme into block-6.7

Keith Busch (1):
      Revert "nvme-fc: fix race between error recovery and creating association"

Maurizio Lombardi (1):
      nvme-pci: fix sleeping function called from interrupt context

 drivers/nvme/host/core.c |  3 ++-
 drivers/nvme/host/fc.c   | 21 +++++----------------
 2 files changed, 7 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 23, 2023, 3:46 a.m. UTC | #1
The pull request you sent on Fri, 22 Dec 2023 16:20:05 -0700:

> git://git.kernel.dk/linux.git tags/block-6.7-2023-12-22

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

Thank you!