mbox series

[0/2] KVM: arm64: Fine grained traps documentation clarification

Message ID 20240731-kvm-arm64-fgt-doc-v1-0-abb364f8fe57@kernel.org (mailing list archive)
Headers show
Series KVM: arm64: Fine grained traps documentation clarification | expand

Message

Mark Brown July 31, 2024, 6:58 p.m. UTC
When looking at the code for management of fine grained traps I noticed
that some comments were out of date, and that there's some potentially
suprising usage which could usefully be clarified.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      KVM: arm64: Fix outdated comment about incomplete FGT bitmask definitions
      KVM: arm64: Clarify meaning of _MASK and _nMASK for FGT registers

 arch/arm64/include/asm/kvm_arm.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20240730-kvm-arm64-fgt-doc-a664856fa7d6

Best regards,