Re: [PATCH] arm64: fix static data relocations in machine_apply_elf_rel()

2022-04-01 Thread Simon Horman
On Thu, Mar 31, 2022 at 02:03:31PM +0800, Pingfan Liu wrote: > As for 'static data relocations', instead of patching an instruction (OR > ops), it should be assigned to value directly. > > Signed-off-by: Pingfan Liu > Cc: Geoff Levand > Cc: Catalin Marinas > Cc: Simon Horman > To:

[PATCH] arm64: fix static data relocations in machine_apply_elf_rel()

2022-03-31 Thread Pingfan Liu
As for 'static data relocations', instead of patching an instruction (OR ops), it should be assigned to value directly. Signed-off-by: Pingfan Liu Cc: Geoff Levand Cc: Catalin Marinas Cc: Simon Horman To: kexec@lists.infradead.org --- kexec/arch/arm64/kexec-arm64.c | 5 ++--- 1 file changed,