public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test][v2 Patch 0/3] Add VerifySignature() Test
@ 2018-12-03  7:53 Eric Jin
  2018-12-03 13:49 ` Laszlo Ersek
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Jin @ 2018-12-03  7:53 UTC (permalink / raw)
  To: edk2-devel

This is the cover letter.
The series of patches are listed below.

  uefi-sct/SctPkg:Format code style in PKCS7Verify
  uefi-sct/SctPkg:Add VerifySignature() Func Test
  uefi-sct/SctPkg:Add VerifySignature() Conf Test


 .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.c   |   93 +-
 .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.h   |  192 +--
 .../PKCS7Verify/BlackBoxTest/Pkcs7BBTest.inf       |  126 +-
 .../BlackBoxTest/Pkcs7BBTestConformance.c          | 1305 +++++++++-------
 .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestData.c     | 1568 +++++++++++++-------
 .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestFunction.c |  553 ++++---
 .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.c     |  458 +++---
 .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.h     |  248 ++--
 8 files changed, 2689 insertions(+), 1854 deletions(-)

-- 
2.9.0.windows.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-test][v2 Patch 0/3] Add VerifySignature() Test
  2018-12-03  7:53 [edk2-test][v2 Patch 0/3] Add VerifySignature() Test Eric Jin
@ 2018-12-03 13:49 ` Laszlo Ersek
  2018-12-05  2:47   ` Jin, Eric
  0 siblings, 1 reply; 3+ messages in thread
From: Laszlo Ersek @ 2018-12-03 13:49 UTC (permalink / raw)
  To: Eric Jin; +Cc: edk2-devel

On 12/03/18 08:53, Eric Jin wrote:
> This is the cover letter.
> The series of patches are listed below.
> 
>   uefi-sct/SctPkg:Format code style in PKCS7Verify
>   uefi-sct/SctPkg:Add VerifySignature() Func Test
>   uefi-sct/SctPkg:Add VerifySignature() Conf Test
> 
> 
>  .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.c   |   93 +-
>  .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.h   |  192 +--
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTest.inf       |  126 +-
>  .../BlackBoxTest/Pkcs7BBTestConformance.c          | 1305 +++++++++-------
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestData.c     | 1568 +++++++++++++-------
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestFunction.c |  553 ++++---
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.c     |  458 +++---
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.h     |  248 ++--
>  8 files changed, 2689 insertions(+), 1854 deletions(-)
> 

A cover letter like this doesn't make any sense.

- Please enable shallow threading for git-send-email, so that the patch
emails are (direct) children of the cover letter. One of the goals of
the cover letter is to group the patches under a common parent message.

- The other purpose of cover letters is to summarize the goal of the
patch series (high level problem statement, chosen solution, maybe
mention one or two details if they are important).

Thanks
Laszlo


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-test][v2 Patch 0/3] Add VerifySignature() Test
  2018-12-03 13:49 ` Laszlo Ersek
@ 2018-12-05  2:47   ` Jin, Eric
  0 siblings, 0 replies; 3+ messages in thread
From: Jin, Eric @ 2018-12-05  2:47 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: edk2-devel@lists.01.org

Hi Laszlo,

Thank for the comments. Will send out new patch series later. 

Best Regards
Eric

-----Original Message-----
From: Laszlo Ersek <lersek@redhat.com> 
Sent: Monday, December 3, 2018 9:50 PM
To: Jin, Eric <eric.jin@intel.com>
Cc: edk2-devel@lists.01.org
Subject: Re: [edk2] [edk2-test][v2 Patch 0/3] Add VerifySignature() Test

On 12/03/18 08:53, Eric Jin wrote:
> This is the cover letter.
> The series of patches are listed below.
> 
>   uefi-sct/SctPkg:Format code style in PKCS7Verify
>   uefi-sct/SctPkg:Add VerifySignature() Func Test
>   uefi-sct/SctPkg:Add VerifySignature() Conf Test
> 
> 
>  .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.c   |   93 +-
>  .../EFI/Protocol/PKCS7Verify/BlackBoxTest/Guid.h   |  192 +--
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTest.inf       |  126 +-
>  .../BlackBoxTest/Pkcs7BBTestConformance.c          | 1305 +++++++++-------
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestData.c     | 1568 +++++++++++++-------
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestFunction.c |  553 ++++---
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.c     |  458 +++---
>  .../PKCS7Verify/BlackBoxTest/Pkcs7BBTestMain.h     |  248 ++--
>  8 files changed, 2689 insertions(+), 1854 deletions(-)
> 

A cover letter like this doesn't make any sense.

- Please enable shallow threading for git-send-email, so that the patch emails are (direct) children of the cover letter. One of the goals of the cover letter is to group the patches under a common parent message.

- The other purpose of cover letters is to summarize the goal of the patch series (high level problem statement, chosen solution, maybe mention one or two details if they are important).

Thanks
Laszlo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-05  2:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-03  7:53 [edk2-test][v2 Patch 0/3] Add VerifySignature() Test Eric Jin
2018-12-03 13:49 ` Laszlo Ersek
2018-12-05  2:47   ` Jin, Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox