[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167395501735.22351.17426243090589547369.git-patchwork-notify@kernel.org>
Date: Tue, 17 Jan 2023 11:30:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Pietro Borrello <borrello@...g.uniroma1.it>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, yoshfuji@...ux-ipv6.org, dsahern@...nel.org,
c.giuffrida@...nl, h.j.bos@...nl, jkl820.git@...il.com,
kuniyu@...zon.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v3] inet: fix fast path in __inet_hash_connect()
Hello:
This patch was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@...hat.com>:
On Sat, 14 Jan 2023 13:11:41 +0000 you wrote:
> __inet_hash_connect() has a fast path taken if sk_head(&tb->owners) is
> equal to the sk parameter.
> sk_head() returns the hlist_entry() with respect to the sk_node field.
> However entries in the tb->owners list are inserted with respect to the
> sk_bind_node field with sk_add_bind_node().
> Thus the check would never pass and the fast path never execute.
>
> [...]
Here is the summary with links:
- [net-next,v3] inet: fix fast path in __inet_hash_connect()
https://git.kernel.org/netdev/net-next/c/21cbd90a6fab
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