Re: [PATCH 02/10] mm, slob: Use NUMA_NO_NODE instead of -1

2012-09-25 Thread Ezequiel Garcia
On Tue, Sep 25, 2012 at 4:37 AM, Pekka Enberg wrote: > On Mon, Sep 24, 2012 at 8:13 PM, Ezequiel Garcia > wrote: >> Will you pick this (and the rest of cleanup patches) >> for v3.7 pull request? >> Or is there anything for me to redo? > > I merged all the patches except for the last one which co

Re: [PATCH 02/10] mm, slob: Use NUMA_NO_NODE instead of -1

2012-09-25 Thread Pekka Enberg
On Mon, Sep 24, 2012 at 8:13 PM, Ezequiel Garcia wrote: > Will you pick this (and the rest of cleanup patches) > for v3.7 pull request? > Or is there anything for me to redo? I merged all the patches except for the last one which conflicts with the kmem/memcg changes. -- To unsubscribe from this

Re: [PATCH 02/10] mm, slob: Use NUMA_NO_NODE instead of -1

2012-09-24 Thread Ezequiel Garcia
Pekka, On Sun, Sep 9, 2012 at 6:27 PM, David Rientjes wrote: > On Sat, 8 Sep 2012, Ezequiel Garcia wrote: > >> Cc: Pekka Enberg >> Signed-off-by: Ezequiel Garcia > > Acked-by: David Rientjes > Will you pick this (and the rest of cleanup patches) for v3.7 pull request? Or is there anything for

Re: [PATCH 02/10] mm, slob: Use NUMA_NO_NODE instead of -1

2012-09-09 Thread David Rientjes
On Sat, 8 Sep 2012, Ezequiel Garcia wrote: > Cc: Pekka Enberg > Signed-off-by: Ezequiel Garcia Acked-by: David Rientjes Please cc Matt Mackall on all slob patches in the future. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@

[PATCH 02/10] mm, slob: Use NUMA_NO_NODE instead of -1

2012-09-08 Thread Ezequiel Garcia
Cc: Pekka Enberg Signed-off-by: Ezequiel Garcia --- include/linux/slob_def.h |6 -- mm/slob.c|6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/include/linux/slob_def.h b/include/linux/slob_def.h index 0ec00b3..f28e14a 100644 --- a/include/linux