On Wed, 31 Mar 2021 13:30:48 +0000, David Brazdil wrote:
gen-hyprel tool parses object files of the EL2 portion of KVM and generates runtime relocation data. While only filtering for R_AARCH64_ABS64 relocations in the input object files, it has an allow-list of relocation types that are used for relative addressing. Other, unexpected, relocation types are rejected and cause the build to fail.
[...]
Applied to kvm-arm64/misc-5.13, thanks!
[1/1] KVM: arm64: Support PREL/PLT relocs in EL2 code commit: 77e06b300161d41d65950be9c77a785c142b381d
Cheers,
M.