We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b46e5 commit 66251baCopy full SHA for 66251ba
criu/cr-dump.c
@@ -2124,6 +2124,8 @@ int cr_dump_tasks(pid_t pid)
2124
int pre_dump_ret = 0;
2125
int ret = -1;
2126
2127
+ kerndat_warn_about_madv_guards();
2128
+
2129
pr_info("========================================\n");
2130
pr_info("Dumping processes (pid: %d comm: %s)\n", pid, __task_comm_info(pid));
2131
0 commit comments