kexec-tools: add patch to fix issue with appended DTB and zImage on ARM
authorAlexander Egorenkov <egorenar-dev@posteo.net>
Sat, 17 Apr 2021 07:50:39 +0000 (09:50 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 May 2021 13:11:38 +0000 (15:11 +0200)
commit42cd06f7fe49668399a010db8f5d2100e45465a9
tree96b9f023df98c049d37b68fb117156ea02b9a7bc
parent0097899da79f1140c66fa820be31005c89933a0e
kexec-tools: add patch to fix issue with appended DTB and zImage on ARM

This patch fixes a recently found problem when a zImage passed to
kexec-tools contains an appended DTB. In that case kexec boot fails because
the decompressor wrongly tries to use the non-existing appended DTB instaed
of the one passed in the register r2.

- http://lists.infradead.org/pipermail/kexec/2021-April/022353.html

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
package/boot/kexec-tools/Makefile
package/boot/kexec-tools/patches/001-arm-do-not-copy-magic-4-bytes-of-appended-DTB-in-zIm.patch [new file with mode: 0644]