From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755504AbbG1Ilq (ORCPT ); Tue, 28 Jul 2015 04:41:46 -0400 Received: from foss.arm.com ([217.140.101.70]:57048 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752996AbbG1Ilm (ORCPT ); Tue, 28 Jul 2015 04:41:42 -0400 Message-ID: <55B74042.6070600@arm.com> Date: Tue, 28 Jul 2015 09:41:38 +0100 From: Sudeep Holla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Stephen Rothwell , "gregory.clement@free-electrons.com" , "linux-arm-kernel@lists.infradead.org" CC: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Jason Cooper , "andrew@lunn.ch" , Sudeep Holla , "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Thomas Petazzoni Subject: Re: linux-next: build failure after merge of the tip tree References: <20150728124324.40f44f01@canb.auug.org.au> In-Reply-To: <20150728124324.40f44f01@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On 28/07/15 03:43, Stephen Rothwell wrote: > Hi all, > > After merging the tip tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > arch/arm/mach-mvebu/board-v7.c: In function 'mvebu_init_irq': > arch/arm/mach-mvebu/board-v7.c:138:3: error: implicit declaration of function 'gic_set_irqchip_flags' [-Werror=implicit-function-declaration] > gic_set_irqchip_flags(IRQCHIP_SKIP_SET_WAKE | > ^ > > Caused by commit > > e6f134f8e30e ("ARM: mvebu: Allow using the GIC for wakeup in standby mode") > > from the mvebu tree interacting with commit > > 0d3f2c92e004 ("irqchip/gic: Remove redundant gic_set_irqchip_flags") > > from the tip tree. > > I have applied the following merge fix patch for today: > Thanks for the fix, I was aware of this and asked Thomas Petazzoni and Gregory CLEMENT to revert the commit e6f134f8e30e if possible yesterday [1] Regards, Sudeep [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-July/359585.html