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)
Sat, Mar 2, 4:36 PM
Unknown Object (File)
Feb 19 2024, 10:05 PM
Unknown Object (File)
Dec 20 2023, 4:56 AM
Unknown Object (File)
Oct 4 2023, 5:30 AM
Unknown Object (File)
Aug 13 2023, 4:43 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.