Date: Tue, 10 May 2016 22:08:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-virtualization@FreeBSD.org Subject: [Bug 209428] if_vtnet(4) panics when doing kldunload if_vtnet Message-ID: <bug-209428-27103-1ecRdthwBQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209428-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-209428-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209428 --- Comment #3 from Kristof Provost <kp@freebsd.org> --- It's just occurred to me that if vtnet_modevent() gets called twice when it= 's unloaded it probably also gets called twice when the module is loaded. That means that it leaks the first vtnet_tx_header_zone allocated with uma_zcreate(). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209428-27103-1ecRdthwBQ>