From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web09.10848.1582734305277573998 for ; Wed, 26 Feb 2020 08:25:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KsYviV0+; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582734304; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YblHRecIZBuWHNupE0lm0P2ZoxIel6nG/Acu7KC9rzg=; b=KsYviV0+PRfMVy4iQWV5hyWRt2GqSu3YtGMee4ESDWdeW92rwmx1xoSrjUC5e1wSMLM2s+ G/zFjJu6cAY6D8HrjBSfAw7cCyUebU3zqPCj4kAW2nxapMeUcBwQKGPjGVq8YGOBfrg1TP Hmy6WlMSTvhYPT/XeehZYFjuuXe3EF8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-262-mUCLmYo8MzqOd86tNHcKLQ-1; Wed, 26 Feb 2020 11:25:00 -0500 X-MC-Unique: mUCLmYo8MzqOd86tNHcKLQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D498518FE881; Wed, 26 Feb 2020 16:24:58 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-185.ams2.redhat.com [10.36.116.185]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E0C38AC42; Wed, 26 Feb 2020 16:24:56 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib To: "Duran, Leo" , "Gao, Liming" , "devel@edk2.groups.io" , "Ni, Ray" , "Wu, Hao A" , "Fu, Siyuan" Cc: "Dong, Eric" , "leif@nuviainc.com" , "Kinney, Michael D" , "afish@apple.com" References: <1582659566-9893-1-git-send-email-leo.duran@amd.com> <734D49CCEBEEF84792F5B80ED585239D5C4542DA@SHSMSX104.ccr.corp.intel.com> <58ccd1485c0a409691e542247699fe58@intel.com> From: "Laszlo Ersek" Message-ID: <4f363e1b-93cf-0c93-30f6-bad6d0446a01@redhat.com> Date: Wed, 26 Feb 2020 17:24:55 +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.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Hi Leo, On 02/26/20 16:11, Duran, Leo wrote: > > >> -----Original Message----- >> From: Gao, Liming [mailto:liming.gao@intel.com] >> Sent: Wednesday, February 26, 2020 3:56 AM >> To: devel@edk2.groups.io; Ni, Ray ; Laszlo Ersek >> ; Duran, Leo ; Wu, Hao A >> ; Fu, Siyuan >> Cc: Dong, Eric ; leif@nuviainc.com; Kinney, Michael D >> ; afish@apple.com; Gao, Liming >> >> Subject: RE: [edk2-devel] [PATCH 0/2] UefiCpuPkg/Library: Fix bug in >> MpInitLib >> >> Leo: >> Now, we enter into Hard Feature Freeze phase until edk2-stable202002 tag >> is created at 2020-02-28. Only critical bug fix is still allowed. >> >> Do you request to catch this fix into this stable tag? If yes, please work closely >> with UefiCpuPkg maintainers to catch the stable tag release schedule 2020- >> 02-28. >> >> Thanks >> Liming > [Duran, Leo] > I'm not sure I understand what my next steps are, perhaps I need to go back to the BUGZILLA? > (This issue is a "must-fix", so perhaps I can tag it as such in the BUG report.). the issue will clearly be fixed, the question is: when. Edk2 is now in hard feature freeze for the upcoming edk2-stable202002 tag. See the schedule and the definitions here: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning The question is whether you want this fix to be part of the edk2-stable202002 tag. If not, then there's no rush, the patch series (the final, reviewed version) will be merged after the tag (after 2020-02-28). If you do want to get the fix into edk2-stable202002, then: - you need to demonstrate that the patches implement an important bugfix (not a feature addition) -- it helps if you describe the problem symptoms in this case, - and you and Eric & Ray need to collaborate in a hurry to get the patches refreshed as necessary, reviewed, and merged. Thanks Laszlo