From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: liming.gao@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Mon, 16 Sep 2019 18:41:19 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 18:41:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,514,1559545200"; d="scan'208";a="386393707" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 16 Sep 2019 18:41:18 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 18:41:18 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 18:41:17 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.53]) with mapi id 14.03.0439.000; Tue, 17 Sep 2019 09:41:16 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Gao, Liming" , "vit9696@protonmail.com" Subject: Re: [edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT Thread-Topic: [edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT Thread-Index: AQHVVI5666KvGqnETUeFDxm5HAyCt6ciqRpggAyfqOA= Date: Tue, 17 Sep 2019 01:41:15 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F8C8E@SHSMSX104.ccr.corp.intel.com> References: <20190816235808.16019-1-vit9696@protonmail.com> <15C29F073B45A5F2.17179@groups.io> In-Reply-To: <15C29F073B45A5F2.17179@groups.io> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Push @0d85e67714e31e0dbe4241ab2ebb7c423aba174d..d8c4b87ec460233d2c6f3e1343b= 6638f8b4a1ddf >-----Original Message----- >From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >Liming Gao >Sent: Monday, September 09, 2019 8:54 AM >To: devel@edk2.groups.io; vit9696@protonmail.com >Subject: Re: [edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with >STATIC_ASSERT > >Reviewed-by: Liming Gao > >>-----Original Message----- >>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of >>Vitaly Cheptsov via Groups.Io >>Sent: Saturday, August 17, 2019 7:58 AM >>To: devel@edk2.groups.io >>Subject: [edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with >>STATIC_ASSERT >> >>Things to note: >> >>- This patchset should go after STATIC_ASSERT implementation: >> https://edk2.groups.io/g/devel/topic/32917749 >>- It is suggested that unlike the previous patch, which in my >> opinion should appear in edk2-stable201908, this patchset should >> land in edk2-stable2019011. This will let more people to comment >> whether they are ready to use it as is. >> >>Vitaly Cheptsov (3): >> MdeModulePkg/ResetUtilityLib: Use STATIC_ASSERT macro >> MdePkg: Use STATIC_ASSERT macro >> MdePkg: Drop VERIFY_SIZE_OF in favour of STATIC_ASSERT >> >> MdePkg/Include/Base.h | 92 +++++++++-----= ------ >> MdeModulePkg/Library/ResetUtilityLib/ResetUtility.c | 5 +- >> 2 files changed, 44 insertions(+), 53 deletions(-) >> >>-- >>2.20.1 (Apple Git-117) >> >> >>-=3D-=3D-=3D-=3D-=3D-=3D >>Groups.io Links: You receive all messages sent to this group. >> >>View/Reply Online (#45871): >https://edk2.groups.io/g/devel/message/45871 >>Mute This Topic: https://groups.io/mt/32918010/1759384 >>Group Owner: devel+owner@edk2.groups.io >>Unsubscribe: https://edk2.groups.io/g/devel/unsub [liming.gao@intel.com= ] >>-=3D-=3D-=3D-=3D-=3D-=3D > > >