[edk2-devel] [RFC PATCH v2 0/7] enable IBT/BTI codegen and reporting to the OS

Ard Biesheuvel posted 7 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
ArmVirtPkg/ArmVirt.dsc.inc                                  |  6 ++++
MdeModulePkg/Core/Dxe/DxeMain.h                             |  2 ++
MdeModulePkg/Core/Dxe/Image/Image.c                         |  9 +++++
MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c          |  8 ++++-
MdePkg/Include/Guid/MemoryAttributesTable.h                 |  8 +++--
MdePkg/Include/Library/PeCoffLib.h                          |  5 +++
MdePkg/Library/BasePeCoffLib/{ => AArch64}/PeCoffLoaderEx.c | 36 +++++++++++++++-----
MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c           | 16 +++++++++
MdePkg/Library/BasePeCoffLib/BasePeCoff.c                   |  9 +++--
MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf              |  5 ++-
MdePkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h       | 30 ++++++++--------
MdePkg/Library/BasePeCoffLib/LoongArch/PeCoffLoaderEx.c     | 16 +++++++++
MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c               | 27 +++++++++++----
MdePkg/Library/BasePeCoffLib/RiscV/PeCoffLoaderEx.c         | 25 ++++++++++++++
14 files changed, 167 insertions(+), 35 deletions(-)
copy MdePkg/Library/BasePeCoffLib/{ => AArch64}/PeCoffLoaderEx.c (64%)
[edk2-devel] [RFC PATCH v2 0/7] enable IBT/BTI codegen and reporting to the OS
Posted by Ard Biesheuvel 1 year, 2 months ago
v2:
- check instruction opcode at image entry point to decide whether the
  image was built with forward edge control flow guards
- add some cleanup patches for BasePeCoffLib while at it

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Rebecca Cran <quic_rcran@quicinc.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Taylor Beebe <t@taylorbeebe.com>
Cc: Marvin Häuser <mhaeuser@posteo.de>

Ard Biesheuvel (7):
  MdePkg: Update MemoryAttributesTable to v2.10
  MdePkg/BasePeCoffLib: Move RISC-V definitions out of generic header
  MdePkg/BasePeCoffLib: Clean up stale Itanium references in comments
  MdePkg/BasePeCoffLib: Add generic plumbing to detect IBT/BTI support
  MdePkg/BasePeCoffLib AARCH64: Implement fwd control flow guard
    detection
  MdeModulePkg: Enable forward edge CFI in mem attributes table
  ArmVirtPkg: Implement BTI for runtime regions

 ArmVirtPkg/ArmVirt.dsc.inc                                  |  6 ++++
 MdeModulePkg/Core/Dxe/DxeMain.h                             |  2 ++
 MdeModulePkg/Core/Dxe/Image/Image.c                         |  9 +++++
 MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c          |  8 ++++-
 MdePkg/Include/Guid/MemoryAttributesTable.h                 |  8 +++--
 MdePkg/Include/Library/PeCoffLib.h                          |  5 +++
 MdePkg/Library/BasePeCoffLib/{ => AArch64}/PeCoffLoaderEx.c | 36 +++++++++++++++-----
 MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c           | 16 +++++++++
 MdePkg/Library/BasePeCoffLib/BasePeCoff.c                   |  9 +++--
 MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf              |  5 ++-
 MdePkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h       | 30 ++++++++--------
 MdePkg/Library/BasePeCoffLib/LoongArch/PeCoffLoaderEx.c     | 16 +++++++++
 MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c               | 27 +++++++++++----
 MdePkg/Library/BasePeCoffLib/RiscV/PeCoffLoaderEx.c         | 25 ++++++++++++++
 14 files changed, 167 insertions(+), 35 deletions(-)
 copy MdePkg/Library/BasePeCoffLib/{ => AArch64}/PeCoffLoaderEx.c (64%)

-- 
2.39.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99567): https://edk2.groups.io/g/devel/message/99567
Mute This Topic: https://groups.io/mt/96721181/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-