Re: [PATCH 00/14] powerpc/rtas: various cleanups and improvements

2022-05-24 Thread Michael Ellerman
On Tue, 8 Mar 2022 23:50:33 +1000, Nicholas Piggin wrote: > I had a bunch of random little fixes and cleanups around and > was prompted to put them together and make a change to call > RTAS with MSR[RI] enabled because of a report of the hard > lockup watchdog NMI IPI hitting in an rtas call which

Re: [PATCH 00/14] powerpc/rtas: various cleanups and improvements

2022-03-17 Thread Laurent Dufour
Hi Nick, As this series needs additional work, I just sent a single patch [1] fixing the MSR[RI] issue addressed in the patch 9/14 of this series. I did that because that fix is fixing a panic currently seen and this will ease backport to stable and distro kernel. I suggest rebasing this series

Re: [PATCH 00/14] powerpc/rtas: various cleanups and improvements

2022-03-08 Thread Christophe Leroy
Hi Nick, Le 08/03/2022 à 14:50, Nicholas Piggin a écrit : > I had a bunch of random little fixes and cleanups around and > was prompted to put them together and make a change to call > RTAS with MSR[RI] enabled because of a report of the hard > lockup watchdog NMI IPI hitting in an rtas call which

[PATCH 00/14] powerpc/rtas: various cleanups and improvements

2022-03-08 Thread Nicholas Piggin
I had a bunch of random little fixes and cleanups around and was prompted to put them together and make a change to call RTAS with MSR[RI] enabled because of a report of the hard lockup watchdog NMI IPI hitting in an rtas call which then crashed because it's unrecoverable. Could possibly move patc