CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/08/17 02:09:04
Modified files: sys/arch/arm64/arm64: trap.c Log message: Panic on an attempt to access user-space unless it is done using an "unpriviliged" load/store instruction. This makes sure we catch PAN violations and might even catch some incorrect user-space access cases on systems without PAN. ok drahn@, jsg@