commit | fbd3c4cff641cae082edb765017cbb699efa6712 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Aug 10 17:22:04 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 06 07:32:35 2022 +0100 |
tree | 012e04885c0592dd86e8228cedb5baf13a147226 | |
parent | fd28528ece590dc709d1a893fce2ff2f68ddca70 [diff] |
linux-user/arm: Mark the commpage executable We're about to start validating PAGE_EXEC, which means that we've got to mark the commpage executable. We had been placing the commpage outside of reserved_va, which was incorrect and lead to an abort. Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Tested-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>