| 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 linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-Id: <20110715.081909.1693878001743345571.davem@davemloft.net> Date: Fri, 15 Jul 2011 08:19:09 -0700 (PDT) From: David Miller <davem@...emloft.net> To: krkumar2@...ibm.com Cc: netdev@...r.kernel.org, shemminger@...tta.com Subject: Re: [PATCH] Fix panic in virtnet_remove From: Krishna Kumar <krkumar2@...ibm.com> Date: Fri, 15 Jul 2011 14:46:50 +0530 > modprobe -r virtio_net panics in free_netdev() as the > dev is already freed in the newly introduced virtnet_free > (commit 3fa2a1df9094). Since virtnet_remove doesn't require > dev after unregister, I am removing the free_netdev call > in virtnet_remove instead of in virtnet_free (which seems > to be the right place to free the dev). Confirmed that > the panic is fixed with this patch. > > Signed-off-by: Krishna Kumar <krkumar2@...ibm.com> I guess the virtio NET maintainers don't deserve to get CC:'d on a fix like this? :-( Michael Tsirkin is who maintains this driver actively and is the one who will merge this kind of fix to me, therefore if you don't CC: him it might not get integrated at all. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists