Re: [PATCH] mostpost: don't warn about symbols from another file

2019-09-09 Thread Masahiro Yamada
On Sat, Sep 7, 2019 at 12:11 AM Arnd Bergmann wrote: > > On architectures such as ARM that have a list of symbols exported from > assembler in a separate C file, we get a lot of new warnings: > > WARNING: "__ashrdi3" [vmlinux] is a static (unknown) > WARNING: "__lshrdi3" [vmlinux] is a static

Re: [PATCH] mostpost: don't warn about symbols from another file

2019-09-07 Thread Denis Efremov
On 06.09.2019 18:10, Arnd Bergmann wrote: > On architectures such as ARM that have a list of symbols exported > from assembler in a separate C file, we get a lot of new warnings: > > WARNING: "__ashrdi3" [vmlinux] is a static (unknown) WARNING: > "__lshrdi3" [vmlinux] is a static (unknown)

Re: [PATCH] mostpost: don't warn about symbols from another file

2019-09-07 Thread Arnd Bergmann
On Sat, Sep 7, 2019 at 7:28 AM Denis Efremov wrote: > On 07.09.2019 01:39, Denis Efremov wrote: > >> This is not helpful, as these are clearly not static symbols > >> at all. Suppress the warning in a case like this. > >> > > > > It looks very similar to this discussion

Re: [PATCH] mostpost: don't warn about symbols from another file

2019-09-06 Thread Denis Efremov
On 07.09.2019 01:39, Denis Efremov wrote: > Hi, > > On 06.09.2019 18:10, Arnd Bergmann wrote: >> On architectures such as ARM that have a list of symbols exported from >> assembler in a separate C file, we get a lot of new warnings: >> >> WARNING: "__ashrdi3" [vmlinux] is a static (unknown) >>

Re: [PATCH] mostpost: don't warn about symbols from another file

2019-09-06 Thread Denis Efremov
Hi, On 06.09.2019 18:10, Arnd Bergmann wrote: > On architectures such as ARM that have a list of symbols exported from > assembler in a separate C file, we get a lot of new warnings: > > WARNING: "__ashrdi3" [vmlinux] is a static (unknown) > WARNING: "__lshrdi3" [vmlinux] is a static (unknown) >

[PATCH] mostpost: don't warn about symbols from another file

2019-09-06 Thread Arnd Bergmann
On architectures such as ARM that have a list of symbols exported from assembler in a separate C file, we get a lot of new warnings: WARNING: "__ashrdi3" [vmlinux] is a static (unknown) WARNING: "__lshrdi3" [vmlinux] is a static (unknown) WARNING: "__aeabi_llsr" [vmlinux] is a static (unknown)