H. Peter Anvin wrote:
Jeremy Fitzhardinge wrote:

It seems to me that those pages are being handed out as heap pages by the early allocator. In the Xen case this is OK because there's nothing magic about them. But if real hardware doesn't reserve these pages in the E820 map, then they could end up being used as regular memory by mistake, which is an issue.


No, they couldn't.

On real hardware they'll be memory types 0 or 2, depending on whether or not they're marked reserved.

Available RAM is type 1.

OK. Well, perhaps Ian's patch could be amended to test to see if the e820 map marks the ISA ROM region as normal RAM, and skip it if so?

   J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to