NetBSD-Bugs archive

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

PR/59996 CVS commit: src/sys/uvm



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

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59996 CVS commit: src/sys/uvm
Date: Thu, 12 Feb 2026 00:08:37 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Thu Feb 12 00:08:37 UTC 2026
 
 Modified Files:
 	src/sys/uvm: uvm_swap.c
 
 Log Message:
 take uvm_swap_data_lock when looping devices in uvm_swap_stats()
 
 should fix PR#59996, where sometimes the rotation of devices in a
 priority list would happen and uvm_swap_stats() would exit early,
 returning a less count than previous.
 
 XXX: pullup-*
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.211 -r1.212 src/sys/uvm/uvm_swap.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