создать файловый дескриптор для обработки ошибок страниц в пользовательском пространстве (create a file descriptor for handling page faults in user space)
Ошибки (баги) (Bugs)
In order to detect available userfault features and enable some
subset of those features the userfaultfd file descriptor must be
closed after the first UFFDIO_API
operation that queries features
availability and reopened before the second UFFDIO_API
operation
that actually enables the desired features.