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>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Peter Zijlstra <peterz@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	x86@kernel.org
Subject: [GIT PULL] x86 fixes and updates
Date: Fri, 28 Mar 2025 22:30:26 +0100	[thread overview]
Message-ID: <Z-cU8qfH1dd7Bmmb@gmail.com> (raw)

Linus,

Please pull the latest x86/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2025-03-28

   # HEAD: 31ab12df723543047c3fc19cb8f8c4498ec6267f x86/microcode/AMD: Fix __apply_microcode_amd()'s return value

Merge note, one of the fixes touches core kernel code non-trivially:

  out-of-topic modifications in x86-urgent-2025-03-28:
  ------------------------------------------------------
  include/linux/pgtable.h            # dc84bc2aba85: x86/mm/pat: Fix VM_PAT handl
  mm/memory.c                        # dc84bc2aba85: x86/mm/pat: Fix VM_PAT handl
  kernel/fork.c                      # dc84bc2aba85: x86/mm/pat: Fix VM_PAT handl

Miscellaneous x86 fixes and updates:

 - Fix a large number of x86 Kconfig dependency and help text accuracy
   bugs/problems, by Mateusz Jończyk and David Heideberg.

 - Fix a VM_PAT interaction with fork() crash. This also touches
   core kernel code.

 - Fix an ORC unwinder bug for interrupt entries

 - Fixes and cleanups.

 - Fix an AMD microcode loader bug that can promote verification failures
   into success.

 - Add early-printk support for MMIO based UARTs on an x86 board that
   had no other serial debugging facility and also experienced early
   boot crashes.

 Thanks,

	Ingo

------------------>
Boris Ostrovsky (1):
      x86/microcode/AMD: Fix __apply_microcode_amd()'s return value

Chao Gao (1):
      x86/fpu: Update the outdated comment above fpstate_init_user()

David Hildenbrand (1):
      x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()

Denis Mukhin (1):
      x86/early_printk: Add support for MMIO-based UARTs

Jann Horn (2):
      x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1
      x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplaced assignment

Mateusz Jończyk (9):
      x86/Kconfig: Enable X86_X2APIC by default and improve help text
      x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE
      x86/Kconfig: Move all X86_EXTENDED_PLATFORM options together
      x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM
      x86/Kconfig: Document CONFIG_PCI_MMCONFIG
      x86/Kconfig: Make CONFIG_PCI_CNB20LE_QUIRK depend on X86_32
      x86/Kconfig: Document release year of glibc 2.3.3
      x86/Kconfig: Correct X86_X2APIC help text
      x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help text

Pawan Gupta (1):
      x86/speculation: Remove the extra #ifdef around CALL_NOSPEC


 Documentation/admin-guide/kernel-parameters.txt |  9 ++-
 arch/x86/Kconfig                                | 83 +++++++++++++++++--------
 arch/x86/entry/calling.h                        |  2 +
 arch/x86/include/asm/nospec-branch.h            |  4 --
 arch/x86/kernel/cpu/microcode/amd.c             |  2 +-
 arch/x86/kernel/dumpstack.c                     |  5 +-
 arch/x86/kernel/early_printk.c                  | 45 +++++++++++++-
 arch/x86/kernel/fpu/core.c                      |  2 +-
 arch/x86/mm/pat/memtype.c                       | 52 +++++++++-------
 include/linux/pgtable.h                         | 28 +++++++--
 kernel/fork.c                                   |  4 ++
 mm/memory.c                                     | 11 ++--
 12 files changed, 172 insertions(+), 75 deletions(-)

             reply	other threads:[~2025-03-28 21:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 21:30 Ingo Molnar [this message]
2025-03-30 23:04 ` [GIT PULL] x86 fixes and updates pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2012-03-29 10:44 Ingo Molnar

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=Z-cU8qfH1dd7Bmmb@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --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.