Re: [GIT PULL 2/3] Kconfig updates for v4.19

2018-08-16 Thread Linus Torvalds
On Thu, Aug 16, 2018 at 12:54 AM Masahiro Yamada wrote: > > I wrote this patch: > https://patchwork.kernel.org/patch/10567117/ Looks good to me. > I will apply it to my tree with some other fixes > and send another pull request in this MW. Thanks, Linus

Re: [GIT PULL 2/3] Kconfig updates for v4.19

2018-08-16 Thread Masahiro Yamada
Hi Linus, 2018-08-16 6:10 GMT+09:00 Linus Torvalds : > On Wed, Aug 15, 2018 at 10:58 AM Masahiro Yamada > wrote: >> >> Masahiro Yamada (15): >> kconfig: make syncconfig update .config regardless of sym_change_count > > This one is annoying me. > > I don't care if it updates .config. But i

Re: [GIT PULL 2/3] Kconfig updates for v4.19

2018-08-15 Thread Linus Torvalds
On Wed, Aug 15, 2018 at 10:58 AM Masahiro Yamada wrote: > > Masahiro Yamada (15): > kconfig: make syncconfig update .config regardless of sym_change_count This one is annoying me. I don't care if it updates .config. But it does so *noisily*, so now my build scripts en dup having extra nois

[GIT PULL 2/3] Kconfig updates for v4.19

2018-08-15 Thread Masahiro Yamada
Hi Linus, Please pull Kconfig updates for v4.19 You will see a conflict in the top-level Makefile. Please fix it like follows. (it is also available in linux-next) --- diff --cc Makefile index cc4875d,f17dd99..a0650bf --- a/Makefile