diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-01-30 10:55:31 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-01-30 10:56:40 -0500 |
commit | ebd1a1737a5296bef20ee5706a5937a2275798d1 (patch) | |
tree | 263eb0e777a940ad91c21ab2515ec27405116323 /config-x86_64-generic | |
parent | 1a1f3b0695c84dc925b62af6398fcb4798f5c2fd (diff) | |
download | kernel-ebd1a1737a5296bef20ee5706a5937a2275798d1.tar.gz kernel-ebd1a1737a5296bef20ee5706a5937a2275798d1.tar.xz kernel-ebd1a1737a5296bef20ee5706a5937a2275798d1.zip |
Linux v3.8-rc5-218-ga56e160
- Enable NAMESPACES and CHECKPOINT_RESTORE on x86_64 for F19 CRIU feature
- Enable CONFIG_DEBUG_ATOMIC_SLEEP
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index bcea67e2a..575564345 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -127,6 +127,10 @@ CONFIG_I7300_IDLE=m CONFIG_BPF_JIT=y +# https://fedoraproject.org/wiki/Features/Checkpoint_Restore +CONFIG_CHECKPOINT_RESTORE=y +CONFIG_NAMESPACES=y + # Should be 32bit only, but lacks KConfig depends # CONFIG_XO15_EBOOK is not set |