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 435E521ECCB01 for ; Wed, 20 Sep 2017 12:22:07 -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 CBEB9C058EA8; Wed, 20 Sep 2017 19:25:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CBEB9C058EA8 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-23.rdu2.redhat.com [10.10.120.23]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2A5B360C9A; Wed, 20 Sep 2017 19:25:10 +0000 (UTC) To: Paulo Alcantara , edk2-devel@lists.01.org Cc: Ruiyu Ni , Liming Gao , Michael D Kinney , Jiewen Yao , Star Zeng References: From: Laszlo Ersek Message-ID: <1f27d4c8-cf82-b63d-45ad-0aa32e203af4@redhat.com> Date: Wed, 20 Sep 2017 21:25:10 +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.32]); Wed, 20 Sep 2017 19:25:13 +0000 (UTC) Subject: Re: [PATCH v3 0/2] UDF partition driver fix 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, 20 Sep 2017 19:22:07 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/20/17 20:16, Paulo Alcantara wrote: > Please, test building these changes in toolchains other than GCC and > make sure they don't break the world :-) > Repo: https://github.com/pcacjr/edk2.git > Branch: udf-partition-fix-v3 I build-tested your branch with OVMF (both IA32 and X64), using: - gcc-4.8.5, GCC48, DEBUG - clang-3.8.1, CLANG38, NOOPT - gcc-7.1.1, GCC5, DEBUG and also cross-built your branch as part of ArmVirtQemu (both ARM and AARCH64), using: - gcc-6.1.1, GCC5, DEBUG If it matters, you can add: Build-tested-by: Laszlo Ersek Thanks! Laszlo