On Wed, 2021-12-01 at 15:47 +0200, Kalle Valo wrote: > Luca Coelho <luca@xxxxxxxxx> writes: > > > From: Ilan Peer <ilan.peer@xxxxxxxxx> > > > > The function cfg80211_reg_can_beacon_relax() expects wiphy > > mutex to be held when it is being called. However, when > > reg_leave_invalid_chans() is called the mutex is not held. > > Fix it by acquiring the lock before calling the function. > > > > Fixes: a05829a7222e ("cfg80211: avoid holding the RTNL when calling the driver") > > Signed-off-by: Ilan Peer <ilan.peer@xxxxxxxxx> > > Fixes: a05829a7222e ("cfg80211: avoid holding the RTNL when calling the driver") > > Duplicate Fixes tags. Thanks for noticing! My script adds the tag automatically, but it doesn't check (yet) whether the tag was already there... I'll send v2 without it. -- Cheers, Luca.