mbox series

[net,0/2] inet: ping: give ping some care

Message ID 20221011212729.3777710-1-eric.dumazet@gmail.com (mailing list archive)
Headers show
Series inet: ping: give ping some care | expand

Message

Eric Dumazet Oct. 11, 2022, 9:27 p.m. UTC
From: Eric Dumazet <edumazet@google.com>

First patch fixes an ipv6 ping bug that has been there forever,
for large sizes.

Second patch fixes a recent and elusive bug, that can potentially
crash the host. This is what I mentioned privately to Paolo and
Jakub at LPC in Dublin.

Eric Dumazet (2):
  ipv6: ping: fix wrong checksum for large frames
  inet: ping: fix recent breakage

 net/ipv4/ping.c | 23 ++++++-----------------
 net/ipv6/ping.c |  2 +-
 2 files changed, 7 insertions(+), 18 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 12, 2022, 8:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 11 Oct 2022 14:27:27 -0700 you wrote:
> From: Eric Dumazet <edumazet@google.com>
> 
> First patch fixes an ipv6 ping bug that has been there forever,
> for large sizes.
> 
> Second patch fixes a recent and elusive bug, that can potentially
> crash the host. This is what I mentioned privately to Paolo and
> Jakub at LPC in Dublin.
> 
> [...]

Here is the summary with links:
  - [net,1/2] ipv6: ping: fix wrong checksum for large frames
    https://git.kernel.org/netdev/net/c/87445f369cca
  - [net,2/2] inet: ping: fix recent breakage
    https://git.kernel.org/netdev/net/c/0d24148bd276

You are awesome, thank you!