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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <168377102152.6855.2484055761766516586.git-patchwork-notify@kernel.org> Date: Thu, 11 May 2023 02:10:21 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Eric Dumazet <edumazet@...gle.com> Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org, eric.dumazet@...il.com Subject: Re: [PATCH net] net: datagram: fix data-races in datagram_poll() Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@...nel.org>: On Tue, 9 May 2023 17:31:31 +0000 you wrote: > datagram_poll() runs locklessly, we should add READ_ONCE() > annotations while reading sk->sk_err, sk->sk_shutdown and sk->sk_state. > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Signed-off-by: Eric Dumazet <edumazet@...gle.com> > --- > net/core/datagram.c | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) Here is the summary with links: - [net] net: datagram: fix data-races in datagram_poll() https://git.kernel.org/netdev/net/c/5bca1d081f44 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