CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2025/04/29 03:05:54
Modified files: sys/uvm : uvm_fault.c Log message: In uvm_anonget() relock busied anon w/ the correct lock type (possibly shared). Should have been part of previous commit to unlock the upper part of the fault handler. Prevents an assertion when running the fault handler in parallel.