RE: [PATCH v3] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL

From: Luck, Tony
Date: Fri May 17 2024 - 13:29:36 EST


> Changes since v1:
> 1) More detailed commit description.
> 2) Changed "Fixes" tag. Commit 4db64279bc2b merely revealed a twelve
> year old gap in the implementation of x86_match_cpu().

Changes since v2:
Use fix suggested by Thomas & Boris that doesn't risk breakage from
changing the value of X86_VENDOR_INTEL #define.

-Tony