Re: [PATCH 2/2] RAS: Introduce the FRU Memory Poison Manager

From: Yazen Ghannam
Date: Wed Feb 14 2024 - 09:47:10 EST


On 2/14/2024 5:34 AM, Borislav Petkov wrote:
On Tue, Feb 13, 2024 at 09:35:16PM -0600, Yazen Ghannam wrote:
+#include <asm/mce.h>

...

+static void init_fpd(struct cper_fru_poison_desc *fpd, struct mce *m)
^^^^^^


This is a generic thing and thus can't use an x86-ism struct mce,
remember?


Yep, that's one of the assumptions/limitations I highlighted.

Thanks,
Yazen