[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47D00AC0.8010805@zytor.com>
Date: Thu, 06 Mar 2008 07:16:16 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Peter Korsgaard <jacmet@...site.dk>
CC: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86-boot: don't request VBE2 information
Peter Korsgaard wrote:
> The new x86 setup code (4fd06960f120) broke booting on an old P3/500MHz
> with an onboard Voodoo3 of mine. After debugging it, it turned out
> to be caused by the fact that the vesa probing now asks for VBE2 data.
>
> Disassembing the video BIOS shows that it overflows the vesa_general_info
> structure when VBE2 data is requested because the source addresses for the
> information strings which get strcpy'ed to the buffer lie outside the 32K
> BIOS code (and hence contain long sequences of 0xff's).
>
I'm slightly concerned about this, because we *do* use VBE2 data - just
not the stuff that this particular BIOS seems to key on (and break.)
On the other hand, until we get an example on something that breaks with
the change, we might as well try it, since we have an example on
something that breaks with it. We should monitor carefully, though.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists