Re: [PATCH v3] x86/CPU/AMD: Prefix messages with x86/amd
From: Mario Limonciello (AMD) (kernel.org)
Date: Sat Jan 10 2026 - 08:39:38 EST
On 1/9/2026 1:45 PM, Borislav Petkov wrote:
On Fri, Jan 09, 2026 at 01:33:47PM -0600, Mario Limonciello (AMD) wrote:
To clarify which messages come from arch/x86/kernel/cpu/amd.c add
a prefix to all messages instead of just the previous reset reason.
The usual question: why do we need this?
Well originally the reason was that another message was being added in a series. But the review of the series was deciding not to do it that way. But this way any other future messages pick up the prefix already.
It's a trivial patch, but if you want to wait until another message comes around again we can hold off.