From: Dave Jiang Date: Wed, 10 Sep 2025 15:08:15 +0000 (-0700) Subject: Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-next X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4dfa64181f23079077c7c1f7e9c342661f66f1d5;p=users%2Fhch%2Fmisc.git Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-next Update the CXL memory hotplug notifier to update the NUMA node access coordinates directly rather than go through the HMAT memory hotplug notifier. --- 4dfa64181f23079077c7c1f7e9c342661f66f1d5 diff --cc drivers/cxl/core/core.h index eac8cc1bdaa0,0476c3b648de..5707cd60a8eb --- a/drivers/cxl/core/core.h +++ b/drivers/cxl/core/core.h @@@ -135,15 -135,8 +135,12 @@@ enum cxl_poison_trace_type CXL_POISON_TRACE_CLEAR, }; +enum poison_cmd_enabled_bits; +bool cxl_memdev_has_poison_cmd(struct cxl_memdev *cxlmd, + enum poison_cmd_enabled_bits cmd); + long cxl_pci_get_latency(struct pci_dev *pdev); int cxl_pci_get_bandwidth(struct pci_dev *pdev, struct access_coordinate *c); - int cxl_update_hmat_access_coordinates(int nid, struct cxl_region *cxlr, - enum access_coordinate_class access); - bool cxl_need_node_perf_attrs_update(int nid); int cxl_port_get_switch_dport_bandwidth(struct cxl_port *port, struct access_coordinate *c);