From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 71716D81023 for ; Wed, 4 Oct 2023 16:09:53 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Aamd+YxSf4QwyY5ER2IEkqf2c8uW+9BxxapjbBcxpOQ=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition:Content-Transfer-Encoding; s=20140610; t=1696435792; v=1; b=M/7LW2rgWfwsVzsVG6mzgAq9mErVJanPptYbRyaWVuO6MbbuWkN2jSPz9H+nAurmJhgLxkR9 3qevZS+i2EQCAqfudvOIH2N00Idayziyqerklay5UpSZXV8Bfqy/+5giwMs8bkoG1uoPTYgxrEE a8DMZ8Tj00w7x3J2krrt/3pI= X-Received: by 127.0.0.2 with SMTP id MVprYY7687511x89R7089MqU; Wed, 04 Oct 2023 09:09:52 -0700 X-Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web10.22940.1696435791385339426 for ; Wed, 04 Oct 2023 09:09:51 -0700 X-Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 394F9o6X025385; Wed, 4 Oct 2023 16:09:36 GMT X-Received: from nasanppmta02.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3tghsjufe2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 04 Oct 2023 16:09:36 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 394G9ZNA000889 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 4 Oct 2023 16:09:35 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Wed, 4 Oct 2023 09:09:33 -0700 Date: Wed, 4 Oct 2023 17:09:29 +0100 From: "Leif Lindholm" To: CC: , , Pierre Gondois , Liming Gao , Michael D Kinney , nd , Zhiguang Liu Subject: Re: [edk2-devel] [PATCH 1/1] MdePkg/DxeRngLib: Add missing GUID declaration in inf Message-ID: References: <20230929122944.1067573-1-pierre.gondois@arm.com> <178AF13EF9A477DA.4010@groups.io> MIME-Version: 1.0 In-Reply-To: <178AF13EF9A477DA.4010@groups.io> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: ceeL1ld5MMqIf1pBsUsEnZhK6jNH2ARf X-Proofpoint-ORIG-GUID: ceeL1ld5MMqIf1pBsUsEnZhK6jNH2ARf X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0031df01.pphosted.com id 394F9o6X025385 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: mYM6Y9L49OouVjBCBkQdh4N4x7686176AA= Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="M/7LW2rg"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none) On Wed, Oct 04, 2023 at 16:30:44 +0100, Leif Lindholm wrote: > On Wed, Oct 04, 2023 at 14:56:55 +0000, Ard Biesheuvel wrote: > > On Tue, 3 Oct 2023 at 17:22, Leif Lindholm = wrote: > > > > > > +Zhiguang > > > > > > Tested-by: Leif Lindholm > > > > > > MdePkg maintainers - this is currently breaking several platforms in > > > edk2-platforms. > > > > >=20 > > Acked-by: Ard Biesheuvel > >=20 > > Please just merge this - it is an obvious and trivial bugfix, and it > > is affecting multiple platforms. >=20 > Yeah, good call. > I've submitted it as https://github.com/tianocore/edk2/pull/4887 Merged as d073a5451191. / Leif > > > On Fri, Sep 29, 2023 at 13:08:50 +0000, Sami Mujawar wrote: > > > > Hi Pierre, > > > > > > > > Thank you for this fix. > > > > > > > > Unfortunately, this did not get trapped by the edk2 CI as well. > > > > > > > > Reviewed-by: Sami Mujawar > > > > > > > > Regards, > > > > > > > > Sami Mujawar > > > > > > > > =EF=BB=BFOn 29/09/2023, 13:30, "pierre.gondois@arm.com " > wrote: > > > > > > > > > > > > From: Pierre Gondois > > > > > > > > > > > > > Add missing GUID declaration in DxeRngLib.inf. > > > > > > > > > > > > Fixes: bd1f0eecc1df ("MdePkg/DxeRngLib: Request raw algorithm > > > > instead of default") > > > > > > > > > > > > Signed-off-by: Pierre Gondois > > > > > --- > > > > MdePkg/Library/DxeRngLib/DxeRngLib.inf | 1 + > > > > 1 file changed, 1 insertion(+) > > > > > > > > > > > > diff --git a/MdePkg/Library/DxeRngLib/DxeRngLib.inf b/MdePkg/Librar= y/DxeRngLib/DxeRngLib.inf > > > > index 9c11959f8aeb..281fec46502f 100644 > > > > --- a/MdePkg/Library/DxeRngLib/DxeRngLib.inf > > > > +++ b/MdePkg/Library/DxeRngLib/DxeRngLib.inf > > > > @@ -36,3 +36,4 @@ [Guids] > > > > gEfiRngAlgorithmSp80090Ctr256Guid > > > > gEfiRngAlgorithmSp80090Hash256Guid > > > > gEfiRngAlgorithmSp80090Hmac256Guid > > > > + gEfiRngAlgorithmRaw > > > > -- > > > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 > > > > > > > >=20 > >=20 > >=20 > >=20 > >=20 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109326): https://edk2.groups.io/g/devel/message/109326 Mute This Topic: https://groups.io/mt/101656295/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-