Re: linux-4.14-rc1/arch/powerpc/perf/hv-24x7.c:541: bad condition ?

2017-09-21 Thread Michael Ellerman
[ + Cody in case he's still interested] Michael Ellerman writes: > David Binderman writes: > >> Hello there, >> >> linux-4.14-rc1/arch/powerpc/perf/hv-24x7.c:543]: (warning) Identical >> condition 's1> >> Source code is >> >

Re: linux-4.14-rc1/arch/x86/include/asm/uaccess.h: Missing include of

2017-09-19 Thread Stefan Mätje
Hi, changing the include line to solves the problem for me. Thank you for taking the time to look into this. Best regards, Stefan Mätje Am 19.09.2017 um 15:12 schrieb Seraphime Kirkovski: > Hi, > >> ./arch/x86/include/asm/uaccess.h: In function ‘set_fs’: >> ./arch/x86/include/asm/uacc

Re: linux-4.14-rc1/arch/x86/include/asm/uaccess.h: Missing include of

2017-09-19 Thread Seraphime Kirkovski
Hi, > ./arch/x86/include/asm/uaccess.h: In function ‘set_fs’: > ./arch/x86/include/asm/uaccess.h:31:9: error: dereferencing pointer to > incomplete type I can reproduce your problem by including , but not with . #include //#include does compile #include int

linux-4.14-rc1/arch/x86/include/asm/uaccess.h: Missing include of

2017-09-19 Thread Stefan Mätje
Resend with changed subject: Hi, there is a change in Linus' mainline kernel for 4.14-rc1 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/x86/include/asm/uaccess.h?id=6c51e67b64d169419fb13318035bb442f9176612) that changes the set_fs() macro into an inline function.

Re: linux-4.14-rc1/arch/powerpc/perf/hv-24x7.c:541: bad condition ?

2017-09-19 Thread Michael Ellerman
David Binderman writes: > Hello there, > > linux-4.14-rc1/arch/powerpc/perf/hv-24x7.c:543]: (warning) Identical > condition 's1 > Source code is > > if (s1 < s2) > return 1; > if (s2 > s1) > return -1; > > Suggest code rewor

Re: linux-4.14-rc1/drivers/clk/clk-stm32h7.c: 2 * possible typo ?

2017-09-19 Thread Gabriel FERNANDEZ
I missed David ... On 09/19/2017 11:22 AM, Gabriel FERNANDEZ wrote: > Hi David, > > I confirm it's typo issue. I 'm ready to send a fix for that. > > Many Thank's > > Gabriel > >> Hello there, >> >> 1. >> >> linux-4.14-rc1/dri

Re: linux-4.14-rc1/drivers/clk/clk-stm32h7.c: 2 * possible typo ?

2017-09-19 Thread Gabriel FERNANDEZ
Hi David, I confirm it's typo issue. I 'm ready to send a fix for that. Many Thank's Gabriel > Hello there, > > 1. > > linux-4.14-rc1/drivers/clk/clk-stm32h7.c:387]: (style) Same expression > on both sides of '&&'. > > Source code is

Re: linux-4.14-rc1/kernel/sysctl.c:2188: possible cut'n'paste error ?

2017-09-18 Thread Kees Cook
On Mon, Sep 18, 2017 at 1:53 PM, David Binderman wrote: > Hello there, > > linux-4.14-rc1/kernel/sysctl.c:2188] -> > [linux-4.14-rc1/kernel/sysctl.c:2190]: (warning) Identical condition > '*lvalp>UINT_MAX', second condition is always false > > Source code

Linux 4.14-rc1

2017-09-16 Thread Linus Torvalds
Yes, I realize this is a day early, and yes, I realize that if I had waited until tomorrow, I would also have hit the 26th anniversary of the Linux-0.01 release, but neither of those undeniable facts made me want to wait with closing the mege window. This has been an "interesting" merge window. It

Re: [PATCH 0/4] ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.14-rc1 (2nd try)

2015-10-21 Thread Masahiro Yamada
The subject should be "ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.4-rc1" I cannot wait until Linux 4.14-rc1 :) -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH 0/4] ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.14-rc1 (2nd try)

2015-10-21 Thread Masahiro Yamada
Hi Arnd, I dropped I2C aliases. (I want this policy to be consistent for all the uniphier DTS files. 2/4 deletes them from existing DTS files too.) Please pull this series for the next merge window. Thanks, Masahiro Masahiro Yamada (4): ARM: dts: uniphier: use stdout-path instead of console

Re: [PATCH 0/3] ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.14-rc1

2015-10-15 Thread Arnd Bergmann
On Thursday 15 October 2015 18:05:31 Masahiro Yamada wrote: > Hi Olof and Arnd, > > Please apply this series to ARM-SOC for the next merge window. > Applied the first patch, but not the other two, which look slightly wrong. Can you check and send them again? Arnd -- To unsubscribe from

[PATCH 0/3] ARM: dts: uniphier: DTS updates for UniPhier SoCs for Linux 4.14-rc1

2015-10-15 Thread Masahiro Yamada
Hi Olof and Arnd, Please apply this series to ARM-SOC for the next merge window. Thanks Masahiro Yamada Masahiro Yamada (3): ARM: dts: uniphier: change the external bus address mapping ARM: dts: uniphier: add ProXstream2 Vodka board support ARM: dts: uniphier: add ProXstream2 Gentil boar