diff options
author | Pierre-Clément Tosi <ptosi@google.com> | 2024-06-10 09:32:33 +0300 |
---|---|---|
committer | Oliver Upton <oliver.upton@linux.dev> | 2024-06-20 20:40:54 +0300 |
commit | 4ab3f9dd561b428460038a9bb041e92db6197f18 (patch) | |
tree | e7c5a7649d62764cb285306f54b8b991a9a83fb1 /scripts/generate_rust_analyzer.py | |
parent | 6e3b773ed6bc5e783fa314b75071f022324f94a8 (diff) | |
download | linux-4ab3f9dd561b428460038a9bb041e92db6197f18.tar.xz |
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 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@google.com>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20240610063244.2828978-5-ptosi@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions