From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: liming.gao@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Sun, 08 Sep 2019 17:54:33 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2019 17:54:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,483,1559545200"; d="scan'208";a="267917018" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 08 Sep 2019 17:54:32 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Sep 2019 17:54:32 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 8 Sep 2019 17:54:32 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.89]) with mapi id 14.03.0439.000; Mon, 9 Sep 2019 08:54:30 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "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: AQHVVI5666KvGqnETUeFDxm5HAyCt6ciqRpg Date: Mon, 9 Sep 2019 00:54:29 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F44CE@SHSMSX104.ccr.corp.intel.com> References: <20190816235808.16019-1-vit9696@protonmail.com> In-Reply-To: <20190816235808.16019-1-vit9696@protonmail.com> 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 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