Re: [PATCH 0/4] powerpc: Misc early boot fixes

2023-02-15 Thread Michael Ellerman
On Fri, 16 Dec 2022 21:59:26 +1000, Nicholas Piggin wrote: > The first patch is a fix for a commit that's in powerpc next which > is a pretty harmless dump_stack(). Except that we had some bugs with > doing stack unwinding that early when the boot CPU is not zero so > that ended up crashing badly.

[PATCH 0/4] powerpc: Misc early boot fixes

2022-12-16 Thread Nicholas Piggin
The first patch is a fix for a commit that's in powerpc next which is a pretty harmless dump_stack(). Except that we had some bugs with doing stack unwinding that early when the boot CPU is not zero so that ended up crashing badly. First patch should be relatively safe and solve that problem, but