Re: [PATCH net-next v2] net: macb: add missed tasklet_kill

From: Chuhong Yuan
Date: Sat Nov 16 2019 - 22:40:57 EST


On Sun, Nov 17, 2019 at 4:17 AM David Miller <davem@xxxxxxxxxxxxx> wrote:
>
> From: Chuhong Yuan <hslester96@xxxxxxxxx>
> Date: Sat, 16 Nov 2019 22:23:10 +0800
>
> > This driver forgets to kill tasklet in remove.
> > Add the call to fix it.
> >
> > Signed-off-by: Chuhong Yuan <hslester96@xxxxxxxxx>
> > ---
> > Changes in v2:
> > - Rebase on net-next.
>
> Does this bug exist in mainline? Then this bug fix should target 'net'.
>

This bug exists in mainline but this file has been modified in net-next, so
the line number is a little different.

> You must also provide an appropriate Fixes: tag which indicates the commit
> which introduced this bug.
>
> Thank you.