From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933493AbbLGVgv (ORCPT ); Mon, 7 Dec 2015 16:36:51 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:53903 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933248AbbLGVgS (ORCPT ); Mon, 7 Dec 2015 16:36:18 -0500 Date: Mon, 7 Dec 2015 13:36:16 -0800 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, stable@vger.kernel.org, Boris Ostrovsky Subject: Re: [PATCH 4.2 000/124] 4.2.7-stable review Message-ID: <20151207213616.GE2962@roeck-us.net> References: <20151207144919.656035367@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151207144919.656035367@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 07, 2015 at 09:54:50AM -0500, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.2.7 release. > There are 124 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 Wed Dec 9 14:48:34 UTC 2015. > Anything received after that time might be too late. > Build results: total: 145 pass: 140 fail: 5 Failed builds: arm:allmodconfig arm:imx_v6_v7_defconfig arm:omap1_defconfig s390:defconfig s390:allmodconfig Qemu test results: total: 95 pass: 84 fail: 11 Failed tests: arm:kzm:imx_v6_v7_defconfig arm:beagle:multi_v7_defconfig:omap3-beagle arm:beaglexm:multi_v7_defconfig:omap3-beagle-xm arm:overo:multi_v7_defconfig:omap3-overo-tobi arm:vexpress-a9:multi_v7_defconfig:vexpress-v2p-ca9 arm:vexpress-a15:multi_v7_defconfig:vexpress-v2p-ca15-tc1 arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc702 arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zc706 arm:xilinx-zynq-a9:multi_v7_defconfig:zynq-zed arm:smdkc210:multi_v7_defconfig:exynos4210-smdkv310 s390:defconfig On top of the s390 failures, which are the same as for 4.1 and 4.3, several arm builds fail as follows. ./arch/arm/include/asm/irq.h: Assembler messages: ./arch/arm/include/asm/irq.h:40: Error: bad instruction `static inline int nr_legacy_irqs(void)' ./arch/arm/include/asm/irq.h:41: Error: junk at end of line, first unrecognized character is `{' ./arch/arm/include/asm/irq.h:42: Error: bad instruction `return 16' ./arch/arm/include/asm/irq.h:43: Error: junk at end of line, first unrecognized character is `}' Culprit is 'xen/events: Always allocate legacy interrupts on PV guests'. Function 'static inline int nr_legacy_irqs(void)' is applied outside the '#ifndef __ASSEMBLY__' conditional, which causes the compile failures. Details are available at http://server.roeck-us.net:8010/builders. Guenter