Re: [PATCH] powerpc/64s/interrupt: stack backtrace fix

2022-10-09 Thread Michael Ellerman
On Tue, 4 Oct 2022 23:29:52 +1000, Nicholas Piggin wrote: > The value of the stack frame regs marker that gets saved on the > stack in interrupt entry code does not match the regs marker value, > which breaks stack frame marker matching. > > This stray instruction looks to have been introduced in

[PATCH] powerpc/64s/interrupt: stack backtrace fix

2022-10-04 Thread Nicholas Piggin
The value of the stack frame regs marker that gets saved on the stack in interrupt entry code does not match the regs marker value, which breaks stack frame marker matching. This stray instruction looks to have been introduced in a mismerge. Fixes: bf75a3258a403 ("powerpc/64s/interrupt: move earl