Enable CHECKPOINT_RESTORE (Closes: #682700)

svn path=/dists/trunk/linux/; revision=20826
This commit is contained in:
Ben Hutchings 2013-11-27 07:41:46 +00:00
parent e6e8404b08
commit e0195366b0
3 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -8,6 +8,7 @@ linux (3.12.1-1~exp1) UNRELEASED; urgency=low
* HID: Enable UHID as module (Closes: #729338) * HID: Enable UHID as module (Closes: #729338)
- HID: uhid: fix leak for 64/32 UHID_CREATE - HID: uhid: fix leak for 64/32 UHID_CREATE
* [sh4] Remove some accidental inconsistencies in config * [sh4] Remove some accidental inconsistencies in config
* Enable CHECKPOINT_RESTORE (Closes: #682700)
[ Bastian Blank ] [ Bastian Blank ]
* Use compiler name instead of Linux version in compiler meta-packages. * Use compiler name instead of Linux version in compiler meta-packages.

View File

@ -23,6 +23,7 @@
## file: init/Kconfig ## file: init/Kconfig
## ##
# CONFIG_AUDITSYSCALL is not set # CONFIG_AUDITSYSCALL is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y
#. Saves about 17K, and none of the quirks are likely to be needed #. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set # CONFIG_PCI_QUIRKS is not set

View File

@ -4481,6 +4481,7 @@ CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set # CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set # CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_NAMESPACES=y CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y CONFIG_UTS_NS=y
CONFIG_IPC_NS=y CONFIG_IPC_NS=y