Re: [PATCH v2 0/3] powerpc: Remove system call emulation

2022-05-15 Thread Michael Ellerman
On Wed, 30 Mar 2022 19:37:16 +0530, Naveen N. Rao wrote: > Since v1, the main change is to use helpers to decode primary/extended > opcode and the addition of macros for some of the used opcodes. > > - Naveen > > > > [...] Applied to powerpc/next. [1/3] powerpc: Sort and de-dup primary opcode

[PATCH v2 0/3] powerpc: Remove system call emulation

2022-03-30 Thread Naveen N. Rao
Since v1, the main change is to use helpers to decode primary/extended opcode and the addition of macros for some of the used opcodes. - Naveen Naveen N. Rao (2): powerpc: Sort and de-dup primary opcodes in ppc-opcode.h powerpc: Reject probes on instructions that can't be single stepped N