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 6.7-rc5
Date: Fri, 8 Dec 2023 10:48:57 -0700 [thread overview]
Message-ID: <10082935-2c7f-4f88-b318-b8543583987a@kernel.dk> (raw)
Hi Linus,
Nothing major in here, just miscellanous fixes for MD and NVMe:
- NVMe pull request via Keith
- Proper nvme ctrl state setting (Keith)
- Passthrough command optimization (Keith)
- Spectre fix (Nitesh)
- Kconfig clarifications (Shin'ichiro)
- Frozen state deadlock fix (Bitao)
- Power setting quirk (Georg)
- MD pull requests via Song
- 6.7 regresisons with recovery/sync (Yu)
- Reshape fix (David)
Please pull!
The following changes since commit 8ad3ac92f0760fdd8537857ee1adfde849ab0268:
Merge tag 'nvme-6.7-2023-12-01' of git://git.infradead.org/nvme into block-6.7 (2023-12-01 09:09:16 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.7-2023-12-08
for you to fetch changes up to 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)
----------------------------------------------------------------
block-6.7-2023-12-08
----------------------------------------------------------------
Bitao Hu (1):
nvme: fix deadlock between reset and scan
David Jeffery (1):
md/raid6: use valid sector values to determine if an I/O should wait on the reshape
Georg Gottleuber (1):
nvme-pci: Add sleep quirk for Kingston drives
Jens Axboe (4):
Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7
Merge tag 'md-fixes-20231206' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7
Merge tag 'nvme-6.7-2023-12-7' of git://git.infradead.org/nvme into block-6.7
Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7
Keith Busch (3):
nvme: introduce helper function to get ctrl state
nvme: ensure reset state check ordering
nvme-ioctl: move capable() admin check to the end
Nitesh Shetty (1):
nvme: prevent potential spectre v1 gadget
Shin'ichiro Kawasaki (1):
nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions
Yu Kuai (4):
md: fix missing flush of sync_work
md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
md: fix stopping sync thread
md: split MD_RECOVERY_NEEDED out of mddev_resume
drivers/md/md.c | 144 ++++++++++++++++++++++-------------------
drivers/md/raid5.c | 4 +-
drivers/nvme/host/Kconfig | 5 +-
drivers/nvme/host/core.c | 52 +++++++++------
drivers/nvme/host/fc.c | 6 +-
drivers/nvme/host/ioctl.c | 21 +++---
drivers/nvme/host/nvme.h | 11 ++++
drivers/nvme/host/pci.c | 30 ++++++---
drivers/nvme/host/rdma.c | 23 ++++---
drivers/nvme/host/tcp.c | 27 +++++---
drivers/nvme/target/Kconfig | 5 +-
drivers/nvme/target/configfs.c | 3 +
12 files changed, 197 insertions(+), 134 deletions(-)
--
Jens Axboe
next reply other threads:[~2023-12-08 17:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 17:48 Jens Axboe [this message]
2023-12-08 20:45 ` [GIT PULL] Block fixes for 6.7-rc5 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=10082935-2c7f-4f88-b318-b8543583987a@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox