Message ID | 20241215175629.1248773-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | inetpeer: reduce false sharing and atomic operations | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sun, 15 Dec 2024 17:56:25 +0000 you wrote: > After commit 8c2bd38b95f7 ("icmp: change the order of rate limits"), > there is a risk that a host receiving packets from an unique > source targeting closed ports is using a common inet_peer structure > from many cpus. > > All these cpus have to acquire/release a refcount and update > the inet_peer timestamp (p->dtime) > > [...] Here is the summary with links: - [v2,net-next,1/4] inetpeer: remove create argument of inet_getpeer_v[46]() https://git.kernel.org/netdev/net-next/c/661cd8fc8e90 - [v2,net-next,2/4] inetpeer: remove create argument of inet_getpeer() https://git.kernel.org/netdev/net-next/c/7a596a50c4a4 - [v2,net-next,3/4] inetpeer: update inetpeer timestamp in inet_getpeer() https://git.kernel.org/netdev/net-next/c/50b362f21d6c - [v2,net-next,4/4] inetpeer: do not get a refcount in inet_getpeer() https://git.kernel.org/netdev/net-next/c/a853c609504e You are awesome, thank you!