Re: [PATCH] arch: um: convert tasklets to use new tasklet_setup() API

From: Richard Weinberger
Date: Sun Oct 18 2020 - 17:53:00 EST


On Mon, Aug 17, 2020 at 11:17 AM Allen Pais <allen.cryptic@xxxxxxxxx> wrote:
>
> From: Allen Pais <allen.lkml@xxxxxxxxx>
>
> 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.
>
> Signed-off-by: Romain Perier <romain.perier@xxxxxxxxx>
> Signed-off-by: Allen Pais <allen.lkml@xxxxxxxxx>
> ---
> arch/um/drivers/vector_kern.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Anton, can you please review this patch?

--
Thanks,
//richard