aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorKeith Busch <[email protected]>2017-09-14 13:54:39 -0400
committerJens Axboe <[email protected]>2017-09-25 08:56:05 -0600
commit161b8be2bd6abad250d4b3f674bdd5480f15beeb (patch)
tree92f9980a7c62acd14e6e549d90e6c236c792bef6 /tools/perf/scripts/python/export-to-postgresql.py
parentdeb61742e060d4447712598bc11bb50f8b2e51dd (diff)
nvme-pci: initialize queue memory before interrupts
A spurious interrupt before the nvme driver has initialized the completion queue may inadvertently cause the driver to believe it has a completion to process. This may result in a NULL dereference since the nvmeq's tags are not set at this point. The patch initializes the host's CQ memory so that a spurious interrupt isn't mistaken for a real completion. Signed-off-by: Keith Busch <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions