[CRIU] [PATCH 3/7] cr-check: make uffd verification "extra" rather then "experimental"

Mike Rapoport rppt at linux.vnet.ibm.com
Tue Aug 15 09:23:50 MSK 2017


Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
 criu/cr-check.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/cr-check.c b/criu/cr-check.c
index cf200d3..b81d578 100644
--- a/criu/cr-check.c
+++ b/criu/cr-check.c
@@ -1241,6 +1241,7 @@ int cr_check(void)
 		ret |= check_ns_get_parent();
 		ret |= check_pid_for_children_ns();
 		ret |= check_can_map_vdso();
+		ret |= check_uffd();
 	}
 
 	/*
@@ -1249,7 +1250,6 @@ int cr_check(void)
 	if (opts.check_experimental_features) {
 		ret |= check_autofs();
 		ret |= check_compat_cr();
-		ret |= check_uffd();
 	}
 
 	print_on_level(DEFAULT_LOGLEVEL, "%s\n", ret ? CHECK_MAYBE : CHECK_GOOD);
-- 
2.7.4



More information about the CRIU mailing list