Re: [PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr

2021-01-23 Thread Marc Zyngier
On Tue, 05 Jan 2021 18:05:41 +, David Brazdil wrote: > > Hyp code used the hyp_symbol_addr helper to force PC-relative addressing > because absolute addressing results in kernel VAs due to the way hyp > code is linked. This is not true anymore, so remove the helper and > update all of its

[PATCH v2 8/8] KVM: arm64: Remove hyp_symbol_addr

2021-01-05 Thread David Brazdil
Hyp code used the hyp_symbol_addr helper to force PC-relative addressing because absolute addressing results in kernel VAs due to the way hyp code is linked. This is not true anymore, so remove the helper and update all of its users. Acked-by: Ard Biesheuvel Signed-off-by: David Brazdil ---