Skip to content

Commit f7cb7b8

Browse files
gthelendledford
authored andcommitted
IB: make INFINIBAND_ADDR_TRANS configurable
Allow INFINIBAND without INFINIBAND_ADDR_TRANS because fuzzing has been finding fair number of CM bugs. So provide option to disable it. Signed-off-by: Greg Thelen <gthelen@google.com> Cc: Tarick Bedeir <tarick@google.com> Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent 5a3bc8a commit f7cb7b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/infiniband/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ config INFINIBAND_ON_DEMAND_PAGING
6161
pages on demand instead.
6262

6363
config INFINIBAND_ADDR_TRANS
64-
bool
64+
bool "RDMA/CM"
6565
depends on INFINIBAND
6666
default y
67+
---help---
68+
Support for RDMA communication manager (CM).
69+
This allows for a generic connection abstraction over RDMA.
6770

6871
config INFINIBAND_ADDR_TRANS_CONFIGFS
6972
bool

0 commit comments

Comments
 (0)