CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/11/27 14:40:52
Modified files: sys/uvm : uvm_km.c Log message: The sti(4) driver copies its ROM into kernel memory and executes the code in there. It explicitly changes the mapping of that memory to RX, but this only works if the maximum protection of the mapping includes PROT_EXEC. ok miod@, deraadt@