Re: [net-next v3 00/20] ethernet: convert tasklets to use new tasklet_setup API
From: David Miller <davem@davemloft.net>
Date: 2020-09-14 20:03:19
From: David Miller <davem@davemloft.net>
Date: 2020-09-14 20:03:19
From: Allen Pais <redacted> Date: Mon, 14 Sep 2020 12:59:19 +0530
From: Allen Pais <redacted>
Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")'
introduced a new tasklet initialization API. This series converts
all the crypto modules to use the new tasklet_setup() API
This series is based on v5.9-rc5
v3:
fix subject prefix
use backpointer instead of fragile priv to netdev.
v2:
fix kdoc reported by Jakub Kicinski.Series applied to net-next, thank you.