public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Duran, Leo" <leo.duran@amd.com>
To: Laszlo Ersek <lersek@redhat.com>,
	"Gao, Liming" <liming.gao@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Ni, Ray" <ray.ni@intel.com>, "Wu, Hao A" <hao.a.wu@intel.com>,
	"Fu, Siyuan" <siyuan.fu@intel.com>
Cc: "Dong, Eric" <eric.dong@intel.com>,
	"leif@nuviainc.com" <leif@nuviainc.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	"afish@apple.com" <afish@apple.com>
Subject: Re: [edk2-devel] [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib
Date: Wed, 26 Feb 2020 16:35:42 +0000	[thread overview]
Message-ID: <BN6PR12MB1922A96FD088745F605EC334F9EA0@BN6PR12MB1922.namprd12.prod.outlook.com> (raw)
In-Reply-To: <4f363e1b-93cf-0c93-30f6-bad6d0446a01@redhat.com>



> -----Original Message-----
> From: Laszlo Ersek [mailto:lersek@redhat.com]
> Sent: Wednesday, February 26, 2020 11:25 AM
> To: Duran, Leo <leo.duran@amd.com>; Gao, Liming <liming.gao@intel.com>;
> devel@edk2.groups.io; Ni, Ray <ray.ni@intel.com>; Wu, Hao A
> <hao.a.wu@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>
> Cc: Dong, Eric <eric.dong@intel.com>; leif@nuviainc.com; Kinney, Michael D
> <michael.d.kinney@intel.com>; afish@apple.com
> Subject: Re: [edk2-devel] [PATCH 0/2] UefiCpuPkg/Library: Fix bug in
> MpInitLib
> 
> 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 <ray.ni@intel.com>; Laszlo Ersek
> >> <lersek@redhat.com>; Duran, Leo <leo.duran@amd.com>; Wu, Hao A
> >> <hao.a.wu@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>
> >> Cc: Dong, Eric <eric.dong@intel.com>; leif@nuviainc.com; Kinney,
> >> Michael D <michael.d.kinney@intel.com>; afish@apple.com; Gao, Liming
> >> <liming.gao@intel.com>
> >> 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://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
> .com%2Ftianocore%2Ftianocore.github.io%2Fwiki%2FEDK-II-Release-
> Planning&amp;data=02%7C01%7Cleo.duran%40amd.com%7Cdec7fb5d02784
> 01bcf1008d7bad87003%7C3dd8961fe4884e608e11a82d994e183d%7C0%7
> C0%7C637183311078914692&amp;sdata=R%2FBNmDgmA1m7rRyK%2F2DSn
> Os3Cw8W3ZgPVZoZe3QPNJg%3D&amp;reserved=0
> 
> 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.
> 
[Duran, Leo] 
It sounds like either way the merge would happen reasonably soon.
So although it's "bug-fix" as opposed to a "feature-add", I'll defer to the maintainers for an optimal merge plan.
And I suppose folks with a different opinion could possibly chime in on the opened ticket.

Thanks,
Leo.


> 
> Thanks
> Laszlo


  reply	other threads:[~2020-02-26 16:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-25 19:39 [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib Leo Duran
2020-02-25 19:39 ` [PATCH 1/2] UefiCpuPkg: LocalApicLib: Export StandardSignatureIsAuthenticAMD function Leo Duran
2020-02-26  1:13   ` Dong, Eric
2020-02-26  2:41     ` Duran, Leo
2020-02-26  5:05       ` Dong, Eric
2020-02-26 10:13         ` [edk2-devel] " Laszlo Ersek
2020-02-26 15:03           ` Duran, Leo
2020-02-26 16:19             ` Laszlo Ersek
2020-02-26 15:59         ` Duran, Leo
2020-02-25 19:39 ` [PATCH 2/2] UefiCpuPkg: MpInitLib: Exclude code no pertinent to AMD processors Leo Duran
2020-02-26  7:45   ` Ni, Ray
2020-02-26  7:56     ` Siyuan, Fu
2020-02-26  0:54 ` [edk2-devel] [PATCH 0/2] UefiCpuPkg/Library: Fix bug in MpInitLib Laszlo Ersek
2020-02-26  7:57   ` Ni, Ray
2020-02-26  8:56     ` Liming Gao
2020-02-26 15:11       ` Duran, Leo
2020-02-26 16:24         ` Laszlo Ersek
2020-02-26 16:35           ` Duran, Leo [this message]
2020-02-26 15:25     ` Duran, Leo
2020-02-26 15:46       ` Duran, Leo
2020-02-26 16:20         ` Laszlo Ersek
2020-02-26 16:39           ` Duran, Leo
2020-02-26 16:46             ` Duran, Leo
2020-02-26 17:45             ` Laszlo Ersek
2020-02-26 17:51               ` Duran, Leo
2020-02-27  5:55                 ` Ni, Ray
2020-02-27 18:17                   ` Duran, Leo
2020-02-28  6:47                     ` Ni, Ray
2020-02-28 16:38                       ` Duran, Leo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BN6PR12MB1922A96FD088745F605EC334F9EA0@BN6PR12MB1922.namprd12.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox