Re: [PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check

2018-11-14 Thread Paul Walmsley
Hello Masahiro, On Tue, 13 Nov 2018, Masahiro Yamada wrote: Hi Paul, On Sat, Oct 20, 2018 at 10:21 PM Paul Walmsley wrote: During development of a serial console driver with a RISC-V toolchain, the following modpost warning appeared: WARNING: vmlinux.o(.data+0x19b10): Section mismatch

Re: [PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check

2018-11-12 Thread Masahiro Yamada
Hi Paul, On Sat, Oct 20, 2018 at 10:21 PM Paul Walmsley wrote: > > During development of a serial console driver with a RISC-V toolchain, > the following modpost warning appeared: > > > WARNING: vmlinux.o(.data+0x19b10): Section mismatch in reference from the > variable .LANCHOR1 to the fu

[PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check

2018-10-20 Thread Paul Walmsley
During development of a serial console driver with a RISC-V toolchain, the following modpost warning appeared: WARNING: vmlinux.o(.data+0x19b10): Section mismatch in reference from the variable .LANCHOR1 to the function .init.text:sifive_serial_console_setup() The variable .LANCHOR1 referenc