mbox series

[v1,0/2] KVM: fix issues with Permission Indirection Extension

Message ID 20231012123459.2820835-1-joey.gouly@arm.com (mailing list archive)
Headers show
Series KVM: fix issues with Permission Indirection Extension | expand

Message

Joey Gouly Oct. 12, 2023, 12:34 p.m. UTC
Hi all,

This is a fix (and a cleanup) to KVM when using PIE.

The handling around HFG registers was changed and that missed off adding the
PIE traps to the HFG*_nMASK values.

Thanks,
Joey

Joey Gouly (2):
  KVM: arm64: add nPIR{E0}_EL1 to HFG traps
  KVM: arm64: POR{E0}_EL1 do not need trap handlers

 arch/arm64/include/asm/kvm_arm.h | 4 ++--
 arch/arm64/kvm/sys_regs.c        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)