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: <Z96iDEs6-HZ7UVa8@gmail.com>
Date: Sat, 22 Mar 2025 12:42:04 +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>,
	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.15

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-03-22

   # HEAD: b25eb5f5e419b81f124d5ba2abaaacf1948fb97e x86/kexec: Add relocate_kernel() debugging support: Load a GDT

Updates to the x86 boot code for the v6.15 cycle:

  - Memblock setup and other early boot code cleanups (Mike Rapoport)
  - Export e820_table_kexec[] to sysfs (Dave Young)
  - Baby steps of adding relocate_kernel() debugging support (David Woodhouse)
  - Replace open-coded parity calculation with parity8() (Kuan-Wei Chiu)
  - Move the LA57 trampoline to separate source file (Ard Biesheuvel)
  - Misc micro-optimizations (Uros Bizjak)
  - Drop obsolete E820_TYPE_RESERVED_KERN and related code (Mike Rapoport)

 Thanks,

	Ingo

------------------>
Ard Biesheuvel (1):
      x86/boot: Move the LA57 trampoline to separate source file

Dave Young (1):
      x86/kexec: Export e820_table_kexec[] to sysfs

David Woodhouse (1):
      x86/kexec: Add relocate_kernel() debugging support: Load a GDT

Kuan-Wei Chiu (1):
      x86/bootflag: Replace open-coded parity calculation with parity8()

Mike Rapoport (Microsoft) (4):
      x86/boot: Move setting of memblock parameters to e820__memblock_setup()
      x86/boot: Split kernel resources setup into the setup_kernel_resources() helper function
      x86/boot: Split parsing of boot_params into the parse_boot_params() helper function
      x86/e820: Drop obsolete E820_TYPE_RESERVED_KERN and related code

Uros Bizjak (3):
      x86/boot: Change some static bootflag functions to bool
      x86/bootflag: Micro-optimize sbf_write()
      x86/boot: Do not test if AC and ID eflags are changeable on x86_64

Zhou Ding (1):
      x86/boot: Add missing has_cpuflag() prototype


 arch/x86/boot/compressed/Makefile     |   1 +
 arch/x86/boot/compressed/head_64.S    | 103 --------------------------
 arch/x86/boot/compressed/la57toggle.S | 112 ++++++++++++++++++++++++++++
 arch/x86/boot/cpuflags.c              |  26 +++----
 arch/x86/boot/cpuflags.h              |   7 +-
 arch/x86/include/asm/e820/api.h       |   1 -
 arch/x86/include/asm/e820/types.h     |   9 ---
 arch/x86/kernel/bootflag.c            |  29 ++------
 arch/x86/kernel/e820.c                | 115 +++++++++++------------------
 arch/x86/kernel/relocate_kernel_64.S  |  23 ++++++
 arch/x86/kernel/setup.c               | 134 ++++++++++++++++------------------
 arch/x86/kernel/tboot.c               |   3 +-
 arch/x86/mm/init_64.c                 |   8 --
 arch/x86/virt/svm/sev.c               |   1 -
 14 files changed, 266 insertions(+), 306 deletions(-)
 create mode 100644 arch/x86/boot/compressed/la57toggle.S

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ