Source-Changes archive

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

CVS commit: src/sys/uvm



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