Re: [PATCH] x86/MCE: Prevent CPU offline for SMCA CPUs with non-core banks

From: boris . ostrovsky
Date: Wed Aug 21 2024 - 14:35:46 EST




On 8/21/24 10:00 AM, Yazen Ghannam wrote:

+ if (!mce_cpu_is_hotpluggable()) {
+ pr_info("CPU%d is not hotpluggable\n", cpu);

Can this error message be made a little more informative, e.g. that it is emitted from MCA code? And is info the right level? I think notice would be more appropriate.


-boris