NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55493 CVS commit: src/sys/uvm



The following reply was made to PR kern/55493; it has been noted by GNATS.

From: "Chuck Silvers" <chs%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55493 CVS commit: src/sys/uvm
Date: Wed, 19 Aug 2020 15:36:41 +0000

 Module Name:	src
 Committed By:	chs
 Date:		Wed Aug 19 15:36:41 UTC 2020
 
 Modified Files:
 	src/sys/uvm: uvm_aobj.c
 
 Log Message:
 in uao_get(), if we unlock the uobj to read a page from swap,
 we must clear the cached page array because it is now stale.
 also add a missing call to uvm_page_array_fini() if the I/O fails.
 fixes PR 55493.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.150 -r1.151 src/sys/uvm/uvm_aobj.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index