From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 08 Aug 2019 11:53:12 -0700 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3BF607653C; Thu, 8 Aug 2019 18:53:12 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-122.ams2.redhat.com [10.36.117.122]) by smtp.corp.redhat.com (Postfix) with ESMTP id 32EE55DA5B; Thu, 8 Aug 2019 18:53:11 +0000 (UTC) Subject: Re: [edk2-devel] [Patch v2 1/2] UefiCpuPkg/RegisterCpuFeaturesLib: Remove debug message. To: Rebecca Cran , devel@edk2.groups.io, eric.dong@intel.com Cc: Ray Ni References: <20190805064359.29332-1-eric.dong@intel.com> <20190805064359.29332-2-eric.dong@intel.com> <9ecff459-b2ba-1942-dec0-c51f662552b2@bsdio.com> From: "Laszlo Ersek" Message-ID: <3f6946b3-13e8-5144-c6e7-4c6b1a0fe8da@redhat.com> Date: Thu, 8 Aug 2019 20:53:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <9ecff459-b2ba-1942-dec0-c51f662552b2@bsdio.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 08 Aug 2019 18:53:12 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/07/19 19:17, Rebecca Cran wrote: > On 2019-08-05 00:43, Dong, Eric wrote: >> This debug message may be called by BSP and APs. It may >> caused ASSERT when APs call this debug code. >> >> In order to avoid system boot assert, Remove this debug >> message. >> >> Signed-off-by: Eric Dong >> Cc: Ray Ni >> Cc: Laszlo Ersek > > I can't find it just now, but I seem to recall there's an associated BZ > ticket that we triaged a couple of weeks ago. Possibly ? Thanks Laszlo