Re: [PATCH net] net: ping: do not abuse udp_poll()

2017-06-04 Thread David Miller
From: Eric Dumazet Date: Sat, 03 Jun 2017 09:29:25 -0700 > From: Eric Dumazet > > Alexander reported various KASAN messages triggered in recent kernels > > The problem is that ping sockets should not use udp_poll() in the first > place, and recent changes in UDP stack finally exposed this old

Re: [PATCH net] net: ping: do not abuse udp_poll()

2017-06-03 Thread Lorenzo Colitti
On Sun, Jun 4, 2017 at 1:29 AM, Eric Dumazet wrote: > The problem is that ping sockets should not use udp_poll() in the first > place, and recent changes in UDP stack finally exposed this old bug. Acked-By: Lorenzo Colitti Tested-By: Lorenzo Colitti

[PATCH net] net: ping: do not abuse udp_poll()

2017-06-03 Thread Eric Dumazet
From: Eric Dumazet Alexander reported various KASAN messages triggered in recent kernels The problem is that ping sockets should not use udp_poll() in the first place, and recent changes in UDP stack finally exposed this old bug. Fixes: c319b4d76b9e ("net: ipv4: add IPPROTO_ICMP socket kind")