From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: linux-next: build warning after merge of the final tree Date: Mon, 17 Dec 2012 12:59:33 -0800 Message-ID: <20121217125933.ec758888.akpm@linux-foundation.org> References: <20121217142238.a0840563304419bb345ac25f@canb.auug.org.au> <20121217143415.252a2f60076d1ba03807df55@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:50053 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752759Ab2LQU7f (ORCPT ); Mon, 17 Dec 2012 15:59:35 -0500 In-Reply-To: <20121217143415.252a2f60076d1ba03807df55@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Thompson , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org On Mon, 17 Dec 2012 14:34:15 +1100 Stephen Rothwell wrote: > Hi all, > > On Mon, 17 Dec 2012 14:22:38 +1100 Stephen Rothwell wrote: > > > > After merging the final tree, today's linux-next build (powerpc allnoconfig) > > produced this warning: > > > > warning: (PPC) selects SPARSE_IRQ which has unmet direct dependencies (HAVE_GENERIC_HARDIRQS && (IRQ_DOMAIN && DEBUG_FS || MAY_HAVE_SPARSE_IRQ)) > > > > I don't know what introduced that. > > Actually probably caused by commit a1eaa3bc8247 ("Kconfig: fix Irq > Subsystem menu") from the akpm tree. kconfig-fix-irq-subsystem-menu.patch was causing various problems so I have dropped it. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by ozlabs.org (Postfix) with ESMTP id 9DFBD2C0093 for ; Tue, 18 Dec 2012 07:59:35 +1100 (EST) Date: Mon, 17 Dec 2012 12:59:33 -0800 From: Andrew Morton To: Stephen Rothwell Subject: Re: linux-next: build warning after merge of the final tree Message-Id: <20121217125933.ec758888.akpm@linux-foundation.org> In-Reply-To: <20121217143415.252a2f60076d1ba03807df55@canb.auug.org.au> References: <20121217142238.a0840563304419bb345ac25f@canb.auug.org.au> <20121217143415.252a2f60076d1ba03807df55@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Paul Thompson , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 17 Dec 2012 14:34:15 +1100 Stephen Rothwell wrote: > Hi all, > > On Mon, 17 Dec 2012 14:22:38 +1100 Stephen Rothwell wrote: > > > > After merging the final tree, today's linux-next build (powerpc allnoconfig) > > produced this warning: > > > > warning: (PPC) selects SPARSE_IRQ which has unmet direct dependencies (HAVE_GENERIC_HARDIRQS && (IRQ_DOMAIN && DEBUG_FS || MAY_HAVE_SPARSE_IRQ)) > > > > I don't know what introduced that. > > Actually probably caused by commit a1eaa3bc8247 ("Kconfig: fix Irq > Subsystem menu") from the akpm tree. kconfig-fix-irq-subsystem-menu.patch was causing various problems so I have dropped it. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753517Ab2LQU7g (ORCPT ); Mon, 17 Dec 2012 15:59:36 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50053 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752759Ab2LQU7f (ORCPT ); Mon, 17 Dec 2012 15:59:35 -0500 Date: Mon, 17 Dec 2012 12:59:33 -0800 From: Andrew Morton To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Thompson , Benjamin Herrenschmidt , Paul Mackerras , Subject: Re: linux-next: build warning after merge of the final tree Message-Id: <20121217125933.ec758888.akpm@linux-foundation.org> In-Reply-To: <20121217143415.252a2f60076d1ba03807df55@canb.auug.org.au> References: <20121217142238.a0840563304419bb345ac25f@canb.auug.org.au> <20121217143415.252a2f60076d1ba03807df55@canb.auug.org.au> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Dec 2012 14:34:15 +1100 Stephen Rothwell wrote: > Hi all, > > On Mon, 17 Dec 2012 14:22:38 +1100 Stephen Rothwell wrote: > > > > After merging the final tree, today's linux-next build (powerpc allnoconfig) > > produced this warning: > > > > warning: (PPC) selects SPARSE_IRQ which has unmet direct dependencies (HAVE_GENERIC_HARDIRQS && (IRQ_DOMAIN && DEBUG_FS || MAY_HAVE_SPARSE_IRQ)) > > > > I don't know what introduced that. > > Actually probably caused by commit a1eaa3bc8247 ("Kconfig: fix Irq > Subsystem menu") from the akpm tree. kconfig-fix-irq-subsystem-menu.patch was causing various problems so I have dropped it.