From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755293AbbIINkd (ORCPT ); Wed, 9 Sep 2015 09:40:33 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34545 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754047AbbIINkX (ORCPT ); Wed, 9 Sep 2015 09:40:23 -0400 Date: Wed, 9 Sep 2015 19:10:10 +0530 From: Sudip Mukherjee To: Max Filippov Cc: Chris Zankel , LKML , Andrew Morton , Christoph Hellwig , "linux-xtensa@linux-xtensa.org" , Stephen Rothwell Subject: Re: [PATCH 0/4] xtensa: fix build failure Message-ID: <20150909134010.GA3146@sudip-pc> References: <1441718314-11208-1-git-send-email-sudipm.mukherjee@gmail.com> <20150909071144.GB7003@sudip-pc> 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 09, 2015 at 03:52:11PM +0300, Max Filippov wrote: > On Wed, Sep 9, 2015 at 10:11 AM, Sudip Mukherjee > wrote: > > On Tue, Sep 08, 2015 at 08:34:56PM +0300, Max Filippov wrote: > >> Sudip, > >> > >> On Tue, Sep 8, 2015 at 4:18 PM, Sudip Mukherjee > >> wrote: > >> > While building with allmodconfig the build failed with different dma > >> > related errors. It turned out that the dma functions were moved to > >> > asm-generic/dma-mapping-common.h() and as a result we were getting the > >> > errors of "redefinition". > >> > This patch series will move the functions as required and at the end of > >> > the series, allmodconfig builds. > >> > >> I believe it's fixed in the -mm tree and will be merged soon, > >> see the thread at https://lkml.org/lkml/2015/8/26/118 > > > > I guess its already merged in Linus tree now. I tested in the morning > > with Linus tree and allmodconfig worked. But next-20150909 still failed. > > AFAICS it's not merged yet: arch/xtensa/include/dma-mapping.h still > has all functions deleted by patch in the mentioned thread. Ohhh.. I didn't notice it in the morning. I saw Linus tree is building and I thought it may have been merged. Now on checking I see that the series by Christoph Hellwig which removes the arch specific functions is still not in Linus tree and thats why I didnot get any error. regards sudip