Subject: PR/25392 CVS commit: [netbsd-2-1] src/sys/uvm
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 01/27/2006 22:25:02
The following reply was made to PR kern/25392; it has been noted by GNATS.
From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/25392 CVS commit: [netbsd-2-1] src/sys/uvm
Date: Fri, 27 Jan 2006 22:20:35 +0000 (UTC)
Module Name: src
Committed By: tron
Date: Fri Jan 27 22:20:35 UTC 2006
Modified Files:
src/sys/uvm [netbsd-2-1]: uvm_amap.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #10230):
sys/uvm/uvm_amap.c: revision 1.66 via patch
in amap_cow_now(), handle the case where we have to sleep and some of the
already-copied pages are paged out. anons that have already been copied
will have refcount == 1, whereas anons that still need to be copied will
have refcount > 1. fixes PR 25392, PR 30257, PR 31924.
To generate a diff of this commit:
cvs rdiff -r1.53.4.1 -r1.53.4.1.2.1 src/sys/uvm/uvm_amap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.