Page MenuHomeFreeBSD

tsan: set noexec stack on aarch64
ClosedPublic

Authored by emaste on Jun 3 2017, 1:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 3:32 PM
Unknown Object (File)
Wed, Oct 1, 3:32 PM
Unknown Object (File)
Wed, Oct 1, 11:17 AM
Unknown Object (File)
Wed, Oct 1, 9:17 AM
Unknown Object (File)
Wed, Oct 1, 9:17 AM
Unknown Object (File)
Wed, Oct 1, 3:31 AM
Unknown Object (File)
Wed, Oct 1, 3:12 AM
Unknown Object (File)
Jul 10 2025, 7:31 AM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

LGTM. It's a pity tsan doesn't use the NO_EXEC_STACK_DIRECTIVE from lib/builtins/assembly.h though. Maybe something for upstream.

This revision is now accepted and ready to land.Jun 3 2017, 12:26 PM
This revision was automatically updated to reflect the committed changes.

Note that this is only needed for bfd, lld sets the noexec flag by default.