You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Linux 5.13, uffd got support for minor page fault notifications
(e.g. a page was already in the page cache, but not present in the
userspace page tables). Notifications are enabled by registering with
UFFDIO_REGISTER_MODE_MINOR, and resolved via the UFFDIO_CONTINUE ioctl.
Add support for these in userfaultfd-sys, as well as utility wrappers in
the main crate.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments