Re: [PATCH v7 25/28] powerpc: Test prefixed instructions in feature fixups

2020-05-05 Thread Jordan Niethe
On Tue, May 5, 2020 at 5:15 PM Alistair Popple wrote: > > Hmm, I was hoping to add a tested by but I'm seeing the following failure in > Mambo: > > [1.475459] feature-fixups: test failed at line 730 > > Based on the name of the test it looks like you probably made a copy/paste > error in ftr_f

Re: [PATCH v7 25/28] powerpc: Test prefixed instructions in feature fixups

2020-05-05 Thread Alistair Popple
Hmm, I was hoping to add a tested by but I'm seeing the following failure in Mambo: [1.475459] feature-fixups: test failed at line 730 Based on the name of the test it looks like you probably made a copy/paste error in ftr_fixup_prefix2_expected. I suspect you probably meant to use the alt

[PATCH v7 25/28] powerpc: Test prefixed instructions in feature fixups

2020-04-30 Thread Jordan Niethe
Expand the feature-fixups self-tests to includes tests for prefixed instructions. Signed-off-by: Jordan Niethe --- v6: New to series --- arch/powerpc/lib/feature-fixups-test.S | 68 +++ arch/powerpc/lib/feature-fixups.c | 74 ++ 2 files changed, 1