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(-)

Reply via email to