[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250512171922.356408-3-peterx@redhat.com>
Date: Mon, 12 May 2025 13:19:22 -0400
From: Peter Xu <peterx@...hat.com>
To: Alejandro Colomar <alx@...nel.org>,
linux-man@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Andrea Arcangeli <aarcange@...hat.com>,
Mike Rapoport <rppt@...nel.org>,
Axel Rasmussen <axelrasmussen@...gle.com>,
Kyle Huey <me@...ehuey.com>,
linux-mm@...ck.org,
peterx@...hat.com,
Robert O'Callahan <robert@...llahan.org>,
Suren Baghdasaryan <surenb@...gle.com>
Subject: [PATCH 2/2] UFFDIO_API.2const: Add an entry for UFFDIO_MOVE
Add the entry for UFFDIO_MOVE in UFFDIO_API.
Signed-off-by: Peter Xu <peterx@...hat.com>
---
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 1c554107a..17ea6f905 100644
--- a/man/man2const/UFFDIO_API.2const
+++ b/man/man2const/UFFDIO_API.2const
@@ -204,6 +204,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.49.0
Powered by blists - more mailing lists