summaryrefslogtreecommitdiffstats
path: root/lib/seq_buf.c
diff options
context:
space:
mode:
authorWeiping Zhang <zhangweiping@didiglobal.com>2020-05-02 09:29:41 +0200
committerJens Axboe <axboe@kernel.dk>2020-05-10 00:18:36 +0200
commit2a5bcfdd41d68559567cec3c124a75e093506cc1 (patch)
tree35cf53078fc013e32ed3defa0cfd939ea9f8f799 /lib/seq_buf.c
parentnvme-pci: remove last_sq_tail (diff)
downloadlinux-2a5bcfdd41d68559567cec3c124a75e093506cc1.tar.xz
linux-2a5bcfdd41d68559567cec3c124a75e093506cc1.zip
nvme-pci: align io queue count with allocted nvme_queue in nvme_probe
Since commit 147b27e4bd08 ("nvme-pci: allocate device queues storage space at probe"), nvme_alloc_queue does not alloc the nvme queues itself anymore. If the write/poll_queues module parameters are changed at runtime to values larger than the number of allocated queues in nvme_probe, nvme_alloc_queue will access unallocated memory. Add a new nr_allocated_queues member to struct nvme_dev to record how many queues were alloctated in nvme_probe to avoid using more than the allocated queues after a reset following a change to the write/poll_queues module parameters. Also add nr_write_queues and nr_poll_queues members to allow refreshing the number of write and poll queues based on a change to the module parameters when resetting the controller. Fixes: 147b27e4bd08 ("nvme-pci: allocate device queues storage space at probe") Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com> Reviewed-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> [hch: add nvme_max_io_queues, update the commit message] Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'lib/seq_buf.c')
0 files changed, 0 insertions, 0 deletions