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

From: David Miller
Date: Sat Nov 16 2019 - 15:17:13 EST


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'.

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

Thank you.