From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753394AbbIIHL5 (ORCPT ); Wed, 9 Sep 2015 03:11:57 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:33291 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbbIIHLu (ORCPT ); Wed, 9 Sep 2015 03:11:50 -0400 Date: Wed, 9 Sep 2015 12:41:44 +0530 From: Sudip Mukherjee To: Max Filippov Cc: Chris Zankel , LKML , Andrew Morton , Christoph Hellwig , "linux-xtensa@linux-xtensa.org" , sfr@canb.auug.org.au Subject: Re: [PATCH 0/4] xtensa: fix build failure Message-ID: <20150909071144.GB7003@sudip-pc> References: <1441718314-11208-1-git-send-email-sudipm.mukherjee@gmail.com> 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 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. BTW, yesterday when I was testing few of the defconfigs were not working. Are they also being fixed? regards sudip