Re: [PATCH 0/5] kbuild: always define KBUILD_MODNAME, and clean-up/fix modname

2018-03-08 Thread Cao jin
The series build successfully on upstream in my: make allyesconfig and allmodconfig, so, Tested-by: Cao jin -- Sincerely, Cao jin On 03/08/2018 09:04 AM, Masahiro Yamada wrote: > > 3/5 takes into account '-m' case for multi-used-m. > > 2/5 is necessary beforehand because 3/5 would cause a bu

[PATCH 0/5] kbuild: always define KBUILD_MODNAME, and clean-up/fix modname

2018-03-07 Thread Masahiro Yamada
3/5 takes into account '-m' case for multi-used-m. 2/5 is necessary beforehand because 3/5 would cause a build error for drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 1, 4, 5 are just clean-ups. Cao jin (1): kbuild: fix modname for composite modules Masahiro Yamada (4): kbuild: remo