diff options
author | Kees Cook <keescook@chromium.org> | 2018-10-10 17:18:22 -0700 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-10-10 20:40:21 -0700 |
commit | 3ac946d12e344a48c1192ef8910c6095a0d6a8ac (patch) | |
tree | efe65c55194cabb775e92ecb30a3f043a89b332e /arch/h8300 | |
parent | 5b89c1bd4c7e5c5ca8c5374fde35ecee6e16496c (diff) | |
download | linux-3ac946d12e344a48c1192ef8910c6095a0d6a8ac.tar.gz linux-3ac946d12e344a48c1192ef8910c6095a0d6a8ac.tar.bz2 linux-3ac946d12e344a48c1192ef8910c6095a0d6a8ac.zip |
vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
Since the struct lsm_info table is not an initcall, we can just move it
into INIT_DATA like all the other tables.
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: John Johansen <john.johansen@canonical.com>
Reviewed-by: James Morris <james.morris@microsoft.com>
Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/kernel/vmlinux.lds.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/h8300/kernel/vmlinux.lds.S b/arch/h8300/kernel/vmlinux.lds.S index 35716a3048de..49f716c0a1df 100644 --- a/arch/h8300/kernel/vmlinux.lds.S +++ b/arch/h8300/kernel/vmlinux.lds.S @@ -56,7 +56,6 @@ SECTIONS __init_begin = .; INIT_TEXT_SECTION(4) INIT_DATA_SECTION(4) - SECURITY_INIT __init_end = .; _edata = . ; _begin_data = LOADADDR(.data); |