1. 29 5月, 2018 1 次提交
    • A
      IB: Revert "remove redundant INFINIBAND kconfig dependencies" · 533d1dae
      Arnd Bergmann 提交于
      Several subsystems depend on INFINIBAND_ADDR_TRANS, which in turn depends
      on INFINIBAND. However, when with CONFIG_INIFIBAND=m, this leads to a
      link error when another driver using it is built-in. The
      INFINIBAND_ADDR_TRANS dependency is insufficient here as this is
      a 'bool' symbol that does not force anything to be a module in turn.
      
      fs/cifs/smbdirect.o: In function `smbd_disconnect_rdma_work':
      smbdirect.c:(.text+0x1e4): undefined reference to `rdma_disconnect'
      net/9p/trans_rdma.o: In function `rdma_request':
      trans_rdma.c:(.text+0x7bc): undefined reference to `rdma_disconnect'
      net/9p/trans_rdma.o: In function `rdma_destroy_trans':
      trans_rdma.c:(.text+0x830): undefined reference to `ib_destroy_qp'
      trans_rdma.c:(.text+0x858): undefined reference to `ib_dealloc_pd'
      
      Fixes: 9533b292 ("IB: remove redundant INFINIBAND kconfig dependencies")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NGreg Thelen <gthelen@google.com>
      Signed-off-by: NJason Gunthorpe <jgg@mellanox.com>
      533d1dae
  2. 09 5月, 2018 1 次提交
  3. 03 3月, 2016 1 次提交
  4. 12 1月, 2013 1 次提交
  5. 14 11月, 2011 1 次提交
    • P
      rds: drop "select LLIST" · 77c1c7c4
      Paul Bolle 提交于
      Commit 1bc144b6 ("net, rds, Replace xlist in net/rds/xlist.h with
      llist") added "select LLIST" to the RDS_RDMA Kconfig entry. But there is
      no Kconfig symbol named LLIST. The select statement for that symbol is a
      nop. Drop it.
      
      lib/llist.o is builtin, so all that's needed to use the llist
      functionality is to include linux/llist.h, which this commit also did.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      77c1c7c4
  6. 16 9月, 2011 1 次提交
  7. 24 8月, 2009 1 次提交
  8. 04 3月, 2009 1 次提交
    • R
      rds: fix iband RDMA dependencies · abb79972
      Randy Dunlap 提交于
      Fix RDS Infiniband dependencies for RDMA so that these
      build errors won't happen:
      
      ERROR: "rdma_accept" [net/rds/rds.ko] undefined!
      ERROR: "rdma_destroy_id" [net/rds/rds.ko] undefined!
      ERROR: "rdma_connect" [net/rds/rds.ko] undefined!
      ERROR: "rdma_destroy_qp" [net/rds/rds.ko] undefined!
      ERROR: "rdma_listen" [net/rds/rds.ko] undefined!
      ERROR: "rdma_notify" [net/rds/rds.ko] undefined!
      ERROR: "rdma_create_id" [net/rds/rds.ko] undefined!
      ERROR: "rdma_create_qp" [net/rds/rds.ko] undefined!
      ERROR: "rdma_bind_addr" [net/rds/rds.ko] undefined!
      ERROR: "rdma_resolve_route" [net/rds/rds.ko] undefined!
      ERROR: "rdma_disconnect" [net/rds/rds.ko] undefined!
      ERROR: "rdma_reject" [net/rds/rds.ko] undefined!
      ERROR: "rdma_resolve_addr" [net/rds/rds.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Acked-by: NAndy Grover <andy.grover@oracle.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      abb79972
  9. 27 2月, 2009 1 次提交