commit | 780c083a8f840ca9162c7a4090ff5e10d15152a2 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Mon Sep 28 14:03:00 2020 +0100 |
committer | Will Deacon <will@kernel.org> | Tue Sep 29 16:08:17 2020 +0100 |
tree | 1af4d1abd14d9882e5ac4cced04406f9ee8a022c | |
parent | 5c8b0cbd9d6bac5f40943b5a7d8eac8cb86cbe7f [diff] |
arm64: Add support for PR_SPEC_DISABLE_NOEXEC prctl() option The PR_SPEC_DISABLE_NOEXEC option to the PR_SPEC_STORE_BYPASS prctl() allows the SSB mitigation to be enabled only until the next execve(), at which point the state will revert back to PR_SPEC_ENABLE and the mitigation will be disabled. Add support for PR_SPEC_DISABLE_NOEXEC on arm64. Reported-by: Anthony Steinhauser <asteinhauser@google.com> Signed-off-by: Will Deacon <will@kernel.org>