]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernel
authorŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 4 Apr 2018 07:46:58 +0000 (08:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:01:46 +0000 (04:01 +0900)
commit1927684e75126db44000ba77ddf426bcd2a8ad2e
tree60ab9de003b4007f4213d31dc795908b916750cb
parent0d9bc54a1e1a928fd3ac60ac1a6d30c632a47c8d
ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernel

[ Upstream commit f2ae9de019e4e2807d812ec4fe1df7c34788a0a0 ]

The hypervisor setup before __enter_kernel destroys the value
sotred in r1. The value needs to be restored just before the jump.

Fixes: 6b52f7bdb888 ("ARM: hyp-stub: Use r1 for the soft-restart address")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/compressed/head.S