mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
cr-dump: warn if MADV_GUARD is supported but isn't shown in pagemap
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
This commit is contained in:
parent
66b46e5988
commit
66251ba1d9
@ -2124,6 +2124,8 @@ int cr_dump_tasks(pid_t pid)
|
||||
int pre_dump_ret = 0;
|
||||
int ret = -1;
|
||||
|
||||
kerndat_warn_about_madv_guards();
|
||||
|
||||
pr_info("========================================\n");
|
||||
pr_info("Dumping processes (pid: %d comm: %s)\n", pid, __task_comm_info(pid));
|
||||
pr_info("========================================\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user