Re: Possible dcache BUG

From: Denis Vlasenko
Date: Wed Aug 25 2004 - 01:14:57 EST


On Wednesday 25 August 2004 04:49, Tom Vier wrote:
> On Mon, Aug 23, 2004 at 11:08:41PM -0400, Gene Heskett wrote:
> > >are you translating virt->phys?
> >
> > No, this is straight out of the memburn output (after I'd fixed the
>
> that's weird that you're finding that pattern in virtual addresses. i
> wouldn't expect that. even if you're booting to single user, certain
> variables might change during boot and cause different physical pages to be
> mapped. maybe single user is more deterministic than i think, though.

On x86, pages are aligned at 4k. Lower 12 bits of virtual address
match lower 12 bits of corresponding real address.

So, yes, if you hit bad RAM cell, you see random virtual address, but
three last digits of it (in hex) must be the same.
--
vda
-
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/