Re: [GIT PULL 2/4] Kbuild updates for v4.21 part2

2019-01-08 Thread Arnd Bergmann
On Tue, Jan 8, 2019 at 1:43 AM Changbin Du wrote: > > On Mon, Jan 07, 2019 at 01:32:56PM +0900, Masahiro Yamada wrote: > > (+CC Changbin Du, Arnd Bergmann) > > > > > > > [...] > > > This branch already added a couple of extra inline markers just to > > > make code work reasonably. How many tens (o

Re: [GIT PULL 2/4] Kbuild updates for v4.21 part2

2019-01-07 Thread Changbin Du
On Mon, Jan 07, 2019 at 01:32:56PM +0900, Masahiro Yamada wrote: > (+CC Changbin Du, Arnd Bergmann) > > > [...] > > This branch already added a couple of extra inline markers just to > > make code work reasonably. How many tens (or hundreds) got missed just > > because the build still works, but

Re: [GIT PULL 2/4] Kbuild updates for v4.21 part2

2019-01-06 Thread Masahiro Yamada
(+CC Changbin Du, Arnd Bergmann) On Sun, Dec 30, 2018 at 6:01 AM Linus Torvalds wrote: > > On Fri, Dec 28, 2018 at 8:00 AM Masahiro Yamada > wrote: > > > > Introduce a new option CONFIG_NO_AUTO_INLINE as well. With this option, > > only functions explicitly marked with "inline" will be inlined

Re: [GIT PULL 2/4] Kbuild updates for v4.21 part2

2018-12-29 Thread Linus Torvalds
On Fri, Dec 28, 2018 at 8:00 AM Masahiro Yamada wrote: > > Introduce a new option CONFIG_NO_AUTO_INLINE as well. With this option, > only functions explicitly marked with "inline" will be inlined. This > will allow the function tracer to trace more functions. Ugh. This causes new and bogus warnin

[GIT PULL 2/4] Kbuild updates for v4.21 part2

2018-12-28 Thread Masahiro Yamada
Hi Linus, Here are Kbuild updates for v4.21 part 2. The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad: Linux 4.20-rc2 (2018-11-11 17:12:31 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags