Commit 8e92c9f2 authored by Mike Rapoport's avatar Mike Rapoport Committed by Andrei Vagin

cr-check: make uffd verification "extra" rather then "experimental"

Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 086df7e5
...@@ -1166,6 +1166,8 @@ int cr_check(void) ...@@ -1166,6 +1166,8 @@ int cr_check(void)
ret |= check_userns(); ret |= check_userns();
ret |= check_loginuid(); ret |= check_loginuid();
ret |= check_can_map_vdso(); ret |= check_can_map_vdso();
ret |= check_uffd();
ret |= check_uffd_noncoop();
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment