[GIT,PULL] x86/urgent for v6.8-rc2

Message ID 20240128100657.GAZbYnQVcyLF9Vm5KR@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.8-rc2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.8_rc2

Message

Borislav Petkov Jan. 28, 2024, 10:06 a.m. UTC
  Hi Linus,

please pull a couple of urgent x86 fixes for v6.8-rc2.

Thx.

---

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.8_rc2

for you to fetch changes up to b9328fd636bd50da89e792e135b234ba8e6fe59f:

  x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5 (2024-01-25 12:26:21 +0100)

----------------------------------------------------------------
- Make sure 32-bit syscall registers are properly sign-extended

- Add detection for AMD's Zen5 generation CPUs and Intel's Clearwater
  Forest CPU model number

- Make a stub function export non-GPL because it is part of the
  paravirt alternatives and that can be used by non-GPL code

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      x86/CPU/AMD: Add X86_FEATURE_ZEN5

Juergen Gross (1):
      x86/paravirt: Make BUG_func() usable by non-GPL modules

Mario Limonciello (1):
      x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5

Richard Palethorpe (1):
      x86/entry/ia32: Ensure s32 is sign extended to s64

Tony Luck (1):
      x86/cpu: Add model number for Intel Clearwater Forest processor

 arch/x86/include/asm/cpufeatures.h     |  4 +---
 arch/x86/include/asm/intel-family.h    |  2 ++
 arch/x86/include/asm/syscall_wrapper.h | 25 +++++++++++++++++++++----
 arch/x86/kernel/alternative.c          |  2 +-
 arch/x86/kernel/cpu/amd.c              | 28 ++++++++++++++++++++++++----
 include/linux/syscalls.h               |  1 +
 6 files changed, 50 insertions(+), 12 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 28, 2024, 6:47 p.m. UTC | #1
The pull request you sent on Sun, 28 Jan 2024 11:06:57 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.8_rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9d451912dbef72b4b4dcaa99229f98b309338b39

Thank you!