thanks Yinghai, applied!
I'm wondering why this bug didnt trigger more widely. It seems to me it
needs some serious amount of RAM to trigger this bug - correct?
btw., it would be nice to have some "lots of RAM simulation" debugging
code which would just _fake_ a really large e820 map and would in the
end throw away the 'fake' pages later during bootup. Perhaps tell the
early allocator to never allocate into these fake areas [via an struct
e820 entry flag], but all our sizing code and the boot bitmaps, etc.
would be sized accordingly, as if we had this much RAM - and we'd
trigger these nuances. We could put this into a new "fakemem=128GB" boot
option and hence we could boot with fakemem=128GB on a 2GB box and could
at least hope to be able to boot [with some serious amount of RAM wasted
on over-sized pagetables, allocator bitmaps and mem_map[]]. Hm?
Ingo
--