On Wed, 19 Oct 2016 14:15:53 +1100 Nicholas Piggin <npig...@gmail.com> wrote:
> [*] Building allyesconfig still requires KALLSYMS_EXTRA_PASS=1, which > I'm yet to look into. Oh, it's because the kallsyms payload increases kernel image size and that causes more linker stubs to be generated, which have symbols, which go into kallsyms... What a nightmare. We can use --no-emit-stub-syms, but it's kind of nice to have names for things. Thanks, Nick