On Fri, May 22, 2015 at 06:37:05PM +0300, Cyrill Gorcunov wrote: > On Fri, May 22, 2015 at 02:47:39PM +0200, Iago López Galeiras wrote: > > --- a/init/Kconfig > > +++ b/init/Kconfig > > @@ -1145,6 +1145,7 @@ endif # CGROUPS > > > > config CHECKPOINT_RESTORE > > bool "Checkpoint/restore support" if EXPERT > > + depends on PROC_CHILDREN > > default n > > help > > Enables additional kernel features in a sake of checkpoint/restore. > > Maybe better select PROC_CHILDREN here? Also I must admit I don't understand > why similar patch from Andy has not been merged earlier? Andy, there was > some problem I forgot about? >From the linked thread, it seems that it was just lost... The discussion ended up about task/<tid> and /proc/<pid>... That patch should have been applied. BTW this patch adds the CONFIG guard that was requested by Andrew. There is a v3 coming to make it "select" as suggested. Thanks! -- Djalal Harouni http://opendz.org -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html