Re: [PATCH 2/6] powerpc test_emulate_step: fix pr_info() to print 8-byte for prefixed instruction

2020-06-22 Thread Jordan Niethe
On Mon, Jun 22, 2020 at 5:10 PM Balamuruhan S wrote: > > On test failure, `pr_log()` prints 4 bytes instruction > irrespective of word/prefix instruction, fix it by printing > them appropriately. This patch to add a ppc_inst_as_str() function should help with this, https://patchwork.ozlabs.org/pro

[PATCH 2/6] powerpc test_emulate_step: fix pr_info() to print 8-byte for prefixed instruction

2020-06-22 Thread Balamuruhan S
On test failure, `pr_log()` prints 4 bytes instruction irrespective of word/prefix instruction, fix it by printing them appropriately. Signed-off-by: Balamuruhan S --- arch/powerpc/lib/test_emulate_step.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/li