Re: [PATCH net-next 3/3] icmp6: support rfc 4884

2020-07-23 Thread kernel test robot
Hi Willem, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Willem-de-Bruijn/icmp6-support-rfc-4884/20200723-223533 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 7fc

Re: [PATCH net-next 3/3] icmp6: support rfc 4884

2020-07-23 Thread kernel test robot
Hi Willem, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Willem-de-Bruijn/icmp6-support-rfc-4884/20200723-223533 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 7fc

Re: [PATCH net-next 3/3] icmp6: support rfc 4884

2020-07-23 Thread Willem de Bruijn
On Thu, Jul 23, 2020 at 12:44 PM Jakub Kicinski wrote: > > On Thu, 23 Jul 2020 10:33:57 -0400 Willem de Bruijn wrote: > > From: Willem de Bruijn > > > > Extend the rfc 4884 read interface introduced for ipv4 in > > commit eba75c587e81 ("icmp: support rfc 4884") to ipv6. > > > > Add socket option

Re: [PATCH net-next 3/3] icmp6: support rfc 4884

2020-07-23 Thread Jakub Kicinski
On Thu, 23 Jul 2020 10:33:57 -0400 Willem de Bruijn wrote: > From: Willem de Bruijn > > Extend the rfc 4884 read interface introduced for ipv4 in > commit eba75c587e81 ("icmp: support rfc 4884") to ipv6. > > Add socket option SOL_IPV6/IPV6_RECVERR_RFC4884. > > Signed-off-by: Willem de Bruijn

[PATCH net-next 3/3] icmp6: support rfc 4884

2020-07-23 Thread Willem de Bruijn
From: Willem de Bruijn Extend the rfc 4884 read interface introduced for ipv4 in commit eba75c587e81 ("icmp: support rfc 4884") to ipv6. Add socket option SOL_IPV6/IPV6_RECVERR_RFC4884. Signed-off-by: Willem de Bruijn --- include/linux/ipv6.h| 1 + include/uapi/linux/icmpv6.h | 1 +