NetBSD-Bugs archive

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

PR/56764 CVS commit: src/sys/uvm



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

From: "YAMAMOTO Takashi" <yamt%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56764 CVS commit: src/sys/uvm
Date: Mon, 23 Mar 2026 12:44:50 +0000

 Module Name:	src
 Committed By:	yamt
 Date:		Mon Mar 23 12:44:50 UTC 2026
 
 Modified Files:
 	src/sys/uvm: uvm_pdaemon.c
 
 Log Message:
 uvmpd_scan_queue: remove ENABLE_UNRELIABLE_CHECK_PR_56764 block
 
 while this condition is true in most of times, we can't
 assert it here because these counters are not always
 updated in-sync.
 
 for example, consider a removal of a large tmpfs file which is
 mostly swapped out. because uao_dropswap_range() batches swpgonly
 updates, swpgonly can be temporarily larger than swpginuse.
 
 the original symptom reported in PR/56764 ("uvmexp.swpgonly > 0")
 looks like a different issue though.
 
 https://gnats.netbsd.org/56764
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.137 -r1.138 src/sys/uvm/uvm_pdaemon.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