Skip site navigation (1)Skip section navigation (2)
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

--ZmUaFz6apKcXQszQ
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Mar 03, 2006 at 10:36:52PM +0000, Paul Saab wrote:
+> ps          2006-03-03 22:36:52 UTC
+>=20
+>   FreeBSD src repository
+>=20
+>   Modified files:
+>     sys/kern             kern_malloc.c=20
+>   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.
+>  =20
+>   This bug caused panics in low memory situations on unloading kernel
+>   modules containing MALLOC_DEFINE(..) statements.
+>  =20
+>   Submitted by:   ups

Thanks!

--=20
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

--ZmUaFz6apKcXQszQ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFECU+BForvXbEpPzQRAmiyAKCpBK6uUFzZ9trgu2zgjRv6IqQxwgCg88aH
kGWpDwPM+dRjAM73MquJaSw=
=ORPq
-----END PGP SIGNATURE-----

--ZmUaFz6apKcXQszQ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060304082745.GC11030>