Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> --- man2/ioctl_userfaultfd.2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2 index 6edd396..e12b9de 100644 --- a/man2/ioctl_userfaultfd.2 +++ b/man2/ioctl_userfaultfd.2 @@ -481,6 +481,19 @@ was invalid. An invalid bit was specified in the .IR mode field. +.TP +.B ENOENT +(Since Linux 4.11) +The faulting process has changed +its virtual memory layout simultaneously with outstanding +.I UFFDIO_COPY +operation. +.TP +.B ENOSPC +(Since Linux 4.11) +The faulting process has exited at the time of +.I UFFDIO_COPY +operation. .\" .SS UFFDIO_ZEROPAGE (Since Linux 4.3.) -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>