* Re: stable/vanilla+(O)1
[not found] <1pCCK-5S4-23@gated-at.bofh.it>
@ 2004-02-15 22:35 ` Ryan Reich
2004-02-15 23:02 ` stable/vanilla+(O)1 Micah Anderson
0 siblings, 1 reply; 6+ messages in thread
From: Ryan Reich @ 2004-02-15 22:35 UTC (permalink / raw)
To: Micah Anderson, linux-kernel
Micah Anderson wrote:
> Is there a patch to the stable/vanilla 2.4 kernel tree which provides
> the O(1) scheduler code from 2.6? The closest thing I can find is:
>
> http://people.redhat.com/mingo/O(1)-scheduler/sched-HT-2.4.22-ac1-A0
>
> which is for AC (and is also A0), is there a newer 2.4.23/24 patch
> that works against stock? The above patch fails miserably against a
> stock 2.4.22 kernel.
>
> There is ftp://ftp.kernel.org/pub/linux/kernel/people/rml/sched/ingo-O1/
> the latest which is sched-O1-rml-2.4.20-rc3-1.patch, but that too
> fails horribly on a stock 2.4.22.
>
> I've been crawling through list archives, but have yet to find
> anything, so I am reduced to asking. :)
The -ck patchset has this and numerous other fun things in it. It can be
found at http://www.plumlocosoft.com/kernel/ .
--
Ryan Reich
ryanr@uchicago.edu
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: stable/vanilla+(O)1
2004-02-15 22:35 ` stable/vanilla+(O)1 Ryan Reich
@ 2004-02-15 23:02 ` Micah Anderson
2004-02-15 23:04 ` stable/vanilla+(O)1 Ryan Reich
0 siblings, 1 reply; 6+ messages in thread
From: Micah Anderson @ 2004-02-15 23:02 UTC (permalink / raw)
To: Ryan Reich; +Cc: linux-kernel
I am aware that -ck patches have this, however it has a lot of other
things that I am not interested in entertaining. I want to isolate
variables, and getting preemptible, low latency and CK interactivity
in addition to O(1) makes it hard for me to gauge what is going on.
I prefer to change one thing at a time.
Micah
On Sun, 15 Feb 2004, Ryan Reich wrote:
> Micah Anderson wrote:
> >Is there a patch to the stable/vanilla 2.4 kernel tree which provides
> >the O(1) scheduler code from 2.6? The closest thing I can find is:
> >
> >http://people.redhat.com/mingo/O(1)-scheduler/sched-HT-2.4.22-ac1-A0
> >
> >which is for AC (and is also A0), is there a newer 2.4.23/24 patch
> >that works against stock? The above patch fails miserably against a
> >stock 2.4.22 kernel.
> >
> >There is ftp://ftp.kernel.org/pub/linux/kernel/people/rml/sched/ingo-O1/
> >the latest which is sched-O1-rml-2.4.20-rc3-1.patch, but that too
> >fails horribly on a stock 2.4.22.
> >
> >I've been crawling through list archives, but have yet to find
> >anything, so I am reduced to asking. :)
>
> The -ck patchset has this and numerous other fun things in it. It can be
> found at http://www.plumlocosoft.com/kernel/ .
>
> --
> Ryan Reich
> ryanr@uchicago.edu
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: stable/vanilla+(O)1
2004-02-15 23:02 ` stable/vanilla+(O)1 Micah Anderson
@ 2004-02-15 23:04 ` Ryan Reich
0 siblings, 0 replies; 6+ messages in thread
From: Ryan Reich @ 2004-02-15 23:04 UTC (permalink / raw)
To: Micah Anderson; +Cc: linux-kernel
Oh, I see. The broken-up patches are still composite. Sorry.
--
Ryan Reich
ryanr@uchicago.edu
On Sun, 15 Feb 2004, Micah Anderson wrote:
> I am aware that -ck patches have this, however it has a lot of other
> things that I am not interested in entertaining. I want to isolate
> variables, and getting preemptible, low latency and CK interactivity
> in addition to O(1) makes it hard for me to gauge what is going on.
> I prefer to change one thing at a time.
>
> Micah
>
>
> On Sun, 15 Feb 2004, Ryan Reich wrote:
>
> > Micah Anderson wrote:
> > >Is there a patch to the stable/vanilla 2.4 kernel tree which provides
> > >the O(1) scheduler code from 2.6? The closest thing I can find is:
> > >
> > >http://people.redhat.com/mingo/O(1)-scheduler/sched-HT-2.4.22-ac1-A0
> > >
> > >which is for AC (and is also A0), is there a newer 2.4.23/24 patch
> > >that works against stock? The above patch fails miserably against a
> > >stock 2.4.22 kernel.
> > >
> > >There is ftp://ftp.kernel.org/pub/linux/kernel/people/rml/sched/ingo-O1/
> > >the latest which is sched-O1-rml-2.4.20-rc3-1.patch, but that too
> > >fails horribly on a stock 2.4.22.
> > >
> > >I've been crawling through list archives, but have yet to find
> > >anything, so I am reduced to asking. :)
> >
> > The -ck patchset has this and numerous other fun things in it. It can be
> > found at http://www.plumlocosoft.com/kernel/ .
> >
> > --
> > Ryan Reich
> > ryanr@uchicago.edu
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* stable/vanilla+(O)1
@ 2004-02-15 22:04 Micah Anderson
2004-02-15 22:26 ` stable/vanilla+(O)1 Matt H.
0 siblings, 1 reply; 6+ messages in thread
From: Micah Anderson @ 2004-02-15 22:04 UTC (permalink / raw)
To: linux-kernel
Is there a patch to the stable/vanilla 2.4 kernel tree which provides
the O(1) scheduler code from 2.6? The closest thing I can find is:
http://people.redhat.com/mingo/O(1)-scheduler/sched-HT-2.4.22-ac1-A0
which is for AC (and is also A0), is there a newer 2.4.23/24 patch
that works against stock? The above patch fails miserably against a
stock 2.4.22 kernel.
There is ftp://ftp.kernel.org/pub/linux/kernel/people/rml/sched/ingo-O1/
the latest which is sched-O1-rml-2.4.20-rc3-1.patch, but that too
fails horribly on a stock 2.4.22.
I've been crawling through list archives, but have yet to find
anything, so I am reduced to asking. :)
micah
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: stable/vanilla+(O)1
2004-02-15 22:04 stable/vanilla+(O)1 Micah Anderson
@ 2004-02-15 22:26 ` Matt H.
2004-02-15 23:05 ` stable/vanilla+(O)1 Micah Anderson
0 siblings, 1 reply; 6+ messages in thread
From: Matt H. @ 2004-02-15 22:26 UTC (permalink / raw)
To: linux-kernel
It's recommened you use 2.6.x if you want the O1 scheduler and newer things.
You can also use the -aa patchset for 2.4 , that contains the O1 Scheduler
and some vm tweaks.
Matt H.
On Sunday 15 February 2004 3:04 pm, Micah Anderson wrote:
> Is there a patch to the stable/vanilla 2.4 kernel tree which provides
> the O(1) scheduler code from 2.6? The closest thing I can find is:
>
> http://people.redhat.com/mingo/O(1)-scheduler/sched-HT-2.4.22-ac1-A0
>
> which is for AC (and is also A0), is there a newer 2.4.23/24 patch
> that works against stock? The above patch fails miserably against a
> stock 2.4.22 kernel.
>
> There is ftp://ftp.kernel.org/pub/linux/kernel/people/rml/sched/ingo-O1/
> the latest which is sched-O1-rml-2.4.20-rc3-1.patch, but that too
> fails horribly on a stock 2.4.22.
>
> I've been crawling through list archives, but have yet to find
> anything, so I am reduced to asking. :)
>
> micah
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: stable/vanilla+(O)1
2004-02-15 22:26 ` stable/vanilla+(O)1 Matt H.
@ 2004-02-15 23:05 ` Micah Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Micah Anderson @ 2004-02-15 23:05 UTC (permalink / raw)
To: Matt H.; +Cc: linux-kernel
I appreciate people pointing out alternatives, however I was asking
for the stock/vanilla kernel patch (although I mistyped stable below).
micah
On Sun, 15 Feb 2004, Matt H. wrote:
> It's recommened you use 2.6.x if you want the O1 scheduler and newer things.
> You can also use the -aa patchset for 2.4 , that contains the O1 Scheduler
> and some vm tweaks.
>
>
> Matt H.
>
>
> On Sunday 15 February 2004 3:04 pm, Micah Anderson wrote:
> > Is there a patch to the stable/vanilla 2.4 kernel tree which provides
> > the O(1) scheduler code from 2.6? The closest thing I can find is:
> >
> > http://people.redhat.com/mingo/O(1)-scheduler/sched-HT-2.4.22-ac1-A0
> >
> > which is for AC (and is also A0), is there a newer 2.4.23/24 patch
> > that works against stock? The above patch fails miserably against a
> > stock 2.4.22 kernel.
> >
> > There is ftp://ftp.kernel.org/pub/linux/kernel/people/rml/sched/ingo-O1/
> > the latest which is sched-O1-rml-2.4.20-rc3-1.patch, but that too
> > fails horribly on a stock 2.4.22.
> >
> > I've been crawling through list archives, but have yet to find
> > anything, so I am reduced to asking. :)
> >
> > micah
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-02-15 23:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1pCCK-5S4-23@gated-at.bofh.it>
2004-02-15 22:35 ` stable/vanilla+(O)1 Ryan Reich
2004-02-15 23:02 ` stable/vanilla+(O)1 Micah Anderson
2004-02-15 23:04 ` stable/vanilla+(O)1 Ryan Reich
2004-02-15 22:04 stable/vanilla+(O)1 Micah Anderson
2004-02-15 22:26 ` stable/vanilla+(O)1 Matt H.
2004-02-15 23:05 ` stable/vanilla+(O)1 Micah Anderson
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.