]> git.baikalelectronics.ru Git - kernel.git/commit
HMAT: Skip publishing target info for nodes with no online memory
authorDan Williams <dan.j.williams@intel.com>
Mon, 5 Aug 2019 14:27:06 +0000 (08:27 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Aug 2019 09:00:31 +0000 (11:00 +0200)
commit6656fd5a7b33aa6459652b24b0b1a9e597586c04
treea4e2c2ff9b87f02fc26606ea7017dc953518feff
parent983c11302b29eda3b3536fb25e747776dc4c0e27
HMAT: Skip publishing target info for nodes with no online memory

There are multiple scenarios where the HMAT may contain information
about proximity domains that are not currently online. Rather than fail
to report any HMAT data just elide those offline domains.

If and when those domains are later onlined they can be added to the
HMEM reporting at that point.

This was found while testing EFI_MEMORY_SP support which reserves
"specific purpose" memory from the general allocation pool. If that
reservation results in an empty numa-node then the node is not marked
online leading a spurious:

    "acpi/hmat: Ignoring HMAT: Invalid table"

...result for HMAT parsing.

Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/hmat/hmat.c