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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D67BCA9EC0 for ; Mon, 28 Oct 2019 21:17:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 738AB20862 for ; Mon, 28 Oct 2019 21:17:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726934AbfJ1VRA (ORCPT ); Mon, 28 Oct 2019 17:17:00 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:42162 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726890AbfJ1VRA (ORCPT ); Mon, 28 Oct 2019 17:17:00 -0400 Received: from cust-east-parth2-46-193-72-114.wb.wifirst.net (46.193.72.114) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 19ea6a94ef8dfbed; Mon, 28 Oct 2019 22:16:58 +0100 From: "Rafael J. Wysocki" To: "Schmauss, Erik" Cc: Andy Shevchenko , "Rafael J . Wysocki" , "linux-acpi@vger.kernel.org" Subject: Re: [PATCH v2 00/12] ACPICA version 20191018v2 Date: Mon, 28 Oct 2019 22:16:58 +0100 Message-ID: <2812725.QSNE5ueIqz@kreacher> In-Reply-To: References: <20191025213700.14685-1-erik.schmauss@intel.com> <20191028155833.GN32742@smile.fi.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Monday, October 28, 2019 6:49:10 PM CET Schmauss, Erik wrote: > > > -----Original Message----- > > From: Andy Shevchenko > > Sent: Monday, October 28, 2019 8:59 AM > > To: Schmauss, Erik > > Cc: Rafael J . Wysocki ; linux-acpi@vger.kernel.org > > Subject: Re: [PATCH v2 00/12] ACPICA version 20191018v2 > > > > On Fri, Oct 25, 2019 at 02:36:48PM -0700, Erik Schmauss wrote: > > > V2 - fixed build warnings > > > > > > This patchset contains the linuxized patches for ACPICA version > > > 20191018. There are several debugger changes but they are meant for > > > acpiexec at this time. acpi_load_table definition has been modified > > > and a new acpi_unload_table has been added. These new interfaces can > > > be used as a part of config fs to load and unload tables. > > > > > > Other than that, Bob has run clang on our code base and removed > > > several compiler warnings. > > > > > > This patchset is also available here: > > > https://github.com/SchmErik/linux/tree/v20191018 > > > > > > > I have tested this series and it works in my case. > > Thank you! > > > > P.S. Rafael, I think we can also append the oneliner I have added in the > > comment to the patch 5. > > I agree. It makes sense to use the interface in the same commit for linux OK, done. Please check the result in the bleeding-edge branch of my tree. Thanks!