[kernel] r11795 - in dists/trunk/linux-2.6/debian: . config

Bastian Blank waldi at alioth.debian.org
Sat Jul 5 09:52:07 UTC 2008


Author: waldi
Date: Sat Jul  5 09:52:06 2008
New Revision: 11795

Log:
Use control group as base for group CPU scheduler.

* debian/changelog: Update.
* debian/config/config: Set CGROUP_SCHED instead of USER_SCHED.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Jul  5 09:52:06 2008
@@ -107,6 +107,8 @@
   * [s390] Synchronize block device, network bridge, network scheduler and CRC
     support.
   * [s390] Enable support for PCI-attached cryptographic adapters.
+  * Use control group as base for group CPU scheduler. This reenabled
+    traditional nice behaviour. (closes: #489223)
 
   [ Christian T. Steigies ]
   * [m68k] enable SERIAL_CONSOLE for amiga and atari

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Sat Jul  5 09:52:06 2008
@@ -1903,8 +1903,8 @@
 CONFIG_FAIR_GROUP_SCHED=y
 # CONFIG_RT_GROUP_SCHED is not set
 ## choice: Basis for grouping tasks
-CONFIG_USER_SCHED=y
-# CONFIG_CGROUP_SCHED is not set
+# CONFIG_USER_SCHED is not set
+CONFIG_CGROUP_SCHED=y
 ## end choice
 CONFIG_CGROUP_CPUACCT=y
 # CONFIG_RESOURCE_COUNTERS is not set



More information about the Kernel-svn-changes mailing list