]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kexec_file: return successfully even if kaslr-seed doesn't exist
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Fri, 11 Jan 2019 07:40:21 +0000 (16:40 +0900)
committerWill Deacon <will.deacon@arm.com>
Fri, 11 Jan 2019 10:10:51 +0000 (10:10 +0000)
commitf83a06804124da81c3b73b47cd3c3e4f1305267d
tree7ec07e20c4953b8cfafe41dcc184d94ccd5fe723
parent378356ff720d026b4a49858918f957ac85c9ce86
arm64: kexec_file: return successfully even if kaslr-seed doesn't exist

In kexec_file_load, kaslr-seed property of the current dtb will be deleted
any way before setting a new value if possible. It doesn't matter whether
it exists in the current dtb.

So "ret" should be reset to 0 here.

Fixes: commit e0a1e7478b59 ("arm64: kexec_file: add kaslr support")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/machine_kexec_file.c