From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (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 72621210F1557 for ; Tue, 14 Aug 2018 08:11:47 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9B8E577156; Tue, 14 Aug 2018 15:11:46 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-27.rdu2.redhat.com [10.10.120.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD44220389E0; Tue, 14 Aug 2018 15:11:45 +0000 (UTC) To: "Kinney, Michael D" , "edk2-devel@lists.01.org" , "leif.lindholm@linaro.org" , "Andrew Fish (afish@apple.com)" , "Richardson, Brian" References: From: Laszlo Ersek Message-ID: <84fd5fe6-0c94-393d-313c-5ae8ca3f088c@redhat.com> Date: Tue, 14 Aug 2018 17:11:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 14 Aug 2018 15:11:46 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 14 Aug 2018 15:11:46 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: Re: EDK II Stable Tag release edk2-stable201808 and quiet period starting today X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2018 15:11:47 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/08/18 16:16, Kinney, Michael D wrote: > Hello, > > I sent an RFC for review on EDK II stable tags. > > https://lists.01.org/pipermail/edk2-devel/2018-June/026474.html > > There were no objections and we would like to move forward > with the an EDK II Stable Tag release. The original goal was > 8/10/2018. I have seen a request to move the stable tag > release out a few days. > > I recommend we target 8/15/2018 and start a quiet period > on edk2/master starting today. This means critical bug > fixes only on edk2/master. New features and large changes > should be held until the edk2-stable201808 tag is created. > > Please use Bugzilla for the critical issues that must be > fixed before the tag is created. > > https://bugzilla.tianocore.org/ The following commits have been pushed since we entered the quiet period (the last commit before it was 9e6c4f1527e6, "FmpDevicePkg FmpDxe: Lock variables in entrypoint instead of callback"): 1 3781f14c31e0 SecurityPkg/Library/Tpm2DeviceLibDTpm: fix s/Constructor/CONSTRUCTOR This is a critical bugfix, satisfying the requirement. 2 b3e1e343fe34 SecurityPkg: HashLib: Update HashLib file GUID Can also be considered an important bugfix (GUID duplication), although the commit does not name a TianoCore BZ. 3 10ea1b6853f9 Maintainers.txt: Add FmpDevicePkg maintainers Can be considered an important bugfix (no maintainers listed for a top-level package). Misses a TianoCore BZ reference. 4 45e076b7a720 Vlv2TbltDevicePkg/Override/Bds: Add test key notification 5 dc65dd5be697 Vlv2TbltDevicePkg/Feature/Capsule: Add FmpDeviceLib instances 6 d3049066ca25 Vlv2TbltDevicePkg/Capsule: Add scripts to generate capsules 7 1aa9314e3a84 Vlv2TbltDevicePkg: Update DSC/FDF to use FmpDevicePkg These commits violate the quiet period. They add a feature. 8 667abfaf8a16 UefiCpuPkg: Removing ipf which is no longer supported from edk2. 9 df49a85dbcc6 CorebootModulePkg: Removing ipf from edk2. 10 04c7f9023ffe CorebootPayloadPkg: Removing ipf from edk2. 11 4fcb0d54584f NetworkPkg: Removing ipf which is no longer supported from edk2. 12 87f9867f5536 QuarkPlatformPkg: Removing ipf which is no longer supported from edk2. 13 fda6abd64f02 QuarkSocPkg: Removing ipf which is no longer supported from edk2. 14 22ec06c8aaa1 Vlv2TbltDevicePkg: Removing ipf which from edk2. These commits also violate the quiet period. They implement a valid cleanup, but not a critical bugfix. They should have been delayed. Laszlo