Re: [PATCH 0/8] drivers: net: convert tasklets to use new tasklet_setup()

2020-09-11 Thread David Miller
From: Allen Date: Fri, 11 Sep 2020 11:26:52 +0530 > Will you pick these up or should I send these out again when I > have fixed the two patches on the other thread. Always resend.

Re: [PATCH 0/8] drivers: net: convert tasklets to use new tasklet_setup()

2020-09-10 Thread Allen
David, > > Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' > introduced a new tasklet initialization API. This series converts > all the net/* drivers to use the new tasklet_setup() API > > Allen Pais (8): > net: dccp: convert tasklets to use new tasklet_setup() API > net: ip

[PATCH 0/8] drivers: net: convert tasklets to use new tasklet_setup()

2020-08-17 Thread Allen Pais
From: Allen Pais Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' introduced a new tasklet initialization API. This series converts all the net/* drivers to use the new tasklet_setup() API Allen Pais (8): net: dccp: convert tasklets to use new tasklet_setup() API net: ipv4