Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2022 13:30:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261603] sysctl kern.vnode disabled in 2003, can we re-enable now?
Message-ID:  <bug-261603-227-o8oPBtJSvF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261603-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261603-227@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=3D261603

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
In its current form this code does not compile.  After fixing all compilati=
on
issues, the problem is still that it would try to allocate around hundred of
megabytes of kernel memory (contiguous KVA), on any relatively modern machi=
ne.

Can you explain the high-level interface needed by lsof there?  I do not see
raw xvnode as anything useful, even for the utility like lsof.  If somebody
can explain what lsof needs, we perhaps can design proper API that is both
useful and implementable.

--=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-261603-227-o8oPBtJSvF>