Re: [PATCH] NX protection for kernel data : fix 32 bits S3 suspend

From: H. Peter Anvin
Date: Sun Feb 06 2011 - 18:33:26 EST


On 02/06/2011 02:30 AM, Bodo Eggert wrote:
> H. Peter Anvin <hpa@xxxxxxxxx> wrote:
>
>> In static_protections() we have:
>>
>>> /*
>>> * The BIOS area between 640k and 1Mb needs to be executable for
>>> * PCI BIOS based config access (CONFIG_PCI_GOBIOS) support.
>>> */
>
> I don't think the CGA/MDA/VGA graphics memory areas should be executable,
> and I doubt execute access to these areas is required - is it?
>
> 0xA000:0000 might be a BIOS area, if it is, you don't have a VGA and the
> ROM will be exactly 64K. 0xB800 and 0xB000 SHOULD NOT be a ROM, nobody dared
> to use it (I don't remember exactly where ROMs are searched).


0xA0000..0xBFFFF can be ROM if you don't have a VGA card; this is new in
PCI 3.x IIRC. However, in legacy systems you will not have ROM in this
area.

-hpa

--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.

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