Re: [PATCH 3/4] igmp: Namespaceify igmp_llm_reports sysctl knob

2016-02-08 Thread kbuild test robot
Hi Nikolay, [auto build test WARNING on net-next/master] [also build test WARNING on next-20160208] [cannot apply to net/master v4.5-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Nikolay

[PATCH 3/4] igmp: Namespaceify igmp_llm_reports sysctl knob

2016-02-08 Thread Nikolay Borisov
This was initially introduced in commit df2cf4a78e48 ("IGMP: Inhibit reports for local multicast groups") by defining the sysctl in the ipv4_net_table array, however it was never implemented to be namespace aware. Fix this by changing the code accordingly. Signed-off-by: Nikolay Borisov --- incl