CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/03 05:47:05
Modified files:
sys/arch/amd64/amd64: vmm.c
Log message:
vmm(4): grab kernel lock before vmspace init
We need the kernel lock before calling some uvm functions. Fixes a
panic reported by syzbot.
Reported-by: [email protected]
ok mlarkin@
