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)
Thu, Oct 3, 5:12 AM
Unknown Object (File)
Wed, Oct 2, 11:21 AM
Unknown Object (File)
Mon, Sep 30, 5:51 PM
Unknown Object (File)
Mon, Sep 30, 6:19 AM
Unknown Object (File)
Fri, Sep 27, 6:52 AM
Unknown Object (File)
Thu, Sep 26, 4:34 PM
Unknown Object (File)
Tue, Sep 24, 7:44 PM
Unknown Object (File)
Tue, Sep 24, 10:21 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

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.