Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kexec-tools: upgrade 2.0.23 -> 2.0.24 | wangmy | 2022-04-20 | 1 | -8/+11 |
| | | | | | | | | | | refresh 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch (From OE-Core rev: 633247f8b84aeb2bd109567bb469a4de4cf53804) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
* | kexec: arm64: disabled check if kaslr-seed dtb property was wiped | Alexander Kamensky | 2020-11-16 | 1 | -0/+67 |
qemuarm64 fails to kexec secondary kernel with following message: setup_2nd_dtb: kaslr-seed is not wiped to 0. kexec: setup_2nd_dtb failed. kexec: load failed. It happens because kaslr-seed is not wiped in case when CONFIG_RANDOMIZE_BASE is not set and qemu generates chosen/kaslr-seed property. Solution is to remove check in kexec-tools that kaslr-seed is 0. (From OE-Core rev: c11ce15b594c2d988378728701e7e5b0ddaba406) Signed-off-by: Alexander Kamensky <alexander.kamensky42@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |