Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751259AbbDSEXd (ORCPT ); Sun, 19 Apr 2015 00:23:33 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:54725 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbbDSEXb (ORCPT ); Sun, 19 Apr 2015 00:23:31 -0400 Message-ID: <55332DBF.7030701@roeck-us.net> Date: Sat, 18 Apr 2015 21:23:27 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: David Miller , sowmini.varadhan@oracle.com CC: linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: sparc64: Build failure due to commit f1600e549b94 (sparc: Make sparc64 use scalable lib/iommu-common.c functions) References: <20150418.152753.603680048479537950.davem@davemloft.net> <20150418.154039.772836205352309363.davem@davemloft.net> <20150418195514.GC18556@oracle.com> <20150418.174115.1706650539865486258.davem@davemloft.net> <55332B75.7080103@roeck-us.net> In-Reply-To: <55332B75.7080103@roeck-us.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020203.55332DC3.0101,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 2 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 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: mailgid no entry from get_relayhosts_entry 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 Content-Length: 1392 Lines: 39 On 04/18/2015 09:13 PM, Guenter Roeck wrote: > On 04/18/2015 02:41 PM, David Miller wrote: >> From: Sowmini Varadhan >> Date: Sat, 18 Apr 2015 15:55:14 -0400 >> >>>> >>>> Sowmini, I think I sorted this out in the 'sparc' GIT tree. >>>> >>>> Can you take a look? >>> >>> The patches look right now. These are the commit-ids I checked >>> >>> ff7d37a502022149655c18035b99a53391be0383 >>> bb620c3d3925aec0ed4f21010c86df08ec18a8c7 >>> 0ae53ed15d9b87b883b593a9884957cfa4fc2480 >> >> Thanks for checking, I'll get this to Linus ASAP. >> > Latest upstream (v4.0-8110-g64fb1d0) passes my tests. > I spoke too early. Now I get a similar failure in the powerpc:allmodconfig build (which previously failed for a different reason). lib/built-in.o:(.discard+0x1): multiple definition of `__pcpu_unique_iommu_pool_hash' arch/powerpc/kernel/built-in.o:(.discard+0x18): first defined here And, yes, there are still two instances of iommu_pool_hash. arch/powerpc/kernel/iommu.c:static DEFINE_PER_CPU(unsigned int, iommu_pool_hash); lib/iommu-common.c:static DEFINE_PER_CPU(unsigned int, iommu_pool_hash); Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/