diff --git a/criu/cr-check.c b/criu/cr-check.c index f6b8208ef..dfe3a50ee 100644 --- a/criu/cr-check.c +++ b/criu/cr-check.c @@ -1049,7 +1049,9 @@ static int check_compat_cr(void) static int check_uffd(void) { unsigned long features = UFFD_FEATURE_EVENT_FORK | + UFFD_FEATURE_EVENT_EXIT | UFFD_FEATURE_EVENT_REMAP | + UFFD_FEATURE_EVENT_UNMAP | UFFD_FEATURE_EVENT_REMOVE; if (kerndat_uffd(true))