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
F83373989: D42230.id129164.diff
Thu, May 9, 3:48 PM
Unknown Object (File)
Thu, May 9, 4:29 AM
Unknown Object (File)
Sat, May 4, 10:47 AM
Unknown Object (File)
Wed, May 1, 8:49 AM
Unknown Object (File)
Mon, Apr 29, 4:58 AM
Unknown Object (File)
Sun, Apr 21, 5:42 PM
Unknown Object (File)
Sun, Apr 21, 2:06 PM
Unknown Object (File)
Sun, Apr 21, 8:26 AM
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.