On Mon, Oct 31, 2022 at 10:07:32PM +1000, Nicholas Piggin wrote: > The elf_check_arch() function is also used to test compatibility of > usermode binaries. Kernel modules may have more specific requirements, > for example powerpc would like to test for ABI version compatibility. > > Add a weak module_elf_check_arch() that defaults to true, and call it > from elf_validity_check(). > > Cc: Michael Ellerman <m...@ellerman.id.au> > Signed-off-by: Jessica Yu <j...@kernel.org> > [np: added changelog, adjust name, rebase] > Signed-off-by: Nicholas Piggin <npig...@gmail.com>
Acked-by: Luis Chamberlain <mcg...@kernel.org> Luis