]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART
authorAndrew Scull <ascull@google.com>
Mon, 6 Jul 2020 09:52:59 +0000 (10:52 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 6 Jul 2020 10:47:02 +0000 (11:47 +0100)
commitb9e10d4a6c9f5cbe6369ce2c17ebc67d2e5a4be5
tree93be99720bd75cc669b93555425d9ce4a5ab049c
parent146f76cc84b787c4eec6ed73ebeec708a06e4ae4
KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTART

HVC_SOFT_RESTART is given values for x0-2 that it should installed
before exiting to the new address so should not set x0 to stub HVC
success or failure code.

Fixes: af42f20480bf1 ("arm64: hyp-stub: Zero x0 on successful stub handling")
Cc: stable@vger.kernel.org
Signed-off-by: Andrew Scull <ascull@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200706095259.1338221-1-ascull@google.com
arch/arm64/kvm/hyp-init.S