FROMLIST: KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
Ignore R_AARCH64_ABS32 relocations, instead of panicking, when emitting the relocation table of the hypervisor. The toolchain might produce them when generating function calls with kCFI, to allow type ID resolution across compilation units (between the call-site check and the callee's prefixed u32) at link time. They are therefore not needed in the final (runtime) relocation table. Signed-off-by:Pierre-Clément Tosi <ptosi@google.com> Bug: 278010198 Link: https://lore.kernel.org/r/20240510112645.3625702-7-ptosi@google.com Change-Id: I73324628a42ee02f3b19bec82b622a455e3a3793 Signed-off-by:
Pierre-Clément Tosi <ptosi@google.com>
Loading
Please sign in to comment