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/7524
JIRA: https://issues.redhat.com/browse/RHEL-115975
This MR picks up the most important fixes in the kvm/arm code up to v6.17.
I tried to be rather minimal in my choice of patches, preferring to rework
code over pulling in bigger changes. Focus on code we support, preferring
to omit changes to areas we don't support or new tests.
Omitted-fix: c35dd83 ("KVM: arm64: Guard PMSCR_EL1 initialization with SPE presence check")
We don't support pkvm, and properly backporting this would need
backporting or reimplementing parts of the debug rework like
host data, which seems like misplaced effort.
Changes for v4:
- picked several simple post v6.17 fixes
- added "KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessors" and pre-reqs
- picked "KVM: arm64: Rename the device variable to s2_force_noncacheable" to reduce conflicts
Changes for v5:
- improved conflict resolution description, one more new fix ("KVM: arm64: vgic-v3: Reinstate IRQ lock ordering for LPI xarray")
Changes for v6:
- minor reshuffle, picked one more fix ("KVM: arm64: vgic-v3: Release reserved slot outside of lpi_xa's lock")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Approved-by: Eric Auger <eric.auger@redhat.com>
Approved-by: Sebastian Ott <sebott@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
0 commit comments