Re: [1/2] powerpc/sstep: Fix issues with set_cr0()
From: Michael Ellerman <hidden>
Date: 2017-09-21 01:46:44
From: Michael Ellerman <hidden>
Date: 2017-09-21 01:46:44
On Tue, 2017-09-19 at 10:45:52 UTC, Anton Blanchard wrote:
From: Anton Blanchard <redacted>
set_cr0() broke when we changed analyse_instr() to not modify the
register state. Instead of looking at regs->gpr[x] which has not
been updated yet, we need to look at op->val.
Fixes: 3cdfcbfd32b9 ("powerpc: Change analyse_instr so it doesn't modify *regs")
Signed-off-by: Anton Blanchard <redacted>Series applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/ad47ff3e33503e0969db2d4f9a4094 cheers