| commit | d296ddbc3fdfcd0c301e5422d5fcacee0a9e040a | [log] [tgz] |
|---|---|---|
| author | Kees Cook <keescook@chromium.org> | Fri Feb 24 22:19:14 2017 -0800 |
| committer | Kees Cook <keescook@chromium.org> | Wed Apr 05 21:07:12 2017 -0700 |
| tree | 3b01ed9618583503ba3bd2a1efc0520a82f0ea3f | |
| parent | 276cad25bd29d19519d566ff7a03f5282d9fbcd6 [diff] |
ARM: Implement __arch_rare_write_begin/unmap()
Based on grsecurity's ARM pax_{open,close}_kernel() implementation, this
allows HAVE_ARCH_RARE_WRITE to work on ARM.
Signed-off-by: Kees Cook <keescook@chromium.org>