linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] rewritten page coloring for 2.4.20 kernel
@ 2003-01-05 16:03 jasonp
  2003-01-05 19:34 ` William Lee Irwin III
  0 siblings, 1 reply; 5+ messages in thread
From: jasonp @ 2003-01-05 16:03 UTC (permalink / raw)
  To: linux-mm, linux-kernel


> > This is an early attempt to get some feedback on mistakes I may have made.
> 
> Any chance for a 2.5.x-mm port? This is a bit feature-ish for 2.4.x.

I know. The problem is that 2.5.53 cannot finish booting on the Alpha I have
here (IDE issues). While I can port the patch over, I'm not comfortable being
unable to test it at all.

jasonp

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/



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

* Re: [PATCH] rewritten page coloring for 2.4.20 kernel
  2003-01-05 16:03 [PATCH] rewritten page coloring for 2.4.20 kernel jasonp
@ 2003-01-05 19:34 ` William Lee Irwin III
  2003-01-05 20:04   ` Jason Papadopoulos
  0 siblings, 1 reply; 5+ messages in thread
From: William Lee Irwin III @ 2003-01-05 19:34 UTC (permalink / raw)
  To: jasonp; +Cc: linux-mm, linux-kernel

At some point in the past, jasonp wrote:
>> Any chance for a 2.5.x-mm port? This is a bit feature-ish for 2.4.x.

On Sun, Jan 05, 2003 at 04:03:33PM +0000, jasonp@boo.net wrote:
> I know. The problem is that 2.5.53 cannot finish booting on the Alpha I have
> here (IDE issues). While I can port the patch over, I'm not comfortable being
> unable to test it at all.

What kind of Alpha? Got an oops/backtrace?

I probably can't reproduce it directly since my Alpha's diskless.


Bill

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

* Re: [PATCH] rewritten page coloring for 2.4.20 kernel
  2003-01-05 19:34 ` William Lee Irwin III
@ 2003-01-05 20:04   ` Jason Papadopoulos
  2003-01-05 20:45     ` William Lee Irwin III
  2003-01-15  5:45     ` [PATCH] page coloring for 2.4.20 kernel, version 2 Jason Papadopoulos
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Papadopoulos @ 2003-01-05 20:04 UTC (permalink / raw)
  To: linux-mm, linux-kernel

At 11:34 AM 1/5/03 -0800, you wrote:

>At some point in the past, jasonp wrote:
>>> Any chance for a 2.5.x-mm port? This is a bit feature-ish for 2.4.x.
>
>On Sun, Jan 05, 2003 at 04:03:33PM +0000, jasonp@boo.net wrote:
>> I know. The problem is that 2.5.53 cannot finish booting on the Alpha I have
>> here (IDE issues). While I can port the patch over, I'm not comfortable being
>> unable to test it at all.
>
>What kind of Alpha? Got an oops/backtrace?
>
>I probably can't reproduce it directly since my Alpha's diskless.

The machine in question is a DS10 Alphaserver (DP264 type chipset) using an
ALI M5229 rev c1 IDE controller (uses the ALI 15x3 driver). The stock 2.5.53
kernel panics at boot time because it can't find the root partition; when I
first reported the problem, one of the maintainers passed on a patch that
resolved some 2.5 IDE issues. With the patch in place, the boot process gets
farther along but occaisionally there will be a printout that hda lost an 
interrupt. I don't know how far it really gets, because I gave up after other
subsystems started reporting errors.

I haven't tried 2.5.54, either. I will shortly.

Is 2.4 really in bug-fix mode now? 2.4.19 and 2.4.20 were huge patches.

Thanks,
jasonp

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

* Re: [PATCH] rewritten page coloring for 2.4.20 kernel
  2003-01-05 20:04   ` Jason Papadopoulos
@ 2003-01-05 20:45     ` William Lee Irwin III
  2003-01-15  5:45     ` [PATCH] page coloring for 2.4.20 kernel, version 2 Jason Papadopoulos
  1 sibling, 0 replies; 5+ messages in thread
From: William Lee Irwin III @ 2003-01-05 20:45 UTC (permalink / raw)
  To: Jason Papadopoulos; +Cc: linux-mm, linux-kernel

At 11:34 AM 1/5/03 -0800, you wrote:
>> What kind of Alpha? Got an oops/backtrace?
>> I probably can't reproduce it directly since my Alpha's diskless.

On Sun, Jan 05, 2003 at 03:04:05PM -0500, Jason Papadopoulos wrote:
> The machine in question is a DS10 Alphaserver (DP264 type chipset) using an
> ALI M5229 rev c1 IDE controller (uses the ALI 15x3 driver). The stock 2.5.53
> kernel panics at boot time because it can't find the root partition; when I
> first reported the problem, one of the maintainers passed on a patch that
> resolved some 2.5 IDE issues. With the patch in place, the boot process gets
> farther along but occaisionally there will be a printout that hda lost an 
> interrupt. I don't know how far it really gets, because I gave up after other
> subsystems started reporting errors.
> I haven't tried 2.5.54, either. I will shortly.
> Is 2.4 really in bug-fix mode now? 2.4.19 and 2.4.20 were huge patches.

Sounds like a job for the IDE crew, who appear to know there are
pending ali + Alpha issues.


Bill

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

* [PATCH] page coloring for 2.4.20 kernel, version 2
  2003-01-05 20:04   ` Jason Papadopoulos
  2003-01-05 20:45     ` William Lee Irwin III
@ 2003-01-15  5:45     ` Jason Papadopoulos
  1 sibling, 0 replies; 5+ messages in thread
From: Jason Papadopoulos @ 2003-01-15  5:45 UTC (permalink / raw)
  To: linux-mm, linux-kernel


Version 2 of the page coloring patch is ready. This version includes 
support for non-power-of-two cache sizes, fixes the ia64 cache detection 
code (thanks due to Alex Williamson), and fixes a small initialization bug.

New patch available at

www.boo.net/~jasonp/page_color-2.4.20-20030114.patch

Thanks in advance,
jasonp

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

end of thread, other threads:[~2003-01-15  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-05 16:03 [PATCH] rewritten page coloring for 2.4.20 kernel jasonp
2003-01-05 19:34 ` William Lee Irwin III
2003-01-05 20:04   ` Jason Papadopoulos
2003-01-05 20:45     ` William Lee Irwin III
2003-01-15  5:45     ` [PATCH] page coloring for 2.4.20 kernel, version 2 Jason Papadopoulos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).