[PATCH] nvme/pci: make PRP list DMA pools per-NUMA-node
Kanchan Joshi
joshi.k at samsung.com
Mon Apr 21 00:09:34 PDT 2025
On 4/20/2025 10:14 PM, Caleb Sander Mateos wrote:
> static int nvme_init_hctx(struct blk_mq_hw_ctx *hctx, void *data,
> unsigned int hctx_idx)
Missing this handling for admin queue.
We may go to that case (i.e., admin command with data payload > 1
segment) less often. But when we do, this code will give
null-pointer-deference.
More information about the Linux-nvme
mailing list