Files
kernel_google_redbull/include/linux/init.h
Nick Desaulniers 4ff7a850d4 Revert "selinux: Relocate ss_initialized and selinux_enforcing to separate 4k"
This reverts commit 50240fa841.

That out of tree patch causes the resulting kernel image to be too
large, causing ld.lld to error; since .bss is specified twice.

Fixes the observed error:
ld.lld: error: output file too large: 18446743524330100280 bytes

when using LLD without LTO enabled.

Bug: 151154720
Reported-by: Matthias Maennich <maennich@google.com>
Debugged-by: Fangrui Song <maskray@google.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Iebb8135630132cd4ae49f3d2d1e85bd61cfa6111
2020-05-30 02:16:14 +08:00

11 KiB