Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756117Ab3IIXTu (ORCPT ); Mon, 9 Sep 2013 19:19:50 -0400 Received: from mga02.intel.com ([134.134.136.20]:46597 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756037Ab3IIXTs (ORCPT ); Mon, 9 Sep 2013 19:19:48 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,874,1371106800"; d="scan'208";a="375760562" Date: Mon, 9 Sep 2013 16:19:47 -0700 From: Jon Mason To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Dan Williams Subject: Re: linux-next: Tree for Sep 9 (ntb) Message-ID: <20130909231947.GB17587@jonmason-lab> References: <20130909161616.0d663a37c9d5b6b3a2a2735a@canb.auug.org.au> <522E0FA3.6060900@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <522E0FA3.6060900@infradead.org> 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 Content-Length: 1153 Lines: 39 On Mon, Sep 09, 2013 at 11:12:51AM -0700, Randy Dunlap wrote: > On 09/08/13 23:16, Stephen Rothwell wrote: > > Hi all, > > > > Please do not add any code for v3.13 to your linux-next included branches > > until after v3.12-rc1 is released. > > > > Changes since 20130906: > > > > > on x86_64: > > drivers/built-in.o: In function `ntb_transport_free_queue': > (.text+0x150344): undefined reference to `dma_sync_wait' > drivers/built-in.o: In function `ntb_transport_create_queue': > (.text+0x1504b5): undefined reference to `dma_find_channel' > drivers/built-in.o: In function `ntb_transport_rx': > ntb_transport.c:(.text+0x150c65): undefined reference to `dma_sync_wait' > > > ntb_transport.c uses several dma_*() interfaces. > It looks like it needs to select DMA_ENGINE at a minimum. Discussed it with Dan Williams, and will have a patch out shortly correct it. Thanks, Jon > > > -- > ~Randy -- 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/