On 18/10/2022 09:40, Ido Schimmel wrote: > IGMPv3 / MLDv2 Membership Reports are only processed from the data path > with softIRQ disabled, so there is no need to call spin_lock_bh(). Use > spin_lock() instead. > > This is consistent with how other IGMP / MLD packets are processed. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > net/bridge/br_multicast.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>