Re: [Patch net] ipv6/dccp: do not inherit ipv6_mc_list from parent

2017-05-11 Thread David Miller
From: Cong Wang Date: Tue, 9 May 2017 16:59:54 -0700 > Like commit 657831ffc38e ("dccp/tcp: do not inherit mc_list from parent") > we should clear ipv6_mc_list etc. for IPv6 sockets too. > > Cc: Eric Dumazet > Signed-off-by: Cong Wang Applied and queued up for -stable, thanks.

Re: [Patch net] ipv6/dccp: do not inherit ipv6_mc_list from parent

2017-05-09 Thread Eric Dumazet
On Tue, 2017-05-09 at 16:59 -0700, Cong Wang wrote: > Like commit 657831ffc38e ("dccp/tcp: do not inherit mc_list from parent") > we should clear ipv6_mc_list etc. for IPv6 sockets too. > > Cc: Eric Dumazet > Signed-off-by: Cong Wang > --- Thanks ! Acked-by: Eric Dumazet

[Patch net] ipv6/dccp: do not inherit ipv6_mc_list from parent

2017-05-09 Thread Cong Wang
Like commit 657831ffc38e ("dccp/tcp: do not inherit mc_list from parent") we should clear ipv6_mc_list etc. for IPv6 sockets too. Cc: Eric Dumazet Signed-off-by: Cong Wang --- net/dccp/ipv6.c | 6 ++ net/ipv6/tcp_ipv6.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/net/dccp/ipv