commit | 0a97b764dee8a3284cefda5ccbaeac6d49cd829e | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Thu Jul 11 15:49:15 2024 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Sun Jul 14 11:24:18 2024 +0100 |
tree | ddfa3c3a318c9f540a347015ab5f200b95316e92 | |
parent | cf247333d0e965c4d6589f98048ad9ada17b8f2f [diff] |
KVM: arm64: nv: Make AT+PAN instruction aware of FEAT_PAN3 FEAT_PAN3 added a check for executable permissions to FEAT_PAN2. This requires some extra checks, and forces the PAN-aware AT instructions on the slow path. Signed-off-by: Marc Zyngier <maz@kernel.org>