Re: [Libhugetlbfs-devel] 2.6.19: kernel BUG in hugepd_page at arch/powerpc/mm/hugetlbpage.c:58!

2007-01-22 Thread Sonny Rao
On Sat, Jan 13, 2007 at 09:43:48AM +1100, David Gibson wrote: > On Fri, Jan 12, 2007 at 03:42:50PM -0500, Sonny Rao wrote: > > On Fri, Jan 12, 2007 at 02:08:30PM -0600, Adam Litke wrote: > > > On Fri, 2007-01-12 at 14:57 -0500, Sonny Rao wrote: > > > > (Apologies if this is a re-post) > > > > > >

Re: [Libhugetlbfs-devel] [PATCH] Fix extracopsize detection algorithm

2007-01-22 Thread Nishanth Aravamudan
On 22.01.2007 [17:08:34 -0600], Adam Litke wrote: > The current extracopysize detection algorithm does not include weak > objects in the copy window. These are symbols marked with 'W' and 'V' > in nm output. These can in fact be initialized global variables (just > like STB_GLOBAL symbols) and sh

[Libhugetlbfs-devel] [PATCH] Fix extracopsize detection algorithm

2007-01-22 Thread Adam Litke
The current extracopysize detection algorithm does not include weak objects in the copy window. These are symbols marked with 'W' and 'V' in nm output. These can in fact be initialized global variables (just like STB_GLOBAL symbols) and should be included in the extracopy window. The following p