All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/boot updates for v5.8
Date: Mon, 1 Jun 2020 18:23:02 +0200	[thread overview]
Message-ID: <20200601162302.GA1138465@gmail.com> (raw)

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	other threads:[~2020-06-01 16:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 16:23 Ingo Molnar [this message]
2020-06-01 21:55 ` [GIT PULL] x86/boot updates for v5.8 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200601162302.GA1138465@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.