On Wed, May 29, 2024 at 01:12:12PM +0100, Pierre-Clément Tosi wrote: > 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 represent the 32-bit type ID > which can then be resolved across compilation units at link time. These > are NOT actual 32-bit addresses and are therefore not needed in the > final (runtime) relocation table (which is unlikely to use 32-bit > absolute addresses for arm64 anyway). > > Signed-off-by: Pierre-Clément Tosi <ptosi@xxxxxxxxxx> > --- > arch/arm64/kvm/hyp/nvhe/gen-hyprel.c | 6 ++++++ > 1 file changed, 6 insertions(+) Thanks for updating the commit message: Acked-by: Will Deacon <will@xxxxxxxxxx> Will