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.web11.10884.1679309793102938099 for ; Mon, 20 Mar 2023 03:56:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=R2r/OK1w; 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=1679309792; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=le8HJAbORVVh5i3Zsk9FS1V6TbV2xyWQ5xxwF+M/4II=; b=R2r/OK1wIR0rel6CIYtPdVFUOeGgSaqC0bpOKFlRvD33EBxiIBbYptMzSInHn1GZdK6n4l Wu7A+s3HcaCkylWGxnr3t8kHtSGrqsQnmY+U6Wzs3l2bZkc3nIrWc977HG30cd8ZzOZQJ6 Blp4dZJmIySf+I9V0rfpuw5R8FcrEeU= 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-224-6DqL0Nf6NbOMFPHnkiPJEQ-1; Mon, 20 Mar 2023 06:56:29 -0400 X-MC-Unique: 6DqL0Nf6NbOMFPHnkiPJEQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B96D5101A551; Mon, 20 Mar 2023 10:56:28 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.144]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7F281C15BAD; Mon, 20 Mar 2023 10:56:28 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 1F1851800081; Mon, 20 Mar 2023 11:56:27 +0100 (CET) Date: Mon, 20 Mar 2023 11:56:27 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, dun.tan@intel.com Subject: Re: [edk2-devel] [Patch V3 00/18] Fix issues in CpuPageTableLib Message-ID: <20230320105627.n3yfhgxtqwi7ziic@sirius.home.kraxel.org> References: <20230320053329.410-1-dun.tan@intel.com> MIME-Version: 1.0 In-Reply-To: <20230320053329.410-1-dun.tan@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Mar 20, 2023 at 01:33:11PM +0800, duntan wrote: > In the V3 patch set: > 1.Modify the V2 patch set based on Ray's comments > 2.Remove the patch to enable PAE paging. Will do this in future patches > 3.Add patches to combine code branch for non-present and leaf ParentEntry Patch series breaks OVMF. Going bisect, stay tuned ... take care, Gerd