Re: [PATCH v6 04/15] x86/mce: Do 'UNKNOWN' vendor check early

From: Nikolay Borisov

Date: Wed Sep 10 2025 - 09:27:08 EST




On 8.09.25 г. 18:40 ч., Yazen Ghannam wrote:
The 'UNKNOWN' vendor check is handled as a quirk that is run on each
online CPU. However, all CPUs are expected to have the same vendor.

Move the 'UNKNOWN' vendor check to the BSP-only init so it is done early
and once. Remove the unnecessary return value from the quirks check.

Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@xxxxxxxxx>
Tested-by: Tony Luck <tony.luck@xxxxxxxxx>
Reviewed-by: Tony Luck <tony.luck@xxxxxxxxx>
Signed-off-by: Yazen Ghannam <yazen.ghannam@xxxxxxx>


Reviewed-by: Nikolay Borisov <nik.borisov@xxxxxxxx>