On Wed, 1 Nov 2006, James Morris wrote: > On Wed, 1 Nov 2006, James Morris wrote: > > > > Is this booting native or under Xen? I put the BUG_ON in there since if > > > it isn't page-aligned, freeing the page would seem to be freeing > > > something else unexpectedly... I think ChrisW was triggering this > > > BUG_ON at one point, but I don't think we've worked out what's going on > > > here. > > > > This is booting native, with patches applied but nothing selected (no Xen, > > VMI or lhype). > > Here's what it's trying to free: > > free_init_pages: what=c02aef98 begin=4158582784 end=4160683928 > > (in hex, begin & end are 0xf7def000 and 0xf7eff98) On an unpatched kernel: free_init_pages: initrd memory begin=0xf7dee000 end=0xf7fef1de 'end' is not page aligned here. - James -- James Morris <jmorris at redhat.com>