Re: [PATCH] ARC: unwind: Mark expected switch fall-throughs

2019-08-05 Thread Vineet Gupta
On 8/6/19 1:02 AM, Gustavo A. R. Silva wrote: > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warnings (Building: haps_hs_defconfig arc): > > arch/arc/kernel/unwind.c:827:20: warning: this statement may fall through > [-Wimplicit-fallthrough=] > arc

Re: [PATCH] ARC: unwind: Mark expected switch fall-throughs

2019-08-05 Thread Kees Cook
On Mon, Aug 05, 2019 at 02:32:32PM -0500, Gustavo A. R. Silva wrote: > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warnings (Building: haps_hs_defconfig arc): > > arch/arc/kernel/unwind.c:827:20: warning: this statement may fall through > [-Wimpli

kisskb: OK linus/axs101_defconfig/arcompact Tue Aug 06, 05:33

2019-08-05 Thread noreply
OK linus/axs101_defconfig/arcompact Tue Aug 06, 05:33 http://kisskb.ellerman.id.au/kisskb/buildresult/13907656/ Commit: Merge tag 'tpmdd-next-20190805' of git://git.infradead.org/users/jjs/linux-tpmdd a6831a89bcaf351cf41b3a5922640c89beaaf9eb Compiler: arc-buildroot-linux-

[PATCH] ARC: unwind: Mark expected switch fall-throughs

2019-08-05 Thread Gustavo A. R. Silva
Mark switch cases where we are expecting to fall through. This patch fixes the following warnings (Building: haps_hs_defconfig arc): arch/arc/kernel/unwind.c:827:20: warning: this statement may fall through [-Wimplicit-fallthrough=] arch/arc/kernel/unwind.c:836:20: warning: this statement may fa

Re: [PATCH v2 2/2] ARC: enable uboot support unconditionally

2019-08-05 Thread Greg Kroah-Hartman
On Fri, Aug 02, 2019 at 04:25:39PM +, Alexey Brodkin wrote: > Hi Greg, > > > > May we have this one back-ported to linux-4.19.y? > > > > > > It was initially applied to Linus' tree during 5.0 development > > > cycle [1] but was never back-ported. > > > > > > Now w/o that patch in KernelCI we s