From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me
Subject: [GIT PULL] nvme fixes for Linux 6.7
Date: Thu, 7 Dec 2023 10:06:41 -0700 [thread overview]
Message-ID: <ZXH7obrwhriIrzdg@kbusch-mbp> (raw)
The following changes since commit a134cd8dfb8cdfd8f019a7ec2ad5cb8e855f0245:
Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 (2023-12-01 18:37:24 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.7-2023-12-7
for you to fetch changes up to 107b4e063d78c300b21e2d5291b1aa94c514ea5b:
nvme-pci: Add sleep quirk for Kingston drives (2023-12-07 08:53:20 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.7
- 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)
----------------------------------------------------------------
Bitao Hu (1):
nvme: fix deadlock between reset and scan
Georg Gottleuber (1):
nvme-pci: Add sleep quirk for Kingston drives
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
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 +++
10 files changed, 119 insertions(+), 64 deletions(-)
next reply other threads:[~2023-12-07 17:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-07 17:06 Keith Busch [this message]
2023-12-07 17:31 ` [GIT PULL] nvme fixes for Linux 6.7 Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2023-12-21 21:30 Keith Busch
2023-12-21 21:33 ` Jens Axboe
2023-12-01 16:02 Keith Busch
2023-12-01 16:09 ` Jens Axboe
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=ZXH7obrwhriIrzdg@kbusch-mbp \
--to=kbusch@kernel.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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.