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 09:03:23 +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>
Subject: [GIT PULL] x86/build changes for v6.10

Linus,

Please pull the latest x86/build Git tree from:

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

   # HEAD: 71d99ea47fbd3179e01f8037aad1d1367a821de2 x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entries

x86/build changes for v6.10:

 - Use -fpic to build the kexec 'purgatory' (self-contained code that runs between two kernels)

 - Clean up vmlinux.lds.S generation

 - Simplify the X86_EXTENDED_PLATFORM section of the x86 Kconfig

 - Misc cleanups & fixes

 Thanks,

	Ingo

------------------>
Ard Biesheuvel (1):
      x86/purgatory: Switch to the position-independent small code model

Masahiro Yamada (1):
      x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entries

Wei Yang (4):
      vmlinux.lds.h: Fix a typo in comment
      x86/vmlinux.lds.S: Remove conditional definition of LOAD_OFFSET
      x86/vmlinux.lds.S: Take __START_KERNEL out conditional definition
      x86/boot: Replace __PHYSICAL_START with LOAD_PHYSICAL_ADDR


 arch/x86/Kconfig                  | 26 +++++++-------------------
 arch/x86/include/asm/boot.h       |  5 -----
 arch/x86/include/asm/page_types.h |  8 +++++---
 arch/x86/kernel/vmlinux.lds.S     |  7 +------
 arch/x86/purgatory/Makefile       |  3 ++-
 include/asm-generic/vmlinux.lds.h |  2 +-
 6 files changed, 16 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ