Problem scenario
You want to install uffd on Linux.
Solution
uffd refers to “userfaultfd” that is often available on Linux.
Type “man userfaultfd” to see if it is available.
userfaultfd is a system call (as can be discovered by running “man syscalls” and searching for “userfaultfd”).
To read about support for userfaultfd, see https://github.com/rr-debugger/rr/issues/2852.
…