From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org 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 875E521F7D50E for ; Fri, 13 Oct 2017 06:33:57 -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 7E3E890906; Fri, 13 Oct 2017 13:37:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7E3E890906 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-189.rdu2.redhat.com [10.10.120.189]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0452A5C550; Fri, 13 Oct 2017 13:37:26 +0000 (UTC) To: Paulo Alcantara , edk2-devel@lists.01.org Cc: Hao Wu , Ruiyu Ni , Eric Dong , Star Zeng References: From: Laszlo Ersek Message-ID: <9ea64e48-25e1-f978-e1b1-c70a0b46e7dd@redhat.com> Date: Fri, 13 Oct 2017 15:37:25 +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.29]); Fri, 13 Oct 2017 13:37:28 +0000 (UTC) Subject: Re: [PATCH] MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD medias 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: Fri, 13 Oct 2017 13:33:57 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Paulo, On 10/13/17 15:24, Paulo Alcantara wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=725 Thank you for the patch. Some meta comments: When you post a patch for a TianoCore BZ, can you please (1) flip the TianoCore BZ in question to status IN_PROGRESS, (2) add a comment to the BZ, with a link to the patch in the mailing list archive -- in this case, the link would be: https://lists.01.org/pipermail/edk2-devel/2017-October/016031.html (3) optionally, assign the BZ to yourself? In particular step (2) is very helpful when a BZ takes several iterations of a patch set, and later someone would like to review the evolution of the patches. (It's not necessary to comment at length in the BZ about the patch set versions -- that's what the patch set cover letters are for --, capturing the archive links is enough and helpful.) Finally, when the patch is applied and the BZ is fixed, it's best to: (4) kick the BZ to RESOLVED|FIXED, and (5) add a comment about the git commit hash of the patch. Thanks! Laszlo