Commit Graph
2 Commits
Author SHA1 Message Date
Jay Chung dc7b92bf42 fix: intel: add Cascade Lake (06-55-07) to the BPI fixed-ucode list
Signed-off-by: Jay Chung <jaehoc@amazon.com>
2026-07-30 13:00:09 +02:00
Jay Chung 1ffa598c80 feat: arm: add Neoverse-V3 and Neoverse-V3AE
Add Neoverse-V3 (0xd84) and Neoverse-V3AE (0xd83) to the Spectre
variant whitelist with the same profile as Neoverse-V1/V2 (affected by
Variant 1 only), per ARM's speculative processor vulnerability page.
Also add them to the SLS (CVE-2020-13844) speculative-core list,
consistent with V1/N2/V2.

Verified on AWS Graviton5 (Neoverse-V3, MIDR 0x410fd841): the kernel
reports all variants mitigated/not-affected, while the unpatched
checker false-flags Variant 3a (and Spectre v2 inside guests) because
0xd84 falls through to the unrecognized-CPU default.

Fixes #582

Signed-off-by: Jay Chung <jaehoc@amazon.com>
2026-07-25 09:48:49 +02:00