For bug #436485, we had to change our kernel config as follows: -CONFIG_PHYSICAL_START=0x1000000 +CONFIG_PHYSICAL_START=0x200000 -CONFIG_SPARSEMEM_VMEMMAP=y +# CONFIG_SPARSEMEM_VMEMMAP is not set This indicates something broken with the x86_64 support which we should be looking to fix and the change the config back to match the stock config.
Also need to re-enable: - CONFIG_SMP - CONFIG_NUMA - CONFIG_IA32_EMULATION
Punting to F10
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
CONFIG_IA32_EMULATION is re-enabled, so we're left with: # CONFIG_SMP is not set # CONFIG_NUMA is not set # CONFIG_NEED_MULTIPLE_NODES is not set CONFIG_PHYSICAL_START=0x200000 # CONFIG_SPARSEMEM_VMEMMAP is not set
Okay, with kernel-xen-2.6.27-0.2.rc0.git6.fc10.x86_64 all of these have gone back to the stock configuration