]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Fix error return code in init_hyp_mode()
authorWang Wensheng <wangwensheng4@huawei.com>
Tue, 6 Apr 2021 12:17:59 +0000 (12:17 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 6 Apr 2021 13:20:23 +0000 (14:20 +0100)
commit0471dffbd3de43dfc703dc96f03f351a1d0c7154
tree36edbad23119ebd8b522cca623b97fb7a6bdd4eb
parentfaa5b38a578203c4215cf98995ac5999a9e7fa0e
KVM: arm64: Fix error return code in init_hyp_mode()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: 268e5ea47b29 ("KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210406121759.5407-1-wangwensheng4@huawei.com
arch/arm64/kvm/arm.c