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 C5189CA9EC0 for ; Mon, 28 Oct 2019 15:08:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A0B4521783 for ; Mon, 28 Oct 2019 15:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388953AbfJ1PI2 (ORCPT ); Mon, 28 Oct 2019 11:08:28 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:43422 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726945AbfJ1PI2 (ORCPT ); Mon, 28 Oct 2019 11:08:28 -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 5d2e8ad309cf977a; Mon, 28 Oct 2019 16:08:25 +0100 From: "Rafael J. Wysocki" To: "Schmauss, Erik" Cc: "Rafael J. Wysocki" , ACPI Devel Maling List Subject: Re: [PATCH 00/12] ACPICA version 20191018 Date: Mon, 28 Oct 2019 16:08:25 +0100 Message-ID: <2645368.DDsniWIdCY@kreacher> In-Reply-To: References: <20191024185556.4606-1-erik.schmauss@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 Friday, October 25, 2019 7:08:14 PM CET Schmauss, Erik wrote: > > > -----Original Message----- > > From: Rafael J. Wysocki > > Sent: Friday, October 25, 2019 2:19 AM > > To: Schmauss, Erik > > Cc: Rafael J . Wysocki ; ACPI Devel Maling List > acpi@vger.kernel.org> > > Subject: Re: [PATCH 00/12] ACPICA version 20191018 > > > > On Thu, Oct 24, 2019 at 9:13 PM Erik Schmauss > > wrote: > > > > > > 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 > > > > > > Bob Moore (5): > > > ACPICA: Results from Clang changes/fixes From Clang V5.0.1. Mostly > > > "set but never read" warnings. > > > ACPICA: Win OSL: Replace get_tick_count with get_tick_count64 > > > ACPICA: More Clang changes - V8.0.1 Fixed all "dead assignment" > > > warnings. > > > ACPICA: Add new external interface, acpi_unload_table > > > ACPICA: Update version to 20191018 > > > > > > Erik Schmauss (6): > > > ACPICA: utilities: add flag to only display data when dumping buffers > > > ACPICA: Debugger: add command to dump all fields of a particular > > > subtype > > > ACPICA: debugger: surround field unit output with braces '{' > > > ACPICA: debugger: add field unit support for acpi_db_get_next_token > > > ACPICA: acpiexec: initialize all simple types and field units from > > > user input > > > ACPICA: debugger: remove leading whitespaces when converting a string > > > to a buffer > > > > > > Nikolaus Voss (1): > > > ACPICA: make acpi_load_table() return table index > > > > Queuing up as 5.5 material with some minor subject/changelog modifications. > [Schmauss, Erik] > > Sorry about the build errors...I'll send a v2 today. Replacing this one with the v2 in my tree, thanks!