From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 446F781F52 for ; Wed, 1 Feb 2017 22:44:01 -0800 (PST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 99E0B81F07; Thu, 2 Feb 2017 06:44:01 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-54.phx2.redhat.com [10.3.116.54]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v126hw4K003753; Thu, 2 Feb 2017 01:43:59 -0500 To: edk2-devel-01 References: <20170201175654.19425-1-lersek@redhat.com> Cc: Feng Tian , Michael Tsirkin , Ard Biesheuvel , Phil Dennis-Jordan , Leo Duran , Al Stone , Star Zeng From: Laszlo Ersek Message-ID: <5329a89d-a882-eaeb-6a5c-2ec5a394232c@redhat.com> Date: Thu, 2 Feb 2017 07:43:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170201175654.19425-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 02 Feb 2017 06:44:01 +0000 (UTC) Subject: Re: [PATCH 0/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2017 06:44:01 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 02/01/17 18:56, Laszlo Ersek wrote: > Patch #2 explains it all. > > Repo: https://github.com/lersek/edk2/ > Branch: fadt_dsdt > > NOTE for people on the CC list: > > If you are not presently subscribed to edk2-devel and wish to comment on > this series publicly, you need to subscribe first, and wait for the > subscription request to *complete* (see your inbox), *before* sending > your followup. This is not ideal, but edk2-devel requires subscription > before reflecting messages from someone. > > Subscribe at . Thanks. > > Cc: Al Stone > Cc: Ard Biesheuvel > Cc: Feng Tian > Cc: Igor Mammedov > Cc: Leo Duran > Cc: Michael Tsirkin > Cc: Phil Dennis-Jordan > Cc: Star Zeng > > Laszlo Ersek (2): > MdeModulePkg/AcpiTableDxe: condense whitespace around > FADT.{DSDT,X_DSDT} > MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusion > > MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c | 82 ++++++++++++++++---- > 1 file changed, 67 insertions(+), 15 deletions(-) > Michael filed the related Mantis ticket #1757: https://mantis.uefi.org/mantis/view.php?id=1757 Thanks Laszlo