mbox series

[GIT,PULL] KVM/arm64 fixes for 5.11, take #3

Message ID 20210128175830.3035035-1-maz@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] KVM/arm64 fixes for 5.11, take #3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.11-3

Message

Marc Zyngier Jan. 28, 2021, 5:58 p.m. UTC
Hi Paolo,

Hopefully this is the last KVM/arm64 fix for 5.11, addressing a
register corruption at boot time, which got unnoticed until Andrew had
a closer look at it. Thankfully, this is only in 5.11, so it was
caught in time.

Please pull,

	M.

The following changes since commit 139bc8a6146d92822c866cf2fd410159c56b3648:

  KVM: Forbid the use of tagged userspace addresses for memslots (2021-01-21 14:17:36 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.11-3

for you to fetch changes up to e500b805c39daff2670494fff94909d7e3d094d9:

  KVM: arm64: Don't clobber x4 in __do_hyp_init (2021-01-25 15:50:35 +0000)

----------------------------------------------------------------
KVM/arm64 fixes for 5.11, take #3

- Avoid clobbering extra registers on initialisation

----------------------------------------------------------------
Andrew Scull (1):
      KVM: arm64: Don't clobber x4 in __do_hyp_init

 arch/arm64/kvm/hyp/nvhe/hyp-init.S | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Comments

Paolo Bonzini Jan. 28, 2021, 6:02 p.m. UTC | #1
On 28/01/21 18:58, Marc Zyngier wrote:
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvmarm-fixes-5.11-3

Pulled, thanks.

Paolo