Re: K8 Errata #93: adjusting address to a fixup block

From: Alexandre Oliva
Date: Thu Oct 21 2004 - 12:09:35 EST


On Oct 17, 2004, Andi Kleen <ak@xxxxxx> wrote:

>> address, so I came up with this patch. It turned out to make no
>> difference, but it still feels like an improvement to me, since some
>> day we might be resuming from halt into a fix-up block. Thoughts?

> The code is already ugly enough and handles most of the cases,
> I don't think it is worth it complicating it even more just
> to handle more corner cases of buggy BIOS.

Fair enough.

> The real fix is to fix your BIOS.

> static int warned;
> + if ((error_code & 16) == 0)
> + return 0;

> This is dubious because the I/D bit is undefined when NX is disabled
> in EFER (e.g. with noexec=off or when the CPU doesn't support NX)

Aah... I wasn't aware of that. Patch withdrawn for sure, then :-)
Thanks for the feedback.

--
Alexandre Oliva http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist oliva@{lsd.ic.unicamp.br, gnu.org}
-
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/