[Bug 260347] after kldunload memory allocated by the module stays wired

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Dec 2021 15:04:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260347

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
Thank you, this is a good find.  It seems that, somehow, the pages backing the
KLD mapping are getting wired twice, and the second wiring doesn't get released
anywhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.