public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.8-rc3-np1
@ 2004-08-09  9:52 Nick Piggin
  2004-08-10 17:31 ` 2.6.8-rc3-np1 Jason Munro
  2004-08-11 22:13 ` 2.6.8-rc3-np1 Martin Schlemmer
  0 siblings, 2 replies; 6+ messages in thread
From: Nick Piggin @ 2004-08-09  9:52 UTC (permalink / raw)
  To: linux-kernel

http://www.kerneltrap.org/~npiggin/2.6.8-rc3-np1/

Patch is against 2.6.8-rc3-mm2 only at this stage due to significant
memory management changes in there making it difficult to track Linus'
tree as well.

Feedback on the scheduler would be much appreciated, as it might get
a run in Andrew's tree soon.

Nick

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.8-rc3-np1
  2004-08-09  9:52 2.6.8-rc3-np1 Nick Piggin
@ 2004-08-10 17:31 ` Jason Munro
  2004-08-11 22:13 ` 2.6.8-rc3-np1 Martin Schlemmer
  1 sibling, 0 replies; 6+ messages in thread
From: Jason Munro @ 2004-08-10 17:31 UTC (permalink / raw)
  To: Nick Piggin; +Cc: linux-kernel

On 4:52:14 am 08/09/04 Nick Piggin <nickpiggin@yahoo.com.au> wrote:
> http://www.kerneltrap.org/~npiggin/2.6.8-rc3-np1/
>
> Patch is against 2.6.8-rc3-mm2 only at this stage due to significant
> memory management changes in there making it difficult to track Linus'
> tree as well.
>
> Feedback on the scheduler would be much appreciated, as it might get
> a run in Andrew's tree soon.
>

Running great on my Toshiba laptop. No benchmark numbers but I played some
DVDs, ogg files, emerged some pacakges. All very smooth.


\__ Jason Munro
 \__ jason@stdbev.com
  \__ http://hastymail.sourceforge.net/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.8-rc3-np1
  2004-08-09  9:52 2.6.8-rc3-np1 Nick Piggin
  2004-08-10 17:31 ` 2.6.8-rc3-np1 Jason Munro
@ 2004-08-11 22:13 ` Martin Schlemmer
  2004-08-11 23:04   ` 2.6.8-rc3-np1 Matt Heler
  2004-08-12  7:11   ` 2.6.8-rc3-np1 Nick Piggin
  1 sibling, 2 replies; 6+ messages in thread
From: Martin Schlemmer @ 2004-08-11 22:13 UTC (permalink / raw)
  To: Nick Piggin; +Cc: Linux Kernel Mailing Lists

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

On Mon, 2004-08-09 at 11:52, Nick Piggin wrote:
> http://www.kerneltrap.org/~npiggin/2.6.8-rc3-np1/
> 
> Patch is against 2.6.8-rc3-mm2 only at this stage due to significant
> memory management changes in there making it difficult to track Linus'
> tree as well.
> 
> Feedback on the scheduler would be much appreciated, as it might get
> a run in Andrew's tree soon.
> 

I am trying to get it patched against rc4-mm1, but it seems there
are some issues with the SMT bits - dependent_sleeper for example
is still around although it was removed with all previous patches
(and uses task_t.time_slice which is no longer there).

I assume you forgot to apply them?  Possible to get a complete
patch?  If not, I'll see if I can get something going after some
sleep.


Thanks,

-- 
Martin Schlemmer

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.8-rc3-np1
  2004-08-11 22:13 ` 2.6.8-rc3-np1 Martin Schlemmer
@ 2004-08-11 23:04   ` Matt Heler
  2004-08-12  4:42     ` 2.6.8-rc3-np1 Martin Schlemmer
  2004-08-12  7:11   ` 2.6.8-rc3-np1 Nick Piggin
  1 sibling, 1 reply; 6+ messages in thread
From: Matt Heler @ 2004-08-11 23:04 UTC (permalink / raw)
  To: Martin Schlemmer; +Cc: Nick Piggin, Linux Kernel Mailing Lists

This applied fine here with some tweaking. Removing the nmi fixes from the np 
patch allowed it to apply just fine with some offsets , but not fuzz.

Matt



On Wednesday 11 August 2004 3:13 pm, Martin Schlemmer wrote:
> On Mon, 2004-08-09 at 11:52, Nick Piggin wrote:
> > http://www.kerneltrap.org/~npiggin/2.6.8-rc3-np1/
> >
> > Patch is against 2.6.8-rc3-mm2 only at this stage due to significant
> > memory management changes in there making it difficult to track Linus'
> > tree as well.
> >
> > Feedback on the scheduler would be much appreciated, as it might get
> > a run in Andrew's tree soon.
>
> I am trying to get it patched against rc4-mm1, but it seems there
> are some issues with the SMT bits - dependent_sleeper for example
> is still around although it was removed with all previous patches
> (and uses task_t.time_slice which is no longer there).
>
> I assume you forgot to apply them?  Possible to get a complete
> patch?  If not, I'll see if I can get something going after some
> sleep.
>
>
> Thanks,

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.8-rc3-np1
  2004-08-11 23:04   ` 2.6.8-rc3-np1 Matt Heler
@ 2004-08-12  4:42     ` Martin Schlemmer
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Schlemmer @ 2004-08-12  4:42 UTC (permalink / raw)
  To: lkml; +Cc: Nick Piggin, Linux Kernel Mailing Lists

[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]

On Thu, 2004-08-12 at 01:04, Matt Heler wrote:
> This applied fine here with some tweaking. Removing the nmi fixes from the np 
> patch allowed it to apply just fine with some offsets , but not fuzz.
> 


Yeah, I got it to apply with one small reject I think.  I assume you
did build it?  Do you have CONFIG_SCHED_SMT enabled?

> 
> 
> 
> On Wednesday 11 August 2004 3:13 pm, Martin Schlemmer wrote:
> > On Mon, 2004-08-09 at 11:52, Nick Piggin wrote:
> > > http://www.kerneltrap.org/~npiggin/2.6.8-rc3-np1/
> > >
> > > Patch is against 2.6.8-rc3-mm2 only at this stage due to significant
> > > memory management changes in there making it difficult to track Linus'
> > > tree as well.
> > >
> > > Feedback on the scheduler would be much appreciated, as it might get
> > > a run in Andrew's tree soon.
> >
> > I am trying to get it patched against rc4-mm1, but it seems there
> > are some issues with the SMT bits - dependent_sleeper for example
> > is still around although it was removed with all previous patches
> > (and uses task_t.time_slice which is no longer there).
> >
> > I assume you forgot to apply them?  Possible to get a complete
> > patch?  If not, I'll see if I can get something going after some
> > sleep.
> >
> >
> > Thanks,
-- 
Martin Schlemmer

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.8-rc3-np1
  2004-08-11 22:13 ` 2.6.8-rc3-np1 Martin Schlemmer
  2004-08-11 23:04   ` 2.6.8-rc3-np1 Matt Heler
@ 2004-08-12  7:11   ` Nick Piggin
  1 sibling, 0 replies; 6+ messages in thread
From: Nick Piggin @ 2004-08-12  7:11 UTC (permalink / raw)
  To: Martin Schlemmer; +Cc: Linux Kernel Mailing Lists

Martin Schlemmer wrote:
> On Mon, 2004-08-09 at 11:52, Nick Piggin wrote:
> 
>>http://www.kerneltrap.org/~npiggin/2.6.8-rc3-np1/
>>
>>Patch is against 2.6.8-rc3-mm2 only at this stage due to significant
>>memory management changes in there making it difficult to track Linus'
>>tree as well.
>>
>>Feedback on the scheduler would be much appreciated, as it might get
>>a run in Andrew's tree soon.
>>
> 
> 
> I am trying to get it patched against rc4-mm1, but it seems there
> are some issues with the SMT bits - dependent_sleeper for example
> is still around although it was removed with all previous patches
> (and uses task_t.time_slice which is no longer there).
> 
> I assume you forgot to apply them?  Possible to get a complete
> patch?  If not, I'll see if I can get something going after some
> sleep.

Yeah, I've missed something. Thanks for the report. I'll fix
it shortly.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-12  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-09  9:52 2.6.8-rc3-np1 Nick Piggin
2004-08-10 17:31 ` 2.6.8-rc3-np1 Jason Munro
2004-08-11 22:13 ` 2.6.8-rc3-np1 Martin Schlemmer
2004-08-11 23:04   ` 2.6.8-rc3-np1 Matt Heler
2004-08-12  4:42     ` 2.6.8-rc3-np1 Martin Schlemmer
2004-08-12  7:11   ` 2.6.8-rc3-np1 Nick Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox