CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/02 22:33:48
Modified files:
sys/uvm : uvm_fault.c
Log message:
Always refault if relocking maps fails after IO. This fixes a regression
introduced with __MAP_NOFAULT. The regression let uvm_fault() run
without proper locking and rechecking of state after map version change
if page zero-fill was chosen.
OK kettenis@ deraadt@
Reported-by: [email protected]
