Subject: PR/35587 CVS commit: src/sys/uvm
To: None <port-hp700-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 10/12/2007 06:45:02
The following reply was made to PR port-hp700/35587; it has been noted by GNATS.
From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/35587 CVS commit: src/sys/uvm
Date: Fri, 12 Oct 2007 06:45:18 +0000 (UTC)
Module Name: src
Committed By: skrll
Date: Fri Oct 12 06:45:18 UTC 2007
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
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.241 -r1.242 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.