# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/linux/5x86-no-speculation.patch # Copyright (C) 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- AFAIC the upstream cpu vuln whitelist misses many 5x86 clones, "CyrixInstead", "NexGenDriven", "RiseRiseRise", "SiS SiS SiS ", "UMC UMC UMC ", "VIA VIA VIA ". - René Rebe --- linux-5.19/arch/x86/kernel/cpu/common.c.vanilla 2022-08-17 22:54:39.789471844 +0200 +++ linux-5.19/arch/x86/kernel/cpu/common.c 2022-08-17 22:58:06.073464942 +0200 @@ -1150,10 +1150,7 @@ static const __initconst struct x86_cpu_id cpu_vuln_whitelist[] = { VULNWL(ANY, 4, X86_MODEL_ANY, NO_SPECULATION), - VULNWL(CENTAUR, 5, X86_MODEL_ANY, NO_SPECULATION), - VULNWL(INTEL, 5, X86_MODEL_ANY, NO_SPECULATION), - VULNWL(NSC, 5, X86_MODEL_ANY, NO_SPECULATION), - VULNWL(VORTEX, 5, X86_MODEL_ANY, NO_SPECULATION), + VULNWL(ANY, 5, X86_MODEL_ANY, NO_SPECULATION), VULNWL(VORTEX, 6, X86_MODEL_ANY, NO_SPECULATION), /* Intel Family 6 */