summaryrefslogtreecommitdiff
path: root/kexec/kexec-zlib.h
diff options
context:
space:
mode:
authorBhupesh Sharma <bhsharma@redhat.com>2019-07-15 11:32:54 +0530
committerSimon Horman <horms@verge.net.au>2019-07-16 13:42:06 +0200
commit6ef59c03bf2c42f6577c708b58598868e8e8fb0b (patch)
tree709953c3616712b702f719ff619dc08b821eaf25 /kexec/kexec-zlib.h
parent019d8258f15c2a716786880c3cbd0f327a4dfc09 (diff)
kexec-uImage-arm64.c: Fix return value of uImage_arm64_probe()
Commit bf06cf2095e1 ("kexec/uImage: probe to identify a corrupted image"), defined the 'uImage_probe_kernel()' function return values and correspondingly ;uImage_arm64_probe()' returns the same (0 -> If the image is valid 'type' image, -1 -> If the image is corrupted and 1 -> If the image is not a uImage). This causes issues because, in later patches we introduce zImage support for arm64, and since it is probed after uImage, the return values from 'uImage_arm64_probe()' needs to be fixed to make sure that kexec will not return with an invalid error code. Now, 'uImage_arm64_probe()' returns the following values instead: 0 - valid uImage. -1 - uImage is corrupted. 1 - image is not a uImage. Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec-zlib.h')
0 files changed, 0 insertions, 0 deletions