Debian Patches

Status for kexec-tools/1:2.0.27-1.1

Patch Description Author Forwarded Bugs Origin Last update
debianize.patch Fix up upstream files to be Denian compliant Upstream installs files in locations not compliant with debian
standard. This patch fixes upstream Makefile to make it
compliant.
Khalid Aziz <khalid@debian.org> yes upstream other 2023-09-28
static_binary_warning.patch =================================================================== no
distclean_fix.patch no
add_debian_readme.patch no
coldreboot.patch no
linker-option.patch no
powerpcspe_support.patch no
vmcore-dmesg_man_page_fix.patch no
systemd-support.patch Add scripts to support kexec rebots with systemd systemd supports kexec reboots natively. To perform kexec
reboot, one can rely upon systemctl loading the kexec kernel
image or one must load a kexec kernel image before reboot.
systemctl supports loading kexec image only on systems that
support boot loader spec. This patch adds a script that can
determine the right kernel to load and load it in memory ready
for kexec.
Khalid Aziz <khalid@debian.org> invalid upstream other, Debian addition 2023-09-28
328de8e00e298f00d7ba6b25dc3950147e9642e6.patch Fix building on x86_64 with binutils 2.41
Newer versions of the GNU assembler (observed with binutils 2.41) will
complain about the ".arch i386" in files assembled with "as --64",
with the message "Error: 64bit mode not supported on 'i386'".

Fix by moving ".arch i386" below the relevant ".code32" directive, so
that the assembler is no longer expecting 64-bit instructions to be used
by the time that the ".arch i386" directive is encountered.

Based on similar iPXE fix:
https://github.com/ipxe/ipxe/commit/6ca597eee
Michel Lind <salimma@fedoraproject.org> no 2024-01-30

All known versions for source package 'kexec-tools'

Links