[PATCH v2 0/3] KVM: arm64: Fix SPE and TRBE nVHE world switch
Will Deacon
will at kernel.org
Fri Feb 27 13:21:32 PST 2026
Hi folks,
This is version two of the patch that I originally sent here:
https://lore.kernel.org/r/20260216130959.19317-1-will@kernel.org
Changes since v1 include:
* Add missing memory barriers and comments for each step
* Work around known CPU errata in TRBE draining / enabling sequences
* Fix SPE as well!
* Minor clean up to BRBE so that it smells the same as SPE and TRBE
As before, I've not been able to test this as-is.
Cheers,
Will
Cc: Marc Zyngier <maz at kernel.org>
Cc: Oliver Upton <oupton at kernel.org>
Cc: James Clark <james.clark at linaro.org>
Cc: Leo Yan <leo.yan at arm.com>
Cc: Suzuki K Poulose <suzuki.poulose at arm.com>
Cc: Fuad Tabba <tabba at google.com>
Cc: Alexandru Elisei <alexandru.elisei at arm.com>
Cc: Yabin Cui <yabinc at google.com>
--->8
Will Deacon (3):
KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest
context
KVM: arm64: Disable SPE Profiling Buffer when running in guest context
KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines
arch/arm64/include/asm/kvm_host.h | 2 +
arch/arm64/kvm/hyp/nvhe/debug-sr.c | 118 +++++++++++++++++++++++------
arch/arm64/kvm/hyp/nvhe/switch.c | 2 +-
3 files changed, 96 insertions(+), 26 deletions(-)
--
2.53.0.473.g4a7958ca14-goog
More information about the linux-arm-kernel
mailing list