[edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT

Vitaly Cheptsov via Groups.Io posted 3 patches 4 years, 8 months ago
Failed in applying to current master (apply log)
MdePkg/Include/Base.h                               | 92 +++++++++-----------
MdeModulePkg/Library/ResetUtilityLib/ResetUtility.c |  5 +-
2 files changed, 44 insertions(+), 53 deletions(-)
[edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT
Posted by Vitaly Cheptsov via Groups.Io 4 years, 8 months ago
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)


-=-=-=-=-=-=-=-=-=-=-=-
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v1 0/3] Replace VERIFY_SIZE_OF with STATIC_ASSERT
Posted by Liming Gao 4 years, 7 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----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)
>
>
>-=-=-=-=-=-=
>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]
>-=-=-=-=-=-=


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47013): https://edk2.groups.io/g/devel/message/47013
Mute This Topic: https://groups.io/mt/32918010/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-