CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2023/01/29 17:10:39
Modified files: sys/arch/amd64/amd64: pmap.c Log message: We have determined that enough HV have correct PKU handling now, so don't be paranoid about it anymore. What does this mean? If the HV above you is broken, userland programs in the guest could crash, the guest might even be quite unusable. So fix the hypervisor. The best way to raise the bar on hypervisor quality is for guests to behave like they are on a real machine, and then sucky hypervisors have to get fixed. ps. if using vmd as your hypervisor, use syspatch...