From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:43899 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbbEDAIB (ORCPT ); Sun, 3 May 2015 20:08:01 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.85) (envelope-from ) id 1Yp3vU-000jEc-8w for stable@vger.kernel.org; Mon, 04 May 2015 00:08:00 +0000 Message-ID: <5546B844.9070307@roeck-us.net> Date: Sun, 03 May 2015 17:07:32 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org CC: 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 References: <20150502190119.666291882@linuxfoundation.org> In-Reply-To: <20150502190119.666291882@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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'. --- powerpc: include/linux/bug.h: Assembler messages: include/linux/bug.h:7: Error: unrecognized opcode: `enum' include/linux/bug.h:8: Error: junk at end of line, first unrecognized character is `,' As mentioned earlier, bisect points to 'powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL define'.'. Guenter