Re: [PATCH v5 2/2] powerpc/64: Add module check for ELF ABI version

2022-11-07 Thread Nicholas Piggin
On Thu Nov 3, 2022 at 6:35 PM AEST, Christophe Leroy wrote: > > > Le 31/10/2022 à 13:07, Nicholas Piggin a écrit : > > Override the generic module ELF check to provide a check for the ELF ABI > > version. This becomes important if we allow big-endian ELF ABI V2 builds > > but it doesn't hurt to che

Re: [PATCH v5 2/2] powerpc/64: Add module check for ELF ABI version

2022-11-03 Thread Christophe Leroy
Le 31/10/2022 à 13:07, Nicholas Piggin a écrit : > Override the generic module ELF check to provide a check for the ELF ABI > version. This becomes important if we allow big-endian ELF ABI V2 builds > but it doesn't hurt to check now. > > Cc: Jessica Yu > Signed-off-by: Michael Ellerman > [np:

[PATCH v5 2/2] powerpc/64: Add module check for ELF ABI version

2022-10-31 Thread Nicholas Piggin
Override the generic module ELF check to provide a check for the ELF ABI version. This becomes important if we allow big-endian ELF ABI V2 builds but it doesn't hurt to check now. Cc: Jessica Yu Signed-off-by: Michael Ellerman [np: split patch, added changelog, adjust to Jessica's proposal] Sign