Re: [PATCH] powerpc/ppc-opcode: Fix PPC_RAW_TW()

2022-08-13 Thread Michael Ellerman
On Wed, 3 Aug 2022 13:47:33 +0200, Christophe Leroy wrote: > PPC_RAW_TW() is erroneously defined with base code 0x7f08 > instead of 0x7c08. > > That's invisible because its only user is PPC_RAW_TRAP() which is > 0x7fe8, but fix it anyway to avoid any risk of future bug. > > > [...]

Re: [PATCH] powerpc/ppc-opcode: Fix PPC_RAW_TW()

2022-08-03 Thread Naveen N. Rao
Christophe Leroy wrote: PPC_RAW_TW() is erroneously defined with base code 0x7f08 instead of 0x7c08. That's invisible because its only user is PPC_RAW_TRAP() which is 0x7fe8, but fix it anyway to avoid any risk of future bug. Reported-by: Naveen N. Rao Fixes: d00d762daf12 ("powerpc