summaryrefslogtreecommitdiff
path: root/scripts/recordmcount.pl
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-05-14 09:05:41 +0100
committerMarc Zyngier <maz@kernel.org>2021-05-15 10:27:59 +0100
commitcb853ded1d25e5b026ce115dbcde69e3d7e2e831 (patch)
tree943c3870dc6e9ea53e33ba00457c48fd07255f37 /scripts/recordmcount.pl
parent26778aaa134a9aefdf5dbaad904054d7be9d656d (diff)
KVM: arm64: Fix debug register indexing
Commit 03fdfb2690099 ("KVM: arm64: Don't write junk to sysregs on reset") flipped the register number to 0 for all the debug registers in the sysreg table, hereby indicating that these registers live in a separate shadow structure. However, the author of this patch failed to realise that all the accessors are using that particular index instead of the register encoding, resulting in all the registers hitting index 0. Not quite a valid implementation of the architecture... Address the issue by fixing all the accessors to use the CRm field of the encoding, which contains the debug register index. Fixes: 03fdfb2690099 ("KVM: arm64: Don't write junk to sysregs on reset") Reported-by: Ricardo Koller <ricarkol@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'scripts/recordmcount.pl')
0 files changed, 0 insertions, 0 deletions