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
  https://git.kernel.org/powerpc/c/376b3275c19f83d373e841e9af2d7658693190b9

cheers


[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 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kvm/book3s_hv_rmhandlers.S 
b/arch/powerpc/kvm/book3s_hv_rmhandlers.S
index c984021e62c8..37f50861dd98 100644
--- a/arch/powerpc/kvm/book3s_hv_rmhandlers.S
+++ b/arch/powerpc/kvm/book3s_hv_rmhandlers.S
@@ -2728,7 +2728,7 @@ kvmppc_bad_host_intr:
std r5, _XER(r1)
std r6, SOFTE(r1)
LOAD_PACA_TOC()
-   LOAD_REG_IMMEDIATE(3, 0x7265677368657265)
+   LOAD_REG_IMMEDIATE(3, STACK_FRAME_REGS_MARKER)
std r3, STACK_FRAME_OVERHEAD-16(r1)
 
/*
-- 
2.37.2