Date: Thu, 12 May 2016 14:51:06 +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-Zgvl3AAGZ3@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 #13 from Kristof Provost <kp@freebsd.org> --- Hmm, can you verify that uma_zdestroy() still gets called? I think the order is MOD_LOAD on load, but an unload first gets MOD_QUIESCE= and then MOD_UNLOAD. That'd mean we do loaded++ twice, but --loaded four times. --=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-Zgvl3AAGZ3>