[PATCH v5 0/1] nvme: validate FDP configuration descriptor sizes

From: liuxixin

Date: Tue Jun 02 2026 - 21:11:14 EST


Hi Keith,

Thanks for applying v4 1/2 to nvme-7.2.

v5 is only the descriptor-size validation patch, with your feedback on
v4 2/2: remove the redundant "log >= end" check inside the walk loop
now that dsze is validated before advancing.

## Test plan
- Build: make M=drivers/nvme -j$(nproc) (linux-next)
- fdp-lab: dsze==0 / walk past end -> "FDP invalid config descriptor at
index %d" (see fdp-lab/TEST-FDP-BOUNDS.md)

Thanks,
liuxixin