lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 17 Nov 2019 11:40:37 +0800 From: Chuhong Yuan <hslester96@...il.com> To: David Miller <davem@...emloft.net> Cc: Nicolas Ferre <nicolas.ferre@...rochip.com>, Netdev <netdev@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org> Subject: Re: [PATCH net-next v2] net: macb: add missed tasklet_kill On Sun, Nov 17, 2019 at 4:17 AM David Miller <davem@...emloft.net> wrote: > > From: Chuhong Yuan <hslester96@...il.com> > 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@...il.com> > > --- > > 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.
Powered by blists - more mailing lists