Re: [PATCH] KVM: PPC: Book3S HV: Fix stack frame regs marker

2022-10-09 Thread Michael Ellerman
On Fri, 7 Oct 2022 00:33:45 +1000, Nicholas Piggin wrote: > The hard-coded marker is out of date now, fix it using the nice define. > > Applied to powerpc/next. [1/1] KVM: PPC: Book3S HV: Fix stack frame regs marker

[PATCH] KVM: PPC: Book3S HV: Fix stack frame regs marker

2022-10-06 Thread Nicholas Piggin
The hard-coded marker is out of date now, fix it using the nice define. Fixes: 17773afdcd15 ("powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER") Reported-by: Joel Stanley Signed-off-by: Nicholas Piggin --- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 2 +- 1 file changed, 1