Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-19 Thread Eugeniu Rosca
Dear reviewers, Please, have a look at v3 series. TIA! Best regards, Eugeniu. On Wed, May 16, 2018 at 01:27:02PM +0200, Eugeniu Rosca wrote: > Hi Petr, Masahiro, Simon, > > On Wed, May 16, 2018 at 10:24:41AM +0200, Eugeniu Rosca wrote: > > Hi Petr, > > > > On Wed, May 16, 2018 at 07:09:05AM +0

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-16 Thread Eugeniu Rosca
Hi Petr, Masahiro, Simon, On Wed, May 16, 2018 at 10:24:41AM +0200, Eugeniu Rosca wrote: > Hi Petr, > > On Wed, May 16, 2018 at 07:09:05AM +0200, Petr Vorel wrote: > > Hi Eugeniu, > > > > > 2018-05-13 2:13 GMT+09:00 Eugeniu Rosca : > > > > Align Kconfig to Linux 4.17-rc4 with minimal impact on n

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-16 Thread Eugeniu Rosca
Hi Petr, On Wed, May 16, 2018 at 07:09:05AM +0200, Petr Vorel wrote: > Hi Eugeniu, > > > 2018-05-13 2:13 GMT+09:00 Eugeniu Rosca : > > > Align Kconfig to Linux 4.17-rc4 with minimal impact on non-kconfig files. > > > > Previous Kconfig sync was done by commit bf7ab1e70fd762 ("kconfig: > > > re-s

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-15 Thread Petr Vorel
Hi Eugeniu, > 2018-05-13 2:13 GMT+09:00 Eugeniu Rosca : > > Align Kconfig to Linux 4.17-rc4 with minimal impact on non-kconfig files. > > Previous Kconfig sync was done by commit bf7ab1e70fd762 ("kconfig: > > re-sync with Linux 4.10") and it achieved almost perfect alignment with > > a few (inten

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-15 Thread Masahiro Yamada
2018-05-13 2:13 GMT+09:00 Eugeniu Rosca : > Align Kconfig to Linux 4.17-rc4 with minimal impact on non-kconfig files. > > Previous Kconfig sync was done by commit bf7ab1e70fd762 ("kconfig: > re-sync with Linux 4.10") and it achieved almost perfect alignment with > a few (intended) exceptions, cause

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-14 Thread Petr Vorel
Hi Eugeniu, Masahiro, > > So, it seems like all the trailing white-space from above files > > disappeared on your branch, after applying the patches from the > > email client (who did this?...). > > I didn't expect that trailing white-space to be of any value for the > > test results, but it turn

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-13 Thread Eugeniu Rosca
On Sun, May 13, 2018 at 10:52:07PM +0900, Masahiro Yamada wrote: > 2018-05-13 4:17 GMT+09:00 Eugeniu Rosca : > > I wonder if Kconfig could avoid printing whitespace in command line > > user dialogs. Then maybe those space characters could be removed from > > the "*xpected_stdout" files. > > > 'ma

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-13 Thread Masahiro Yamada
2018-05-13 4:17 GMT+09:00 Eugeniu Rosca : > > Hello Petr, > > On Sat, May 12, 2018 at 08:25:56PM +0200, Petr Vorel wrote: >> Hi Eugeniu, >> >> > My testing was limited to: >> > - make defconfig all >> > - make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- r8a7795_ulcb_defconfig all >> > - comparing .co

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-12 Thread Eugeniu Rosca
Hi Petr, On Sat, May 12, 2018 at 09:31:48PM +0200, Petr Vorel wrote: > Hi Eugeniu, > > > Hello Petr, > > > On Sat, May 12, 2018 at 08:25:56PM +0200, Petr Vorel wrote: > > > > When applied all 6 patches, I got several errors (see bellow). > > > I tested in on 2 distros (Debian unstable and openS

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-12 Thread Petr Vorel
Hi Eugeniu, > My testing was limited to: > - make defconfig all > - make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- r8a7795_ulcb_defconfig all > - comparing .config before and after the re-sync > - running the newly imported Kconfig unit tests as seen below: I tested whole patch-set with the other

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-12 Thread Eugeniu Rosca
Hello Petr, On Sat, May 12, 2018 at 08:25:56PM +0200, Petr Vorel wrote: > Hi Eugeniu, > > > My testing was limited to: > > - make defconfig all > > - make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- r8a7795_ulcb_defconfig all > > - comparing .config before and after the re-sync > > - running the n

Re: [U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-12 Thread Petr Vorel
Hi Eugeniu, > Hello Petr, > On Sat, May 12, 2018 at 08:25:56PM +0200, Petr Vorel wrote: > > When applied all 6 patches, I got several errors (see bellow). > > I tested in on 2 distros (Debian unstable and openSUSE Tumbleweed). > > The code I applied is here, did I make error when applying patche