Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1755121ybb; Thu, 2 Apr 2020 06:49:41 -0700 (PDT) X-Google-Smtp-Source: APiQypKQvNXPRso0a41NTdWctCIJeoupQDk70ClsxL5x/Eq1iLQ/Y5ecfg5Ea94q/Q7zupnUHT7o X-Received: by 2002:a05:6830:1190:: with SMTP id u16mr2532922otq.83.1585835381583; Thu, 02 Apr 2020 06:49:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585835381; cv=none; d=google.com; s=arc-20160816; b=T5c/jjR2ABGbRkumVGx9tmb8SWdn7wlGb+0Vu+xZiSI0auMtarI++N0Q+J0yfhnHuw oQul206mIG9hHhMHso7iAZYqcQIclI+m37ZGzKHg424sghiOQR2ghKngYHc5NE/6kchT Wg8UBbbADgqwhGW7R0FGa32nOua2IsAhNGbIyKRbkdxaqPMEjSbq0AcSiaWxMzqWjN4N fU+yg2aOFnBns+OUu6M/X/jXQgCMgvwhm4sUfpWz0Wxb2Ne4gRXoLGiGG0vY8TAS75s8 jJTBRPcqoxhPXQZLzqqiUnb0GcHvQ9szZSwd1Wr66OMbiwWbivxOggQiwTc80FvkudlN eeyA== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=PVGXhv68zswSZ7et4MjTV7ZjaS7+cZr7FxCBp+RxM/s=; b=sQsVmgq02BrI/3juNAH0AbXXvIfE8f/1PdGwZiJBRkBycpQTVrVu89Ev5VfWA7GtwT jcoQXBB9gyNK3iN/OJFeSLNS/RZtXqvlSHXyntCSAjuJNA25QDgW6jMwmRSy08dgJ4VB sERsy25w7wp41Av5PdoZfRkJfWV1Lb8Ha+Pr8KnzyOwSj4rN2bJ7GLG03/JrTNWXgAKL JWmc4hF0uyC7VgShh0/+ayBGN6Egz/WLckXvp3g79CiiYNbnAJQKtyIHHKL8wKgLQsiV ghkWY4TAVgqUmcI08wSLGPMYxYzmvf5q+aOxxsv5+2JIPkLn2Ys6jciBGj/P73qyC4bE V6Rg== 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 r11si578890otd.26.2020.04.02.06.49.29; Thu, 02 Apr 2020 06:49:41 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388560AbgDBNSN (ORCPT + 99 others); Thu, 2 Apr 2020 09:18:13 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:2631 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387752AbgDBNSN (ORCPT ); Thu, 2 Apr 2020 09:18:13 -0400 Received: from lhreml724-chm.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id 3DFDCB91ECFB8F4713C1; Thu, 2 Apr 2020 14:18:10 +0100 (IST) Received: from [127.0.0.1] (10.47.6.242) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 2 Apr 2020 14:18:07 +0100 Subject: Re: [PATCH] ACPI: PPTT: Inform user that table offset used for Physical processor node ID To: Sudeep Holla CC: , , , , , , References: <1585830145-208714-1-git-send-email-john.garry@huawei.com> <20200402123501.GA26588@bogus> From: John Garry Message-ID: Date: Thu, 2 Apr 2020 14:17:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2 MIME-Version: 1.0 In-Reply-To: <20200402123501.GA26588@bogus> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.47.6.242] X-ClientProxiedBy: lhreml729-chm.china.huawei.com (10.201.108.80) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/04/2020 14:08, Sudeep Holla wrote: > (I see 2 copies of this patch, replying on the latest) I sent 2x copies accidentally. WFH.... > > On Thu, Apr 02, 2020 at 08:22:25PM +0800, John Garry wrote: >> If the the Processor ID valid is not set for a Physical Processor Package >> node, then the node table offset is used as a substitute. As such, we >> may get info like this from sysfs: >> >> root@(none)$ pwd >> /sys/devices/system/cpu/cpu0/topology >> root@(none)$ more physical_package_id >> 56 >> >> Inform the user of this in the bootlog, as it is much less than ideal, and >> they can remedy this in their FW. >> >> This topic was originally discussed in: >> https://lore.kernel.org/linux-acpi/c325cfe2-7dbf-e341-7f0f-081b6545e890@huawei.com/T/#m0ec18637d8586f832084a8a6af22580e6174669a >> > > Acked-by: Sudeep Holla thanks > > -- > Regards, > Sudeep > . >