From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:39232 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933101AbdEXHLf (ORCPT ); Wed, 24 May 2017 03:11:35 -0400 Date: Wed, 24 May 2017 09:11:19 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: Re: [PATCH 4.9 000/164] 4.9.30-stable review Message-ID: <20170524071119.GA20639@kroah.com> References: <20170523200907.297534241@linuxfoundation.org> <1affde0e-a9d5-98c4-5374-876333aad1e8@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1affde0e-a9d5-98c4-5374-876333aad1e8@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Tue, May 23, 2017 at 08:57:34PM -0700, Guenter Roeck wrote: > On 05/23/2017 01:06 PM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.9.30 release. > > There are 164 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 Thu May 25 20:08:20 UTC 2017. > > Anything received after that time might be too late. > > > > Early feedback: > > Building arm:axm55xx_defconfig ... failed > -------------- > Error log: > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm/kvm/../../../virt/kvm/arm/vgic/vgic-v2.c: In function 'vgic_v2_populate_lr': > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm/kvm/../../../virt/kvm/arm/vgic/vgic-v2.c:176:3: error: implicit declaration of function 'irq_is_pending' [-Werror=implicit-function-declaration] > if (irq->active && irq_is_pending(irq)) > ^ > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm/kvm/../../../virt/kvm/arm/vgic/vgic-v3.c: In function 'vgic_v3_populate_lr': > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm/kvm/../../../virt/kvm/arm/vgic/vgic-v3.c:159:3: error: implicit declaration of function 'irq_is_pending' > > Building arm64:allmodconfig ... failed > -------------- > Error log: > arch/arm64/Makefile:23: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum > arch/arm64/Makefile:36: LSE atomics not supported by binutils > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-v2.c: In function ‘vgic_v2_populate_lr’: > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-v2.c:176:22: error: implicit declaration of function ‘irq_is_pending’ [-Werror=implicit-function-declaration] > if (irq->active && irq_is_pending(irq)) > ^ > cc1: some warnings being treated as errors > make[2]: *** [arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-v2.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-v3.c: In function ‘vgic_v3_populate_lr’: > /opt/buildbot/slave/stable-queue-4.9/build/arch/arm64/kvm/../../../virt/kvm/arm/vgic/vgic-v3.c:159:22: error: implicit declaration of function ‘irq_is_pending’ Now found and dropped 2 patches that were causing this. Should be all clean now, thanks for finding this. greg k-h