From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
张东旭 <xu910121@sina.com>,
linux-arm-kernel@lists.infradead.org, dave.martin@arm.com
Subject: [GIT PULL] KVM/arm64 fixes for 5.10, take #2
Date: Fri, 6 Nov 2020 16:44:11 +0000 [thread overview]
Message-ID: <20201106164416.326787-1-maz@kernel.org> (raw)
Hi Paolo,
Here's the second set of fixes for 5.10. A compilation fix for
non-48bit VA builds and a live migration regressions are on the menu
this time. I have another set of regression fixes brewing, but in the
meantime this will fit nicely in mainline.
Please pull,
M.
The following changes since commit 22f553842b14a1289c088a79a67fb479d3fa2a4e:
KVM: arm64: Handle Asymmetric AArch32 systems (2020-10-30 16:06:22 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.10-2
for you to fetch changes up to c512298eed0360923d0cbc4a1f30bc0509af0d50:
KVM: arm64: Remove AA64ZFR0_EL1 accessors (2020-11-06 16:00:29 +0000)
----------------------------------------------------------------
KVM/arm64 fixes for v5.10, take #2
- Fix compilation error when PMD and PUD are folded
- Fix regresssion of the RAZ behaviour of ID_AA64ZFR0_EL1
----------------------------------------------------------------
Andrew Jones (4):
KVM: arm64: Don't hide ID registers from userspace
KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
KVM: arm64: Check RAZ visibility in ID register accessors
KVM: arm64: Remove AA64ZFR0_EL1 accessors
Gavin Shan (1):
KVM: arm64: Fix build error in user_mem_abort()
arch/arm64/kvm/mmu.c | 2 +
arch/arm64/kvm/sys_regs.c | 108 ++++++++++++++--------------------------------
arch/arm64/kvm/sys_regs.h | 16 +++----
3 files changed, 43 insertions(+), 83 deletions(-)
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Andrew Jones" <drjones@redhat.com>,
"Gavin Shan" <gshan@redhat.com>,
kvm@vger.kernel.org, "Suzuki K Poulose" <suzuki.poulose@arm.com>,
kvmarm@lists.cs.columbia.edu,
"Eric Auger" <eric.auger@redhat.com>, 张东旭 <xu910121@sina.com>,
linux-arm-kernel@lists.infradead.org,
"James Morse" <james.morse@arm.com>,
dave.martin@arm.com,
"Julien Thierry" <julien.thierry.kdev@gmail.com>
Subject: [GIT PULL] KVM/arm64 fixes for 5.10, take #2
Date: Fri, 6 Nov 2020 16:44:11 +0000 [thread overview]
Message-ID: <20201106164416.326787-1-maz@kernel.org> (raw)
Hi Paolo,
Here's the second set of fixes for 5.10. A compilation fix for
non-48bit VA builds and a live migration regressions are on the menu
this time. I have another set of regression fixes brewing, but in the
meantime this will fit nicely in mainline.
Please pull,
M.
The following changes since commit 22f553842b14a1289c088a79a67fb479d3fa2a4e:
KVM: arm64: Handle Asymmetric AArch32 systems (2020-10-30 16:06:22 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.10-2
for you to fetch changes up to c512298eed0360923d0cbc4a1f30bc0509af0d50:
KVM: arm64: Remove AA64ZFR0_EL1 accessors (2020-11-06 16:00:29 +0000)
----------------------------------------------------------------
KVM/arm64 fixes for v5.10, take #2
- Fix compilation error when PMD and PUD are folded
- Fix regresssion of the RAZ behaviour of ID_AA64ZFR0_EL1
----------------------------------------------------------------
Andrew Jones (4):
KVM: arm64: Don't hide ID registers from userspace
KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
KVM: arm64: Check RAZ visibility in ID register accessors
KVM: arm64: Remove AA64ZFR0_EL1 accessors
Gavin Shan (1):
KVM: arm64: Fix build error in user_mem_abort()
arch/arm64/kvm/mmu.c | 2 +
arch/arm64/kvm/sys_regs.c | 108 ++++++++++++++--------------------------------
arch/arm64/kvm/sys_regs.h | 16 +++----
3 files changed, 43 insertions(+), 83 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Andrew Jones" <drjones@redhat.com>,
"Eric Auger" <eric.auger@redhat.com>,
"Gavin Shan" <gshan@redhat.com>, 张东旭 <xu910121@sina.com>,
dave.martin@arm.com, "James Morse" <james.morse@arm.com>,
"Julien Thierry" <julien.thierry.kdev@gmail.com>,
"Suzuki K Poulose" <suzuki.poulose@arm.com>,
kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] KVM/arm64 fixes for 5.10, take #2
Date: Fri, 6 Nov 2020 16:44:11 +0000 [thread overview]
Message-ID: <20201106164416.326787-1-maz@kernel.org> (raw)
Hi Paolo,
Here's the second set of fixes for 5.10. A compilation fix for
non-48bit VA builds and a live migration regressions are on the menu
this time. I have another set of regression fixes brewing, but in the
meantime this will fit nicely in mainline.
Please pull,
M.
The following changes since commit 22f553842b14a1289c088a79a67fb479d3fa2a4e:
KVM: arm64: Handle Asymmetric AArch32 systems (2020-10-30 16:06:22 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.10-2
for you to fetch changes up to c512298eed0360923d0cbc4a1f30bc0509af0d50:
KVM: arm64: Remove AA64ZFR0_EL1 accessors (2020-11-06 16:00:29 +0000)
----------------------------------------------------------------
KVM/arm64 fixes for v5.10, take #2
- Fix compilation error when PMD and PUD are folded
- Fix regresssion of the RAZ behaviour of ID_AA64ZFR0_EL1
----------------------------------------------------------------
Andrew Jones (4):
KVM: arm64: Don't hide ID registers from userspace
KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
KVM: arm64: Check RAZ visibility in ID register accessors
KVM: arm64: Remove AA64ZFR0_EL1 accessors
Gavin Shan (1):
KVM: arm64: Fix build error in user_mem_abort()
arch/arm64/kvm/mmu.c | 2 +
arch/arm64/kvm/sys_regs.c | 108 ++++++++++++++--------------------------------
arch/arm64/kvm/sys_regs.h | 16 +++----
3 files changed, 43 insertions(+), 83 deletions(-)
next reply other threads:[~2020-11-06 16:44 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-06 16:44 Marc Zyngier [this message]
2020-11-06 16:44 ` [GIT PULL] KVM/arm64 fixes for 5.10, take #2 Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` [PATCH 1/5] KVM: arm64: Fix build error in user_mem_abort() Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` [PATCH 2/5] KVM: arm64: Don't hide ID registers from userspace Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` [PATCH 3/5] KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` [PATCH 4/5] KVM: arm64: Check RAZ visibility in ID register accessors Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` [PATCH 5/5] KVM: arm64: Remove AA64ZFR0_EL1 accessors Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-06 16:44 ` Marc Zyngier
2020-11-08 9:15 ` [GIT PULL] KVM/arm64 fixes for 5.10, take #2 Paolo Bonzini
2020-11-08 9:15 ` Paolo Bonzini
2020-11-08 9:15 ` 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=20201106164416.326787-1-maz@kernel.org \
--to=maz@kernel.org \
--cc=dave.martin@arm.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=pbonzini@redhat.com \
--cc=xu910121@sina.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.