lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 28 Jan 2024 11:06:57 +0100
From: Borislav Petkov <bp@...en8.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] x86/urgent for v6.8-rc2

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(-)


-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ