From: David <david@livux.com>
To: linux-kernel@vger.kernel.org
Subject: RE: [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3, v2.6.23.8,v2.6.22.13, v2.6.21.7
Date: Mon, 19 Nov 2007 19:25:11 +0100 [thread overview]
Message-ID: <200711191925.12072.david@livux.com> (raw)
>
> By popular demand, here is release -v24 of the CFS scheduler patch.
>
> It is a full backport of the latest & greatest scheduler code
> to v2.6.24-rc3, v2.6.23.8, v2.6.22.13, v2.6.21.7. The patches
> can be downloaded from the usual place:
>
> http://people.redhat.com/mingo/cfs-scheduler/
>
> There's tons of changes since v22 was released:
>
> 36 files changed, 2359 insertions(+), 1082 deletions(-)
>
> that's 187 individual commits from 32 authors.
>
> So even if CFS v22 worked well for you, please try this
> release too and report regressions (if any).
>
Hi Ingo,
Thnx a lot for theses backports...
Ran into this while compiling a 2.6.23.8 with CFS v24
Compiling with CONFIG_FAIR_GROUP_SCHED disabled :
kernel/sysctl.c:305: error: 'sysctl_sched_min_bal_int_shares' undeclared here (not in a function)
kernel/sysctl.c:313: error: 'sysctl_sched_max_bal_int_shares' undeclared here (not in a function)
I made that patch to make it compile.
--- kernel/sysctl.c 2007-11-19 19:08:36.000000000 +0100
+++ kernel.new/sysctl.c 2007-11-19 19:07:49.000000000 +0100
@@ -299,6 +299,7 @@
.mode = 644,
.proc_handler = &proc_dointvec,
},
+#ifdef CONFIG_FAIR_GROUP_SCHED
{
.ctl_name = CTL_UNNUMBERED,
.procname = "sched_min_bal_int_shares",
@@ -315,6 +316,7 @@
.mode = 0644,
.proc_handler = &proc_dointvec,
},
+#endif
#endif
{
.ctl_name = CTL_UNNUMBERED,
Compiling with CONFIG_FAIR_GROUP_SCHED enabled I get that errors. I have applied other patches, and may be an interaction. I will try to confirm that later :
kernel/sched.c: In function 'rebalance_shares':
kernel/sched.c:7039: error: dereferencing pointer to incomplete type
kernel/sched.c: In function 'load_balance_monitor':
kernel/sched.c:7125: error: 'ndoms_cur' undeclared (first use in this function)
kernel/sched.c:7125: error: (Each undeclared identifier is reported only once
kernel/sched.c:7125: error: for each function it appears in.)
kernel/sched.c:7126: error: 'doms_cur' undeclared (first use in this function)
kernel/sched.c:7132: error: 'struct rq' has no member named 'sd'
kernel/sched.c:7132: warning: type defaults to 'int' in declaration of '_________p1'
kernel/sched.c:7132: error: 'struct rq' has no member named 'sd'
kernel/sched.c:7132: warning: assignment makes pointer from integer without a cast
kernel/sched.c:7132: error: dereferencing pointer to incomplete type
kernel/sched.c:7133: error: dereferencing pointer to incomplete type
kernel/sched.c:7133: error: 'SD_LOAD_BALANCE' undeclared (first use in this function)
kernel/sched.c:7126: warning: unused variable 'cpumap'
--
David Rodríguez García
Director Técnico
LiVux I+D S.L.
next reply other threads:[~2007-11-19 18:32 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-19 18:25 David [this message]
2007-11-19 18:57 ` [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3, v2.6.23.8,v2.6.22.13, v2.6.21.7 Ingo Molnar
2007-11-19 19:51 ` David
2007-11-19 20:44 ` Ingo Molnar
2007-11-19 20:50 ` Ingo Molnar
2007-11-19 21:39 ` David
2007-11-20 6:13 ` Ingo Molnar
2007-11-20 9:23 ` David
-- strict thread matches above, loose matches on Subject: below --
2007-11-23 8:23 [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3, v2.6.23.8, v2.6.22.13, v2.6.21.7 Durand
2007-11-23 12:23 ` Ingo Molnar
2007-11-23 16:44 ` Durand
2007-11-20 22:48 Matthew
2007-11-20 22:59 ` Ingo Molnar
2007-11-19 15:17 Ingo Molnar
2007-11-19 16:04 ` [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3, v2.6.23.8,v2.6.22.13, v2.6.21.7 Fortier,Vincent [Montreal]
2007-11-19 18:59 ` Ingo Molnar
2007-11-19 18:12 ` [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3, v2.6.23.8, v2.6.22.13, v2.6.21.7 Erik Andersen
2007-11-19 18:52 ` Ingo Molnar
2007-11-19 19:24 ` Erik Andersen
2007-11-19 19:46 ` [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3,v2.6.23.8, " Fortier,Vincent [Montreal]
2007-11-20 11:24 ` [patch/backport] CFS scheduler, -v24, for v2.6.24-rc3, v2.6.23.8, " Damien Wyart
2007-11-20 12:41 ` Srivatsa Vaddagiri
2007-11-20 12:55 ` Ingo Molnar
2007-11-20 13:22 ` Damien Wyart
2007-11-20 20:00 ` Vincent Fortier
2007-11-20 20:38 ` Fabio Comolli
2007-11-20 20:41 ` Ingo Molnar
2007-11-20 20:47 ` Fabio Comolli
2007-11-20 21:53 ` Ingo Molnar
2007-11-21 8:50 ` Fabio Comolli
2007-11-21 10:39 ` Ingo Molnar
2007-11-21 11:11 ` Fabio Comolli
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=200711191925.12072.david@livux.com \
--to=david@livux.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.