From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E710FC433F5 for ; Mon, 22 Nov 2021 17:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239690AbhKVRVy (ORCPT ); Mon, 22 Nov 2021 12:21:54 -0500 Received: from mga09.intel.com ([134.134.136.24]:18449 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232643AbhKVRVx (ORCPT ); Mon, 22 Nov 2021 12:21:53 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10176"; a="234655406" X-IronPort-AV: E=Sophos;i="5.87,255,1631602800"; d="scan'208";a="234655406" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 09:18:46 -0800 X-IronPort-AV: E=Sophos;i="5.87,255,1631602800"; d="scan'208";a="474419465" Received: from smile.fi.intel.com ([10.237.72.184]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 09:18:43 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mpCxi-009X2b-VU; Mon, 22 Nov 2021 19:18:38 +0200 Date: Mon, 22 Nov 2021 19:18:38 +0200 From: Andy Shevchenko To: Chen Yu Cc: linux-acpi@vger.kernel.org, Greg Kroah-Hartman , "Rafael J. Wysocki" , Ard Biesheuvel , Len Brown , Ashok Raj , Mike Rapoport , linux-kernel@vger.kernel.org, Robert Moore Subject: Re: [PATCH v11 4/4] tools: Introduce power/acpi/tools/pfru Message-ID: References: <20211122154842.GA10345@chenyu5-mobl1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211122154842.GA10345@chenyu5-mobl1> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 22, 2021 at 11:48:42PM +0800, Chen Yu wrote: > On Mon, Nov 22, 2021 at 01:26:12PM +0200, Andy Shevchenko wrote: > > On Sun, Nov 21, 2021 at 11:17:29PM +0800, Chen Yu wrote: > > > Introduce a user space tool to make use of the interface exposed by > > > Platform Firmware Runtime Update and Telemetry drivers. The users > > > can use this tool to do firmware code injection, driver update and > > > to retrieve the telemetry data. > > > > Have you tried to build tools with `make O=/my/tmp/folder/for/kernel/build ...` > > which previously has been used for kernel builds? > > > I was not aware of that and just had a try. It seems that there is an issue in > tools/power/acpi that, only with the following patch appiled, the make O=xxx > would work: Cool! Care to send a separate fix for this, please? -- With Best Regards, Andy Shevchenko