[linux] 09/09: sched: Enable CFS_BANDWIDTH (Closes: #802746)
    debian-kernel at lists.debian.org 
    debian-kernel at lists.debian.org
       
    Sun Dec 13 00:35:44 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 0eb4bd660ef57dddb4284846856fae3281f5c6cd
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Dec 13 00:32:29 2015 +0000
    sched: Enable CFS_BANDWIDTH (Closes: #802746)
---
 debian/changelog                   | 1 +
 debian/config/armel/config-reduced | 1 +
 debian/config/config               | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c1d2e6c..f3cf57a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ linux (4.3.1-1~exp1) UNRELEASED; urgency=medium
     - dts: Split audio configuration to separate exynos5422-odroidxu3-audio
     - dts: Add support Odroid XU4 board for exynos5422-odroidxu4
   * udeb: Add hid-chicony to input-modules (Closes: #766570)
+  * sched: Enable CFS_BANDWIDTH (Closes: #802746)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Wed, 09 Dec 2015 23:20:32 +0000
 
diff --git a/debian/config/armel/config-reduced b/debian/config/armel/config-reduced
index 7392e0d..c6d10b2 100644
--- a/debian/config/armel/config-reduced
+++ b/debian/config/armel/config-reduced
@@ -27,6 +27,7 @@ CONFIG_IOSCHED_DEADLINE=m
 ##
 #. Saves about 7K
 # CONFIG_MEMCG is not set
+# CONFIG_CFS_BANDWIDTH is not set
 # CONFIG_CHECKPOINT_RESTORE is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 # CONFIG_PROFILING is not set
diff --git a/debian/config/config b/debian/config/config
index aef0859..a2144ed 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5225,7 +5225,7 @@ CONFIG_MEMCG_SWAP=y
 CONFIG_CGROUP_PERF=y
 CONFIG_CGROUP_SCHED=y
 CONFIG_FAIR_GROUP_SCHED=y
-# CONFIG_CFS_BANDWIDTH is not set
+CONFIG_CFS_BANDWIDTH=y
 # CONFIG_RT_GROUP_SCHED is not set
 CONFIG_BLK_CGROUP=y
 # CONFIG_DEBUG_BLK_CGROUP is not set
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
    
    
More information about the Kernel-svn-changes
mailing list