[GIT PULL] x86/urgent for 7.3-rc3
From: Dave Hansen
Date: Tue Sep 08 2026 - 15:59:07 EST
Hi Linus,
Please pull some x86/urgent changes for 7.3-rc3. Note that these are
fixes for some older issues. But, they are issues that are affecting
real users and aren't just cleaning up AI drive-by reports.
These is coming a wee bit later than the usual Sundays because of
a late breaking issue with one of the patches which is now temporarily
kicked out.
--
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_7.3-rc3
for you to fetch changes up to d2929113b15bfc06793b852aeba3d2db6d79fcc9:
x86/MCE/AMD: Fix inverted interrupt enablement during storm handling (2026-09-08 09:16:32 +0200)
----------------------------------------------------------------
* AMD device topology and machine check fixes
----------------------------------------------------------------
Jasjeet Rangi (1):
x86/MCE/AMD: Fix inverted interrupt enablement during storm handling
Jason Andryuk (2):
x86/amd_node: Avoid divide by zero on virtualized systems
x86/amd_node: Fix potential NULL pointer dereference
arch/x86/kernel/amd_node.c | 19 +++++++++++++------
arch/x86/kernel/cpu/mce/amd.c | 2 +-
2 files changed, 14 insertions(+), 7 deletions(-)