On Fri, 18 Dec 2020 22:16:17 +1100, Michael Ellerman wrote: > Add R_PPC_REL24 relocations to the list of relocations we do NOT > support in the VDSO. > > These are generated in some cases and we do not support relocating > them at runtime, so if they appear then the VDSO will not work at > runtime, therefore it's preferable to break the build if we see them.
Applied to powerpc/fixes. [1/3] powerpc/vdso: Block R_PPC_REL24 relocations https://git.kernel.org/powerpc/c/42ed6d56ade21f367f27aa5915cc397510cfdef5 [2/3] powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSO https://git.kernel.org/powerpc/c/107521e8039688f7a9548f17919dfde670b911c1 [3/3] powerpc/vdso: Fix DOTSYM for 32-bit LE VDSO https://git.kernel.org/powerpc/c/2eda7f11000646909a10298951c9defb2321b240 cheers