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 62737D80477 for ; Mon, 9 Oct 2023 07:30:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Y0FaM0EAfqtZzEQbhR5f2mklP0qVhEo/4P2qCO+5cwE=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1696836643; v=1; b=KEBYwqk+Ifq+PWnOdDdLWG4QDQKIh+t6lj3752BpffJFT1PlovaBsipkyHXEWZufMBI+F9mG eUaSBMg2vtWOAZIvi/inIUd/qWswLHcSXfMxH512B3moHKpJ0z++yw0I6ejIgTOi4X90HqWBhyK hUOWTxg0r/q7D15DHYmDJaG4= X-Received: by 127.0.0.2 with SMTP id 0dnWYY7687511xfr7sVnzPDP; Mon, 09 Oct 2023 00:30:43 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.56181.1696836642495196049 for ; Mon, 09 Oct 2023 00:30:42 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-137-jRLXugkHNfq1PHSKL1CEuw-1; Mon, 09 Oct 2023 03:30:28 -0400 X-MC-Unique: jRLXugkHNfq1PHSKL1CEuw-1 X-Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 32C1081D786; Mon, 9 Oct 2023 07:30:28 +0000 (UTC) X-Received: from [10.39.192.114] (unknown [10.39.192.114]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D7B5863F50; Mon, 9 Oct 2023 07:30:26 +0000 (UTC) Message-ID: <39cf521e-782f-c448-0281-36c690114747@redhat.com> Date: Mon, 9 Oct 2023 09:30:25 +0200 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v5 09/28] ArmVirtPkg: Add Memory Protection Library Definitions to Platforms To: devel@edk2.groups.io, taylor.d.beebe@gmail.com Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann , Julien Grall References: <20231009000742.1792-1-taylor.d.beebe@gmail.com> <20231009000742.1792-10-taylor.d.beebe@gmail.com> From: "Laszlo Ersek" In-Reply-To: <20231009000742.1792-10-taylor.d.beebe@gmail.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: FyXK4ZuFROJM9NXK2WSijKZqx7686176AA= Content-Language: en-US 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=KEBYwqk+; 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=redhat.com (policy=none) On 10/9/23 02:07, Taylor Beebe wrote: > Add library classes for SetMemoryProtectionsLib and s/library classes/library class resolutions/ > GetMemoryProtectionsLib to ArmVirtPkg. Probably easiest to say: "resolve the SetMemoryProtectionsLib and GetMemoryProtectionsLib classes for ArmVirtPkg". Looks OK to me otherwise: Acked-by: Laszlo Ersek >=20 > Signed-off-by: Taylor Beebe > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Sami Mujawar > Cc: Gerd Hoffmann > Cc: Julien Grall > --- > ArmVirtPkg/ArmVirt.dsc.inc | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index 3f7bac6bf33a..f76601503cd9 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -156,6 +156,12 @@ [LibraryClasses.common] > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf > RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf > =20 > + # > + # Memory Protection Libraries for setting and getting memory protectio= n settings > + # > + SetMemoryProtectionsLib|MdeModulePkg/Library/SetMemoryProtectionsLib/S= etMemoryProtectionsLib.inf > + GetMemoryProtectionsLib|MdeModulePkg/Library/GetMemoryProtectionsLib/D= xeGetMemoryProtectionsLib.inf > + > # > # Secure Boot dependencies > # -=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 (#109439): https://edk2.groups.io/g/devel/message/109439 Mute This Topic: https://groups.io/mt/101843350/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-