From: tip-bot for Fabio Estevam <festevam@gmail.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
fabio.estevam@freescale.com, tglx@linutronix.de, mingo@elte.hu,
festevam@gmail.com
Subject: [tip:sched/urgent] sched: Fix CONFIG_CGROUP_SCHED dependency
Date: Tue, 10 Jan 2012 23:25:28 -0800 [thread overview]
Message-ID: <tip-6db9dc150eabce7053c8df2a2146aa0d6748ec42@git.kernel.org> (raw)
In-Reply-To: <1326192383-5113-1-git-send-email-festevam@gmail.com>
Commit-ID: 6db9dc150eabce7053c8df2a2146aa0d6748ec42
Gitweb: http://git.kernel.org/tip/6db9dc150eabce7053c8df2a2146aa0d6748ec42
Author: Fabio Estevam <festevam@gmail.com>
AuthorDate: Tue, 10 Jan 2012 08:46:23 -0200
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 10 Jan 2012 13:44:50 +0100
sched: Fix CONFIG_CGROUP_SCHED dependency
The dependency bug was pointed out by this build warning:
warning: (SCHED_AUTOGROUP) selects CGROUP_SCHED which has unmet direct dependencies (CGROUPS && EXPERIMENTAL)
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Cc: a.p.zijlstra@chello.nl
Cc: Fabio Estevam <festevam@gmail.com>
Link: http://lkml.kernel.org/r/1326192383-5113-1-git-send-email-festevam@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
init/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 82b6a4c..a34cd17 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -702,7 +702,6 @@ config CGROUP_PERF
menuconfig CGROUP_SCHED
bool "Group CPU scheduler"
- depends on EXPERIMENTAL
default n
help
This feature lets CPU scheduler recognize task groups and control CPU
prev parent reply other threads:[~2012-01-11 7:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-10 1:01 [PATCH] init/Kconfig: Fix dependency for SCHED_AUTOGROUP Fabio Estevam
2012-01-10 9:05 ` Ingo Molnar
2012-01-10 10:46 ` [PATCH v2] init/Kconfig: Fix dependency for CGROUP_SCHED Fabio Estevam
2012-01-11 7:25 ` tip-bot for Fabio Estevam [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-6db9dc150eabce7053c8df2a2146aa0d6748ec42@git.kernel.org \
--to=festevam@gmail.com \
--cc=fabio.estevam@freescale.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome