From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from huawei.com (huawei.com [45.249.212.191]) by mx.groups.io with SMTP id smtpd.web11.4050.1599615550762940594 for ; Tue, 08 Sep 2020 18:39:11 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: huawei.com, ip: 45.249.212.191, mailfrom: xiewenyi2@huawei.com) Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 8938D274D103498341E2; Wed, 9 Sep 2020 09:39:07 +0800 (CST) Received: from [127.0.0.1] (10.174.153.72) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.487.0; Wed, 9 Sep 2020 09:39:01 +0800 Subject: Re: [edk2-devel] [PATCH edk2-Platform 1/1] Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , , , CC: , , References: <1599184513-33121-1-git-send-email-xiewenyi2@huawei.com> <1599184513-33121-2-git-send-email-xiewenyi2@huawei.com> <7c6bba16-866e-b319-5d8f-a6da5392ea75@redhat.com> From: "wenyi,xie" Message-ID: <001ab342-19fa-4375-f5ef-b7c807ca8099@huawei.com> Date: Wed, 9 Sep 2020 09:38:56 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.0.1 MIME-Version: 1.0 In-Reply-To: <7c6bba16-866e-b319-5d8f-a6da5392ea75@redhat.com> X-Originating-IP: [10.174.153.72] X-CFilter-Loop: Reflected Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: quoted-printable Hi, Philippe, Thank you for reminder. I will correct it. Regards Wenyi On 2020/9/7 21:52, Philippe Mathieu-Daud=C3=A9 wrote: > Hi, >=20 > You seem to have an incomplete git setup. >=20 > Maybe you simply miss: >=20 > $ git config user.name 'Wenyi Xie' >=20 > On 9/4/20 3:55 AM, wenyi,xie via groups.io wrote: >> According to the bug: >> https://bugzilla.tianocore.org/show_bug.cgi?id=3D2777 >> the deprecated code under DISABLE_NEW_DEPRECATED_INTERFACES >> will be removed, which will result in compilation breakage >> of the Hisilicon platforms. Prevent that by switching to >> S-suffixed one. >> >> Cc: Leif Lindholm >> Cc: Ard Biesheuvel >> Signed-off-by: Wenyi Xie >> --- >> .../Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 2 +- >> .../Smbios/MemorySubClassDxe/MemorySubClass.c | 12 ++++++------ >> .../ProcessorSubClassDxe/ProcessorSubClass.c | 14 +++++++------= - >> .../SmbiosMiscDxe/Type00/MiscBiosVendorFunction.c | 6 +++--- >> .../Type01/MiscSystemManufacturerFunction.c | 12 ++++++------ >> .../Type02/MiscBaseBoardManufacturerFunction.c | 12 ++++++------ >> .../Type03/MiscChassisManufacturerFunction.c | 10 +++++----- >> .../Type09/MiscSystemSlotDesignationFunction.c | 2 +- >> 8 files changed, 35 insertions(+), 35 deletions(-) >=20 >=20