From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755854Ab0IGCg0 (ORCPT ); Mon, 6 Sep 2010 22:36:26 -0400 Received: from kroah.org ([198.145.64.141]:36175 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754717Ab0IGCgU (ORCPT ); Mon, 6 Sep 2010 22:36:20 -0400 Date: Mon, 6 Sep 2010 19:34:04 -0700 From: Greg KH To: Stephen Rothwell , Thomas Renninger , Jason Baron Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: build warning after merge of the final tree (driver-core tree related) Message-ID: <20100907023404.GA11972@kroah.com> References: <20100907115426.fc0c3e13.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100907115426.fc0c3e13.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 07, 2010 at 11:54:26AM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the final tree, today's linux-next build (powerpc > allnoconfig) produced this warning: > > kernel/params.c: In function 'parse_args': > kernel/params.c:233: warning: the frame size of 1032 bytes is larger than 1024 bytes > > Introduced by commit 32e6407e9361cd1aac39ff6b744cad48d1802a08 ("Dynamic > Debug: Introduce global fake module param module.ddebug") which added a > 1024 byte array to the stack ... Wierd, why didn't this show up yesterday? The patch was in that tree then, right? Thomas, care to fix this up? thanks, greg k-h