[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <SJ1PR11MB60838C2994B95989F71BEB58FCD5A@SJ1PR11MB6083.namprd11.prod.outlook.com>
Date: Fri, 21 Nov 2025 18:37:48 +0000
From: "Luck, Tony" <tony.luck@...el.com>
To: "Zhuo, Qiuxu" <qiuxu.zhuo@...el.com>, Borislav Petkov <bp@...en8.de>
CC: Lai Yi <yi1.lai@...ux.intel.com>, "linux-edac@...r.kernel.org"
<linux-edac@...r.kernel.org>, "linux-kernel@...r.kernel.org"
<linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 0/7] EDAC: Add Intel Diamond Rapids server support
> When CONFIG_ACPI_NFIT=m and CONFIG_EDAC_IMH=y, it results in the
> following build error:
>
> ld: drivers/edac/skx_common.o: in function skx_get_nvdimm_info':
> skx_common.c:(.text+0x93c): undefined reference to nfit_get_smbios_id'
>
> This is because the library 'skx_edac_common' needed by the built-in
> imh_edac driver calls nfit_get_smbios_id() from the ACPI_NFIT
> module. Built-in code can't call functions from modules.
>
> Fix this build error by ensuring CONFIG_EDAC_IMH can't be y when
> CONFIG_ACPI_NFIT=m.
Merged fix into original commit and then force pushed to ras tree,
Thanks
-Tony
Powered by blists - more mailing lists