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, Aug 22, 5:06 AM
Unknown Object (File)
Fri, Aug 16, 9:17 PM
Unknown Object (File)
Aug 1 2024, 10:18 PM
Unknown Object (File)
Jul 27 2024, 12:57 PM
Unknown Object (File)
Jul 27 2024, 1:23 AM
Unknown Object (File)
Jul 20 2024, 5:16 AM
Unknown Object (File)
Jul 9 2024, 5:20 AM
Unknown Object (File)
Jun 29 2024, 10:24 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.