[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081023180412.394d40c2.randy.dunlap@oracle.com>
Date: Thu, 23 Oct 2008 18:04:12 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>, ericvh@...il.com,
rolandd@...co.com
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
v9fs-developer@...ts.sourceforge.net, general@...ts.openfabrics.org
Subject: Re: linux-next: Tree for October 23
On Thu, 23 Oct 2008 21:36:37 +1100 Stephen Rothwell wrote:
> Hi all,
Building with CONFIG_INFINIBAND=m, kconfig allows CONFIG_NET_9P_RDMA=m,
so one module wants symbols from the other (net/9p wants symbols from rmda_*).
ERROR: "rdma_destroy_id" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_connect" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_create_id" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_create_qp" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_resolve_route" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_disconnect" [net/9p/9pnet_rdma.ko] undefined!
ERROR: "rdma_resolve_addr" [net/9p/9pnet_rdma.ko] undefined!
Is this supposed to be allowed/possible? Otherwise NET_9P_RDMA might
have to depend on INFINBAND=y...
---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists