* [GIT PULL] KVM/arm64 fixes for 6.5, part #2
@ 2023-08-01 8:15 Oliver Upton
2023-08-04 17:39 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Oliver Upton @ 2023-08-01 8:15 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Marc Zyngier, kvmarm, kvm, rananta, tabba, arnd, James Morse,
Suzuki K Poulose, Zenghui Yu
Hi Paolo,
Second batch of fixes for 6.5 here. As usual, details are in the tag but
of particular interest is the fix for AmpereOne systems, as VMs fail to
boot when setting up the MMU (yikes).
Please pull.
--
Thanks,
Oliver
The following changes since commit 9d2a55b403eea26cab7c831d8e1c00ef1e6a6850:
KVM: arm64: Fix the name of sys_reg_desc related to PMU (2023-07-14 23:34:05 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.5-2
for you to fetch changes up to 74158a8cad79d2f5dcf71508993664c5cfcbfa3c:
KVM: arm64: Skip instruction after emulating write to TCR_EL1 (2023-07-28 17:11:23 +0000)
----------------------------------------------------------------
KVM/arm64 fixes for 6.5, part #2
- Fixes for the configuration of SVE/SME traps when hVHE mode is in use
- Allow use of pKVM on systems with FF-A implementations that are v1.0
compatible
- Request/release percpu IRQs (arch timer, vGIC maintenance) correctly
when pKVM is in use
- Fix function prototype after __kvm_host_psci_cpu_entry() rename
- Skip to the next instruction when emulating writes to TCR_EL1 on
AmpereOne systems
----------------------------------------------------------------
Arnd Bergmann (1):
KVM: arm64: fix __kvm_host_psci_cpu_entry() prototype
Fuad Tabba (7):
KVM: arm64: Factor out code for checking (h)VHE mode into a macro
KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setup
KVM: arm64: Disable SME traps for (h)VHE at setup
KVM: arm64: Helper to write to appropriate feature trap register based on mode
KVM: arm64: Use the appropriate feature trap register when activating traps
KVM: arm64: Fix resetting SVE trap values on reset for hVHE
KVM: arm64: Fix resetting SME trap values on reset for (h)VHE
Oliver Upton (3):
KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementations
KVM: arm64: Rephrase percpu enable/disable tracking in terms of hyp
KVM: arm64: Skip instruction after emulating write to TCR_EL1
Raghavendra Rao Ananta (1):
KVM: arm64: Fix hardware enable/disable flows for pKVM
arch/arm64/include/asm/el2_setup.h | 44 ++++++++++++++++--------
arch/arm64/include/asm/kvm_asm.h | 2 +-
arch/arm64/include/asm/kvm_emulate.h | 21 +++++++++---
arch/arm64/kvm/arm.c | 61 +++++++++++++++------------------
arch/arm64/kvm/hyp/include/hyp/switch.h | 1 +
arch/arm64/kvm/hyp/nvhe/ffa.c | 15 +++++++-
arch/arm64/kvm/hyp/nvhe/switch.c | 2 +-
7 files changed, 90 insertions(+), 56 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] KVM/arm64 fixes for 6.5, part #2
2023-08-01 8:15 [GIT PULL] KVM/arm64 fixes for 6.5, part #2 Oliver Upton
@ 2023-08-04 17:39 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2023-08-04 17:39 UTC (permalink / raw)
To: Oliver Upton
Cc: Marc Zyngier, kvmarm, kvm, rananta, tabba, arnd, James Morse,
Suzuki K Poulose, Zenghui Yu
On 8/1/23 10:15, Oliver Upton wrote:
> git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.5-2
Pulled (but not pushed yet), thanks.
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-04 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 8:15 [GIT PULL] KVM/arm64 fixes for 6.5, part #2 Oliver Upton
2023-08-04 17:39 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox