From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web09.5182.1654073218329734756 for ; Wed, 01 Jun 2022 01:46:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=iWJS5PNm; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654073217; 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: in-reply-to:in-reply-to:references:references; bh=OluxYOyFw3v+TDn5AoZcFM9CLh4YyKoNI3rcufWTInM=; b=iWJS5PNm2X54RcQsIu3lEMrOfv+lUhdD/DIL4FMk87PKDmC1+ln2reHrb8PWyxcDPwvZKY KGVzqNmQsYrl+tVcuiyQeBTQR3sa8r7J+MrslS4tChvCdcpP9x1LdC7mbwB4AqRWG1xef8 ALtzBv5s7NLvTKdhQSpIsPi1ynbl/74= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-96-Kmh5-E3-On6_wtwk5wPf8g-1; Wed, 01 Jun 2022 04:46:54 -0400 X-MC-Unique: Kmh5-E3-On6_wtwk5wPf8g-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DDB07811E81; Wed, 1 Jun 2022 08:46:53 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.104]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AB9BA8288C; Wed, 1 Jun 2022 08:46:53 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 24123180084D; Wed, 1 Jun 2022 10:46:52 +0200 (CEST) Date: Wed, 1 Jun 2022 10:46:52 +0200 From: "Gerd Hoffmann" To: "Ojeda Leon, Nicolas" Cc: "devel@edk2.groups.io" , "Graf (AWS), Alexander" Subject: Re: [edk2-devel] [PATCH v5 4/5] Ovmf/PlatformPei: Use host-provided GPA end if available Message-ID: <20220601084652.suex64jnkoztgiod@sirius.home.kraxel.org> References: <27e815bf6eb94fd36b45a98e760c318a54422012.1650918674.git.ncoleon@amazon.com> <20220429101841.f6o7mt34utdp4suj@sirius.home.kraxel.org> <2a8382545f0a438286b9f900387c0500@EX13D49EUC003.ant.amazon.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 27, 2022 at 01:05:32PM +0000, Ojeda Leon, Nicolas wrote: > Hi, > > Following the discussion, could these patches already be merged? I think so, now that the freeze is over. I'd suggest to rebase, run through CI (open a draft pull request for that) and repost the series, with the maintainers Cc'ed (the script BaseTools/Scripts/GetMaintainer.py helps with that). take care, Gerd