Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-20 Thread divya
On Friday 16 July 2010 03:26 PM, Eric Dumazet wrote: Le vendredi 16 juillet 2010 à 14:20 +0530, divya a écrit : Hi , With the latest kernel version 2.6.35-rc5-git1(2f7989efd4398) running on power(p6) box came across the following call trace Call Trace: [c6a0e800] [c0011c30

Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-18 Thread David Miller
From: Eric Dumazet Date: Fri, 16 Jul 2010 14:20:42 +0200 > Le vendredi 16 juillet 2010 à 11:56 +0200, Eric Dumazet a écrit : > >> [PATCH] ehea: ehea_get_stats() should use GFP_KERNEL >> >> ehea_get_stats() is called in process context and should use GFP_KERNEL >> allocation instead of GFP_ATOMI

Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-16 Thread Maciej Rutecki
On piątek, 16 lipca 2010 o 10:50:30 divya wrote: > Hi , > > With the latest kernel version 2.6.35-rc5-git1(2f7989efd4398) running on > power(p6) box came across the following call trace > I created a Bugzilla entry at https://bugzilla.kernel.org/show_bug.cgi?id=16406 for your bug report, please

Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-16 Thread David Rientjes
On Fri, 16 Jul 2010, Dave Hansen wrote: > > > SLUB: Unable to allocate memory on node -1 (gfp=0x20) > > >cache: kmalloc-16384, object size: 16384, buffer size: 16384, > > default order: 2, min order: 0 > > >node 0: slabs: 28, objs: 292, free: 0 > > > ip: page allocation failure. order:0, m

Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-16 Thread Dave Hansen
On Fri, 2010-07-16 at 11:56 +0200, Eric Dumazet wrote: > > > SLUB: Unable to allocate memory on node -1 (gfp=0x20) > >cache: kmalloc-16384, object size: 16384, buffer size: 16384, > default order: 2, min order: 0 > >node 0: slabs: 28, objs: 292, free: 0 > > ip: page allocation failure. ord

Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-16 Thread divya
Hi , With the latest kernel version 2.6.35-rc5-git1(2f7989efd4398) running on power(p6) box came across the following call trace Call Trace: [c6a0e800] [c0011c30] .show_stack+0x6c/0x16c (unreliable) [c6a0e8b0] [c012129c] .__alloc_pages_nodemask+0x6a0/0x75c [c

Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-16 Thread Eric Dumazet
Le vendredi 16 juillet 2010 à 11:56 +0200, Eric Dumazet a écrit : > [PATCH] ehea: ehea_get_stats() should use GFP_KERNEL > > ehea_get_stats() is called in process context and should use GFP_KERNEL > allocation instead of GFP_ATOMIC. > > Clearing stats at beginning of ehea_get_stats() is racy in

Re: Badness with the kernel version 2.6.35-rc1-git1 running on P6 box

2010-07-16 Thread Eric Dumazet
Le vendredi 16 juillet 2010 à 14:20 +0530, divya a écrit : > Hi , > > With the latest kernel version 2.6.35-rc5-git1(2f7989efd4398) running on > power(p6) box came across the following > call trace > > Call Trace: > [c6a0e800] [c0011c30] .show_stack+0x6c/0x16c (unreliable) > [c00