Subject: PR/30143 CVS commit: src/sys/uvm
To: None <nathanw@netbsd.org, gnats-admin@netbsd.org,>
From: Nathan J Williams <nathanw@netbsd.org>
List: netbsd-bugs
Date: 05/06/2005 19:35:01
The following reply was made to PR kern/30143; it has been noted by GNATS.
From: Nathan J Williams <nathanw@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/30143 CVS commit: src/sys/uvm
Date: Fri, 6 May 2005 19:34:47 +0000 (UTC)
Module Name: src
Committed By: nathanw
Date: Fri May 6 19:34:47 UTC 2005
Modified Files:
src/sys/uvm: uvm_glue.c
Log Message:
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.84 -r1.85 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.