Re: [PATCH net] igmp: do not remove igmp souce list info when set link down

2016-11-06 Thread kbuild test robot
Hi Hangbin, [auto build test ERROR on net/master] url: https://github.com/0day-ci/linux/commits/Hangbin-Liu/igmp-do-not-remove-igmp-souce-list-info-when-set-link-down/20161107-151122 config: i386-randconfig-x016-201645 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 repr

Re: [PATCH net] igmp: do not remove igmp souce list info when set link down

2016-11-06 Thread kbuild test robot
Hi Hangbin, [auto build test ERROR on net/master] url: https://github.com/0day-ci/linux/commits/Hangbin-Liu/igmp-do-not-remove-igmp-souce-list-info-when-set-link-down/20161107-151122 config: i386-randconfig-x007-201645 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 repr

[PATCH net] igmp: do not remove igmp souce list info when set link down

2016-11-06 Thread Hangbin Liu
In commit 24cf3af(igmp: call ip_mc_clear_src...), we forgot to remove igmpv3_clear_delrec() in ip_mc_down(), which also called ip_mc_clear_src(). This make us clear all IGMPv3 source filter info after NETDEV_DOWN. Move igmpv3_clear_delrec() to ip_mc_destroy_dev() and then no need ip_mc_clear_src()