On Tue, Sep 29, 2020 at 12:47:42PM -0700, Randy Dunlap wrote: > On 9/29/20 2:29 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20200928: > > > > on x86_64: > when CONFIG_ACPI_NUMA is not set/enabled: > > ../drivers/acpi/nfit/core.c: In function ‘acpi_nfit_register_region’: > CC lib/ts_bm.o > ../drivers/acpi/nfit/core.c:3010:27: error: implicit declaration of function ‘pxm_to_node’; did you mean ‘xa_to_node’? [-Werror=implicit-function-declaration] > ndr_desc->target_node = pxm_to_node(spa->proximity_domain); > ^~~~~~~~~~~ > xa_to_node > > Full randconfig file is attached. > > -- > ~Randy > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> I independently found this and sent a patch: https://lore.kernel.org/lkml/20200928194554.3423466-1-natechancellor@xxxxxxxxx/ Feel free to reply with a tag if it works for you as well. Cheers, Nathan