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 71B2174003B for ; Wed, 4 Oct 2023 14:57:11 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Y7Ba+5BpMS7ZgdPcFR0wY36rQ6f4UF4qR2nD3V+gTkg=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1696431430; v=1; b=DChRuZu+iYWhEpzma6bSKHb/GsINwM7hZFxVi/fy4iJLpSrAgAahODNjeuDqnnUoKV/yjcHv RVajJdp3u37zjYxLwkk+WIgIJ/JwrRZpHy1R7Duy9Q9Qv6OA/6oNpHoVe1bUhq3qawqh+/zFSbz +tXrZXb5m0bam6HQZPdeNsTY= X-Received: by 127.0.0.2 with SMTP id rxZZYY7687511xsKXgiBe4YA; Wed, 04 Oct 2023 07:57:10 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.20889.1696431429424092560 for ; Wed, 04 Oct 2023 07:57:09 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D593261566 for ; Wed, 4 Oct 2023 14:57:08 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id A30F1C433BF for ; Wed, 4 Oct 2023 14:57:08 +0000 (UTC) X-Received: by mail-lf1-f50.google.com with SMTP id 2adb3069b0e04-5041bb9ce51so2648421e87.1 for ; Wed, 04 Oct 2023 07:57:08 -0700 (PDT) X-Gm-Message-State: MkKa0GpuBaoZg4Tr6ggEV2Pyx7686176AA= X-Google-Smtp-Source: AGHT+IGPSg1QxNS02R2hhdMT4xt3VSzO8Xn2um1RehS6YaBM1qrJAAHi3amDkmrFC5z6cf1WwOtwBmhBShD19hKFE7Q= X-Received: by 2002:a19:4355:0:b0:505:7014:8c6b with SMTP id m21-20020a194355000000b0050570148c6bmr2040458lfj.50.1696431426776; Wed, 04 Oct 2023 07:57:06 -0700 (PDT) MIME-Version: 1.0 References: <20230929122944.1067573-1-pierre.gondois@arm.com> In-Reply-To: From: "Ard Biesheuvel" Date: Wed, 4 Oct 2023 14:56:55 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 1/1] MdePkg/DxeRngLib: Add missing GUID declaration in inf To: devel@edk2.groups.io, quic_llindhol@quicinc.com Cc: sami.mujawar@arm.com, Pierre Gondois , Liming Gao , Michael D Kinney , nd , Zhiguang Liu 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,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" 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=DChRuZu+; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (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 On Tue, 3 Oct 2023 at 17:22, Leif Lindholm wrot= e: > > +Zhiguang > > Tested-by: Leif Lindholm > > MdePkg maintainers - this is currently breaking several platforms in > edk2-platforms. > Acked-by: Ard Biesheuvel Please just merge this - it is an obvious and trivial bugfix, and it is affecting multiple platforms. > 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 " > w= rote: > > > > > > 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/Library/Dx= eRngLib/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 > > -=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 (#109322): https://edk2.groups.io/g/devel/message/109322 Mute This Topic: https://groups.io/mt/101656295/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-