[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176755096577.142863.15109109995613331415.git-patchwork-notify@kernel.org>
Date: Sun, 04 Jan 2026 18:22:45 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: yuan.gao <yuan.gao@...oud.cn>
Cc: davem@...emloft.net, dsahern@...nel.org, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, horms@...nel.org, segoon@...nwall.com,
netdev@...r.kernel.org
Subject: Re: [PATCH] inet: ping: Fix icmp out counting
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 24 Dec 2025 14:31:45 +0800 you wrote:
> From: "yuan.gao" <yuan.gao@...oud.cn>
>
> When the ping program uses an IPPROTO_ICMP socket to send ICMP_ECHO
> messages, ICMP_MIB_OUTMSGS is counted twice.
>
> ping_v4_sendmsg
> ping_v4_push_pending_frames
> ip_push_pending_frames
> ip_finish_skb
> __ip_make_skb
> icmp_out_count(net, icmp_type); // first count
> icmp_out_count(sock_net(sk), user_icmph.type); // second count
>
> [...]
Here is the summary with links:
- inet: ping: Fix icmp out counting
https://git.kernel.org/netdev/net/c/4c0856c225b3
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