From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932316AbbDMLAf (ORCPT ); Mon, 13 Apr 2015 07:00:35 -0400 Received: from si-002-i40.relay.mailchannels.net ([184.154.112.205]:35786 "EHLO relay.mailchannels.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932091AbbDMLA3 (ORCPT ); Mon, 13 Apr 2015 07:00:29 -0400 X-Sender-Id: duocircle|x-authuser|jac299792458 X-Sender-Id: duocircle|x-authuser|jac299792458 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|jac299792458 X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1428922252450:1202569917 X-MC-Ingress-Time: 1428922252450 X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 72.84.113.125 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX1+7fuvPBByoQHRT9yVKLs+lT3ech+E3DCo= X-DKIM: OpenDKIM Filter v2.6.8 io 77CA680028 Date: Mon, 13 Apr 2015 10:50:49 +0000 From: Jason Cooper To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Agner Subject: Re: linux-next: build failure after merge of the irqchip tree Message-ID: <20150413105049.GG18660@io.lakedaemon.net> References: <20150413170539.2f20e0a8@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150413170539.2f20e0a8@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-AuthUser: jac299792458 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Mon, Apr 13, 2015 at 05:05:39PM +1000, Stephen Rothwell wrote: > Hi Jason, > > After merging the irqchip tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > kernel/irq/generic-chip.c: In function 'irq_map_generic_chip': > kernel/irq/generic-chip.c:408:2: error: implicit declaration of function 'irq_domain_set_info' [-Werror=implicit-function-declaration] > irq_domain_set_info(d, virq, hw_irq, chip, gc, ct->handler, NULL, NULL); > ^ > > Caused by commit 3f6b2c298240 ("genirq: Generic chip: Support hierarchy > domain"). The only declaration of irq_domain_set_info() depends on > CONFIG_IRQ_DOMAIN_HIERARCHY. Sorry about that. I was rushing a bit in case the merge window was delayed a week. It wasn't, so I'll drop this for v4.1. It's also a gentle reminder that I need to do *more* thorough testing with genirq changes before pushing. :-/ thx, Jason.