From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.1537.1675361028239144527 for ; Thu, 02 Feb 2023 10:03:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=TI9n3mI5; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8894161C43; Thu, 2 Feb 2023 18:03:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B12D7C433D2; Thu, 2 Feb 2023 18:03:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675361027; bh=ygmR2eC6MK573qrYo2Oh3/2zBXsw4l7SeiCXomX646Y=; h=From:To:Cc:Subject:Date:From; b=TI9n3mI5HURISjFe0DdjhV8Nh18kTxJ7KqScD1SLaZ25JAwUXsXcVPZ9N8dPmrVOP 0o0oHbuavBTA4kZ/ZmAMEDEwf3CdPuh58ocdwM7Le1/BQtrBeRw42jYK17CZ0f/S0E TXO0FKJIvexWGO7oLHOx6vW1zbzHhjBwQ86XRdupw1Ng4eNutSSIXe58YVo1fPDJ3e xcNwbOrcO6Lp/bZXD+F71uMoIVGoTg6IZNf66iN7vpcoEJ5IbimK3hKW/Ytl18t3fA xRO4r/6F1KKRGg2dEuTF4WW8Zpq1805FWVO54YfcGbffHMIX/4WkB9DrF4w+ivZd0A jZ3xas6toYgCA== From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Michael Kinney , Liming Gao , Jiewen Yao , Michael Kubacki , Sean Brogan , Rebecca Cran , Leif Lindholm , Sami Mujawar , Taylor Beebe Subject: [RFC PATCH 0/3] enable IBT/BTI codegen and reporting to the OS Date: Thu, 2 Feb 2023 19:03:32 +0100 Message-Id: <20230202180335.2256160-1-ardb@kernel.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: Michael Kinney =0D Cc: Liming Gao =0D Cc: Jiewen Yao =0D Cc: Michael Kubacki =0D Cc: Sean Brogan =0D Cc: Rebecca Cran =0D Cc: Leif Lindholm =0D Cc: Sami Mujawar =0D Cc: Taylor Beebe =0D =0D Ard Biesheuvel (3):=0D MdePkg: Update MemoryAttributesTable to v2.10=0D MdeModulePkg: Enable forward edge CFI in mem attributes table=0D ArmVirtPkg/ArmVirtQemu: Implement BTI for runtime regions=0D =0D ArmVirtPkg/ArmVirtQemu.dsc | 8 ++++++++=0D MdeModulePkg/Core/Dxe/DxeMain.h | 2 ++=0D MdeModulePkg/Core/Dxe/DxeMain.inf | 1 +=0D MdeModulePkg/Core/Dxe/Image/Image.c | 11 +++++++++++=0D MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c | 7 ++++++-=0D MdeModulePkg/MdeModulePkg.dec | 8 ++++++++=0D MdePkg/Include/Guid/MemoryAttributesTable.h | 8 ++++++--=0D 7 files changed, 42 insertions(+), 3 deletions(-)=0D =0D -- =0D 2.39.1=0D =0D