Page MenuHomeFreeBSD

arm64: Add a BTI landing pad to .mcount
ClosedPublic

Authored by andrew on Oct 16 2023, 4:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 6, 1:09 AM
Unknown Object (File)
Wed, Mar 5, 8:30 PM
Unknown Object (File)
Feb 22 2025, 2:22 PM
Unknown Object (File)
Feb 22 2025, 1:50 PM
Unknown Object (File)
Feb 22 2025, 1:45 PM
Unknown Object (File)
Feb 22 2025, 1:43 PM
Unknown Object (File)
Feb 13 2025, 3:54 PM
Unknown Object (File)
Feb 5 2025, 12:34 PM
Subscribers

Details

Summary

The .mcount function needs a BTI branch target. As we can't rely on
asm.h being included use the hint version of a "bti c" instruction.
This is a nop when BTI is not supported or not used.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added inline comments.
sys/arm64/include/profile.h
71
This revision is now accepted and ready to land.Oct 17 2023, 2:03 PM
This revision now requires review to proceed.Oct 20 2023, 3:54 PM
This revision is now accepted and ready to land.Oct 23 2023, 2:05 PM
This revision was automatically updated to reflect the committed changes.