mbox series

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

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

Message

Mark Brown Aug. 2, 2024, 3:37 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>
---
Changes in v2:
- Commit message tweaks.
- Reword comments for _MASK and _nMASK.
- Link to v1: https://lore.kernel.org/r/20240731-kvm-arm64-fgt-doc-v1-0-abb364f8fe57@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,