Subject: PR/28372 CVS commit: src/sys/uvm
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: netbsd-bugs
Date: 01/31/2006 14:15:04
The following reply was made to PR kern/28372; it has been noted by GNATS.
From: YAMAMOTO Takashi <yamt@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/28372 CVS commit: src/sys/uvm
Date: Tue, 31 Jan 2006 14:11:25 +0000 (UTC)
Module Name: src
Committed By: yamt
Date: Tue Jan 31 14:11:25 UTC 2006
Modified Files:
src/sys/uvm: uvm_bio.c uvm_fault.c uvm_loan.c
Log Message:
handle "strange" filesystems like layered filesystems and tmpfs,
where pgo_get returns pages which don't belong to the uobj.
also fix an XXX in uvm_loananon and lock-unlock mismatch in uvm_loanuobj.
PR/28372, PR/32665 (Alan Barrett).
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/uvm/uvm_bio.c
cvs rdiff -r1.106 -r1.107 src/sys/uvm/uvm_fault.c
cvs rdiff -r1.57 -r1.58 src/sys/uvm/uvm_loan.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.