This is a note to let you know that I've just added the patch titled x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range to the 6.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: x86-cpu-amd-add-models-0x10-0x1f-to-the-zen5-range.patch and it can be found in the queue-6.8 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 2718a7fdf292b2dcb49c856fa8a6a955ebbbc45f Mon Sep 17 00:00:00 2001 From: Wenkuan Wang <Wenkuan.Wang@xxxxxxx> Date: Wed, 10 Apr 2024 11:53:08 +0800 Subject: x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range From: Wenkuan Wang <Wenkuan.Wang@xxxxxxx> commit 2718a7fdf292b2dcb49c856fa8a6a955ebbbc45f upstream. Add some more Zen5 models. Fixes: 3e4147f33f8b ("x86/CPU/AMD: Add X86_FEATURE_ZEN5") Signed-off-by: Wenkuan Wang <Wenkuan.Wang@xxxxxxx> Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx> Link: https://lore.kernel.org/r/20240423144111.1362-1-bp@xxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/cpu/amd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -572,8 +572,7 @@ static void bsp_init_amd(struct cpuinfo_ case 0x1a: switch (c->x86_model) { - case 0x00 ... 0x0f: - case 0x20 ... 0x2f: + case 0x00 ... 0x2f: case 0x40 ... 0x4f: case 0x70 ... 0x7f: setup_force_cpu_cap(X86_FEATURE_ZEN5); Patches currently in stable-queue which might be from Wenkuan.Wang@xxxxxxx are queue-6.8/x86-cpu-amd-add-models-0x10-0x1f-to-the-zen5-range.patch