From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web11.9690.1600854221084794761 for ; Wed, 23 Sep 2020 02:43:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=MHdI6I71; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600854220; 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=Rf5KisfLBTnhgygwuyCj6gDem54daYmHvjd/pMpo2v4=; b=MHdI6I71AdzKT0mB7S7SHYscPlai7+LHxK1P1ydVGMceQgwLwE8E7LF8SE6VOsgo1OF6Vi svOv7zlJKKnWTu/QyuNEUZHZ92IR9VPEidDuwOdaf+X3D/d34xUQkJJvHU8aPwuuZNZ5C9 S8jJ7btNUE08Dw8t8jCBNy7gZJv9LaI= 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-583-mlv_dq-bN1aupjalw4Ww_w-1; Wed, 23 Sep 2020 05:43:34 -0400 X-MC-Unique: mlv_dq-bN1aupjalw4Ww_w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 09CFF801FDA; Wed, 23 Sep 2020 09:43:32 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-233.ams2.redhat.com [10.36.112.233]) by smtp.corp.redhat.com (Postfix) with ESMTP id 48D063A40; Wed, 23 Sep 2020 09:43:29 +0000 (UTC) Subject: Re: [edk2-devel] [EXTERNAL] [PATCH v8 00/14] Add the VariablePolicy feature To: Ard Biesheuvel , devel@edk2.groups.io, bret.barkelew@microsoft.com, Bret Barkelew Cc: "Yao, Jiewen" , Dandan Bi , Chao Zhang , Jian J Wang , Hao A Wu , "liming.gao" , Jordan Justen , Andrew Fish , "Ni, Ray" References: <20200923060748.3795-1-bret.barkelew@microsoft.com> <1d4ef977-beb8-f7de-a4f9-4137dd23ed50@arm.com> From: "Laszlo Ersek" Message-ID: Date: Wed, 23 Sep 2020 11:43:28 +0200 MIME-Version: 1.0 In-Reply-To: <1d4ef977-beb8-f7de-a4f9-4137dd23ed50@arm.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US On 09/23/20 11:22, Ard Biesheuvel wrote: > On 9/23/20 10:45 AM, Laszlo Ersek wrote: >> On 09/23/20 08:12, Bret Barkelew via groups.io wrote: >>> To whom it may concern, >>> This is as done as it’s going to get. >>> >>> Thank you all for your help! >> >> Seems like it's been fully reviewed. If that's the case -- do you want >> me to merge it? >> >> (Asking because the series modifies multiple packages, so there isn't a >> maintainer that's uniquely responsible for merging the series.) >> > > Yes, please. This has been going on long enough. > > Only question I have is breakage in edk2-platforms - it seems that most > platforms there are broken atm anyway due to the RngLib change having > been merged, but it would be good to have an idea what the status is there. > Judged from patches 05 through 08, the platforms in edk2-platforms are going to need some new lib class resolutions. Therefore I think we might have to merge this in two parts: - patches 01-08 in the first go, - [update edk2-platforms to mimick patches 05-08], - patches 09-14 in the second round. If Bret is OK with that, I can start merging 01-08 soon. (In theory, we could merge patches 05-08 as a part of the second round, because technically, edk2-platforms only need 01-04. However, if some commit messages in edk2-platforms would like to reference *example platform code* from edk2, then having stable commit hashes for patches 05-08 in edk2 would be useful. Hence my suggestion to include 05-08 in the first round of edk2 merging.) Thanks, Laszlo