From 38890a4b214248cb60eaa42a5b82a20311ad3d5e Mon Sep 17 00:00:00 2001 From: Peter Xu Date: Wed, 14 May 2025 13:26:30 -0400 Subject: [PATCH] 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 Signed-off-by: Peter Xu Message-ID: <20250514172630.569788-3-peterx@redhat.com> Signed-off-by: Alejandro Colomar --- man/man2const/UFFDIO_API.2const | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/man2const/UFFDIO_API.2const b/man/man2const/UFFDIO_API.2const index c1050fad7..0bbdebb64 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 -- 2.47.2