Files
linux/drivers
Letu Ren fa73444311 net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset
[ Upstream commit 92766c4628 ]

When calling the 'ql_wait_for_drvr_lock' and 'ql_adapter_reset', the driver
has already acquired the spin lock, so the driver should not call 'ssleep'
in atomic context.

This bug can be fixed by using 'mdelay' instead of 'ssleep'.

Reported-by: Letu Ren <fantasquex@gmail.com>
Signed-off-by: Letu Ren <fantasquex@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-08-12 13:19:45 +02:00
..
2020-09-09 19:04:23 +02:00
2021-07-20 16:15:55 +02:00
2019-05-14 19:17:53 +02:00
2021-01-17 14:04:22 +01:00
2020-12-30 11:26:04 +01:00
2019-07-26 09:14:05 +02:00
2021-04-07 12:48:48 +02:00
2020-02-24 08:34:47 +01:00