CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/25 14:29:28
Modified files:
sys/uvm : uvm_pdaemon.c
Log message:
sys/uvm/pdaemon: compare constraints in paddr units
uvm_constraint_range bounds are physical addresses, as is
VM_PAGE_TO_PHYS(). Do not apply atop() before comparing them, otherwise
the pagedaemon matches page frame numbers against byte address ranges.
OK: kettenis@, deraadt@
