]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/bugs: Add missing NO_SSB flag
authorDaniel Sneddon <daniel.sneddon@linux.intel.com>
Thu, 29 Aug 2024 19:24:37 +0000 (12:24 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 5 Sep 2024 08:29:31 +0000 (10:29 +0200)
commit23e12b54acf621f4f03381dca91cc5f1334f21fd
tree13f061c7fa11f3c10c37307fd1e8b33607b92041
parent40153505259d8dc0e4ea6889fca5e567c42b76a9
x86/bugs: Add missing NO_SSB flag

The Moorefield and Lightning Mountain Atom processors are
missing the NO_SSB flag in the vulnerabilities whitelist.
This will cause unaffected parts to incorrectly be reported
as vulnerable. Add the missing flag.

These parts are currently out of service and were verified
internally with archived documentation that they need the
NO_SSB flag.

Closes: https://lore.kernel.org/lkml/CAEJ9NQdhh+4GxrtG1DuYgqYhvc0hi-sKZh-2niukJ-MyFLntAA@mail.gmail.com/
Reported-by: Shanavas.K.S <shanavasks@gmail.com>
Signed-off-by: Daniel Sneddon <daniel.sneddon@linux.intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240829192437.4074196-1-daniel.sneddon@linux.intel.com
arch/x86/kernel/cpu/common.c