Re: [PATCH kernel] powerpc/64: Add UADDR64 relocation support

2022-01-31 Thread Alexey Kardashevskiy
On 1/31/22 17:38, Christophe Leroy wrote: Le 31/01/2022 à 05:14, Alexey Kardashevskiy a écrit : When ld detects unaligned relocations, it emits R_PPC64_UADDR64 relocations instead of R_PPC64_RELATIVE. Currently R_PPC64_UADDR64 are detected by arch/powerpc/tools/relocs_check.sh and expected

Re: [PATCH kernel] powerpc/64: Add UADDR64 relocation support

2022-01-30 Thread Christophe Leroy
Le 31/01/2022 à 05:14, Alexey Kardashevskiy a écrit : > When ld detects unaligned relocations, it emits R_PPC64_UADDR64 > relocations instead of R_PPC64_RELATIVE. Currently R_PPC64_UADDR64 are > detected by arch/powerpc/tools/relocs_check.sh and expected not to work. > Below is a simple chunk to