• Andrea Arcangeli's avatar
    userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP · 3de85438
    Andrea Arcangeli authored
    These two flags gets set in vma->vm_flags to tell the VM common code
    if the userfaultfd is armed and in which mode (only tracking missing
    faults, only tracking wrprotect faults or both). If neither flags is
    set it means the userfaultfd is not armed on the vma.
    3de85438
fork.c 49.6 KB