Page MenuHomeFreeBSD

arm64: Enable BTI in the kernel ELF loader
ClosedPublic

Authored by andrew on Nov 2 2023, 10:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 18, 1:39 AM
Unknown Object (File)
Fri, May 10, 8:21 AM
Unknown Object (File)
Fri, May 10, 7:40 AM
Unknown Object (File)
Thu, May 9, 10:32 PM
Unknown Object (File)
Thu, May 9, 8:04 PM
Unknown Object (File)
Thu, May 9, 6:18 AM
Unknown Object (File)
Wed, May 8, 11:50 PM
Unknown Object (File)
Apr 24 2024, 3:26 AM
Subscribers

Details

Summary

Enable BTI in binaries loaded by the kernel. When the ELF file contains
the needed note indicating BTI is supported set the guarded page flag
for all segments.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54248
Build 51138: arc lint + arc unit

Event Timeline

andrew added a parent revision: D42440: sysent: Add sv_protect.
sys/arm64/arm64/elf_machdep.c
339

What does the 4 mean?

  • Catch up with nnew sv_protect KBI
  • Clean up length handling and add a comment
This revision is now accepted and ready to land.Nov 9 2023, 3:38 PM
This revision was automatically updated to reflect the committed changes.