CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/24 09:11:57
Modified files:
sys/uvm : uvm_map.c
Log message:
uvm_unmap_remove() traverses the entries in the start,end range scanning
for IMMUTABLE, before traversing for unmap. I didn't copy enough traversal
code for the scan, and thus MAP_FIXED was subtly broken.
test help from tb, ok kettenis miod
