Re: [PATCH v5 00/19]crypto: convert tasklets to use new tasklet_setup API()

2021-02-08 Thread Allen Pais
From: Allen Pais 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 The series is based on v5.11-rc4 (19c329f68089) I missed updating this bit. The se

[PATCH v5 00/19]crypto: convert tasklets to use new tasklet_setup API()

2021-02-08 Thread Allen Pais
From: Allen Pais 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 The series is based on v5.11-rc4 (19c329f68089) v5: - Fix amcc build failure. v4: -