lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 25 Nov 2022 08:20:16 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Duoming Zhou <duoming@....edu.cn> Cc: linux-kernel@...r.kernel.org, shshaikh@...vell.com, manishc@...vell.com, GR-Linux-NIC-Dev@...vell.com, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org Subject: Re: [PATCH net] qlcnic: fix sleep-in-atomic-context bugs caused by msleep Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@...emloft.net>: On Wed, 23 Nov 2022 18:06:42 +0800 you wrote: > The watchdog timer is used to monitor whether the process > of transmitting data is timeout. If we use qlcnic driver, > the dev_watchdog() that is the timer handler of watchdog > timer will call qlcnic_tx_timeout() to process the timeout. > But the qlcnic_tx_timeout() calls msleep(), as a result, > the sleep-in-atomic-context bugs will happen. The processes > are shown below: > > [...] Here is the summary with links: - [net] qlcnic: fix sleep-in-atomic-context bugs caused by msleep https://git.kernel.org/netdev/net/c/8dbd6e4ce1b9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists