[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <166823281810.10181.3763824429429154745.git-patchwork-notify@kernel.org>
Date: Sat, 12 Nov 2022 06:00:18 +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-next] tcp: tcp_wfree() refactoring
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 10 Nov 2022 19:02:39 +0000 you wrote:
> Use try_cmpxchg() (instead of cmpxchg()) in a more readable way.
>
> oval = smp_load_acquire(&sk->sk_tsq_flags);
> do {
> ...
> } while (!try_cmpxchg(&sk->sk_tsq_flags, &oval, nval));
>
> [...]
Here is the summary with links:
- [net-next] tcp: tcp_wfree() refactoring
https://git.kernel.org/netdev/net-next/c/b548b17a93fd
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