Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-06-01 Thread Nicholas Piggin
On Fri, 01 Jun 2018 23:22:27 +1000 Michael Ellerman wrote: > Masahiro Yamada writes: > > 2018-06-01 19:34 GMT+09:00 Michael Ellerman : > ... > > > > Could you update your branch, please? > > Done. > > I've only pushed the first three patches this time, to avoid any > confusion. Hopefully

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-06-01 Thread Michael Ellerman
Masahiro Yamada writes: > 2018-06-01 19:34 GMT+09:00 Michael Ellerman : ... > > Could you update your branch, please? Done. I've only pushed the first three patches this time, to avoid any confusion. Hopefully :) The top commit is: 1421dc6d4829 ("powerpc/kbuild: Use flags variables rather

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-06-01 Thread Masahiro Yamada
Hi. 2018-06-01 19:34 GMT+09:00 Michael Ellerman : > Hi Masahiro, > > Masahiro Yamada writes: > ... >> >> Also, the change logs could be dropped. >> >> I see >> >> Since v1: reworded changelog to explain the cause of the problem (thanks >> Segher) and moved the flags into the 64-32 cross compile

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-06-01 Thread Michael Ellerman
Hi Masahiro, Masahiro Yamada writes: ... > > Also, the change logs could be dropped. > > I see > > Since v1: reworded changelog to explain the cause of the problem (thanks > Segher) and moved the flags into the 64-32 cross compile case. > > or > > Since v1: removed extra -EB in the recordmcount

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-31 Thread Masahiro Yamada
2018-05-31 20:51 GMT+09:00 Michael Ellerman : > Masahiro Yamada writes: >> 2018-05-31 13:31 GMT+09:00 Michael Ellerman : >>> Masahiro Yamada writes: 2018-05-30 23:39 GMT+09:00 Michael Ellerman : > Nicholas Piggin writes: > >> This series of patches improves th powerpc kbuild

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-31 Thread Michael Ellerman
Masahiro Yamada writes: > 2018-05-31 13:31 GMT+09:00 Michael Ellerman : >> Masahiro Yamada writes: >>> 2018-05-30 23:39 GMT+09:00 Michael Ellerman : Nicholas Piggin writes: > This series of patches improves th powerpc kbuild system. The > motivation was to to be compatible

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-30 Thread Masahiro Yamada
2018-05-31 13:31 GMT+09:00 Michael Ellerman : > Masahiro Yamada writes: >> 2018-05-30 23:39 GMT+09:00 Michael Ellerman : >>> Nicholas Piggin writes: >>> This series of patches improves th powerpc kbuild system. The motivation was to to be compatible with the new Kconfig scripting

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-30 Thread Michael Ellerman
Masahiro Yamada writes: > 2018-05-30 23:39 GMT+09:00 Michael Ellerman : >> Nicholas Piggin writes: >> >>> This series of patches improves th powerpc kbuild system. The >>> motivation was to to be compatible with the new Kconfig scripting >>> language that Yamada-san has implemented here for

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-30 Thread Masahiro Yamada
2018-05-30 23:39 GMT+09:00 Michael Ellerman : > Nicholas Piggin writes: > >> This series of patches improves th powerpc kbuild system. The >> motivation was to to be compatible with the new Kconfig scripting >> language that Yamada-san has implemented here for merge: >> >>

Re: [PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-30 Thread Michael Ellerman
Nicholas Piggin writes: > This series of patches improves th powerpc kbuild system. The > motivation was to to be compatible with the new Kconfig scripting > language that Yamada-san has implemented here for merge: > >

[PATCH v5 0/4] powerpc patches for new Kconfig language

2018-05-30 Thread Nicholas Piggin
This series of patches improves th powerpc kbuild system. The motivation was to to be compatible with the new Kconfig scripting language that Yamada-san has implemented here for merge: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/log/?h=kconfig I have tested on top