Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1084597ybx; Thu, 7 Nov 2019 07:04:35 -0800 (PST) X-Google-Smtp-Source: APXvYqxXrh7jGs0x0rf+GoeSjjydgjxfke0kfbfrcm0fmqUnRwY5McO0YorYjF5tZ0y3r5Pd9Gpa X-Received: by 2002:a50:9a85:: with SMTP id p5mr4013606edb.223.1573139074867; Thu, 07 Nov 2019 07:04:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573139074; cv=none; d=google.com; s=arc-20160816; b=XOpPx5naNtQAfWyISSMk1+80gvqrdWjXzK/5wzHQOk/TIu6JNfzcFk3dihUiJYeVHl L5pALSh5ZOWBAjIooyOj4eBI3zTIUhAqaoiShQD/63UVmlSnzlFbBzaGb6fDpBFIpF0Y 9QQqC6Nuglc7eUfRFLO8miOpN0O+crXmYDK05tAmm3AwMuyrA6uU2kYTrbqwyZOie92v kIKfkjioU4spmHCF8l0CXj/KCvKFEiwoXVnisfpQC+mkG/0FsM86nKXY36MdZGUTHXkz aMdiNxPZZDq6QuQLqf6yXFt78hM2/QenFkhdNmzJA9jwOHUGco0QWCabwoh0ognkHBln 2gpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=IIeayAQ+ouJ0q4OpyRnCFl5Q5xJ1+LOkGrLAv3Iqg8E=; b=GRDq6e30ofVSZHL6+hXgLin9pBQyqYjieSCKAUR4I+sMxOurps2x3r6nXr5oF0IScW n3OrzqwoBXpTUU18tj8sbOriLR512ZzMrBuKOj+Xk/knYCVc0/HAE/MDDZLr9fUzk4xq LKn9GilXLtBl1NcB4qftWUMQA5jMukN/YKJP2IR5/jzAwIzAgxkakCt6b+S7rKfWlUIe Sx4TP0pDpTQZJUs84w05W8on5VZ7+it0WtRYmBZoES6t08u/EHAdFpf1PJ56wWyWYWSr n5gGebbH7tbvpHqdBNkoSow8V6foa8lLfXY/DOVEqHkE04nZeNf1Zog1dGF7RyHGMYJR k8Lg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q17si1609630ejm.165.2019.11.07.07.04.09; Thu, 07 Nov 2019 07:04:34 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388219AbfKGOyb (ORCPT + 99 others); Thu, 7 Nov 2019 09:54:31 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:63452 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387870AbfKGOya (ORCPT ); Thu, 7 Nov 2019 09:54:30 -0500 Received: from 79.184.254.83.ipv4.supernova.orange.pl (79.184.254.83) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 2b552d6f1ba461aa; Thu, 7 Nov 2019 15:54:28 +0100 From: "Rafael J. Wysocki" To: Jonathan Cameron Cc: linux-mm@kvack.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, x86@kernel.org, Keith Busch , jglisse@redhat.com, linuxarm@huawei.com, Andrew Morton , Dan Williams Subject: Re: [PATCH V5 1/4] ACPI: Support Generic Initiator only domains Date: Thu, 07 Nov 2019 15:54:28 +0100 Message-ID: <1768519.laKBN70clK@kreacher> In-Reply-To: <20191018134656.00000f70@huawei.com> References: <20191004114330.104746-1-Jonathan.Cameron@huawei.com> <1895971.7mY3IlW731@kreacher> <20191018134656.00000f70@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, October 18, 2019 2:46:56 PM CET Jonathan Cameron wrote: > On Fri, 18 Oct 2019 12:18:33 +0200 > "Rafael J. Wysocki" wrote: > > > On Friday, October 4, 2019 1:43:27 PM CEST Jonathan Cameron wrote: > > > Generic Initiators are a new ACPI concept that allows for the > > > description of proximity domains that contain a device which > > > performs memory access (such as a network card) but neither > > > host CPU nor Memory. > > > > > > This patch has the parsing code and provides the infrastructure > > > for an architecture to associate these new domains with their > > > nearest memory processing node. > > > > > > Signed-off-by: Jonathan Cameron > > > > This depends on the series from Dan at: > > > > https://lore.kernel.org/linux-acpi/CAPcyv4gBSX58CWH4HZ28w0_cZRzJrhgdEFHa2g8KDqyv8aFqZQ@mail.gmail.com/T/#m1acce3ae8f29f680c0d95fd1e840e703949fbc48 > > > Hi Rafael, > > Yes. Cover letter mentions it was rebased on v4 of that series. > > > AFAICS, so please respin when that one hits the Linus' tree. > > Sure, though that pushes it out another cycle and it's beginning to > get a bit silly (just rebases since April). > > I guess it can't be helped given the series hits several trees. I've just applied the Dan's series and I can take patch [1/4] from this one, but for the [2-3/4] I'd like to get some ACKs from the arm64 and x86 people respectively. Thanks!