Skip to content

Aarch64 - Disable executable stacks#8304

Open
jim-saxman wants to merge 1 commit into
facebook:masterfrom
jim-saxman:0020-Aarch64-Disable-executable-stacks
Open

Aarch64 - Disable executable stacks#8304
jim-saxman wants to merge 1 commit into
facebook:masterfrom
jim-saxman:0020-Aarch64-Disable-executable-stacks

Conversation

@jim-saxman

Copy link
Copy Markdown
Contributor

Summary:
This patch marks assembly files as having a non-executable stack.
It also updates the Aarch64 gold linker's command line to force
the stack to be non-execuatable and throw a warning if the stack
becomes executable in the future.

There are no new unit test case regressions with this patch, and
the time to run the unit test suite is greatly reduced.

Summary:
This patch marks assembly files as having a non-executable stack.
It also updates the Aarch64 gold linker's command line to force
the stack to be non-execuatable and throw a warning if the stack
becomes executable in the future.

There are no new unit test case regressions with this patch, and
the time to run the unit test suite is reduced.
@jim-saxman

Copy link
Copy Markdown
Contributor Author

Hi @mxw, @swalk-cavium, can you please review?

@swalk-cavium

Copy link
Copy Markdown
Contributor

@jim-saxman - LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants