Date: Sat, 4 Mar 2006 09:27:45 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Paul Saab <ps@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c Message-ID: <20060304082745.GC11030@garage.freebsd.pl> In-Reply-To: <200603032236.k23Maq7W079474@repoman.freebsd.org> References: <200603032236.k23Maq7W079474@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Fri, Mar 03, 2006 at 10:36:52PM +0000, Paul Saab wrote: +> ps 2006-03-03 22:36:52 UTC +> +> FreeBSD src repository +> +> Modified files: +> sys/kern kern_malloc.c +> Log: +> Fix bug in malloc_uninit(): +> Releasing items from the mt_zone can not be done by a simple +> uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC +> flag. Use uma_zfree_arg instead and supply the slab. +> +> This bug caused panics in low memory situations on unloading kernel +> modules containing MALLOC_DEFINE(..) statements. +> +> Submitted by: ups Thanks! -- Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECU+BForvXbEpPzQRAmiyAKCpBK6uUFzZ9trgu2zgjRv6IqQxwgCg88aH kGWpDwPM+dRjAM73MquJaSw= =ORPq -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060304082745.GC11030>
