Re: [bugfix] mm: zone_end_pfn is too small

2013-03-21 Thread Ingo Molnar
* Russ Anderson wrote: > Booting with 32 TBytes memory hits BUG at mm/page_alloc.c:552! (output below). > > The key hint is "page 4294967296 outside zone". > 4294967296 = 0x1 (bit 32 is set). > > The problem is in include/linux/mmzone.h: > > 530 static inline unsigned zone_end_pfn(con

Re: [bugfix] mm: zone_end_pfn is too small

2013-03-19 Thread Michal Hocko
Adding Andrew On Mon 18-03-13 10:37:05, Russ Anderson wrote: > Booting with 32 TBytes memory hits BUG at mm/page_alloc.c:552! (output below). > > The key hint is "page 4294967296 outside zone". > 4294967296 = 0x1 (bit 32 is set). > > The problem is in include/linux/mmzone.h: > > 530 sta

[bugfix] mm: zone_end_pfn is too small

2013-03-18 Thread Russ Anderson
Booting with 32 TBytes memory hits BUG at mm/page_alloc.c:552! (output below). The key hint is "page 4294967296 outside zone". 4294967296 = 0x1 (bit 32 is set). The problem is in include/linux/mmzone.h: 530 static inline unsigned zone_end_pfn(const struct zone *zone) 531 { 532 re