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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 54607C433DF for ; Thu, 8 Oct 2020 16:07:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD4F3221FC for ; Thu, 8 Oct 2020 16:07:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602173220; bh=mNLdT0ExjyLPh4gQNIoLzfzg8AVNm3sBEIz13djmeOc=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=aMZOSoSxSZShMV1yY8XW7pf9wjn8EF7LL5BnUpt8x0LvJeD5vUtwky5rZSoOQ16UL AxhGlFNLLXBX8vsulYfedBwG34BeXLNZTq53lnVgVriebO99yeJWImY1U3A5GnK0g/ HxHOB83baDtoSKKESX1NcvIdux8Dwmo/4SogamXU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729112AbgJHQHA (ORCPT ); Thu, 8 Oct 2020 12:07:00 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:38682 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725802AbgJHQHA (ORCPT ); Thu, 8 Oct 2020 12:07:00 -0400 Received: by mail-oi1-f193.google.com with SMTP id 26so6820739ois.5 for ; Thu, 08 Oct 2020 09:06:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gsxiiG9nWwjNYTQ2qQYugNFfet7AqvFYTmOXkFAp8Zg=; b=Myobm5I/cAfdGLpj+W9rYzUzLcsBJ91p3UE5uymF2OVGq5PQpNSNeWULA8Xq3l2noD lfcIxQTDu+h06Fbf2X6afhagUEDe6gWFJKWQy2mC1ng9oPY7qn16HJg26tECRjsP5pNH iQuaxr8rSkTD38WAvsNbkDeXnPBDohbmvirAU3dRDXnb+g/OKUY4o9x8L4T0vudhPbTr EIjkqVdjEj8Xbl1y0MWhD6oLo9oryPFaEgtTuXQKREcZvuKlQ4FSGi2hTXs9aTeX51XA kmvMsL4FFd2Njcs2Xe3kLnshnvmgmpm1x9ZOuIHKhQfD4eJRmAfgrawMAACzRzFXJVjW HHhg== X-Gm-Message-State: AOAM532vKIdI72f+ZQf9RKtFM7BrOlIcw+UYHKafVatYHBFBF9iuS82y d92ZRfhrGk606DPHKtYI4QXUWk3WO1TY+7VJJII= X-Google-Smtp-Source: ABdhPJw1gcctpSQyyr3LQ8mMSZDBGhh/4J20OChKiQbRq8Ys5sY2m6YcMVaoHLlgW1s0jSifXtZivr9EUNrmdrvw1aM= X-Received: by 2002:aca:5c84:: with SMTP id q126mr5682184oib.71.1602173219317; Thu, 08 Oct 2020 09:06:59 -0700 (PDT) MIME-Version: 1.0 References: <20201008025403.2401736-1-erik.kaneda@intel.com> In-Reply-To: <20201008025403.2401736-1-erik.kaneda@intel.com> From: "Rafael J. Wysocki" Date: Thu, 8 Oct 2020 18:06:48 +0200 Message-ID: Subject: Re: [PATCH 0/9] ACPICA release 20200925 To: Erik Kaneda Cc: "Rafael J . Wysocki" , ACPI Devel Maling List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Oct 8, 2020 at 5:21 AM Erik Kaneda wrote: > > This release contains the ACPICA patches from the 20200925 release. > This contains patches that are mostly for user space tools such as iASL, > acpihelp. The only direct impact to the linux kernel is the addition of > several predefined names that were found in the SMBus specification. > > Signed-off-by: Erik Kaneda > > Bob Moore (6): > ACPICA: Add predefined names found in the SMBus sepcification > ACPICA: acpi_help: Update UUID list > ACPICA: iASL: Return exceptions for string-to-integer conversions > ACPICA: Debugger: Add a new command: "ALL " > ACPICA: Remove unnecessary semicolon > ACPICA: Update version to 20200925 Version 20200925. > > Colin Ian King (2): > ACPICA: Add support for 64 bit risc-v compilation. > ACPICA: Tree-wide: fix various typos and spelling mistakes > > Randy Dunlap (1): > ACPICA: Drop the repeated word "an" in a comment. > > drivers/acpi/acpica/acdebug.h | 4 + > drivers/acpi/acpica/acpredef.h | 33 +++- > drivers/acpi/acpica/dbexec.c | 39 +++- > drivers/acpi/acpica/dbinput.c | 14 +- > drivers/acpi/acpica/dbmethod.c | 167 +++++++++++++++--- > drivers/acpi/acpica/nsalloc.c | 2 +- > drivers/acpi/acpica/nsarguments.c | 4 +- > drivers/acpi/acpica/nsxfobj.c | 3 +- > drivers/acpi/acpica/psparse.c | 4 +- > drivers/acpi/acpica/utpredef.c | 5 +- > drivers/acpi/acpica/utstrsuppt.c | 33 +++- > include/acpi/acconfig.h | 2 +- > include/acpi/acexcep.h | 4 +- > include/acpi/acpixf.h | 2 +- > include/acpi/actypes.h | 2 +- > include/acpi/acuuid.h | 7 + > include/acpi/platform/aclinux.h | 3 +- > .../os_specific/service_layers/oslinuxtbl.c | 2 +- > 18 files changed, 270 insertions(+), 60 deletions(-) > > -- All applied as 5.10 material (I dropped a few terminating periods from patch subjects), thanks!