From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.3406.1578388194202733295 for ; Tue, 07 Jan 2020 01:09:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=RdtQLlDJ; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578388193; 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=1oA4ONtT6BqHNs4Z+mbLmclJyahnSyx4gzQqeywMMKE=; b=RdtQLlDJjwtaGbm9fLAlWCBklcjnh+k0wdBfDcH18Rw+AwyPHFg90242jUEEjyXhhrOuLC DRwVIyXMecJbCKrz+1vcJW/EtzZarW1nwztHLt3yLsDt784vQII5Z2tFI4WZzCfwBZ1umk tjo1t8zHSn1AzZ6nYNr9aqMXSaWwnmg= 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-315-tLb6q_C0Nd60kn--c7KNkA-1; Tue, 07 Jan 2020 04:09:10 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0235D800D4C; Tue, 7 Jan 2020 09:09:09 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-126.ams2.redhat.com [10.36.117.126]) by smtp.corp.redhat.com (Postfix) with ESMTP id CA6405C21B; Tue, 7 Jan 2020 09:09:07 +0000 (UTC) Subject: Re: [PATCH 0/2] Correct the commit message. To: Eric Dong , devel@edk2.groups.io Cc: Ray Ni References: <20200107005319.937-1-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: <66321eb9-a980-4882-a7d2-617a820fd3f7@redhat.com> Date: Tue, 7 Jan 2020 10:09:06 +0100 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: <20200107005319.937-1-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: tLb6q_C0Nd60kn--c7KNkA-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 01/07/20 01:53, Eric Dong wrote: > This patch serial used to update the commit message. > > Rollback the old change and resend it with new commit message. > > Cc: Ray Ni > Cc: Laszlo Ersek > Eric Dong (2): > Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Fix buffer overflow issue." > UefiCpuPkg/PiSmmCpuDxeSmm: improve the coding style > > UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > series Reviewed-by: Laszlo Ersek Thank you very much, Eric! Laszlo