Subject: PR/35587 CVS commit: [netbsd-4] src/sys/uvm
To: None <port-hp700-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 10/12/2007 22:30:02
The following reply was made to PR port-hp700/35587; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35587 CVS commit: [netbsd-4] src/sys/uvm
Date: Fri, 12 Oct 2007 22:29:37 +0000 (UTC)

 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.