Description of problem: The CONFIG_CHECKPOINT_RESTORE options is required for the criu package. It's enabled for x86_64. $ cat /boot/config-3.16.2-201.fc20.x86_64 | grep CHECKPO CONFIG_CHECKPOINT_RESTORE=y # yum search criu Loaded plugins: langpacks, refresh-packagekit ========================================================================== N/S matched: criu =========================================================================== criu-devel.armv7hl : Header files and libraries for criu criu.armv7hl : Tool for Checkpoint/Restore in User-space Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. # cat /boot/config-3.16.3-200.fc20.armv7hl | grep CHECKP Actual results: # CONFIG_CHECKPOINT_RESTORE is not set Expected results: CONFIG_CHECKPOINT_RESTORE=y Additional info:
Will investigate
*********** MASS BUG UPDATE ************** We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 20 kernel bugs. Fedora 20 has now been rebased to 3.17.2-200.fc20. Please test this kernel update (or newer) and let us know if you issue has been resolved or if it is still present with the newer kernel. If you have moved on to Fedora 21, and are still experiencing this issue, please change the version to Fedora 21. If you experience different issues, please open a new bug report for those.
[avagin@localhost tmp]$ rpm2cpio kernel-core-3.17.2-300.fc21.armv7hl.rpm | cpio -i -d 100221 blocks [avagin@localhost tmp]$ cat boot/config-3.17.2-300.fc21.armv7hl | grep CHECKP # CONFIG_CHECKPOINT_RESTORE is not set
Any news? CONFIG_CHECKPOINT_RESTORE is set for x86_64. It doesn't enable arch-specific code, so it should be safe to set this option for arm too.
Any reason not to set it for all architectures (PPC/s390) too?
I don't see such reasons. JFYI: I am not sure that anyone except CRIU uses checkpoint/restore functionality in kernel. CRIU suports x86_64, ARM, ARM64.
kernel now built with support in F-22 (kernel-3.19.0-0.rc4.git2.1.fc22)