From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AF11EB6FB4 for ; Thu, 17 May 2012 09:51:43 +1000 (EST) Message-ID: <1337212281.30558.17.camel@pasglop> Subject: Re: Build regressions/improvements in v3.4-rc7 From: Benjamin Herrenschmidt To: Geert Uytterhoeven Date: Thu, 17 May 2012 09:51:21 +1000 In-Reply-To: References: <1337157034-22773-1-git-send-email-geert@linux-m68k.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Parisc List , the arch/x86 maintainers , linux-kernel@vger.kernel.org, Linuxppc-dev , Scott Wood List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2012-05-16 at 10:47 +0200, Geert Uytterhoeven wrote: > On Wed, May 16, 2012 at 10:30 AM, Geert Uytterhoeven > wrote: > > JFYI, when comparing v3.4-rc7 to v3.4-rc6[3], the summaries are: > > - build errors: +15/-14 > > 15 regressions: > + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'enum > fsl_diu_monitor_port' declared inside parameter list [-Werror]: => > 70:9, 84:9, 88:36 > + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'return' with > a value, in function returning void [-Werror]: => 189:2 > + arch/powerpc/platforms/512x/mpc512x_shared.c: error: function > declaration isn't a prototype [-Werror=strict-prototypes]: => 69:5, > 88:6, 83:6, 187:1 > + arch/powerpc/platforms/512x/mpc512x_shared.c: error: its scope is > only this definition or declaration, which is probably not what you > want [-Werror]: => 70:9 > + drivers/virt/fsl_hypervisor.c: error: 'MSR_GS' undeclared (first > use in this function): => 799:80 > > powerpc randconfig Thanks. These are all freescale platforms, the relevant people should be already but I've added Scott and Kumar to the CC list just in case. Cheers, Ben.