CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/02/19 04:10:54
Modified files: sys/uvm : uvm_object.c uvm_page.c uvm_pmemrange.c Log message: Nullify `uanon' and `uobject' pointer while holding the corresponding lock. Stop modifying these pointers inside the pmemrange allocator. Assert instead that physical page descriptors are no longer associated to objects when they are given back to the allocator. ok miod@