FS#43088 - [linux] 4.2.x enable CONFIG_CHECKPOINT_RESTORE
Attached to Project:
Arch Linux
Opened by Ruslan Kuprieiev (efiop) - Friday, 12 December 2014, 10:54 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 03 September 2015, 13:55 GMT
Opened by Ruslan Kuprieiev (efiop) - Friday, 12 December 2014, 10:54 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 03 September 2015, 13:55 GMT
|
Details
Description:
criu project heavily depends on CONFIG_CHECKPOINT_RESTORE, which is disabled in arch since v3.14(https://lists.archlinux.org/pipermail/arch-dev-public/2014-April/026102.html). It is enabled by default in all popular linux distros(Debian, Fedora, Ubuntu, etc), so, I guess, it is stable enough. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Thursday, 03 September 2015, 13:55 GMT
Reason for closing: Fixed
Additional comments about closing: 4.2.0-1
Thursday, 03 September 2015, 13:55 GMT
Reason for closing: Fixed
Additional comments about closing: 4.2.0-1
menuconfig NAMESPACES
bool "Namespaces support" if EXPERT
Which means, that CONFIG_NAMESPACE depend on CONFIG_EXPERT and it is enabled it default arch kernel.
menuconfig NAMESPACES
bool "Namespaces support" if EXPERT
default !EXPERT
So, what are the requirements to enable CONFIG_CHECKPOINT_RESTORE again?
Is it only to make it enabled without CONFIG_EXPERT?
Also, in rkt we want to get children information through /proc/<pid>/task/<tid>/children which also depends on CONFIG_CHECKPOINT_RESTORE: https://github.com/coreos/rkt/pull/910
These features should probably be independent from CONFIG_CHECKPOINT_RESTORE but for now it would be nice to have this option enabled in Arch.
[1]: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=9232d756aabfab3c953e06a6663e32d4e5c363e4