1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Remove the BUGS entry in memguard's man page.

UMA refcounting is gone as of r296243, so this bug no longer exists. In
particular, it's now possible to guard mbuf clusters with memguard.
This commit is contained in:
Mark Johnston 2016-06-01 22:34:21 +00:00
parent bc9d08e1cf
commit 4a07671ebd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301177

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 21, 2014
.Dd June 1, 2016
.Dt MEMGUARD 9
.Os
.Sh NAME
@ -204,17 +204,3 @@ Additions have been made by
and
.An Gleb Smirnoff Aq Mt glebius@FreeBSD.org
to both the implementation and the documentation.
.Sh BUGS
It is not possible to guard allocations that really expect themselves to be
allocated from
.Xr uma 9 ,
utilizing additional interfaces apart from
.Fn uma_zalloc
and
.Fn uma_free ,
for example
.Fn uma_find_refcnt .
For the moment of writing only
.Xr mbuf 9
cluster zones belong to that kind of allocations.
Attempt to guard them would lead to kernel panic.