HomeFreeBSD

vm_fault: Revert commit 64087fd7f372

Description

vm_fault: Revert commit 64087fd7f372

The underlying issue that originally triggered a kernel panic was
addressed and the fix was ported to all relevant pmaps, so the
safeguards placed in vm_fault.c can be removed now.

Reviewed by: alc, kib, markj
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D42517

Details

Provenance
bnovkovAuthored on Nov 9 2023, 3:04 PM
markjCommitted on Nov 9 2023, 3:14 PM
Reviewer
alc
Differential Revision
D42517: vm_fault: revert D19670
Parents
rG44669b765049: if_tuntap: remove redundant check
Branches
Unknown
Tags
Unknown
Reverts
rG64087fd7f372: Disallow preemptive creation of wired superpage mappings.