Re: [PATCH 1/2] microblaze: fix endian handling

2018-01-17 Thread Michal Simek
On 15.1.2018 11:19, Arnd Bergmann wrote: > On Mon, Jan 15, 2018 at 11:14 AM, Michal Simek wrote: >> On 15.1.2018 10:29, Arnd Bergmann wrote: >>> On Sun, Jan 14, 2018 at 2:01 AM, kbuild test robot wrote: Hi Arnd, I love your patch! Yet something to improve: [auto build tes

Re: [PATCH 1/2] microblaze: fix endian handling

2018-01-15 Thread Arnd Bergmann
On Mon, Jan 15, 2018 at 11:14 AM, Michal Simek wrote: > On 15.1.2018 10:29, Arnd Bergmann wrote: >> On Sun, Jan 14, 2018 at 2:01 AM, kbuild test robot wrote: >>> Hi Arnd, >>> >>> I love your patch! Yet something to improve: >>> >>> [auto build test ERROR on linus/master] >>> [also build test ERRO

Re: [PATCH 1/2] microblaze: fix endian handling

2018-01-15 Thread Michal Simek
On 15.1.2018 10:29, Arnd Bergmann wrote: > On Sun, Jan 14, 2018 at 2:01 AM, kbuild test robot wrote: >> Hi Arnd, >> >> I love your patch! Yet something to improve: >> >> [auto build test ERROR on linus/master] >> [also build test ERROR on v4.15-rc7 next-20180112] >> [if your patch is applied to th

Re: [PATCH 1/2] microblaze: fix endian handling

2018-01-15 Thread Arnd Bergmann
On Sun, Jan 14, 2018 at 2:01 AM, kbuild test robot wrote: > Hi Arnd, > > I love your patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.15-rc7 next-20180112] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH 1/2] microblaze: fix endian handling

2018-01-13 Thread kbuild test robot
Hi Arnd, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.15-rc7 next-20180112] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/A

[PATCH 1/2] microblaze: fix endian handling

2018-01-02 Thread Arnd Bergmann
Building an allmodconfig kernel fails horribly because of endian mismatch. It turns out that the -mlittle-endian switch was not honored at all as we were using the wrong Kconfig symbol and failing to apply CPUFLAGS to the CFLAGS. Finally, the linker flags did not get set right. This addresses all