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 89231211EB2B2 for ; Tue, 26 Mar 2019 04:19:12 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4B955C057F4C; Tue, 26 Mar 2019 11:19:12 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-132.rdu2.redhat.com [10.10.120.132]) by smtp.corp.redhat.com (Postfix) with ESMTP id CCE3490CF4; Tue, 26 Mar 2019 11:19:10 +0000 (UTC) To: "Kinney, Michael D" , "Wu, Hao A" , "edk2-devel@lists.01.org" Cc: "Justen, Jordan L" , Ard Biesheuvel , "Ni, Ray" References: <20190325052853.11220-1-hao.a.wu@intel.com> <20190325052853.11220-3-hao.a.wu@intel.com> <2a2efa72-9d30-dad5-d97f-bcb8f4abe837@redhat.com> From: Laszlo Ersek Message-ID: <53af1a30-706b-e89e-4798-b795bd01b242@redhat.com> Date: Tue, 26 Mar 2019 12:19:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 26 Mar 2019 11:19:12 +0000 (UTC) Subject: Re: [PATCH v2 2/3] OvmfPkg: Add an Super IO bus driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2019 11:19:13 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 03/25/19 21:02, Kinney, Michael D wrote: > Hi Laszlo, > > The review of the content based on the edk2-stable201903 > is intended to make sure there are no mistakes on that > content so I can adjust for the final patch series. A > mistake would be applying new license to files that should > not be updated, or not applying the license to a file that > should have been updated. You provided valuable feedback > on those two points for OvmfPkg in V1. > > I agree it will be simpler if we can guarantee no file > add/remove commits occur in a window leading up to > April 9, 2019. So it is not a freeze on all content. > It would be a freeze on commits that add/remove files. Good point. > How does a ~1 week of no commits of file add/remove > starting April 1 sound? I can produce a V3 on April 2 > for final review by all package maintainers. That sounds great. I'd be happy to iterate multiple times during that freeze, if necessary (so v3 wouldn't have to be the final version even); what matters is that the reviews should converge. Thus, considering actions on my end regarding the v2 posting, I'll delay reviewing v2 (or v3 if you post v3 meanwhile) until April 2. I'm making a note in my calendar, but please do ping me on April 2 -- I'm the one requesting this freeze, so once it starts, I should be as responsive as possible. > I would of course rebase the patch series on April 9 and > also verify that no files were added/removed. Thank you! Laszlo