On Wed, Aug 15, 2018 at 10:54:49PM -0700, Dennis Dalessandro wrote: > +out: > + /* > + * Invalid PCI NUMA node information found, note it, and populate > + * our database 1:1. > + */ > + pr_err("HFI: Invalid PCI NUMA node. Performance may be affected\n"); > + pr_err("HFI: System BIOS may need to be upgraded\n"); Is this right? The other pre_err's don't use the HFI: prefix, and I thought we were getting away from that kernel wide? Jason