Re: [PATCH] init/Kconfig: make CHECKPOINT_RESTORE select PROC_PAGE_MONITOR

2018-02-27 Thread kbuild test robot
Hi Mike, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc3 next-20180227] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/M

[PATCH] init/Kconfig: make CHECKPOINT_RESTORE select PROC_PAGE_MONITOR

2018-02-26 Thread Mike Rapoport
Checkpointing a process requires knowledge about the process memory layout which is obtained from /proc//smaps, /proc//pagemap etc. Make sure these interfaces are available only when CONFIG_CHECKPOINT_RESTORE=y Signed-off-by: Mike Rapoport --- init/Kconfig | 1 + 1 file changed, 1 insertion(+)