Merge tag 'v6.6.98' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-6.6.y

This is the 6.6.98 stable release

Change-Id: I389c100d720d4df9bdef9072a1e0600d88fe6e0d
This commit is contained in:
Mauro Ribeiro
2026-01-26 11:01:06 -03: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 = 6
SUBLEVEL = 97
SUBLEVEL = 98
EXTRAVERSION =
NAME = Pinguïn Aangedreven

View File

@@ -547,6 +547,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) ||