commit | 444d13ff10fb13bc3e64859c3cf9ce43dcfeb075 | [log] [tgz] |
---|---|---|
author | Jessica Yu <jeyu@redhat.com> | Wed Jul 27 12:06:21 2016 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 04 10:16:55 2016 +0930 |
tree | ab35e195fe3daeae0bd87f6f5bd7cc1cf07fd86a | |
parent | bdc9f373551dd3f1e6fae1618f2394ee9bc7db2e [diff] |
modules: add ro_after_init support Add ro_after_init support for modules by adding a new page-aligned section in the module layout (after rodata) for ro_after_init data and enabling RO protection for that section after module init runs. Signed-off-by: Jessica Yu <jeyu@redhat.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>