[GIT PULL] nvme fixes for 6.6
Keith Busch
kbusch at kernel.org
Thu Sep 14 13:20:56 PDT 2023
The following changes since commit 851e06297f20bbd85c93bbf09469f2150d1db218:
ublk: zoned: support REQ_OP_ZONE_RESET_ALL (2023-08-20 20:24:34 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.6-2023-09-14
for you to fetch changes up to 6cc834ba62998c65c42d0c63499bdd35067151ec:
nvme: avoid bogus CRTO values (2023-09-14 13:09:52 -0700)
----------------------------------------------------------------
nvme fixes for Linux 6.6
- nvme-tcp iov len fix (Varun)
- nvme-hwmon const qualifier for safety (Krzysztof)
- nvme-fc null pointer checks (Nigel)
- nvme-pci no numa node fix (Pratyush)
- nvme timeout fix for non-compliant controllers (Keith)
----------------------------------------------------------------
Keith Busch (1):
nvme: avoid bogus CRTO values
Krzysztof Kozlowski (1):
nvme: host: hwmon: constify pointers to hwmon_channel_info
Nigel Kirkland (1):
nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
Pratyush Yadav (1):
nvme-pci: do not set the NUMA node of device if it has none
Varun Prakash (1):
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
drivers/nvme/host/core.c | 54 +++++++++++++++++++++++++++++++++++-------------------
drivers/nvme/host/fc.c | 2 +-
drivers/nvme/host/hwmon.c | 2 +-
drivers/nvme/host/pci.c | 3 ---
drivers/nvme/target/tcp.c | 2 +-
5 files changed, 38 insertions(+), 25 deletions(-)
More information about the Linux-nvme
mailing list