From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id A1EEDB7081 for ; Mon, 15 Jun 2009 19:40:20 +1000 (EST) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DB594DDD1B for ; Mon, 15 Jun 2009 19:40:19 +1000 (EST) Subject: Re: [PATCH] powerpc: Add configurable -Werror for arch/powerpc From: Benjamin Herrenschmidt To: michael@ellerman.id.au In-Reply-To: <1245052241.7705.78.camel@concordia> References: <1245052241.7705.78.camel@concordia> Content-Type: text/plain Date: Mon, 15 Jun 2009 19:40:07 +1000 Message-Id: <1245058807.12400.0.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Currently this appears to break only one of the defconfigs, chrp32. > > http://kisskb.ellerman.id.au/kisskb/head/1907/ > > And that's a legitimate error AFAICT: > > arch/powerpc/platforms/chrp/setup.c:378: error: the frame size of 1040 bytes is larger than 1024 bytes > > From: > > 367 void > 368 chrp_event_scan(unsigned long unused) > 369 { > 370 unsigned char log[1024]; > 371 int ret = 0; I wonder to what extent we could merge that with the pSeries event-scan... We can have a closer look tomorrow. In any case, stack alloc for that is indeed fishy. Cheers, Ben.