xen/x86: use INFO level for node's without memory log message
authorWei Chen <wei.chen@arm.com>
Fri, 10 Jun 2022 05:53:16 +0000 (13:53 +0800)
committerJulien Grall <jgrall@amazon.com>
Fri, 17 Jun 2022 08:36:12 +0000 (09:36 +0100)
commitc9040f25be317ab2f7647605397d79313e3f303e
tree68488bfa7aacd517ce7081a9e8610a0e164e7505
parentb660e19d0f7f3324d61462fc6d9ef6ee98914f2d
xen/x86: use INFO level for node's without memory log message

In previous code, Xen was using KERN_WARNING for log message
when Xen found a node without memory. Xen will print this
warning message, and said that this may be an BIOS Bug or
mis-configured hardware. But actually, this warning is bogus,
because in an NUMA setting, nodes can only have processors,
and with 0 bytes memory. So it is unreasonable to warn about
BIOS or hardware corruption based on the detection of node
with 0 bytes memory.

So in this patch, we remove the warning messages, but just
keep an info message to info users that there is one or more
nodes with 0 bytes memory in the system.

Signed-off-by: Wei Chen <wei.chen@arm.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/srat.c