diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-04-25 22:01:41 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-04-25 22:01:41 +0200 |
| commit | 39a3ee3fb5d08650973884c2ffc5d901b32199c6 (patch) | |
| tree | 455a49c46f486e1b519f998677948ac4db5b72bc /man2/userfaultfd.2 | |
| parent | 140b625adb5d8762140ccad21db43559f4023b98 (diff) | |
| download | man-pages-39a3ee3fb5d08650973884c2ffc5d901b32199c6.tar.gz | |
ioctl_userfaultfd.2, userfaultfd.2: Minor tweaks to Axel's patch
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man2/userfaultfd.2')
| -rw-r--r-- | man2/userfaultfd.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index f8dc4766b1..db321d466a 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -84,8 +84,9 @@ When registered with .B UFFDIO_REGISTER_MODE_MINOR mode, user-space will receive a page-fault notification when a minor page fault occurs. -That is, when a backing page is in the page cache, but -page table entries don't yet exist. +That is, +when a backing page is in the page cache, +but page table entries don't yet exist. The faulted thread will be stopped from execution until the page fault is resolved from user-space by an .B UFFDIO_CONTINUE |
