lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aIhxJ5-wj2mbJBvm@gmail.com>
Date: Tue, 29 Jul 2025 08:58:47 +0200
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>,
	David Woodhouse <dwmw2@...radead.org>,
	Ard Biesheuvel <ardb@...nel.org>,
	Peter Zijlstra <peterz@...radead.org>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: [GIT PULL] x86/boot updates for v6.17

Linus,

Please pull the latest x86/boot Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2025-07-29

   # HEAD: 61b57d35396a4b4bcca9944644b24fc6015976b5 x86/efi: Implement support for embedding SBAT data for x86

x86/boot changes for v6.17:

 - Implement support for embedding EFI SBAT data (Secure Boot
   Advanced Targeting: a secure boot image revocation facility)
   on x86. (Vitaly Kuznetsov)

 - Move the efi_enter_virtual_mode() initialization call
   from the generic init code to x86 init code.
   (Alexander Shishkin)

 Thanks,

	Ingo

------------------>
Alexander Shishkin (1):
      x86/efi: Move runtime service initialization to arch/x86

Vitaly Kuznetsov (1):
      x86/efi: Implement support for embedding SBAT data for x86


 arch/x86/boot/Makefile                 |  2 +-
 arch/x86/boot/compressed/Makefile      |  5 +++++
 arch/x86/boot/compressed/sbat.S        |  7 +++++++
 arch/x86/boot/compressed/vmlinux.lds.S |  8 ++++++++
 arch/x86/boot/header.S                 | 31 ++++++++++++++++++++++---------
 arch/x86/kernel/cpu/common.c           |  7 +++++++
 drivers/firmware/efi/Kconfig           |  2 +-
 init/main.c                            |  5 -----
 8 files changed, 51 insertions(+), 16 deletions(-)
 create mode 100644 arch/x86/boot/compressed/sbat.S

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ