@Lu, James<mailto:james...@intel.com>
I may need to get your help to add push label for the PR.

Thanks,
Gua

From: Feng, Ning <ning.f...@intel.com>
Sent: Monday, January 9, 2023 1:04 PM
To: Guo, Gua <gua....@intel.com>; devel@edk2.groups.io
Cc: Lu, James <james...@intel.com>; Guo, Dong <dong....@intel.com>; Ni, Ray 
<ray...@intel.com>; Rhodes, Sean <sean@starlabs.systems>
Subject: RE: [edk2-devel] [PATCH] UefiPayloadPkg/DebugPrintErrorLevelLibHob

Hi, @Guo, Gua<mailto:gua....@intel.com>,
Thanks for the review.
I have already fix the commit message, and create the PR.
UefiPayloadPkg: Fix debug print error level hob not save correct by NingFengGit 
· Pull Request #3868 · tianocore/edk2 
(github.com)<https://github.com/tianocore/edk2/pull/3868>

Thanks,
Ning

From: Guo, Gua <gua....@intel.com<mailto:gua....@intel.com>>
Sent: Monday, January 9, 2023 9:58 AM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; Feng, Ning 
<ning.f...@intel.com<mailto:ning.f...@intel.com>>
Cc: Lu, James <james...@intel.com<mailto:james...@intel.com>>; Guo, Dong 
<dong....@intel.com<mailto:dong....@intel.com>>; Ni, Ray 
<ray...@intel.com<mailto:ray...@intel.com>>; Rhodes, Sean 
<sean@starlabs.systems<mailto:sean@starlabs.systems>>
Subject: RE: [edk2-devel] [PATCH] UefiPayloadPkg/DebugPrintErrorLevelLibHob

@Feng, Ning<mailto:ning.f...@intel.com>

Could you send Edk2 PR ? we can check in it.
https://github.com/tianocore/edk2/pulls

And please also change commit message like below

“””

UefiPayloadPkg: Fix debug print error level hob not save correct

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4264

Fix debug print error level hob not save correct DebugPrintErrorlevel

Should cover the case:
Header.Length == UNIVERSAL_PAYLOAD_SIZEOF_THROUGH_FIELD ()
Cc: Ray Ni <ray...@intel.com<mailto:ray...@intel.com>>
Cc: Sean Rhodes <sean@starlabs.systems<mailto:sean@starlabs.systems>>
Cc: James Lu <james...@intel.com<mailto:james...@intel.com>>
Cc: Gua Guo <gua....@intel.com<mailto:gua....@intel.com>>
Signed-off-by: Ning Feng <ning.f...@intel.com<mailto:ning.f...@intel.com>>
Reviewed-by: Gua Guo <gua....@intel.com<mailto:gua....@intel.com>>
“””

Reviewed-by: Gua Guo <gua....@intel.com<mailto:gua....@intel.com>>
From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> 
<devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of Ning Feng
Sent: Monday, January 9, 2023 9:44 AM
To: Feng, Ning <ning.f...@intel.com<mailto:ning.f...@intel.com>>; 
devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: Re: [edk2-devel] [PATCH] UefiPayloadPkg/DebugPrintErrorLevelLibHob


fix debug print error level hob not save correct debugprinterrorlevel



should cover the case:



Header.Lenth ==UNIVERSAL_PAYLOAD_SIZEOF_THROUGH_FIELD ()



Change-Id: Ibebe29fe8057e24448b31a8caa7ab6eb8054c39b

BugZilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4264

Signed-off-by: Ning Feng <ning.f...@intel.com<mailto:ning.f...@intel.com>>

---

 .../DebugPrintErrorLevelLibHob/DebugPrintErrorLevelLibHob.c     | 2 +-

 1 file changed, 1 insertion(+), 1 deletion(-)



diff --git 
a/UefiPayloadPkg/Library/DebugPrintErrorLevelLibHob/DebugPrintErrorLevelLibHob.c
 
b/UefiPayloadPkg/Library/DebugPrintErrorLevelLibHob/DebugPrintErrorLevelLibHob.c

index 4f6b4ef1fb..10bdbe2bbc 100644

--- 
a/UefiPayloadPkg/Library/DebugPrintErrorLevelLibHob/DebugPrintErrorLevelLibHob.c

+++ b/UefiPayloadPkg/Library/DebugPrintErrorLevelLibHob/DebugPrintErrorL

+++ evelLibHob.c

@@ -46,7 +46,7 @@ GetDebugPrintErrorLevel (

       {         if (GenericHeader->Revision == 
UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_REVISION) {           DebugPrintErrorLevel 
=  (UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL *)GET_GUID_HOB_DATA (GuidHob);-        
  if (DebugPrintErrorLevel->Header.Length > 
UNIVERSAL_PAYLOAD_SIZEOF_THROUGH_FIELD (UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL, 
ErrorLevel)) {+          if (DebugPrintErrorLevel->Header.Length >= 
UNIVERSAL_PAYLOAD_SIZEOF_THROUGH_FIELD (UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL, 
ErrorLevel)) {             gDebugPrintErrorLevel = 
DebugPrintErrorLevel->ErrorLevel;           }         }--

2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#98170): https://edk2.groups.io/g/devel/message/98170
Mute This Topic: https://groups.io/mt/96090853/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to