Re: [PATCH] powerpc/64s/radix: fix preempt imbalance in TLB flush

2017-10-10 Thread Nicholas Piggin
On Tue, 10 Oct 2017 19:09:54 +0530 "Aneesh Kumar K.V" wrote: > > > On 10/10/2017 04:02 PM, Nicholas Piggin wrote: > > On Tue, 10 Oct 2017 15:52:02 +0530 > > "Aneesh Kumar K.V" wrote: > > > >> On 10/10/2017 03:46 PM, Nicholas Piggin wrote: > >>> Signed-off-by: Nicholas Piggin > >>> --- > >>>

Re: [PATCH] powerpc/64s/radix: fix preempt imbalance in TLB flush

2017-10-10 Thread Aneesh Kumar K.V
On 10/10/2017 04:02 PM, Nicholas Piggin wrote: On Tue, 10 Oct 2017 15:52:02 +0530 "Aneesh Kumar K.V" wrote: On 10/10/2017 03:46 PM, Nicholas Piggin wrote: Signed-off-by: Nicholas Piggin --- arch/powerpc/mm/tlb-radix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] powerpc/64s/radix: fix preempt imbalance in TLB flush

2017-10-10 Thread Nicholas Piggin
On Tue, 10 Oct 2017 15:52:02 +0530 "Aneesh Kumar K.V" wrote: > On 10/10/2017 03:46 PM, Nicholas Piggin wrote: > > Signed-off-by: Nicholas Piggin > > --- > > arch/powerpc/mm/tlb-radix.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/arch/powerpc/mm/tlb-radix.

Re: [PATCH] powerpc/64s/radix: fix preempt imbalance in TLB flush

2017-10-10 Thread Aneesh Kumar K.V
On 10/10/2017 03:46 PM, Nicholas Piggin wrote: Signed-off-by: Nicholas Piggin --- arch/powerpc/mm/tlb-radix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/mm/tlb-radix.c b/arch/powerpc/mm/tlb-radix.c index b3e849c4886e..de414460287a 100644 --- a/arch/po

[PATCH] powerpc/64s/radix: fix preempt imbalance in TLB flush

2017-10-10 Thread Nicholas Piggin
Signed-off-by: Nicholas Piggin --- arch/powerpc/mm/tlb-radix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/mm/tlb-radix.c b/arch/powerpc/mm/tlb-radix.c index b3e849c4886e..de414460287a 100644 --- a/arch/powerpc/mm/tlb-radix.c +++ b/arch/powerpc/mm/tlb-radix.