Re: [PATCH 1/6] powerpc/64: fix irq replay missing preempt

2020-10-06 Thread Michael Ellerman
On Tue, 15 Sep 2020 21:46:45 +1000, Nicholas Piggin wrote: > Prior to commit 3282a3da25bd ("powerpc/64: Implement soft interrupt > replay in C"), replayed interrupts returned by the regular interrupt > exit code, which performs preemption in case an interrupt had set > need_resched. > > This logic

[PATCH 1/6] powerpc/64: fix irq replay missing preempt

2020-09-15 Thread Nicholas Piggin
Prior to commit 3282a3da25bd ("powerpc/64: Implement soft interrupt replay in C"), replayed interrupts returned by the regular interrupt exit code, which performs preemption in case an interrupt had set need_resched. This logic was missed by the conversion. Adding preempt_disable/enable around the