Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756181AbYGNQUi (ORCPT ); Mon, 14 Jul 2008 12:20:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753738AbYGNQUb (ORCPT ); Mon, 14 Jul 2008 12:20:31 -0400 Received: from mx2.suse.de ([195.135.220.15]:38105 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753206AbYGNQUa (ORCPT ); Mon, 14 Jul 2008 12:20:30 -0400 Date: Wed, 16 Jul 2008 02:20:11 +0200 Message-ID: From: Takashi Iwai To: Stephen Rothwell Cc: Mark Nelson , Arnd Bergmann , Benjamin Herrenschmidt , linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for July 14 In-Reply-To: <20080714201249.947400d0.sfr@canb.auug.org.au> References: <20080714201249.947400d0.sfr@canb.auug.org.au> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.2 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1817 Lines: 50 At Mon, 14 Jul 2008 20:12:49 +1000, Stephen Rothwell wrote: > > Hi all, > > With the opening of the merge window, I am hoping my job becomes easier > again ... :-) The build of next-20080714 failed on ppc32: CC [M] drivers/infiniband/core/addr.o In file included from include/rdma/ib_addr.h:41, from drivers/infiniband/core/addr.c:44: include/rdma/ib_verbs.h: In function 'ib_dma_map_single_attrs': include/rdma/ib_verbs.h:1634: error: implicit declaration of function 'dma_map_single_attrs' include/rdma/ib_verbs.h: In function 'ib_dma_unmap_single_attrs': include/rdma/ib_verbs.h:1643: error: implicit declaration of function 'dma_unmap_single_attrs' include/rdma/ib_verbs.h:1644: warning: 'return' with a value, in function returning void include/rdma/ib_verbs.h: In function 'ib_dma_map_sg_attrs': include/rdma/ib_verbs.h:1721: error: implicit declaration of function 'dma_map_sg_attrs' include/rdma/ib_verbs.h: In function 'ib_dma_unmap_sg_attrs': include/rdma/ib_verbs.h:1729: error: implicit declaration of function 'dma_unmap_sg_attrs' make[3]: *** [drivers/infiniband/core/addr.o] Error 1 The following patch fixed the build, at least. Not sure whether it's the right fix, though. Takashi --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 140ae05..007681c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -113,7 +113,7 @@ config PPC select HAVE_LMB select USE_GENERIC_SMP_HELPERS if SMP select HAVE_OPROFILE - select HAVE_DMA_ATTRS + select HAVE_DMA_ATTRS if PPC64 config EARLY_PRINTK bool -- 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/