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: <20200601162302.GA1138465@gmail.com>
Date:   Mon, 1 Jun 2020 18:23:02 +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>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/boot updates for v5.8

Linus,

Please pull the latest x86/boot git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2020-06-01

   # HEAD: 5214028dd89e49ba27007c3ee475279e584261f0 x86/boot: Correct relocation destination on old linkers

Misc updates:

 - Add the initrdmem= boot option to specify an initrd embedded in RAM (flash most likely)
 - Sanitize the CS value earlier during boot, which also fixes SEV-ES.
 - Various fixes and smaller cleanups.

  out-of-topic modifications in x86/boot:
  -----------------------------------------
  include/linux/tboot.h              # 767dea211cd0: x86/tboot: Mark tboot static
  init/do_mounts_initrd.c            # 694cfd87b0c8: x86/setup: Add an initrdmem=

 Thanks,

	Ingo

------------------>
Arvind Sankar (1):
      x86/boot: Correct relocation destination on old linkers

Christoph Hellwig (1):
      x86/tboot: Mark tboot static

Joerg Roedel (1):
      x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loaded

Ronald G. Minnich (1):
      x86/setup: Add an initrdmem= option to specify initrd physical address

Vamshi K Sthambamkadi (2):
      x86/boot: Add kstrtoul() from lib/
      x86/boot: Fix -Wint-to-pointer-cast build warning


 Documentation/admin-guide/kernel-parameters.txt |  7 ++++
 arch/x86/boot/compressed/acpi.c                 |  7 ++--
 arch/x86/boot/compressed/head_32.S              |  5 +--
 arch/x86/boot/compressed/head_64.S              |  9 ++++++
 arch/x86/boot/string.c                          | 43 ++++++++++++++++++++++++-
 arch/x86/boot/string.h                          |  1 +
 arch/x86/kernel/setup.c                         |  6 ++++
 arch/x86/kernel/tboot.c                         |  8 +++--
 include/linux/tboot.h                           |  8 +----
 init/do_mounts_initrd.c                         | 13 +++++++-
 10 files changed, 90 insertions(+), 17 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ