Subject: PR/30143 CVS commit: [netbsd-3] src/sys/uvm
To: None <nathanw@netbsd.org, gnats-admin@netbsd.org,>
From: Soren Jacobsen <snj@netbsd.org>
List: netbsd-bugs
Date: 05/22/2005 19:40:01
The following reply was made to PR kern/30143; it has been noted by GNATS.

From: Soren Jacobsen <snj@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30143 CVS commit: [netbsd-3] src/sys/uvm
Date: Sun, 22 May 2005 19:39:28 +0000 (UTC)

 Module Name:	src
 Committed By:	snj
 Date:		Sun May 22 19:39:28 UTC 2005
 
 Modified Files:
 	src/sys/uvm [netbsd-3]: uvm_glue.c
 
 Log Message:
 Pull up revision 1.85 (requested by nathanw in ticket #322):
 uvm_coredump_walkmap(): Set UVM_COREDUMP_NODUMP on regions whose
 protection does not include VM_PROT_READ, so that the core dumping
 doesn't error out with EFAULT when trying to write that region.
 Addresses PR kern/30143; approach suggested by chs@.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.83 -r1.83.4.1 src/sys/uvm/uvm_glue.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.