Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vma: Add !VVAR condition to vma_entry_can_be_lazy #2272

Merged
merged 1 commit into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. vma: Add !VVAR condition to vma_entry_can_be_lazy

    Currently most of the times we don't have problems with VVAR segment and
    lazy restore because when VDSO is parked there is an munmap call that
    calls UFFDIO_UNREGISTER on the destination address.
    But we don't want to enable userfaultfd for VDSO and VVAR at the first
    place.
    yota9 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    df497f2 View commit details
    Browse the repository at this point in the history