Messages in this thread |  | | Subject | Re: [PATCH] net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset | From | patchwork-bot+netdevbpf@kernel ... | Date | Mon, 26 Jul 2021 13:20:05 +0000 |
| |
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 25 Jul 2021 21:45:12 +0800 you wrote: > 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> > > [...]
Here is the summary with links: - net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapter_reset https://git.kernel.org/netdev/net/c/92766c4628ea
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |