summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorMike Rapoport (Microsoft) <rppt@kernel.org>2026-09-02 07:41:29 +0300
committerMike Rapoport (Microsoft) <rppt@kernel.org>2026-09-02 07:41:29 +0300
commita901b0778ae82d46084b55237e65d3a7bb5f0c86 (patch)
tree67074a71097921afbc8a008d61f94adb735db0a7 /scripts/Makefile.thinlto
parentcee9395acd8043be0644b25c34bfa86623f2b935 (diff)
parentb7c94f4d0961e3ea8ce0463b6eda1bb2cf9f2694 (diff)
downloadlinux-next-a901b0778ae82d46084b55237e65d3a7bb5f0c86.tar.gz
linux-next-a901b0778ae82d46084b55237e65d3a7bb5f0c86.zip
Merge patch series "kexec: fix probe error codes and error propagation"
Mukesh Pilaniya <mpilaniy@redhat.com> says: kexec: fix probe error codes and error propagation While debugging a misleading error on s390x where kexec -s reported "syscall kexec_file_load not available" instead of the actual EINVAL from a kernel command line that exceeded the architecture limit, it was found that some kexec image probe functions return -EINVAL instead of -ENOEXEC for format mismatches, and kexec_image_probe_default() has a bug where it returns whatever the last loader returned rather than always returning -ENOEXEC when no loader matches. * Fix all probe functions to return -ENOEXEC when they do not recognize the image format. * Fix kexec_image_probe_default() to distinguish format mismatches (-ENOEXEC) from real errors (e.g. -ENOMEM), propagating real errors immediately and only continuing to the next loader on -ENOEXEC. kexec-tools patch: https://lore.kernel.org/all/20260814075329.30203-1-mpilaniy@redhat.com/ Link: https://patch.msgid.link/20260821-mpilaniy-v3-0-76b355399d2e@redhat.com Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions