Subject: CVS commit: [netbsd-4] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 10/12/2007 22:29:37
Module Name: src
Committed By: riz
Date: Fri Oct 12 22:29:37 UTC 2007
Modified Files:
src/sys/uvm [netbsd-4]: uvm_map.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #928):
sys/uvm/uvm_map.c: revision 1.242
Don't restrict the offset when allocating a map entry for in-kernel map -
use UVM_UNKNOWN_OFFSET in the call to uvm_map_prepare.
This fixes a '"panic: malloc: out of space in kmem_map" when it's not
really' testcase of mine, and one reported to me by chuq. This is likely
to fix PR/35587 as well.
Looks/seems fine to me from chuq and yamt. Thanks.
To generate a diff of this commit:
cvs rdiff -r1.232 -r1.232.2.1 src/sys/uvm/uvm_map.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.