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)
Sun, Sep 13, 1:19 PM
Unknown Object (File)
Wed, Sep 9, 11:17 AM
Unknown Object (File)
Wed, Sep 2, 3:27 PM
Unknown Object (File)
Wed, Sep 2, 3:20 PM
Unknown Object (File)
Wed, Sep 2, 9:54 AM
Unknown Object (File)
Wed, Sep 2, 8:18 AM
Unknown Object (File)
Tue, Sep 1, 1:56 PM
Unknown Object (File)
Aug 13 2026, 12:37 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.