You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6574
JIRA: https://issues.redhat.com/browse/RHEL-82298
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=67019166
Upstream Status: v6.14.rc7
Tested: Passed. kselftests, kvm-unit-tests, virt-install and live migration (4KB/64KB)
This series picks up the following fixes, which are no later than v6.14.rc7
and the previous revisions. Note that any features, enhancements and their
followup fixes are ignored.
3855a7b KVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()
7a68b55 KVM: arm64: Initialize HCR_EL2.E2H early
afa9b48 KVM: arm64: Shave a few bytes from the EL2 idmap code
fa808ed KVM: arm64: Ensure a VMID is allocated before programming VTTBR_EL2
102c51c KVM: arm64: Fix tcr_el2 initialisation in hVHE mode
b3aa928 KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic()
e6e3e00 KVM: arm64: timer: Drop warning on failed interrupt signalling
b938731 KVM: arm64: Fix alignment of kvm_hyp_memcache allocations
332b7e6 KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()
b450dcc KVM: arm64: timer: Always evaluate the need for a soft timer
5417a2e KVM: arm64: Fix nested S2 MMU structures reallocation
32392e0 KVM: arm64: Fail protected mode init if no vgic hardware is present
59419f1 KVM: arm64: Eagerly switch ZCR_EL{1,2}
f9dd00d KVM: arm64: Mark some header functions as inline
9b66195 KVM: arm64: Refactor exit handlers
407a99c KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
459f059 KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
8eca7f6 KVM: arm64: Remove host FPSIMD saving for non-protected KVM
d4db987 KVM: arm64: Add predicate for FPMR support in a VM
9bcbb61 KVM: arm64: Flush hyp bss section after initialization of variables in bss
9fb4267 KVM: arm64: Fix selftests after sysreg field name update
a7f1fa5 KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
dea8838 KVM: arm64: vgic: Use str_enabled_disabled() in vgic_v3_probe()
6834403 KVM: arm64: Fix nVHE stacktrace VA bits mask
b7f345f KVM: arm64: Fix FEAT_MTE in pKVM
e891432 KVM: arm64: nv: Advertise the lack of AArch32 EL0 support
1eccad3 KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
2fd5b4b KVM: arm64: Calculate cptr_el2 traps on activating traps
9df9186 KVM: arm64: Fix RAS trapping in pKVM for protected VMs
8ca19c4 KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
9d86c3c arm64/kvm: Avoid invalid physical addresses to signal owner updates
f0da169 arm64/kvm: Configure HYP TCR.PS/DS based on host stage1
d3ba35b KVM: arm64: nv: Reload PMU events upon MDCR_EL2.HPME change
adf8623 KVM: arm64: Use KVM_REQ_RELOAD_PMU to handle PMCR_EL0.E change
e22c369 KVM: arm64: Add unified helper for reprogramming counters by mask
985bb51 KVM: arm64: Always check the state from hyp_ack_unshare()
Changes in v4:
Improved commit logs for the following upstream commits (Eric)
d3ba35b KVM: arm64: nv: Reload PMU events upon MDCR_EL2.HPME change
59419f1 KVM: arm64: Eagerly switch ZCR_EL{1,2}
Added the following upstream commit, as dependency to upstream commit
7a68b55 and 3855a7b (Eric)
afa9b48 KVM: arm64: Shave a few bytes from the EL2 idmap code
Changes in v3:
7 upstream commits added per Eric's comments to include 59419f1.
All other commits are dependencies.
59419f1 KVM: arm64: Eagerly switch ZCR_EL{1,2}
f9dd00d KVM: arm64: Mark some header functions as inline
9b66195 KVM: arm64: Refactor exit handlers
407a99c KVM: arm64: Remove VHE host restore of CPACR_EL1.SMEN
459f059 KVM: arm64: Remove VHE host restore of CPACR_EL1.ZEN
8eca7f6 KVM: arm64: Remove host FPSIMD saving for non-protected KVM
d4db987 KVM: arm64: Add predicate for FPMR support in a VM
Changes in v2:
3 upstream commmits added per Eric's comments
1eccad3 KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
2fd5b4b KVM: arm64: Calculate cptr_el2 traps on activating traps
9df9186 KVM: arm64: Fix RAS trapping in pKVM for protected VMs
59419f1 skipped due to too many dependencies
Signed-off-by: Gavin Shan <gshan@redhat.com>
Approved-by: Shaoqin Huang <shahuang@redhat.com>
Approved-by: Eric Auger <eric.auger@redhat.com>
Approved-by: Cornelia Huck <cohuck@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Augusto Caringi <acaringi@redhat.com>
0 commit comments