From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 20 Jun 2012 06:00:05 +0200 (CEST) Received: from linux-sh.org ([111.68.239.195]:38705 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903394Ab2FTD77 (ORCPT ); Wed, 20 Jun 2012 05:59:59 +0200 Received: from linux-sh.org (localhost.localdomain [127.0.0.1]) by linux-sh.org (8.14.5/8.14.4) with ESMTP id q5K3xrTl018403; Wed, 20 Jun 2012 12:59:53 +0900 Received: (from pmundt@localhost) by linux-sh.org (8.14.5/8.14.4/Submit) id q5K3xpgt017547; Wed, 20 Jun 2012 12:59:51 +0900 X-Authentication-Warning: linux-sh.org: pmundt set sender to lethal@linux-sh.org using -f Date: Wed, 20 Jun 2012 12:59:51 +0900 From: Paul Mundt To: Geert Uytterhoeven Cc: linux-kernel@vger.kernel.org, Linuxppc-dev , Linux MIPS Mailing List , Linux-sh list , Chris Zankel , Giuseppe Cavallaro Subject: Re: Build regressions/improvements in v3.5-rc3 Message-ID: <20120620035951.GC5623@linux-sh.org> References: <1339962373-3224-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-archive-position: 33730 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: lethal@linux-sh.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On Sun, Jun 17, 2012 at 09:56:59PM +0200, Geert Uytterhoeven wrote: > On Sun, Jun 17, 2012 at 9:46 PM, Geert Uytterhoeven > wrote: > > JFYI, when comparing v3.5-rc3 to v3.5-rc2[3], the summaries are: > > ??- build errors: +235/-10 > > Truckloads of powerpc "Unrecognized opcode" breakage, and > That was my fault, should be fixed up by 2603efa31a. > + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit > declaration of function 'pci_iomap' > [-Werror=implicit-function-declaration]: => 90:3 > + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit > declaration of function 'pci_iounmap' > [-Werror=implicit-function-declaration]: => 142:2 > Not sure about this one, it should find everything alright via: linux/io.h -> asm/io.h -> asm-generic/iomap.h -> asm-generic/pci_iomap.h in the case that PCI is enabled. None of allyesconfig/modconfig enable PCI for me though, so I'm unsure of how you got in to this configuration to begin with? > xtensa > > + error: "__ashrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A > + error: "__lshrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A > > sh4/landisk_defconfig > > + error: "__ashrdi3" [fs/xfs/xfs.ko] undefined!: => N/A > + error: "__lshrdi3" [drivers/mtd/mtd.ko] undefined!: => N/A > + error: "__lshrdi3" [fs/xfs/xfs.ko] undefined!: => N/A > These seem to be the same issue on both platforms, EXPORT_SYMBOL() doesn't work from lib-y. While it's straightforward to fix, I'm not able to reproduce __lshrdi3/__ashrdi3 references in any of the above, which compiler are you using? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 20 Jun 2012 03:59:51 +0000 Subject: Re: Build regressions/improvements in v3.5-rc3 Message-Id: <20120620035951.GC5623@linux-sh.org> List-Id: References: <1339962373-3224-1-git-send-email-geert@linux-m68k.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: linux-kernel@vger.kernel.org, Linuxppc-dev , Linux MIPS Mailing List , Linux-sh list , Chris Zankel , Giuseppe Cavallaro On Sun, Jun 17, 2012 at 09:56:59PM +0200, Geert Uytterhoeven wrote: > On Sun, Jun 17, 2012 at 9:46 PM, Geert Uytterhoeven > wrote: > > JFYI, when comparing v3.5-rc3 to v3.5-rc2[3], the summaries are: > > ??- build errors: +235/-10 > > Truckloads of powerpc "Unrecognized opcode" breakage, and > That was my fault, should be fixed up by 2603efa31a. > + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit > declaration of function 'pci_iomap' > [-Werror=implicit-function-declaration]: => 90:3 > + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit > declaration of function 'pci_iounmap' > [-Werror=implicit-function-declaration]: => 142:2 > Not sure about this one, it should find everything alright via: linux/io.h -> asm/io.h -> asm-generic/iomap.h -> asm-generic/pci_iomap.h in the case that PCI is enabled. None of allyesconfig/modconfig enable PCI for me though, so I'm unsure of how you got in to this configuration to begin with? > xtensa > > + error: "__ashrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A > + error: "__lshrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A > > sh4/landisk_defconfig > > + error: "__ashrdi3" [fs/xfs/xfs.ko] undefined!: => N/A > + error: "__lshrdi3" [drivers/mtd/mtd.ko] undefined!: => N/A > + error: "__lshrdi3" [fs/xfs/xfs.ko] undefined!: => N/A > These seem to be the same issue on both platforms, EXPORT_SYMBOL() doesn't work from lib-y. While it's straightforward to fix, I'm not able to reproduce __lshrdi3/__ashrdi3 references in any of the above, which compiler are you using? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from linux-sh.org (linux-sh.org [111.68.239.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 63704B7000 for ; Wed, 20 Jun 2012 14:13:04 +1000 (EST) Date: Wed, 20 Jun 2012 12:59:51 +0900 From: Paul Mundt To: Geert Uytterhoeven Subject: Re: Build regressions/improvements in v3.5-rc3 Message-ID: <20120620035951.GC5623@linux-sh.org> References: <1339962373-3224-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: Chris Zankel , Linux-sh list , linux-kernel@vger.kernel.org, Linuxppc-dev , Linux MIPS Mailing List , Giuseppe Cavallaro List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Jun 17, 2012 at 09:56:59PM +0200, Geert Uytterhoeven wrote: > On Sun, Jun 17, 2012 at 9:46 PM, Geert Uytterhoeven > wrote: > > JFYI, when comparing v3.5-rc3 to v3.5-rc2[3], the summaries are: > > ??- build errors: +235/-10 > > Truckloads of powerpc "Unrecognized opcode" breakage, and > That was my fault, should be fixed up by 2603efa31a. > + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit > declaration of function 'pci_iomap' > [-Werror=implicit-function-declaration]: => 90:3 > + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c: error: implicit > declaration of function 'pci_iounmap' > [-Werror=implicit-function-declaration]: => 142:2 > Not sure about this one, it should find everything alright via: linux/io.h -> asm/io.h -> asm-generic/iomap.h -> asm-generic/pci_iomap.h in the case that PCI is enabled. None of allyesconfig/modconfig enable PCI for me though, so I'm unsure of how you got in to this configuration to begin with? > xtensa > > + error: "__ashrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A > + error: "__lshrdi3" [fs/ntfs/ntfs.ko] undefined!: => N/A > > sh4/landisk_defconfig > > + error: "__ashrdi3" [fs/xfs/xfs.ko] undefined!: => N/A > + error: "__lshrdi3" [drivers/mtd/mtd.ko] undefined!: => N/A > + error: "__lshrdi3" [fs/xfs/xfs.ko] undefined!: => N/A > These seem to be the same issue on both platforms, EXPORT_SYMBOL() doesn't work from lib-y. While it's straightforward to fix, I'm not able to reproduce __lshrdi3/__ashrdi3 references in any of the above, which compiler are you using?