diff options
| author | Peter Xu <peterx@redhat.com> | 2025-05-14 13:26:30 -0400 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-05-18 10:19:59 +0200 |
| commit | 38890a4b214248cb60eaa42a5b82a20311ad3d5e (patch) | |
| tree | 4a9d73ee791f26d50b8159f74c5170f917f7da93 /man/man2const/UFFDIO_API.2const | |
| parent | 6a949e9b08fd1ad4e77584276b9566e45fc07a93 (diff) | |
| download | man-pages-38890a4b214248cb60eaa42a5b82a20311ad3d5e.tar.gz | |
man/man2const/UFFDIO_API.2const: Add an entry for UFFDIO_FEATURE_MOVE
Add the entry for UFFDIO_MOVE ioctl in UFFDIO_API man page.
Fixes: d7dec35a3b19 ("man/man2/ioctl_userfaultfd.2, man/man2const/UFFDIO_MOVE.2const: Document UFFDIO_MOVE")
Reviewed-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-ID: <20250514172630.569788-3-peterx@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man2const/UFFDIO_API.2const')
| -rw-r--r-- | man/man2const/UFFDIO_API.2const | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man2const/UFFDIO_API.2const b/man/man2const/UFFDIO_API.2const index c1050fad78..0bbdebb640 100644 --- a/man/man2const/UFFDIO_API.2const +++ b/man/man2const/UFFDIO_API.2const @@ -205,6 +205,12 @@ ioctl. If this feature bit is set, the write protection faults would be asynchronously resolved by the kernel. +.TP +.BR UFFD_FEATURE_MOVE " (since Linux 6.8)" +If this feature bit is set, +the kernel supports resolving faults with the +.B UFFDIO_MOVE +ioctl. .P The returned .I argp->ioctls |
