ioctl_userfaultfd.2: UFFDIO_COPY: add ENOENT and ENOSPC description

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Rapoport 2017-05-01 08:43:16 +03:00 committed by Michael Kerrisk
parent 41e9e6485a
commit 337405ef74
1 changed files with 13 additions and 0 deletions

View File

@ -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.)