Re: pxeboot broken by commit "x86 setup: handle boot loaders whichset up the stack incorrectly"

From: H. Peter Anvin
Date: Wed Nov 07 2007 - 12:55:01 EST


Yinghai Lu wrote:

good to know. everyone need to update to 3.52 now...
but i still can not understand why that mcp55 system works but the
ck804 based doesn't on 3.10


The bug is that syslinux incorrectly positions the stack above the command line (but not the stack pointer register; hence the kernel patch exposing this bug.) So the stack plus command line end up being limited to 512 bytes; how much stack gets used depends on the BIOS, so one BIOS may use a lot more than another.

-hpa
-
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/