From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754033AbbIMPTe (ORCPT ); Sun, 13 Sep 2015 11:19:34 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:52210 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753409AbbIMPTd (ORCPT ); Sun, 13 Sep 2015 11:19:33 -0400 Date: Sun, 13 Sep 2015 08:19:26 -0700 From: Guenter Roeck To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linuxppc-dev@lists.ozlabs.org" Subject: Re: Build regressions/improvements in v4.3-rc1 Message-ID: <20150913151926.GA19850@roeck-us.net> References: <1442134868-17607-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 13, 2015 at 11:03:51AM +0200, Geert Uytterhoeven wrote: > On Sun, Sep 13, 2015 at 11:01 AM, Geert Uytterhoeven > wrote: > > Below is the list of build error/warning regressions/improvements in > > v4.3-rc1[1] compared to v4.2[2]. > > [ ... ] > > > + /home/kisskb/slave/src/arch/powerpc/kvm/book3s_pr.c: error: 'last_sc' may be used uninitialized in this function [-Werror=uninitialized]: => 1094:31 > > powerpc-allyesconfig, powerpc-randconfig, powerpc-allmodconfig > I think that only affects powerpc-randconfig. Also: alpha:allmodconfig: drivers/video/fbdev/aty/atyfb_base.c: In function 'atyfb_setup_generic': drivers/video/fbdev/aty/atyfb_base.c:3447:2: error: implicit declaration of function 'ioremap_uc' arm:rpc_defconfig: fs/fat/dir.c: In function 'fat_ioctl_filldir': fs/fat/dir.c:752:43: internal compiler error: Max. number of generated reload insns per insn is achieved (90) [ gcc 4.9.1, 4.9.2 ] arm64:allmodconfig: drivers/firmware/qcom_scm-32.c:196:4: error: expected string literal before ‘__asmeq’ drivers/firmware/qcom_scm-32.c:221:2: error: implicit declaration of function ‘secure_flush_area’ drivers/firmware/qcom_scm-32.c:239:2: error: implicit declaration of function ‘outer_inv_range’ drivers/firmware/qcom_scm-32.c:331:4: error: expected string literal before ‘__asmeq’ drivers/firmware/qcom_scm-32.c:361:4: error: expected string literal before ‘__asmeq’ h8300:edosk2674_defconfig, h8300:h8s-sim_defconfig: drivers/clk/h8300/clk-h8s2678.c: In function ‘h8s2678_pll_clk_setup’: drivers/clk/h8300/clk-h8s2678.c:99:14: error: implicit declaration of function ‘kzalloc’ drivers/clk/h8300/clk-h8s2678.c:138:2: error: implicit declaration of function ‘kfree’ Guenter