Re: [PATCH 2/3] powerpc: Refactor verification of MSR_RI

2021-08-19 Thread kernel test robot
Hi Christophe, I love your patch! Perhaps something to improve: [auto build test WARNING on powerpc/next] [also build test WARNING on v5.14-rc6 next-20210819] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documente

[PATCH 2/3] powerpc: Refactor verification of MSR_RI

2021-08-18 Thread Christophe Leroy
40x and BOOKE don't have MSR_RI therefore all tests involving MSR_RI may be problematic on those plateforms. Create helpers to check or set MSR_RI in regs, and use them in common code. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/ptrace.h | 23 +++ ar