[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221201104914.28944-1-akihiko.odaki@daynix.com>
Date: Thu, 1 Dec 2022 19:49:11 +0900
From: Akihiko Odaki <akihiko.odaki@...nix.com>
To: unlisted-recipients:; (no To-header on input)
Cc: linux-kernel@...r.kernel.org, kvmarm@...ts.linux.dev,
kvmarm@...ts.cs.columbia.edu, linux-arm-kernel@...ts.infradead.org,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Oliver Upton <oliver.upton@...ux.dev>,
Suzuki K Poulose <suzuki.poulose@....com>,
Alexandru Elisei <alexandru.elisei@....com>,
James Morse <james.morse@....com>,
Marc Zyngier <maz@...nel.org>, Will Deacon <will@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
asahi@...ts.linux.dev, Alyssa Rosenzweig <alyssa@...enzweig.io>,
Sven Peter <sven@...npeter.dev>,
Hector Martin <marcan@...can.st>,
Akihiko Odaki <akihiko.odaki@...nix.com>
Subject: [PATCH 0/3] KVM: arm64: Handle CCSIDR associativity mismatches
M2 MacBook Air has mismatched CCSIDR associativity bits, which makes the
bits a KVM vCPU sees inconsistent when migrating.
It also makes QEMU fail restoring the vCPU registers because QEMU saves
and restores all of the registers including CCSIDRs, and if the vCPU
migrated among physical CPUs between saving and restoring, it tries to
restore CCSIDR values that mismatch with the current physical CPU, which
causes EFAULT.
Trap CCSIDRs if there are CCSIDR value msimatches, and override the
associativity bits when handling the trap.
Akihiko Odaki (3):
KVM: arm64: Make CCSIDRs consistent
arm64: errata: Check for mismatched cache associativity
KVM: arm64: Handle CCSIDR associativity mismatches
arch/arm64/include/asm/cache.h | 3 ++
arch/arm64/include/asm/cpu.h | 1 +
arch/arm64/include/asm/cpufeature.h | 8 +++++
arch/arm64/include/asm/kvm_emulate.h | 10 ++++--
arch/arm64/include/asm/sysreg.h | 7 ++++
arch/arm64/kernel/cacheinfo.c | 4 +--
arch/arm64/kernel/cpu_errata.c | 52 ++++++++++++++++++++++++++++
arch/arm64/kernel/cpufeature.c | 4 +++
arch/arm64/kernel/cpuinfo.c | 30 ++++++++++++++++
arch/arm64/kvm/sys_regs.c | 50 ++++++++++++++------------
arch/arm64/tools/cpucaps | 1 +
11 files changed, 144 insertions(+), 26 deletions(-)
--
2.38.1
Powered by blists - more mailing lists