Hi,
This series adds support for CPU-type (CPUID.1A.EAX[31-24] on Intel) to
differentiate between hybrid variants P+E, P-only, E-only that share the
same Family/Model/Stepping. One of the use case for CPU-type is the
affected CPU table for CPU vulnerabilities, which can now use the CPU-type
to filter the unaffected variants.
* Patch 1 adds cpu-type to CPU topology structure and introduces
topology_cpu_type() to get the CPU-type.
* Patch 2-4 replaces usages of get_this_hybrid_cpu_type() with
topology_cpu_type().
* Patch 5-7 Updates CPU-matching infrastructure to use CPU-type.
* Patch 8 cleans up the affected CPU list.
* Patch 9 uses the CPU-type to exclude P-only parts from the RFDS affected
list.