[PATCH 0/2] nvme/host: perform delayed retries upon non-fatal error received during nvme namespace validation

Alex Tran alex.t.tran at gmail.com
Sun Dec 21 13:26:09 PST 2025


This patch series aims to provide delayed retries for nvme namespace
validation when a non-fatal error occurs instead of ignoring it.
An arbitrary amount of retries are performed over an arbitrary interval.

Patch 1:
The nvme_ns_info struct is moved into the nvme header file.
Patch 2:
The implementation of the delayed retires performed on nvme ns validation.

Revision: 1

Signed-off-by: Alex Tran <alex.t.tran at gmail.com>
---
Alex Tran (2):
      nvme/host: move nvme_ns_info into nvme header file
      nvme/host: add delayed retries upon non-fatal error during ns validation

 drivers/nvme/host/core.c | 58 ++++++++++++++++++++++++++++++++----------------
 drivers/nvme/host/nvme.h | 24 ++++++++++++++++++++
 2 files changed, 63 insertions(+), 19 deletions(-)
---
base-commit: fa084c35afa13ab07a860ef0936cd987f9aa0460
change-id: 20251221-nvme_ns_validation-d4abe2b89b96

Best regards,
-- 
Alex Tran <alex.t.tran at gmail.com>




More information about the Linux-nvme mailing list