Re: [PATCH] kbuild: make module name conflict fatal error

2020-06-09 Thread Masahiro Yamada
On Tue, Jun 9, 2020 at 4:52 PM Arnd Bergmann wrote: > > On Tue, Jun 9, 2020 at 8:20 AM Greg Kroah-Hartman > wrote: > > > > On Sun, Jun 07, 2020 at 07:02:56PM -0700, Guenter Roeck wrote: > > > Hi, > > > > > > On Mon, May 11, 2020 at 01:21:49PM +0900, Masahiro Yamada wrote: > > > > I think all the

Re: [PATCH] kbuild: make module name conflict fatal error

2020-06-09 Thread Greg Kroah-Hartman
On Tue, Jun 09, 2020 at 09:51:46AM +0200, Arnd Bergmann wrote: > On Tue, Jun 9, 2020 at 8:20 AM Greg Kroah-Hartman > wrote: > > > > On Sun, Jun 07, 2020 at 07:02:56PM -0700, Guenter Roeck wrote: > > > Hi, > > > > > > On Mon, May 11, 2020 at 01:21:49PM +0900, Masahiro Yamada wrote: > > > > I think

Re: [PATCH] kbuild: make module name conflict fatal error

2020-06-09 Thread Arnd Bergmann
On Tue, Jun 9, 2020 at 8:20 AM Greg Kroah-Hartman wrote: > > On Sun, Jun 07, 2020 at 07:02:56PM -0700, Guenter Roeck wrote: > > Hi, > > > > On Mon, May 11, 2020 at 01:21:49PM +0900, Masahiro Yamada wrote: > > > I think all the warnings have been fixed by now. Make it a fatal error. > > > > > > > N

Re: [PATCH] kbuild: make module name conflict fatal error

2020-06-08 Thread Greg Kroah-Hartman
On Sun, Jun 07, 2020 at 07:02:56PM -0700, Guenter Roeck wrote: > Hi, > > On Mon, May 11, 2020 at 01:21:49PM +0900, Masahiro Yamada wrote: > > I think all the warnings have been fixed by now. Make it a fatal error. > > > > Not entirely. With this patch in the tree, I get: > > Building sparc64:al

Re: [PATCH] kbuild: make module name conflict fatal error

2020-06-07 Thread Guenter Roeck
Hi, On Mon, May 11, 2020 at 01:21:49PM +0900, Masahiro Yamada wrote: > I think all the warnings have been fixed by now. Make it a fatal error. > Not entirely. With this patch in the tree, I get: Building sparc64:allmodconfig ... failed -- Error log: error: the following would cause

[PATCH] kbuild: make module name conflict fatal error

2020-05-10 Thread Masahiro Yamada
I think all the warnings have been fixed by now. Make it a fatal error. Check it before modpost because we need to stop building *.ko files. Also, pass modules.order via a script parameter. Signed-off-by: Masahiro Yamada --- Makefile | 7 +-- scripts/modules-check.sh | 16