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 70E6F21E87986 for ; Wed, 13 Sep 2017 15:05:05 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 483A8356CC; Wed, 13 Sep 2017 22:08:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 483A8356CC Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-116.rdu2.redhat.com [10.10.120.116]) by smtp.corp.redhat.com (Postfix) with ESMTP id C2FFC60BE4; Wed, 13 Sep 2017 22:08:01 +0000 (UTC) To: Paulo Alcantara , edk2-devel-01 Cc: Ruiyu Ni , Eric Dong , Star Zeng , Ard Biesheuvel References: <20170912222612.14451-1-lersek@redhat.com> From: Laszlo Ersek Message-ID: <6b92ad2c-cd63-4bc1-d58d-b4fb5e2979ea@redhat.com> Date: Thu, 14 Sep 2017 00:08:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 13 Sep 2017 22:08:03 +0000 (UTC) Subject: Re: [PATCH 0/2] MdeModulePkg: UDF fixes and cleanups, round 2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 22:05:05 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/13/17 15:42, Paulo Alcantara wrote: > > > On September 12, 2017 7:26:10 PM GMT-03:00, Laszlo Ersek wrote: >> Repo: https://github.com/lersek/edk2.git >> Branch: udf_fixes_cleanups_round2 >> >> Once these patches are sufficiently reviewed, please don't wait for me >> to commit them. >> >> Further UdfDxe issues should be please reported in the TianoCore >> Bugzilla. >> >> Cc: Ard Biesheuvel >> Cc: Eric Dong >> Cc: Paulo Alcantara >> Cc: Ruiyu Ni >> Cc: Star Zeng >> >> Thanks >> Laszlo >> >> Laszlo Ersek (2): >> MdeModulePkg/UdfDxe: reject reserved values in ICB.Flags[2:0] >> MdeModulePkg/UdfDxe: suppress incorrect compiler warning in ReadFile() >> >> MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 13 >> +++++++++++++ >> 1 file changed, 13 insertions(+) > > Reviewed-by: Paulo Alcantara Thanks Everyone, pushed as c3246da7bf0a..5afa5b815936. Laszlo