From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Alexander Potapenko <glider@google.com>,
Dmytro Terletskyi <dmytro_terletskyi@epam.com>,
Fuad Tabba <tabba@google.com>,
Lokesh Vutla <lokeshvutla@google.com>,
Mark Brown <broonie@kernel.org>,
Oliver Upton <oliver.upton@linux.dev>,
Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>,
Wei-Lin Chang <r09922117@csie.ntu.edu.tw>,
Joey Gouly <joey.gouly@arm.com>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Zenghui Yu <yuzenghui@huawei.com>,
kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
kvm@vger.kernel.org
Subject: [GIT PULL] KVM/arm64 fixes for 6.14, take #1
Date: Tue, 4 Feb 2025 15:56:56 +0000 [thread overview]
Message-ID: <20250204155656.775615-1-maz@kernel.org> (raw)
Paolo,
This is the first set of KVM/arm64 fixes for 6.14, most of them
addressing issues exposed by code introduced in the merge window
(timers, debug, protected mode...). Details in the tag, as usual.
Please pull,
M.
The following changes since commit 01009b06a6b52d8439c55b530633a971c13b6cb2:
arm64/sysreg: Get rid of TRFCR_ELx SysregFields (2025-01-17 11:07:55 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-6.14-1
for you to fetch changes up to 0e459810285503fb354537e84049e212c5917c33:
KVM: arm64: timer: Don't adjust the EL2 virtual timer offset (2025-02-04 15:10:38 +0000)
----------------------------------------------------------------
KVM/arm64 fixes for 6.14, take #1
- Correctly clean the BSS to the PoC before allowing EL2 to access it
on nVHE/hVHE/protected configurations
- Propagate ownership of debug registers in protected mode after
the rework that landed in 6.14-rc1
- Stop pretending that we can run the protected mode without a GICv3
being present on the host
- Fix a use-after-free situation that can occur if a vcpu fails to
initialise the NV shadow S2 MMU contexts
- Always evaluate the need to arm a background timer for fully emulated
guest timers
- Fix the emulation of EL1 timers in the absence of FEAT_ECV
- Correctly handle the EL2 virtual timer, specially when HCR_EL2.E2H==0
----------------------------------------------------------------
Lokesh Vutla (1):
KVM: arm64: Flush hyp bss section after initialization of variables in bss
Marc Zyngier (4):
KVM: arm64: Fix nested S2 MMU structures reallocation
KVM: arm64: timer: Always evaluate the need for a soft timer
KVM: arm64: timer: Correctly handle EL1 timer emulation when !FEAT_ECV
KVM: arm64: timer: Don't adjust the EL2 virtual timer offset
Oliver Upton (2):
KVM: arm64: Flush/sync debug state in protected mode
KVM: arm64: Fail protected mode init if no vgic hardware is present
arch/arm64/kvm/arch_timer.c | 49 +++++++++-----------------------------
arch/arm64/kvm/arm.c | 20 ++++++++++++++++
arch/arm64/kvm/hyp/nvhe/hyp-main.c | 24 +++++++++++++++++++
arch/arm64/kvm/nested.c | 9 +++----
arch/arm64/kvm/sys_regs.c | 16 ++++++++++---
5 files changed, 73 insertions(+), 45 deletions(-)
next reply other threads:[~2025-02-04 16:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-04 15:56 Marc Zyngier [this message]
2025-02-06 9:39 ` [GIT PULL] KVM/arm64 fixes for 6.14, take #1 Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250204155656.775615-1-maz@kernel.org \
--to=maz@kernel.org \
--cc=Volodymyr_Babchuk@epam.com \
--cc=broonie@kernel.org \
--cc=dmytro_terletskyi@epam.com \
--cc=glider@google.com \
--cc=joey.gouly@arm.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=lokeshvutla@google.com \
--cc=oliver.upton@linux.dev \
--cc=pbonzini@redhat.com \
--cc=r09922117@csie.ntu.edu.tw \
--cc=suzuki.poulose@arm.com \
--cc=tabba@google.com \
--cc=yuzenghui@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).