Re: [PATCH] icmp: support rfc 5837

2021-03-11 Thread kernel test robot
Hi ishaangandhi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] [also build test WARNING on net/master linus/master v5.12-rc2 next-20210311] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we s

Re: [PATCH] icmp: support rfc 5837

2021-03-11 Thread Willem de Bruijn
On Thu, Mar 11, 2021 at 7:47 PM ishaangandhi wrote: > > From: Ishaan Gandhi > > This patch identifies the interface a packet arrived on when sending > ICMP time exceeded, destination unreachable, and parameter problem > messages, in accordance with RFC 5837. > > It was tested by pinging a machine

Re: [PATCH] icmp: support rfc 5837

2021-03-11 Thread kernel test robot
Hi ishaangandhi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] [also build test WARNING on net/master linus/master sparc-next/master v5.12-rc2 next-20210311] [If your patch is applied to the wrong git tree, kindly drop us a note. And when sub

Re: [PATCH] icmp: support rfc 5837

2021-03-11 Thread kernel test robot
Hi ishaangandhi, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] [also build test WARNING on net/master linus/master v5.12-rc2 next-20210311] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we s

[PATCH] icmp: support rfc 5837

2021-03-11 Thread ishaangandhi
From: Ishaan Gandhi This patch identifies the interface a packet arrived on when sending ICMP time exceeded, destination unreachable, and parameter problem messages, in accordance with RFC 5837. It was tested by pinging a machine with a ttl of 1, and observing the response in Wireshark. Signed-