commit | 1328710b8ec30ac552b51bf804d1fc255a1c7451 | [log] [tgz] |
---|---|---|
author | Daniel Micay <danielmicay@gmail.com> | Wed May 10 13:36:37 2017 -0400 |
committer | Tejun Heo <tj@kernel.org> | Wed May 10 15:21:49 2017 -0400 |
tree | 71d8ca2df1f51da95a0c2fdcb2b6dd1c87d9340f | |
parent | 56868a460b83c0f93d339256a81064d89aadae8e [diff] |
mark most percpu globals as __ro_after_init Moving pcpu_base_addr to this section comes from PaX where it's part of KERNEXEC. This extends it to the rest of the globals only written by the init code. Signed-off-by: Daniel Micay <danielmicay@gmail.com> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Tejun Heo <tj@kernel.org>