[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z96jAWGvYzZOM6O4@gmail.com>
Date: Sat, 22 Mar 2025 12:46:09 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, the arch/x86 maintainers <x86@...nel.org>,
Ard Biesheuvel <ardb@...nel.org>,
Peter Zijlstra <peterz@...radead.org>,
"H. Peter Anvin" <hpa@...or.com>
Subject: [GIT PULL] x86/build updates for v6.15
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
Powered by blists - more mailing lists