[GIT PULL] x86/build updates for v6.15
From: Ingo Molnar
Date: Sat Mar 22 2025 - 07:46:21 EST
Linus,
Please pull the latest x86/build Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-2025-03-22
# HEAD: e471a86a8c523eccdfd1c4745ed7ac7cbdcc1f3f x86/boot: Add back some padding for the CRC-32 checksum
x86/build updates for v6.15:
- Drop CRC-32 checksum and the build tool that generates it
(Ard Biesheuvel)
- Fix broken copy command in genimage.sh when making isoimage
(Nir Lichtman)
Thanks,
Ingo
------------------>
Ard Biesheuvel (2):
x86/boot: Drop CRC-32 checksum and the build tool that generates it
x86/boot: Add back some padding for the CRC-32 checksum
Nir Lichtman (1):
x86/build: Fix broken copy command in genimage.sh when making isoimage
Documentation/arch/x86/boot.rst | 10 --
arch/x86/boot/Makefile | 7 +-
arch/x86/boot/compressed/vmlinux.lds.S | 2 +-
arch/x86/boot/genimage.sh | 5 +-
arch/x86/boot/setup.ld | 2 +
arch/x86/boot/tools/.gitignore | 2 -
arch/x86/boot/tools/build.c | 247 ---------------------------------
7 files changed, 9 insertions(+), 266 deletions(-)
delete mode 100644 arch/x86/boot/tools/.gitignore
delete mode 100644 arch/x86/boot/tools/build.c