Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory

2014-01-24 Thread Nishanth Aravamudan
On 24.01.2014 [16:25:58 -0800], David Rientjes wrote: > On Fri, 24 Jan 2014, Nishanth Aravamudan wrote: > > > Thank you for clarifying and providing a test patch. I ran with this on > > the system showing the original problem, configured to have 15GB of > > memory. > > > > With your patch after

Re: mpic build failure for 7447_hpc defconfig (bisected)

2014-01-24 Thread Paul Gortmaker
On Wed, Jan 8, 2014 at 5:45 PM, Paul Gortmaker wrote: > Commit 446f6d06fab0b49c61887ecbe8286d6aaa796637 ("powerpc/mpic: Properly > set default triggers") breaks the mpc7447_hpc_defconfig as follows: > > CC arch/powerpc/sysdev/mpic.o > arch/powerpc/sysdev/mpic.c: In function 'mpic_set_irq_ty

Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory

2014-01-24 Thread Nishanth Aravamudan
On 24.01.2014 [15:49:33 -0800], David Rientjes wrote: > On Fri, 24 Jan 2014, Nishanth Aravamudan wrote: > > > > I think the problem is a memoryless node being used for kmalloc_node() so > > > we need to decide where to enforce node_present_pages(). __slab_alloc() > > > seems like the best candi

Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory

2014-01-24 Thread Nishanth Aravamudan
On 24.01.2014 [13:03:13 -0800], David Rientjes wrote: > On Fri, 24 Jan 2014, Christoph Lameter wrote: > > > On Fri, 24 Jan 2014, Wanpeng Li wrote: > > > > > > > > > >diff --git a/mm/slub.c b/mm/slub.c > > > >index 545a170..a1c6040 100644 > > > >--- a/mm/slub.c > > > >+++ b/mm/slub.c > > > >@@ -17

Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory

2014-01-24 Thread Nishanth Aravamudan
On 24.01.2014 [13:03:13 -0800], David Rientjes wrote: > On Fri, 24 Jan 2014, Christoph Lameter wrote: > > > On Fri, 24 Jan 2014, Wanpeng Li wrote: > > > > > > > > > >diff --git a/mm/slub.c b/mm/slub.c > > > >index 545a170..a1c6040 100644 > > > >--- a/mm/slub.c > > > >+++ b/mm/slub.c > > > >@@ -17

Re: [PATCH] slub: Don't throw away partial remote slabs if there is no local memory

2014-01-24 Thread Christoph Lameter
On Fri, 24 Jan 2014, Wanpeng Li wrote: > > > >diff --git a/mm/slub.c b/mm/slub.c > >index 545a170..a1c6040 100644 > >--- a/mm/slub.c > >+++ b/mm/slub.c > >@@ -1700,6 +1700,9 @@ static void *get_partial(struct kmem_cache *s, gfp_t > >flags, int node, > > void *object; > > int searchnode =

[PATCH] rtc: ds3232 make it possible to share an irq

2014-01-24 Thread Bharat Bhushan
It's possible to have RTC irq shared with other device (e.g. t4240qds board shares ds3232irq with phy one). Handle this in driver. Signed-off-by: Bharat Bhushan --- drivers/rtc/rtc-ds3232.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rtc-ds3232.c b/dr

Re: [PATCH V2] cpuidle/governors: Fix logic in selection of idle states

2014-01-24 Thread Preeti U Murthy
On 01/24/2014 02:38 PM, Daniel Lezcano wrote: > On 01/23/2014 12:15 PM, Preeti U Murthy wrote: >> Hi Daniel, >> >> Thank you for the review. >> >> On 01/22/2014 01:59 PM, Daniel Lezcano wrote: >>> On 01/17/2014 05:33 AM, Preeti U Murthy wrote: diff --git a/drivers/cpuidle/cpuidle.c b/driv

Re: [PATCH V2] cpuidle/governors: Fix logic in selection of idle states

2014-01-24 Thread Daniel Lezcano
On 01/23/2014 12:15 PM, Preeti U Murthy wrote: Hi Daniel, Thank you for the review. On 01/22/2014 01:59 PM, Daniel Lezcano wrote: On 01/17/2014 05:33 AM, Preeti U Murthy wrote: diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index a55e68f..831b664 100644 --- a/drivers/cpui