]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
userfaultfd.2: Add kernel version numbers for UFFD_EVENT_* flags
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 27 Apr 2017 15:59:00 +0000 (17:59 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 27 Apr 2017 16:01:54 +0000 (18:01 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/userfaultfd.2

index 44af3e4801e878bdbcfe5b5e701810fe44edc697..a6c4827663296aa489be5f2292c6666bc0f2bb38 100644 (file)
@@ -244,13 +244,13 @@ The following values can appear in the
 field:
 .RS
 .TP
-.B UFFD_EVENT_PAGEFAULT
+.BR UFFD_EVENT_PAGEFAULT " (since Linux 4.3)"
 A page-fault event.
 The page-fault details are available in the
 .I pagefault
 field.
 .TP
-.B UFFD_EVENT_FORK
+.BR UFFD_EVENT_FORK " (since Linux 4.11)"
 Generated when the faulting process invokes
 .BR fork (2)
 system call.
@@ -259,7 +259,7 @@ The event details are available in the
 field.
 .\" FIXME descirbe duplication of userfault file descriptor during fork
 .TP
-.B UFFD_EVENT_REMAP
+.BR UFFD_EVENT_REMAP " (since Linux 4.11)"
 Generated when the faulting process invokes
 .BR mremap (2)
 system call.
@@ -267,7 +267,7 @@ The event details are available in the
 .I remap
 field.
 .TP
-.B UFFD_EVENT_REMOVE
+.BR UFFD_EVENT_REMOVE " (since Linux 4.11)"
 Generated when the faulting process invokes
 .BR madvise (2)
 system call with
@@ -279,7 +279,7 @@ The event details are available in the
 .I remove
 field.
 .TP
-.B UFFD_EVENT_UNMAP
+.BR UFFD_EVENT_UNMAP " (since Linux 4.11)"
 Generated when the faulting process unmaps a memory range,
 either explicitly using
 .BR munmap (2)