From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992755AbbEEWSX (ORCPT ); Tue, 5 May 2015 18:18:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34288 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992697AbbEEWSU (ORCPT ); Tue, 5 May 2015 18:18:20 -0400 Date: Wed, 6 May 2015 00:01:26 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org, Ralf Baechle , Markos Chandras , Anton Blanchard , Ingo Molnar Subject: Re: [PATCH 3.19 000/177] 3.19.7-stable review Message-ID: <20150505220126.GD18777@kroah.com> References: <20150502190119.666291882@linuxfoundation.org> <5546B844.9070307@roeck-us.net> <55483612.9050908@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55483612.9050908@roeck-us.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 04, 2015 at 08:16:34PM -0700, Guenter Roeck wrote: > On 05/03/2015 05:07 PM, Guenter Roeck wrote: > >On 05/02/2015 12:00 PM, Greg Kroah-Hartman wrote: > >>This is the start of the stable review cycle for the 3.19.7 release. > >>There are 177 patches in this series, all will be posted as a response > >>to this one. If anyone has any issues with these being applied, please > >>let me know. > >> > >>Responses should be made by Mon May 4 18:59:31 UTC 2015. > >>Anything received after that time might be too late. > >> > > > >Take two: > > > >Build results: > > total: 125 pass: 112 fail: 13 > >Failed builds: > > mips:defconfig > > mips:allmodconfig > > mips:bcm47xx_defconfig > > mips:bcm63xx_defconfig > > mips:nlm_xlp_defconfig > > mips:ath79_defconfig > > mips:ar7_defconfig > > mips:fuloong2e_defconfig > > mips:e55_defconfig > > mips:cavium_octeon_defconfig > > mips:malta_defconfig > > powerpc:defconfig > > powerpc:allmodconfig > > > >Qemu test results: > > total: 30 pass: 22 fail: 8 > >Failed tests: > > mips:mips_malta_defconfig > > mips:mips_malta_smp_defconfig > > mips:mipsel_malta_defconfig > > mips:mipsel_malta_smp_defconfig > > mips64:mips_malta64_defconfig > > mips64:mips_malta64_smp_defconfig > > powerpc:ppc64_book3s_defconfig > > powerpc:ppc64_book3s_smp_defconfig > > > >--- > >Error logs: > > > >mips: > > > >arch/mips/kernel/unaligned.c: In function 'emulate_load_store_insn': > >arch/mips/kernel/unaligned.c:570:4: error: expected '}' before 'else' > > > >Bisect points to 'MIPS: unaligned: Fix regular load/store instruction > >emulation for EVA'. > > > > The latest 3.19.y still fails to build mips images with this error. > A quick test suggests that reverting the patch appears to fix the problem. Ok, now removed, thanks. greg k-h