[GIT,PULL] x86/urgent for v6.3-rc6

Message ID 20230409105446.GAZDKZdk7yLXG227S5@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.3-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.3_rc6

Message

Borislav Petkov April 9, 2023, 10:54 a.m. UTC
  Hi Linus,

please pull a couple of urgent x86 fixes for 6.3.

Thx.

---

The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

  Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.3_rc6

for you to fetch changes up to 81515ecf155a38f3532bf5ddef88d651898df6be:

  x86/cpu: Add model number for Intel Arrow Lake processor (2023-04-05 13:36:26 +0200)

----------------------------------------------------------------
- Add a new Intel Arrow Lake CPU model number

- Fix a confusion about how to check the version of the ACPI spec which
  supports a "online capable" bit in the MADT table which lead to
  a bunch of boot breakages with Zen1 systems and VMs

----------------------------------------------------------------
Eric DeVolder (1):
      x86/acpi/boot: Correct acpi_is_processor_usable() check

Mario Limonciello (1):
      x86/ACPI/boot: Use FADT version to check support for online capable

Tony Luck (1):
      x86/cpu: Add model number for Intel Arrow Lake processor

 arch/x86/include/asm/intel-family.h | 2 ++
 arch/x86/kernel/acpi/boot.c         | 9 +++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 9, 2023, 5:17 p.m. UTC | #1
The pull request you sent on Sun, 9 Apr 2023 12:54:46 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.3_rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4ba115e2694dc9a10abfe94766d70b64ae9479c7

Thank you!