public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "G Edhaya Chandran" <edhaya.chandran@arm.com>
To: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Cc: "Alex_Fox@phoenix.com" <Alex_Fox@phoenix.com>,
	"David_Wright@phoenix.com" <David_Wright@phoenix.com>,
	"lichao@loongson.cn" <lichao@loongson.cn>,
	Stuart Yoder <Stuart.Yoder@arm.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	"gaojie@byosoft.com.cn" <gaojie@byosoft.com.cn>
Subject: Re: [edk2-devel] [PATCH v2 0/4] TCG2 protocol clean up
Date: Tue, 23 Apr 2024 09:52:04 +0000	[thread overview]
Message-ID: <AS1PR08MB7475735080076B270970085EE8112@AS1PR08MB7475.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <d8281aa0-af4a-431d-adca-9c24d99decf2@canonical.com>

Hi Heinrich,

   Yes. A new release candidate shall be published after review and upstream of the patches.
Will further send an update.

With Warm Regards,
Edhay


> -----Original Message-----
> From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> Sent: Tuesday, April 23, 2024 12:46 AM
> To: G Edhaya Chandran <Edhaya.Chandran@arm.com>
> Cc: Alex_Fox@phoenix.com; David_Wright@phoenix.com; lichao@loongson.cn;
> Stuart Yoder <Stuart.Yoder@arm.com>; devel@edk2.groups.io;
> gaojie@byosoft.com.cn
> Subject: Re: [PATCH v2 0/4] TCG2 protocol clean up
>
> On 4/16/24 16:53, Stuart Yoder wrote:
> > This patch series cleans up some issues found when building edk2-test
> > with a non-GCC compiler:
> >    -TPMT_HA struct had an error due to incorrect use of C flexible array
> member
> >    -compute struct member offsets using OFFSET_OF, which is not GCC specific
> >    -clean up of #pragma pack in one file
> >    -resolve type conversion warnings
> >
> > Patches are in github here:
> > https://github.com/stuyod01/edk2-test/tree/tcg2-cleanup
> >
> > Version 2
> >    -add SM3 hash type to TPM2.h
> >    -resolve type conversion warnings
> >
> > Stuart Yoder (4):
> >    uefi-sct/SctPkg: TCG2 Protocol: correct definition of TPMT_HA struct
> >    uefi-sct/SctPkg: TCG2 Protocol: use OFFSET_OF for computing offsets
> >    uefi-sct/SctPkg: TCG2 Protocol: #pragma pack cleanup
> >    uefi-sct/SctPkg: TCG2 Protocol: clean up type conversion warnings
> >
> >   uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/TCG2/BlackBoxTest/TCG2ProtocolBBTe
> st.h            |  3 +--
> >   uefi-sct/SctPkg/UEFI/Protocol/TCG2.h                                                         | 17
> +++++++++++--
> >   uefi-
> sct/SctPkg/TestCase/UEFI/EFI/Protocol/TCG2/BlackBoxTest/TCG2ProtocolBBTe
> stConformance.c | 25 +++++++++-----------
> >   3 files changed, 27 insertions(+), 18 deletions(-)
> >
>
> Hello Edhaya,
>
> Will we have another release candidate with these patches included?
>
> Best regards
>
> Heinrich

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118133): https://edk2.groups.io/g/devel/message/118133
Mute This Topic: https://groups.io/mt/105558005/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  reply	other threads:[~2024-04-23  9:52 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-16 14:53 [edk2-devel] [PATCH v2 0/4] TCG2 protocol clean up Stuart Yoder
2024-04-16 14:53 ` [edk2-devel] [PATCH v2 1/4] uefi-sct/SctPkg: TCG2 Protocol: correct definition of TPMT_HA struct Stuart Yoder
2024-04-24 11:16   ` G Edhaya Chandran
2024-04-24 11:32     ` G Edhaya Chandran
2024-04-24 11:36       ` G Edhaya Chandran
2024-04-24 13:58         ` Stuart Yoder
2024-04-25  5:40           ` G Edhaya Chandran
2024-04-16 14:53 ` [edk2-devel] [PATCH v2 2/4] uefi-sct/SctPkg: TCG2 Protocol: use OFFSET_OF for computing offsets Stuart Yoder
2024-04-24 11:17   ` G Edhaya Chandran
2024-04-16 14:54 ` [edk2-devel] [PATCH v2 3/4] uefi-sct/SctPkg: TCG2 Protocol: #pragma pack cleanup Stuart Yoder
2024-04-24 11:17   ` G Edhaya Chandran
2024-04-16 14:54 ` [edk2-devel] [PATCH v2 4/4] uefi-sct/SctPkg: TCG2 Protocol: clean up type conversion warnings Stuart Yoder
2024-04-24 11:17   ` G Edhaya Chandran
2024-04-22 19:15 ` [edk2-devel] [PATCH v2 0/4] TCG2 protocol clean up Heinrich Schuchardt
2024-04-23  9:52   ` G Edhaya Chandran [this message]
2024-05-03 23:47     ` [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 // " G Edhaya Chandran
2024-05-05 22:21       ` [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 Heinrich Schuchardt
2024-05-06 17:26         ` G Edhaya Chandran
2024-05-09 20:23       ` [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 // RE: [PATCH v2 0/4] TCG2 protocol clean up David Wright
2024-05-10  2:43         ` G Edhaya Chandran
2024-05-10  2:55           ` Chao Li
2024-05-10 14:56             ` G Edhaya Chandran
2024-05-11  2:47               ` Chao Li
     [not found]               ` <17CE4F3DF61B149E.21609@groups.io>
2024-05-13  6:21                 ` Chao Li
2024-05-13 15:21                   ` G Edhaya Chandran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AS1PR08MB7475735080076B270970085EE8112@AS1PR08MB7475.eurprd08.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox