svn commit: r230623 - in head/sys: amd64/amd64
cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs sys
vm
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Jan 28 08:20:16 UTC 2012
On Fri, Jan 27, 2012 at 08:18:32PM +0000, Kip Macy wrote:
> Author: kmacy
> Date: Fri Jan 27 20:18:31 2012
> New Revision: 230623
> URL: http://svn.freebsd.org/changeset/base/230623
>
> Log:
> exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64
> excluding other allocations including UMA now entails the addition of
> a single flag to kmem_alloc or uma zone create
M_NODUMP and UMA_ZONE_NODUMP are very useful, not only for ZFS.
I'll look into using it for GELI memory used to store keys.
Could you please document those flags in malloc(9) and uma(9)?
--
Pawel Jakub Dawidek http://www.wheelsystems.com
FreeBSD committer http://www.FreeBSD.org
Am I Evil? Yes, I Am! http://tupytaj.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120128/e35a7a55/attachment.pgp
More information about the svn-src-head
mailing list