CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/26 06:25:12
Modified files:
sys/uvm : uvm_map.c uvm_map.h
Log message:
Backout previous commit:
Do not grab the `vmmaplk' recursively, prevent a self-deadlock.
It causes panic: uvm_map_pageable_wire: stale map
Found by regress/misc/posixtestsuite conformance/interfaces/mmap/18-1
requested by deraadt@
