Home
last modified time | relevance | path

Searched hist:"607970 bc8edb9069f45e883325a84f2de9860945" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_fault.cdiff 607970bc8edb9069f45e883325a84f2de9860945 Wed Feb 14 01:25:18 CET 2018 Konstantin Belousov <kib@FreeBSD.org> Do not call pmap_enter() with invalid protection mode.

If the map entry elookup was performed due to the mapping changes, we
need to ensure that there is still some access permission bit
requested which is compatible with the current vm_map_entry mode. If
not, restart the handler from scratch instead of trying to save the
current progress.

Also adjust fault_type to not include cleared permission bits.

Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D14347