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, Feb 15, 9:10 PM
Unknown Object (File)
Nov 14 2024, 5:59 PM
Unknown Object (File)
Oct 23 2024, 4:21 AM
Unknown Object (File)
Oct 23 2024, 4:20 AM
Unknown Object (File)
Oct 23 2024, 4:20 AM
Unknown Object (File)
Oct 23 2024, 3:59 AM
Unknown Object (File)
Oct 9 2024, 2:53 AM
Unknown Object (File)
Oct 3 2024, 6:10 PM
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.