nvme fixes for Linux 6.10
Keith Busch
kbusch at kernel.org
Thu Jun 13 12:01:47 PDT 2024
The following changes since commit b1a1fdd7096dd2d67911b07f8118ff113d815db4:
nvme: fix nvme_pr_* status code parsing (2024-05-31 13:50:59 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.10-2024-06-13
for you to fetch changes up to ff0ffe5b7c3c12c6e0cca16652905963ae817b44:
nvme: fix namespace removal list (2024-06-13 11:47:40 -0700)
----------------------------------------------------------------
nvme fixes for Linux 6.10
- Discard double free on error conditions (Chunguang)
- Target Fixes (Daniel)
- Namespace detachment regression fix (Keith)
----------------------------------------------------------------
Chunguang Xu (1):
nvme: avoid double free special payload
Daniel Wagner (2):
nvmet-passthru: propagate status from id override functions
nvmet: always initialize cqe.result
Keith Busch (1):
nvme: fix namespace removal list
drivers/nvme/host/core.c | 10 ++++++----
drivers/nvme/target/core.c | 1 +
drivers/nvme/target/fabrics-cmd-auth.c | 3 ---
drivers/nvme/target/fabrics-cmd.c | 6 ------
drivers/nvme/target/passthru.c | 6 +++---
5 files changed, 10 insertions(+), 16 deletions(-)
More information about the Linux-nvme
mailing list