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 A89A02095AE40 for ; Thu, 24 Aug 2017 10:23:40 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5475DC04D2BE; Thu, 24 Aug 2017 17:26:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5475DC04D2BE Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-82.phx2.redhat.com [10.3.116.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id 022BD71C5A; Thu, 24 Aug 2017 17:26:12 +0000 (UTC) To: Paulo Alcantara , edk2-devel@lists.01.org Cc: Jordan Justen , Andrew Fish , Michael D Kinney , Liming Gao , Star Zeng , Eric Dong , Mark Doran , Ruiyu Ni , hao.a.wu@intel.com References: From: Laszlo Ersek Message-ID: <0aa39046-ef5f-af3b-9e25-fb269a286ad5@redhat.com> Date: Thu, 24 Aug 2017 19:26:11 +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.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 24 Aug 2017 17:26:15 +0000 (UTC) Subject: Re: [PATCH v3 0/6] read-only UDF file system support 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: Thu, 24 Aug 2017 17:23:40 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Paulo, On 08/24/17 19:12, Paulo Alcantara wrote: > v3: > - Install UDF partition child handles with a Vendor-Defined Media > Device Path. > - Changed UdfDxe to check for Vendor-Defined Media Device Paths with a > specific UDF file system GUID when determining to whether or not > start the driver. > - Removed leading TAB chars in some source files identified by > PatchCheck.py tool. If you don't change a given patch from v2 to v3, then please pick up the Reviewed-by and similar tags that you receive for the patch during the v2 review. That way we'll know that we don't have to re-review those patches. I reckon you didn't change the OvmfPkg and ArmVirtPkg patches between v2 and v3; is that right? > Repo: https://github.com/pcacjr/edk2.git > Branch: udf-fs It's best to push all versions of a patch set to different (versioned) branches, and once pushed, never to change them. It lets people fetch all versions at any time, and rebase / compare them. Thanks! Laszlo