[CRIU] [PATCH 3/2] cr-check: make uffd verification "extra" rather then "experimental"
Mike Rapoport
rppt at linux.vnet.ibm.com
Tue Aug 8 14:44:29 MSK 2017
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
criu/cr-check.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/criu/cr-check.c b/criu/cr-check.c
index 061fd3e..b1de144 100644
--- a/criu/cr-check.c
+++ b/criu/cr-check.c
@@ -1249,6 +1249,8 @@ int cr_check(void)
ret |= check_ns_get_parent();
ret |= check_pid_for_children_ns();
ret |= check_can_map_vdso();
+ ret |= check_uffd();
+ ret |= check_uffd_noncoop();
}
/*
@@ -1257,8 +1259,6 @@ int cr_check(void)
if (opts.check_experimental_features) {
ret |= check_autofs();
ret |= check_compat_cr();
- ret |= check_uffd();
- ret |= check_uffd_noncoop();
}
print_on_level(DEFAULT_LOGLEVEL, "%s\n", ret ? CHECK_MAYBE : CHECK_GOOD);
--
2.7.4
More information about the CRIU
mailing list