[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202008271115.A54F087@keescook>
Date: Thu, 27 Aug 2020 11:17:12 -0700
From: Kees Cook <keescook@...omium.org>
To: Kalle Valo <kvalo@...eaurora.org>
Cc: Allen Pais <allen.cryptic@...il.com>, kuba@...nel.org,
jirislaby@...nel.org, mickflemm@...il.com, mcgrof@...nel.org,
chunkeey@...glemail.com, Larry.Finger@...inger.net,
stas.yakovlev@...il.com, helmut.schaa@...glemail.com,
pkshih@...ltek.com, yhchuang@...ltek.com, dsd@...too.org,
kune@...ne-taler.de, ath11k@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, b43-dev@...ts.infradead.org,
brcm80211-dev-list.pdl@...adcom.com,
brcm80211-dev-list@...ress.com, Allen Pais <allen.lkml@...il.com>,
Romain Perier <romain.perier@...il.com>
Subject: Re: [05/16] atmel: convert tasklets to use new tasklet_setup() API
On Thu, Aug 27, 2020 at 01:23:20PM +0000, Kalle Valo wrote:
> Allen Pais <allen.cryptic@...il.com> wrote:
>
> > From: Allen Pais <allen.lkml@...il.com>
> >
> > In preparation for unconditionally passing the
> > struct tasklet_struct pointer to all tasklet
> > callbacks, switch to using the new tasklet_setup()
> > and from_tasklet() to pass the tasklet pointer explicitly
> > and remove .data field.
> >
> > Signed-off-by: Romain Perier <romain.perier@...il.com>
> > Signed-off-by: Allen Pais <allen.lkml@...il.com>
>
> 11 patches applied to wireless-drivers-next.git, thanks.
>
> a36f50e5b937 atmel: convert tasklets to use new tasklet_setup() API
> fc6722301428 b43legacy: convert tasklets to use new tasklet_setup() API
> 427a06beb072 brcmsmac: convert tasklets to use new tasklet_setup() API
> ae6cf59f80f7 ipw2x00: convert tasklets to use new tasklet_setup() API
> b81b9d372ac8 iwlegacy: convert tasklets to use new tasklet_setup() API
> 7433c9690318 intersil: convert tasklets to use new tasklet_setup() API
> 51c41aa93ef5 mwl8k: convert tasklets to use new tasklet_setup() API
> aff8e8d02ec2 qtnfmac: convert tasklets to use new tasklet_setup() API
> a0d6ea9b6e1c rt2x00: convert tasklets to use new tasklet_setup() API
> d3ccc14dfe95 rtlwifi/rtw88: convert tasklets to use new tasklet_setup() API
> 26721b02466e zd1211rw: convert tasklets to use new tasklet_setup() API
>
> --
> https://patchwork.kernel.org/patch/11717451/
>
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
FWIW, I don't think a revert is needed here to wait for the from_tasket()
-> container_from() API to land since from_tasklet() is already being
used by other trees. Let's just get this done so we can get closer to
ripping out the old tasklet API. We'll have to do a treewide
from_timer(), from_tasklet() -> container_from() anyway...
--
Kees Cook
Powered by blists - more mailing lists