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,
	the arch/x86 maintainers <x86@kernel.org>,
	Ard Biesheuvel <ardb@kernel.org>,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: [GIT PULL] x86/boot changes for v6.10
Date: Mon, 13 May 2024 08:51:28 +0200	[thread overview]
Message-ID: <ZkG4cMe1TFI5w7sc@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-2024-05-13

   # HEAD: a0025f587c685e5ff842fb0194036f2ca0b6eaf4 x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57

x86/boot changes for v6.10:

 - Move the kernel cmdline setup earlier in the boot process (again),
   to address a split_lock_detect= boot parameter bug.

 - Ignore relocations in .notes sections

 - Simplify boot stack setup

 - Re-introduce a bootloader quirk wrt. CR4 handling

 - Miscellaneous cleanups & fixes

 Thanks,

	Ingo

------------------>
Ard Biesheuvel (1):
      x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57

Brian Gerst (1):
      x86/boot: Simplify boot stack setup

Guixiong Wei (1):
      x86/boot: Ignore relocations in .notes sections in walk_relocs() too

Ingo Molnar (1):
      x86/build: Clean up arch/x86/tools/relocs.c a bit

Julian Stecklina (1):
      x86/boot: Move kernel cmdline setup earlier in the boot process (again)

Xin Li (Intel) (1):
      x86: Rename __{start,end}_init_task to __{start,end}_init_stack


 arch/x86/boot/compressed/head_64.S |   5 +
 arch/x86/include/asm/processor.h   |   6 +-
 arch/x86/kernel/head_32.S          |  11 +-
 arch/x86/kernel/head_64.S          |   2 +-
 arch/x86/kernel/setup.c            |  32 ++--
 arch/x86/kernel/vmlinux.lds.S      |   3 +
 arch/x86/tools/relocs.c            | 371 +++++++++++++++++++------------------
 arch/x86/xen/xen-head.S            |   2 +-
 include/asm-generic/vmlinux.lds.h  |   6 +-
 9 files changed, 219 insertions(+), 219 deletions(-)

             reply	other threads:[~2024-05-13  6:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  6:51 Ingo Molnar [this message]
2024-05-14  1:02 ` [GIT PULL] x86/boot changes for v6.10 Linus Torvalds
2024-05-14  7:27   ` Ard Biesheuvel
2024-05-15  8:09     ` Ingo Molnar
2024-05-14  2:51 ` 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=ZkG4cMe1TFI5w7sc@gmail.com \
    --to=mingo@kernel.org \
    --cc=ardb@kernel.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.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.