Maurizio Lombardi
387e807759
nvme-pci: fix sleeping function called from interrupt context
...
[ Upstream commit f6fe0b2d35457c10ec37acc209d19726bdc16dbd ]
the nvme_handle_cqe() interrupt handler calls nvme_complete_async_event()
but the latter may call nvme_auth_stop() which is a blocking function.
Sleeping functions can't be called in interrupt context
BUG: sleeping function called from invalid context
in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 0, name: swapper/15
Call Trace:
<IRQ>
__cancel_work_timer+0x31e/0x460
? nvme_change_ctrl_state+0xcf/0x3c0 [nvme_core]
? nvme_change_ctrl_state+0xcf/0x3c0 [nvme_core]
nvme_complete_async_event+0x365/0x480 [nvme_core]
nvme_poll_cq+0x262/0xe50 [nvme]
Fix the bug by moving nvme_auth_stop() to fw_act_work
(executed by the nvme_wq workqueue)
Fixes: f50fff73d620 ("nvme: implement In-Band authentication")
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-01-01 12:38:59 +00:00
..
2023-02-06 08:06:34 +01:00
2023-12-20 17:00:22 +01:00
2023-06-09 10:34:04 +02:00
2024-01-01 12:38:59 +00:00
2022-09-19 17:55:24 +02:00
2023-03-11 13:55:31 +01:00
2021-11-29 06:41:29 -07:00
2023-10-06 14:56:51 +02:00
2023-06-09 10:34:09 +02:00
2023-11-20 11:52:17 +01:00
2022-08-02 17:14:49 -06:00
2022-08-02 17:22:48 -06:00
2023-06-09 10:34:15 +02:00
2023-12-13 18:39:17 +01:00
2023-12-13 18:39:17 +01:00
2023-10-25 12:03:14 +02:00
2023-08-16 18:27:30 +02:00
2022-08-02 17:14:49 -06:00
2023-05-11 23:03:22 +09:00
2022-07-06 06:46:26 -06:00