Skip to content

Commit 66251ba

Browse files
mihalicynrst0git
authored andcommitted
cr-dump: warn if MADV_GUARD is supported but isn't shown in pagemap
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
1 parent 66b46e5 commit 66251ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

criu/cr-dump.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,6 +2124,8 @@ int cr_dump_tasks(pid_t pid)
21242124
int pre_dump_ret = 0;
21252125
int ret = -1;
21262126

2127+
kerndat_warn_about_madv_guards();
2128+
21272129
pr_info("========================================\n");
21282130
pr_info("Dumping processes (pid: %d comm: %s)\n", pid, __task_comm_info(pid));
21292131
pr_info("========================================\n");

0 commit comments

Comments
 (0)