Re: [PATCH net-next 1/2] netlink: ipv4 IGMP join notifications

2018-08-30 Thread kbuild test robot
Hi Patrick, 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/Patrick-Ruddy/netlink-ipv4-IGMP-join-notifications/20180831-105548 config: i386-randconfig-a1-201834 (attached as .config) compiler: g

Re: [PATCH net-next 1/2] netlink: ipv4 IGMP join notifications

2018-08-30 Thread kbuild test robot
Hi Patrick, 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/Patrick-Ruddy/netlink-ipv4-IGMP-join-notifications/20180831-105548 config: i386-randconfig-s0-201834 (attached as .config) compiler: g

Re: [PATCH net-next 1/2] netlink: ipv4 IGMP join notifications

2018-08-30 Thread Patrick Ruddy
Don't know what happened to the 0/2 cover for this series so here it is: This patch is an update to https://patchwork.ozlabs.org/patch/571127/. The previous patch was based on sending multicast MAC addresses in the netlink messages to allow the programming of hardware. It was agreed to rework this

[PATCH net-next 1/2] netlink: ipv4 IGMP join notifications

2018-08-30 Thread Patrick Ruddy
Some userspace applications need to know about IGMP joins from the kernel for 2 reasons 1. To allow the programming of multicast MAC filters in hardware 2. To form a multicast FORUS list for non link-local multicast groups to be sent to the kernel and from there to the interested party. (1) c