public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/boot updates for v5.8
@ 2020-06-01 16:23 Ingo Molnar
  2020-06-01 21:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2020-06-01 16:23 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Andrew Morton

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-01 21:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-01 16:23 [GIT PULL] x86/boot updates for v5.8 Ingo Molnar
2020-06-01 21:55 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox