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: <169260062291.23906.193616591913842086.git-patchwork-notify@kernel.org> Date: Mon, 21 Aug 2023 06:50:22 +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 v2 net-next] net: annotate data-races around sk->sk_lingertime Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller <davem@...emloft.net>: On Sat, 19 Aug 2023 04:06:46 +0000 you wrote: > sk_getsockopt() runs locklessly. This means sk->sk_lingertime > can be read while other threads are changing its value. > > Other reads also happen without socket lock being held, > and must be annotated. > > Remove preprocessor logic using BITS_PER_LONG, compilers > are smart enough to figure this by themselves. > > [...] Here is the summary with links: - [v2,net-next] net: annotate data-races around sk->sk_lingertime https://git.kernel.org/netdev/net-next/c/bc1fb82ae117 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