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:   Tue, 31 Mar 2020 09:53:05 +0200
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
        Borislav Petkov <bp@...en8.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/boot changes for v5.7

Linus,

Please pull the latest x86-boot-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-for-linus

   # HEAD: c90beea22a2bece4b0bbb39789bf835504421594 x86/boot/compressed: Fix debug_puthex() parameter type

Misc cleanups and small enhancements all around the map.

  out-of-topic modifications in x86-boot-for-linus:
  ---------------------------------------------------
  drivers/firmware/efi/libstub/Makefile# 003602ad5516: x86/*/Makefile: Use -fno-asy

 Thanks,

	Ingo

------------------>
Arvind Sankar (6):
      x86/boot/compressed/64: Use LEA to initialize boot stack pointer
      x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len
      x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
      x86/boot/compressed: Remove .eh_frame section from bzImage
      x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections
      x86/vmlinux: Drop unneeded linker script discard of .eh_frame

Guenter Roeck (1):
      x86/setup: Fix static memory detection

Joerg Roedel (1):
      x86/boot/compressed: Fix debug_puthex() parameter type


 arch/x86/boot/Makefile                |  1 +
 arch/x86/boot/compressed/Makefile     |  1 +
 arch/x86/boot/compressed/head_64.S    |  8 +++-----
 arch/x86/boot/compressed/misc.h       |  2 +-
 arch/x86/boot/setup.ld                |  1 -
 arch/x86/include/asm/dwarf2.h         |  4 ++--
 arch/x86/include/asm/sections.h       | 20 ++++++++++++++++++++
 arch/x86/kernel/setup.c               |  1 -
 arch/x86/kernel/vmlinux.lds.S         |  7 ++-----
 arch/x86/realmode/rm/Makefile         |  1 +
 arch/x86/realmode/rm/realmode.lds.S   |  1 -
 drivers/firmware/efi/libstub/Makefile |  3 ++-
 12 files changed, 33 insertions(+), 17 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ