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
F108592459: D42230.id128840.diff
Sun, Jan 26, 6:00 PM
Unknown Object (File)
Thu, Jan 23, 6:35 PM
Unknown Object (File)
Tue, Jan 21, 10:33 AM
Unknown Object (File)
Sat, Jan 18, 12:20 AM
Unknown Object (File)
Sun, Jan 12, 6:34 AM
Unknown Object (File)
Sun, Jan 12, 6:31 AM
Unknown Object (File)
Mon, Dec 30, 12:02 AM
Unknown Object (File)
Dec 25 2024, 12:19 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.