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]
Date: Mon, 13 May 2024 08:51:28 +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>,
	Ard Biesheuvel <ardb@...nel.org>, "H. Peter Anvin" <hpa@...or.com>
Subject: [GIT PULL] x86/boot changes for v6.10

Linus,

Please pull the latest x86/boot Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2024-05-13

   # HEAD: a0025f587c685e5ff842fb0194036f2ca0b6eaf4 x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57

x86/boot changes for v6.10:

 - Move the kernel cmdline setup earlier in the boot process (again),
   to address a split_lock_detect= boot parameter bug.

 - Ignore relocations in .notes sections

 - Simplify boot stack setup

 - Re-introduce a bootloader quirk wrt. CR4 handling

 - Miscellaneous cleanups & fixes

 Thanks,

	Ingo

------------------>
Ard Biesheuvel (1):
      x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57

Brian Gerst (1):
      x86/boot: Simplify boot stack setup

Guixiong Wei (1):
      x86/boot: Ignore relocations in .notes sections in walk_relocs() too

Ingo Molnar (1):
      x86/build: Clean up arch/x86/tools/relocs.c a bit

Julian Stecklina (1):
      x86/boot: Move kernel cmdline setup earlier in the boot process (again)

Xin Li (Intel) (1):
      x86: Rename __{start,end}_init_task to __{start,end}_init_stack


 arch/x86/boot/compressed/head_64.S |   5 +
 arch/x86/include/asm/processor.h   |   6 +-
 arch/x86/kernel/head_32.S          |  11 +-
 arch/x86/kernel/head_64.S          |   2 +-
 arch/x86/kernel/setup.c            |  32 ++--
 arch/x86/kernel/vmlinux.lds.S      |   3 +
 arch/x86/tools/relocs.c            | 371 +++++++++++++++++++------------------
 arch/x86/xen/xen-head.S            |   2 +-
 include/asm-generic/vmlinux.lds.h  |   6 +-
 9 files changed, 219 insertions(+), 219 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ