CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/11 04:09:17
Modified files:
sys/arch/arm64/arm64: pmap.c
Log message:
Make sure we also remove read access in pmap_page_ro() when the new
permissions only allow execution. Make sure we completely invalidate
the PTE if the intersection between the old and new permissions is the
empty set.
ok drahn@, deraadt@, mpi@
