Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-20 Thread Masahiro Yamada
Hi Linus, 2017-11-20 3:02 GMT+09:00 Linus Torvalds : > On Sun, Nov 19, 2017 at 2:40 AM, Masahiro Yamada > wrote: >>> >>> FWIW, I still think we should probably make the compiler versions etc >>> available to the configuration

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-20 Thread Masahiro Yamada
Hi Linus, 2017-11-20 3:02 GMT+09:00 Linus Torvalds : > On Sun, Nov 19, 2017 at 2:40 AM, Masahiro Yamada > wrote: >>> >>> FWIW, I still think we should probably make the compiler versions etc >>> available to the configuration management rather than necessarily >>> cache them. >> >> Do you mean

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-19 Thread Linus Torvalds
On Sun, Nov 19, 2017 at 2:40 AM, Masahiro Yamada wrote: >> >> FWIW, I still think we should probably make the compiler versions etc >> available to the configuration management rather than necessarily >> cache them. > > Do you mean something like this? > >

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-19 Thread Linus Torvalds
On Sun, Nov 19, 2017 at 2:40 AM, Masahiro Yamada wrote: >> >> FWIW, I still think we should probably make the compiler versions etc >> available to the configuration management rather than necessarily >> cache them. > > Do you mean something like this? > > https://lkml.org/lkml/2016/12/9/577

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-19 Thread Masahiro Yamada
Hi Linus 2017-11-18 11:01 GMT+09:00 Linus Torvalds : > Oh, and I forgot to ask.. > > On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada > wrote: >> >> One of the most remarkable improvements in this cycle is, Kbuild is >> now able to

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-19 Thread Masahiro Yamada
Hi Linus 2017-11-18 11:01 GMT+09:00 Linus Torvalds : > Oh, and I forgot to ask.. > > On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada > wrote: >> >> One of the most remarkable improvements in this cycle is, Kbuild is >> now able to cache the result of shell commands. > > I see the "limit it to

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-19 Thread Masahiro Yamada
Hi Linus, 2017-11-18 10:51 GMT+09:00 Linus Torvalds : > On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada > wrote: >> >> Here are Kbuild updates for v4.15. Please pull! > > Mind checking that I got the CFLAGS_KCOV behavior right. The

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-19 Thread Masahiro Yamada
Hi Linus, 2017-11-18 10:51 GMT+09:00 Linus Torvalds : > On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada > wrote: >> >> Here are Kbuild updates for v4.15. Please pull! > > Mind checking that I got the CFLAGS_KCOV behavior right. The conflict > looked pretty simple, but somebody should check

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-17 Thread Linus Torvalds
Oh, and I forgot to ask.. On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada wrote: > > One of the most remarkable improvements in this cycle is, Kbuild is > now able to cache the result of shell commands. I see the "limit it to 500 lines", but I don't see any real

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-17 Thread Linus Torvalds
Oh, and I forgot to ask.. On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada wrote: > > One of the most remarkable improvements in this cycle is, Kbuild is > now able to cache the result of shell commands. I see the "limit it to 500 lines", but I don't see any real coherency. So I take it that

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada wrote: > > Here are Kbuild updates for v4.15. Please pull! Mind checking that I got the CFLAGS_KCOV behavior right. The conflict looked pretty simple, but somebody should check the ordering of the export

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada wrote: > > Here are Kbuild updates for v4.15. Please pull! Mind checking that I got the CFLAGS_KCOV behavior right. The conflict looked pretty simple, but somebody should check the ordering of the export CFLAGS_KCOV vs the actual setting