Re: [PATCH v3 00/17] powerpc: Do alignment fixups using analyse_instr etc.

2017-08-30 Thread Michael Neuling
On Thu, 2017-08-31 at 10:49 +1000, Michael Neuling wrote: > Tested-by: Michael Neuling > > FWIW I've written a test case for alignment faults (which I'll convert to a > selftest and upstream). It tests all load stores supported by POWER9 (results > below). Sorry, this is not quite right. It doe

Re: [PATCH v3 00/17] powerpc: Do alignment fixups using analyse_instr etc.

2017-08-30 Thread Michael Neuling
Tested-by: Michael Neuling FWIW I've written a test case for alignment faults (which I'll convert to a selftest and upstream). It tests all load stores supported by POWER9 (results below). VSX: 2.06B Doing lxvd2x: PASSED Doing lxvw4x: PASSED Doing lxsdx:PASSED

[PATCH v3 00/17] powerpc: Do alignment fixups using analyse_instr etc.

2017-08-29 Thread Paul Mackerras
This series extends the instruction emulation infrastructure in arch/powerpc/lib/sstep.c and uses it for emulating instructions when we get an alignment interrupt. The advantage of this is that we only have to add the new POWER9 instructions in one place, and it fixes several bugs in alignment int