Re: [PATCH RESEND V2 1/2] x86/mce: Fix missing address mask in recovery for errors in TDX/SEAM non-root mode
From: Adrian Hunter
Date: Wed Aug 20 2025 - 12:08:07 EST
On 19/08/2025 21:03, Luck, Tony wrote:
>> For struct mce? Maybe that should be 2 new fields:
>>
>> __u64 addr; /* Deprecated */
>> ...
>> __u64 mci_addr; /* Bank's MCi_ADDR MSR */
>> __u64 phys_addr; /* Physical address */
>
> Would "addr" keep the current (low bits masked, high bits preserved) value?
Yeah, it wouldn't make much sense if phys_addr was the same as addr anyway.
Not really thinking