From: Palmer Dabbelt Date: Thu, 3 Aug 2023 03:36:57 +0000 (-0700) Subject: Merge patch series "RISC-V: Fix a few kexec_file_load(2) failures" X-Git-Tag: v6.5-rc6~21^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f8069826eb4fe7ae7f769987abf527708354bfd5;p=linux-2.6-block.git Merge patch series "RISC-V: Fix a few kexec_file_load(2) failures" Petr Tesarik says: From: Petr Tesarik The kexec_file_load(2) syscall does not work at least in some kernel builds. For details see the relevant section in this blog post: https://sigillatum.tesarici.cz/2023-07-21-state-of-riscv64-kdump.html This patch series handles an additional relocation types, removes the need to implement a Global Offset Table (GOT) for the purgatory and fixes the placement of initrd. * b4-shazam-merge: riscv/kexec: load initrd high in available memory riscv/kexec: handle R_RISCV_CALL_PLT relocation type Link: https://lore.kernel.org/r/cover.1690365011.git.petr.tesarik.ext@huawei.com Signed-off-by: Palmer Dabbelt --- f8069826eb4fe7ae7f769987abf527708354bfd5