Re: x86: memtest bootparam

From: Yinghai Lu
Date: Mon Apr 21 2008 - 12:38:55 EST


On Mon, Apr 21, 2008 at 7:17 AM, Ingo Molnar <mingo@xxxxxxx> wrote:
>
> * Yinghai Lu <yhlu.kernel@xxxxxxxxx> wrote:
>
> > > > OK. Did the new memtest feature get documented anywhere, btw?
> > > > I'm only vaguely aware of its existence.
> > >
> > > Actually it would be nice if memtest was global, not x86-specific,
> > > feature.
> > >
> > > I had some fun with arm running with 256mb, when only 128mb was
> > > present. It booted succesfully...
> >
> > depends if you have find_e820_area_size in you platform. that need
> > reserve_early...
> >
> > maybe we need to make reserve_early generic at first.
>
> e820 is very x86 specific - i think the proper interface would be to
> move the memtest feature to the bootmem subsystem. I.e. to run it once
> all the early reservations have been flushed into bootmem - but before
> we free all bootmem pages into the page allocator.
>
> this still leaves a rather large amount of RAM to be tested, and keeps
> it all cross-arch as well. Hm?

sounds good, and arch part only need to check region that bootdata use
for bootmem allocation.

YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/