Re: [Bridge] [PATCH net] net: bridge: always clear mcast matching struct on reports and leaves

2019-04-04 Thread David Miller
From: Nikolay Aleksandrov Date: Wed, 3 Apr 2019 23:27:24 +0300 > We need to be careful and always zero the whole br_ip struct when it is > used for matching since the rhashtable change. This patch fixes all the > places which didn't properly clear it which in turn might've caused > mismatches.

[Bridge] [PATCH net] net: bridge: always clear mcast matching struct on reports and leaves

2019-04-03 Thread Nikolay Aleksandrov
We need to be careful and always zero the whole br_ip struct when it is used for matching since the rhashtable change. This patch fixes all the places which didn't properly clear it which in turn might've caused mismatches. Thanks for the great bug report with reproducing steps and bisection.