Date: Wed, 19 Nov 2003 10:48:46 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200311191848.hAJImkeV075278@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/11/19 10:48:46 PST
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
- Avoid a lock-order reversal between Giant and a system map mutex that
occurs when kmem_malloc() fails to allocate a sufficient number of vm
pages. Specifically, we avoid the lock-order reversal by not grabbing
Giant around pmap_remove() if the map is the kmem_map.
Approved by: re (jhb)
Reported by: Eugene <eugene3@web.de>
Revision Changes Path
1.323 +4 -2 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311191848.hAJImkeV075278>
