RE: [PATCH 0/7] EDAC: Add Intel Diamond Rapids server support

Luck, Tony posted 7 patches 1 week, 3 days ago
Only 0 patches received!
RE: [PATCH 0/7] EDAC: Add Intel Diamond Rapids server support
Posted by Luck, Tony 1 week, 3 days ago
>     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