From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web09.8892.1610029202890191594 for ; Thu, 07 Jan 2021 06:20:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=J8JU4BbL; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610029202; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xHr2YMq5BNYeewLwRliO6E7bLuV5v4jWFzUxku9PmHQ=; b=J8JU4BbLi18M3MwQ9lfG/qIaDdRbZJAxx39A4rQrD7VLc0vs/B/XT0h/3LGXbXcMHl5WDM L8/RMtCFvD9e3zkqdFF1b2FpVuclCCfXhARUR08ZTWU4NdR+RAZpL1v3+speZ1ZU+ZodQ7 JCnPWB+c9Xd01dN9DFLof7P7zRf4dp8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-190-c_HGHDMuPfy6c2eimmJtEw-1; Thu, 07 Jan 2021 09:19:58 -0500 X-MC-Unique: c_HGHDMuPfy6c2eimmJtEw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 98EDF18C8C01; Thu, 7 Jan 2021 14:19:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-119.ams2.redhat.com [10.36.114.119]) by smtp.corp.redhat.com (Postfix) with ESMTP id 463BD19813; Thu, 7 Jan 2021 14:19:56 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v6] MdeModulePkg/Universal/StatusCodeHandler: Fix a bug about log lost To: devel@edk2.groups.io, dandan.bi@intel.com, "Tan, Ming" , "gaoliming@byosoft.com.cn" Cc: "Wang, Jian J" , "Wu, Hao A" References: <1651B662B221A676.25767@groups.io> <002d01d6d7fa$5b6945f0$123bd1d0$@byosoft.com.cn> From: "Laszlo Ersek" Message-ID: Date: Thu, 7 Jan 2021 15:19:55 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 12/22/20 04:17, Dandan Bi wrote: > Here is the pull request https://github.com/tianocore/edk2/pull/1259 "PR can not be merged due to a PatchCheck failure. Please resolve and resubmit" I'm closing the PR for now. Thanks, Laszlo