On Wed, Mar 18, 2020 at 03:20:11PM +0100, Sven Eckelmann wrote: > On Wednesday, 18 March 2020 15:17:50 CET Sasha Levin wrote: > > >From 8e8ce08198de193e3d21d42e96945216e3d9ac7f Mon Sep 17 00:00:00 2001 > > >From: Sven Eckelmann <sven@xxxxxxxxxxxxx> > > >Date: Sun, 16 Feb 2020 13:02:06 +0100 > > >Subject: [PATCH] batman-adv: Don't schedule OGM for disabled interface > > > > > >A transmission scheduling for an interface which is currently dropped by > > >batadv_iv_ogm_iface_disable could still be in progress. The B.A.T.M.A.N. V > > >is simply cancelling the workqueue item in an synchronous way but this is > > >not possible with B.A.T.M.A.N. IV because the OGM submissions are > > >intertwined. > > > > > >Instead it has to stop submitting the OGM when it detect that the buffer > > >pointer is set to NULL. > [...] > > Adjusted context and queued up for 4.4. > > There are most likely patches missing again when you only added this single > patch. See the 48 patches I've sent yesterday for batman-adv in 4.4. Yeah, I'll queue these all up later on today, thank you for the series. greg k-h