summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHongbo Yao <yaohongbo@huawei.com>2019-01-07 10:22:07 +0800
committerChristoph Hellwig <hch@lst.de>2019-01-09 13:47:05 -0500
commitdcca1662727220d18fa351097ddff33f95f516c5 (patch)
treef2c10b033b953198237cc513edf5d73df9aff69b /Makefile
parent8fae268b40f5191227ae7050a99cb2cf1b914ddd (diff)
downloadlinux-stable-dcca1662727220d18fa351097ddff33f95f516c5.tar.gz
linux-stable-dcca1662727220d18fa351097ddff33f95f516c5.tar.bz2
linux-stable-dcca1662727220d18fa351097ddff33f95f516c5.zip
nvme-pci: fix out of bounds access in nvme_cqe_pending
There is an out of bounds array access in nvme_cqe_peding(). When enable irq_thread for nvme interrupt, there is racing between the nvmeq->cq_head updating and reading. nvmeq->cq_head is updated in nvme_update_cq_head(), if nvmeq->cq_head equals nvmeq->q_depth and before its value set to zero, nvme_cqe_pending() uses its value as an array index, the index will be out of bounds. Signed-off-by: Hongbo Yao <yaohongbo@huawei.com> [hch: slight coding style update] Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions