Merge 6.12.38 into android16-6.12-lts

Changes in 6.12.38
	x86/CPU/AMD: Properly check the TSA microcode
	Linux 6.12.38

Change-Id: I4a8afda518d9d70537b3bce825557c9f050a3d99
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-07-15 07:45:53 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 6
PATCHLEVEL = 12
SUBLEVEL = 37
SUBLEVEL = 38
EXTRAVERSION =
NAME = Baby Opossum Posse

View File

@@ -376,6 +376,7 @@ static bool amd_check_tsa_microcode(void)
p.ext_fam = c->x86 - 0xf;
p.model = c->x86_model;
p.ext_model = c->x86_model >> 4;
p.stepping = c->x86_stepping;
if (cpu_has(c, X86_FEATURE_ZEN3) ||