https://bugzilla.kernel.org/show_bug.cgi?id=201631 --- Comment #52 from erhard_f@xxxxxxxxxxx --- (In reply to Aneesh Kumar KV from comment #49) > Can you try this change? > > diff --git a/arch/powerpc/mm/tlb-radix.c b/arch/powerpc/mm/tlb-radix.c > index 6a23b9ebd2a1..c42f91ba7067 100644 > --- a/arch/powerpc/mm/tlb-radix.c > +++ b/arch/powerpc/mm/tlb-radix.c > @@ -644,10 +644,12 @@ void radix__flush_tlb_page_psize(struct mm_struct *mm, > unsigned long vmaddr, > preempt_disable(); > smp_mb(); /* see radix__flush_tlb_mm */ > if (!mm_is_thread_local(mm)) { > +/* > if (unlikely(mm_is_singlethreaded(mm))) { > exit_flush_lazy_tlbs(mm); > goto local; > } > +*/ > _tlbie_va(vmaddr, pid, psize, RIC_FLUSH_TLB); > } else { > local: Should I apply this in addition to Jan's patch or standalone? -- You are receiving this mail because: You are watching the assignee of the bug.