Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp2831222ybh; Mon, 5 Aug 2019 07:31:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqylDsj4ONMWHPuoixjTVaJYHKdxhE4tlJbMsJZVE0wOB7enGenwLR7Lyr1uBBokfasoqN5y X-Received: by 2002:a65:4b8b:: with SMTP id t11mr136101640pgq.130.1565015486380; Mon, 05 Aug 2019 07:31:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565015486; cv=none; d=google.com; s=arc-20160816; b=ocIw2DonF8dRu5W+o+17XKWqWP9UVjpw/ETvMSzpF0WBLFlN8s+E0yHj3Pi2gd5GJW BDjJuCUXJDq5CHRqGo1wcNDYdRcXk9xcUuBq0R6r5K2MRHWuLywkY6u0QLUcgTH0ocqb DQCTO18yCnt/HO8mBgb4rW85eE1M16gZl5kMLux+8EF4gd7hTHyrxabY8nxNbAwBoDVJ ppIL8N7kx615E7IUgipwrgXRYbf4ZF8gAAnUGl6hm7++PJSmMSNk9Fge8nsbcDOYsgyA t4XnLvc4DbhfNprwR/3m0nG6CmrUjg3Mz5PGkPrDXZCeArJ386A/gj7mrddMMYRkarZi OD6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=+YwWAyw1ILHGGbWnkTknz/CFEAI0J1WD9rN5nZ4uYBM=; b=arjSvNfmTDtL8HkFg83FLs7BjYnoWLLVvKsVoiTGoU94e3TzOEZaSj5CFsjA144Aiw OlCQmfBqYezeO1UPB3R5WrPbEwnpwPFbsITGbsadWf1e+ezfggxCvlBqVvBc/5rmjUE2 2SVevraVmxuSt87bdcqYDeva86mGmoInomLPXBi0DSjdSKgN337vKC7KVQ01RGbLM/ol Q//H17/UUIVQSwhbhEyB3I45rYXuvoJy5L9mm4/8W3k8++du8gaBuW17uFgVEM9VqRVM 0M1lhwR2OFvnvVDVkf52bG0dZ91QlVOBJt6+sbNhJ3p9SleGgqNIJJHHtCdWESq6/ugS 5jyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 64si41868216plk.87.2019.08.05.07.31.10; Mon, 05 Aug 2019 07:31:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729118AbfHEOaA (ORCPT + 99 others); Mon, 5 Aug 2019 10:30:00 -0400 Received: from mga06.intel.com ([134.134.136.31]:21116 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726508AbfHEOaA (ORCPT ); Mon, 5 Aug 2019 10:30:00 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2019 07:29:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,350,1559545200"; d="scan'208";a="185333614" Received: from unknown (HELO localhost.lm.intel.com) ([10.232.112.69]) by orsmga002.jf.intel.com with ESMTP; 05 Aug 2019 07:29:59 -0700 From: Keith Busch To: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Rafael Wysocki Cc: Dave Hansen , Dan Williams , Keith Busch Subject: [PATCH 0/3] HMAT node online fixes Date: Mon, 5 Aug 2019 08:27:03 -0600 Message-Id: <20190805142706.22520-1-keith.busch@intel.com> X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Keith Busch Hi Rafael, These are just some fixes from a while ago to work correctly with memory node onlining, but haven't been merged in yet. I've included a fix from Dan, but had to modify it slightly for conflicts. I think it makes most sense for this to go through the acpi tree, but please let me know if you think this should go through a different route. Thanks! Dan Williams (1): acpi/hmat: Skip publishing target info for nodes with no online memory Keith Busch (2): hmat: Register memory-side cache after parsing hmat: Register attributes for memory hot add drivers/acpi/hmat/hmat.c | 143 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 114 insertions(+), 29 deletions(-) -- 2.14.4