Re: [PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV

2014-06-10 Thread Joe Perches
On Wed, 2014-06-11 at 09:46 +0800, Zhouyi Zhou wrote: > Thanks for reviewing, I will work on a new version If you do, please remove the "out of memory" messages. These messages are redundant to a generic OOM and stack dump from the memory subsystem. Less code is also makes it less likely to have

Re: [PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV

2014-06-10 Thread Zhouyi Zhou
Thanks for reviewing, I will work on a new version On Wed, Jun 11, 2014 at 7:28 AM, Thomas Gleixner wrote: > On Tue, 10 Jun 2014, H. Peter Anvin wrote: > >> On 06/10/2014 12:35 AM, Zhouyi Zhou wrote: >> > Fixing some memory allocation failure handling in x86 UV >> > >> > Signed-off-by: Zhouyi Zho

Re: [PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV

2014-06-10 Thread Thomas Gleixner
On Tue, 10 Jun 2014, H. Peter Anvin wrote: > On 06/10/2014 12:35 AM, Zhouyi Zhou wrote: > > Fixing some memory allocation failure handling in x86 UV > > > > Signed-off-by: Zhouyi Zhou > > Sorry, this really isn't enough description for this size of a patch. Correction: This is not a proper des

Re: [PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV

2014-06-10 Thread David Rientjes
On Tue, 10 Jun 2014, Zhouyi Zhou wrote: > Fixing some memory allocation failure handling in x86 UV > > Signed-off-by: Zhouyi Zhou > --- > arch/x86/platform/uv/tlb_uv.c | 17 + > 1 file changed, 18 insertions(+) > > diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platfor

Re: [PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV

2014-06-10 Thread H. Peter Anvin
On 06/10/2014 12:35 AM, Zhouyi Zhou wrote: > Fixing some memory allocation failure handling in x86 UV > > Signed-off-by: Zhouyi Zhou Sorry, this really isn't enough description for this size of a patch. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH] x86/tlb_uv: Fixing some memory allocation failure in x86 UV

2014-06-10 Thread Zhouyi Zhou
Fixing some memory allocation failure handling in x86 UV Signed-off-by: Zhouyi Zhou --- arch/x86/platform/uv/tlb_uv.c | 17 + 1 file changed, 18 insertions(+) diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c index dfe605a..a434768 100644 --- a/arch/x8