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 43331C433EF for ; Tue, 23 Nov 2021 01:16:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231292AbhKWBTN (ORCPT ); Mon, 22 Nov 2021 20:19:13 -0500 Received: from mga05.intel.com ([192.55.52.43]:63681 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230366AbhKWBTN (ORCPT ); Mon, 22 Nov 2021 20:19:13 -0500 X-IronPort-AV: E=McAfee;i="6200,9189,10176"; a="321155316" X-IronPort-AV: E=Sophos;i="5.87,256,1631602800"; d="scan'208";a="321155316" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 17:16:04 -0800 X-IronPort-AV: E=Sophos;i="5.87,256,1631602800"; d="scan'208";a="509203594" Received: from chenyu-desktop.sh.intel.com (HELO chenyu-desktop) ([10.239.158.186]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2021 17:16:01 -0800 Date: Tue, 23 Nov 2021 09:15:06 +0800 From: Chen Yu To: Andy Shevchenko 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: <20211123011506.GA994503@chenyu-desktop> References: <20211122154842.GA10345@chenyu5-mobl1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Nov 22, 2021 at 07:18:38PM +0200, Andy Shevchenko wrote: > 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? > Ok, will do. thanks, Chenyu > -- > With Best Regards, > Andy Shevchenko > >