]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI/HMAT: Move HMAT messages to pr_debug()
authorDan Williams <dan.j.williams@intel.com>
Wed, 31 Jan 2024 08:30:21 +0000 (00:30 -0800)
committerDave Jiang <dave.jiang@intel.com>
Thu, 2 Jan 2025 20:09:12 +0000 (13:09 -0700)
commitc8e88de1b44e58cacdef41ea9aaa78fca35f1357
tree66f332a05d148ea7de9bb5d1f7dfa14423fa9c21
parentfc033cf25e612e840e545f8d5ad2edd6ba613ed5
ACPI/HMAT: Move HMAT messages to pr_debug()

The HMAT messages printed at boot, beyond being noisy, can also print
details for nodes that are not yet enabled. The primary method to
consume HMAT details is via sysfs, and the sysfs interface gates what is
emitted by whether the node is online or not. Hide the messages by
default by moving them from "info" to "debug" log level.

Otherwise, these prints are just a pretty-print way to dump the ACPI
HMAT table. It has always been the case that post-analysis was required
for these messages to map proximity-domains to Linux NUMA nodes, and as
Priya points out that analysis also needs to consider whether the
proximity domain is marked "enabled" in the SRAT.

Reported-by: Priya Autee <priya.v.autee@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/170668982094.318782.2963631284830500182.stgit@dwillia2-xfh.jf.intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
drivers/acpi/numa/hmat.c