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 522DB740046 for ; Tue, 3 Oct 2023 17:22:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=dYSYEtNLSTdpWmOz9G1xS2u1YoEYdqk+Pc6q2fq3npg=; 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=1696353726; v=1; b=iknj30L40AQScry2l1Sr5mKh8v1MSsgfV47HnCRF5Lt/0OTfp9vnOrqnOSPBgs2vIo1DB2wG 2gS6hWJAZ2UrL+hFqRmFyPzwCEbSyRzXX4CBokUFHk1WpVWqye5Wxv2IsvEEMQGZaEEvuxEs+JE 2BuUHJqClyh2yCXfIju6caGM= X-Received: by 127.0.0.2 with SMTP id 35IAYY7687511xeBasvbpIkV; Tue, 03 Oct 2023 10:22:06 -0700 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web11.114211.1696353726348276334 for ; Tue, 03 Oct 2023 10:22:06 -0700 X-Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 393H7Jjf017682; Tue, 3 Oct 2023 17:21:52 GMT X-Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3tg1v3b0ga-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 03 Oct 2023 17:21:52 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 393HLp8R029917 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 3 Oct 2023 17:21:51 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; Tue, 3 Oct 2023 10:21:49 -0700 Date: Tue, 3 Oct 2023 18:21:46 +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> MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: MVN1bo42vGkDn07atT9XZDfiD8Tws36p X-Proofpoint-ORIG-GUID: MVN1bo42vGkDn07atT9XZDfiD8Tws36p X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0031df01.pphosted.com id 393H7Jjf017682 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: QLyjsvBVfS1Sen1dLCwgwcm0x7686176AA= 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=iknj30L4; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io +Zhiguang Tested-by: Leif Lindholm MdePkg maintainers - this is currently breaking several platforms in edk2-platforms. Regards, Leif On Fri, Sep 29, 2023 at 13:08:50 +0000, Sami Mujawar wrote: > Hi Pierre, >=20 > Thank you for this fix. >=20 > Unfortunately, this did not get trapped by the edk2 CI as well.=20 >=20 > Reviewed-by: Sami Mujawar >=20 > Regards, >=20 > Sami Mujawar >=20 > =EF=BB=BFOn 29/09/2023, 13:30, "pierre.gondois@arm.com " > wro= te: >=20 >=20 > From: Pierre Gondois > >=20 >=20 > Add missing GUID declaration in DxeRngLib.inf. >=20 >=20 > Fixes: bd1f0eecc1df ("MdePkg/DxeRngLib: Request raw algorithm > instead of default") >=20 >=20 > Signed-off-by: Pierre Gondois > > --- > MdePkg/Library/DxeRngLib/DxeRngLib.inf | 1 + > 1 file changed, 1 insertion(+) >=20 >=20 > diff --git a/MdePkg/Library/DxeRngLib/DxeRngLib.inf b/MdePkg/Library/DxeR= ngLib/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 > --=20 > 2.25.1 >=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 (#109297): https://edk2.groups.io/g/devel/message/109297 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-