Commit 2f9423b
committed
nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
JIRA: https://issues.redhat.com/browse/RHEL-95382
We need to lock this queue for that condition because the timeout work
executes per-namespace and can poll the poll CQ.
Reported-by: Hannes Reinecke <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Fixes: a0fa964 ("NVMe: add blk polling support")
Signed-off-by: Keith Busch <[email protected]>
Signed-off-by: Daniel Wagner <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
(cherry picked from commit 3d89321)
Signed-off-by: Maurizio Lombardi <[email protected]>1 parent 84219f3 commit 2f9423b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1202 | 1202 | | |
1203 | 1203 | | |
1204 | 1204 | | |
| 1205 | + | |
1205 | 1206 | | |
| 1207 | + | |
1206 | 1208 | | |
1207 | 1209 | | |
1208 | 1210 | | |
| |||
0 commit comments