[linux] 01/02: sched: Enable SCHEDSTATS (Closes: #796674)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Wed Jul 20 03:15:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 50f9dba92e7d71754ea8918f402d14ccc2b7f4f9
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Wed Jul 20 03:55:56 2016 +0100
sched: Enable SCHEDSTATS (Closes: #796674)
---
debian/changelog | 6 ++++++
debian/config/armel/config.marvell | 5 +++++
debian/config/config | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 31cf93c..edecb5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (4.7~rc7-1~exp2) UNRELEASED; urgency=medium
+
+ * sched: Enable SCHEDSTATS (Closes: #796674)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Wed, 20 Jul 2016 03:50:18 +0100
+
linux (4.7~rc7-1~exp1) experimental; urgency=medium
* New upstream release candidate
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index 83ed563..d83deea 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -694,6 +694,11 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# CONFIG_STACK_TRACER is not set
##
+## file: lib/Kconfig.debug
+##
+# CONFIG_SCHEDSTATS is not set
+
+##
## file: mm/Kconfig
##
## choice: Memory model
diff --git a/debian/config/config b/debian/config/config
index f56c443..9d4d2bf 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5734,7 +5734,7 @@ CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
-# CONFIG_SCHEDSTATS is not set
+CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_TIMER_STATS=y
--
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