On Fri, Sep 26, 2025 at 04:09:17PM -0500, Jeremy Linton wrote: > Hi, > > > First, thanks for fixing this! > > So, I've been trying to find a failure beyond the printouts being wrong for > the past couple days, and largely failed to duplicate a functional issue. > > That said, this does fix a couple printouts I checked on 32-bit 686 debian > 12. Generally I think the code is ok as well and have reviewed it but i'm > going to withhold the review by tag because I still think the commit > messages could use some cleanup. > > > Tested-by: Jeremy Linton <[email protected]>
Thanks, and sorry to everyone for the extended delay on this one. I've applied these patches for inclusion in the next release. - kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=2842172e1405 - kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h> https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=c343815e7e0a - util_lib/elf_info.c: fix typo: prink -> printk https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=b7b2a13547a0 - kexec/arch/i386/x86-linux-setup.c: replace %d with %u https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=9c12e71d712a - kexec/kexec-elf-exec.c: Replace %lux with %lx https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=c837f1971fab - Fix printf string specifiers, otherwise kexec doesn't work on my laptop https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?id=288e352ed7c8
