From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.2921.1588233159882733219 for ; Thu, 30 Apr 2020 00:52:40 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3201E1063; Thu, 30 Apr 2020 00:52:38 -0700 (PDT) Received: from [192.168.1.81] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1ECE23F68F; Thu, 30 Apr 2020 00:52:36 -0700 (PDT) Subject: Re: [edk2-devel] [PATCH] MdeModulePkg/DeviceManagerUiLib: connect all before creating menu page To: devel@edk2.groups.io, "Bi, Dandan" , "lersek@redhat.com" Cc: "Gao, Zhichao" , "Ni, Ray" , "Wang, Jian J" , "Wu, Hao A" References: <20200408172807.10108-1-ard.biesheuvel@arm.com> <1e1d4c9d-01ed-2b65-69ec-278f95309d25@redhat.com> <3C0D5C461C9E904E8F62152F6274C0BB40DB1A8A@SHSMSX104.ccr.corp.intel.com> <90d4edc7-421d-3ed1-3deb-6ce7ff6402bd@arm.com> <3C0D5C461C9E904E8F62152F6274C0BB40DB9A0B@SHSMSX104.ccr.corp.intel.com> <1608D342B47ED79B.10837@groups.io> From: "Ard Biesheuvel" Message-ID: Date: Thu, 30 Apr 2020 09:52:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <1608D342B47ED79B.10837@groups.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 4/24/20 7:59 PM, Ard Biesheuvel via groups.io wrote: > On 4/19/20 10:06 AM, Bi, Dandan wrote: >> Ok, thanks Ard! >> Reviewed-by: Dandan Bi for this patch. >> > > Hao, Jian, > > I intend to merge this patch next week, unless you have any objections. > Merged as https://github.com/tianocore/edk2/pull/566, with Dandan's R-b, and the clarification added that Laszlo requested. Thanks all,