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.67725.1679562796234368267 for ; Thu, 23 Mar 2023 02:13:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=F/ONebYh; 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=1679562795; 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=jgI6HU6BFhIvT8IByio8bZN53pdGCTcSnfTLWo+03hg=; b=F/ONebYh3SInUDR4n1pKE3h9nYeRrvziOpw21M9kaXvHYLC+gUCMUn1dAznVCjnJfFzru4 dp4D4liCfxLIAOKjYP1uks06oEABKuPn6Qtn0GUonTRew3pOy26Hm4T/o2iI3H+U3tqwps ujboC4+xz4++Zj+WPIkvAfs1MOtDD18= 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-372-dAegopZ2MaWB9puRk8T8Xg-1; Thu, 23 Mar 2023 05:13:13 -0400 X-MC-Unique: dAegopZ2MaWB9puRk8T8Xg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 71A40101A531; Thu, 23 Mar 2023 09:13:13 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.241]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4A4DC40CF8F2; Thu, 23 Mar 2023 09:13:13 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 104C71800081; Thu, 23 Mar 2023 10:13:12 +0100 (CET) Date: Thu, 23 Mar 2023 10:13:11 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, dun.tan@intel.com Subject: Re: [edk2-devel] [Patch V4 00/21] Fix issues in CpuPageTableLib Message-ID: References: <20230323074057.549-1-dun.tan@intel.com> MIME-Version: 1.0 In-Reply-To: <20230323074057.549-1-dun.tan@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 23, 2023 at 03:40:36PM +0800, duntan wrote: > In the V4 atch set > 1. In the patch "UefiCpuPkg/MpInitLib: Add code to initialize MapMask", add code to set MapMask to MAX_UINT64 to fix the boot failure tested by Gred. > 2. Add patches to enable PAE paing in CpuPageTable Lib and add random test for PAE paging > 3. Add patch to reduce the number of random test since CI may timeout > 4. Modify the patch to fix non-1:1 mapping issue Tested-by: Gerd Hoffmann Acked-by: Gerd Hoffmann