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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <171405962999.10966.471620243473812058.git-patchwork-notify@kernel.org>
Date: Thu, 25 Apr 2024 15:40:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Sabrina Dubroca <sd@...asysnail.net>
Cc: netdev@...r.kernel.org, kuba@...nel.org, pabeni@...hat.com,
 borisp@...dia.com, john.fastabend@...il.com, davem@...emloft.net,
 edumazet@...gle.com
Subject: Re: [PATCH net] tls: fix lockless read of strp->msg_ready in ->poll

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Wed, 24 Apr 2024 12:25:47 +0200 you wrote:
> tls_sk_poll is called without locking the socket, and needs to read
> strp->msg_ready (via tls_strp_msg_ready). Convert msg_ready to a bool
> and use READ_ONCE/WRITE_ONCE where needed. The remaining reads are
> only performed when the socket is locked.
> 
> Fixes: 121dca784fc0 ("tls: suppress wakeups unless we have a full record")
> Signed-off-by: Sabrina Dubroca <sd@...asysnail.net>
> 
> [...]

Here is the summary with links:
  - [net] tls: fix lockless read of strp->msg_ready in ->poll
    https://git.kernel.org/netdev/net/c/0844370f8945

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ