On 05/12/2022 09:42, Ido Schimmel wrote: > The checks only require information parsed from the RTM_NEWMDB netlink > message and do not rely on any state stored in the bridge driver. > Therefore, there is no need to perform the checks in the critical > section under the multicast lock. > > Move the checks out of the critical section. > > Signed-off-by: Ido Schimmel <idosch@xxxxxxxxxx> > --- > net/bridge/br_mdb.c | 36 ++++++++++++++++++------------------ > 1 file changed, 18 insertions(+), 18 deletions(-) > Acked-by: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>