diff options
author | Greg Thelen <gthelen@google.com> | 2018-04-26 21:19:35 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-04-27 18:15:44 +0300 |
commit | f7cb7b85be55a4906b4b4b30596db1043dae6335 (patch) | |
tree | 6b4472edb06ed3013d0b2c9059e50ccff1bc6df6 /drivers/infiniband | |
parent | 5a3bc8a4abbd2d553430218d3a320400dce811b7 (diff) | |
download | linux-f7cb7b85be55a4906b4b4b30596db1043dae6335.tar.xz |
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>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index ee270e065ba9..2a972ed6851b 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig @@ -61,9 +61,12 @@ config INFINIBAND_ON_DEMAND_PAGING pages on demand instead. config INFINIBAND_ADDR_TRANS - bool + bool "RDMA/CM" depends on INFINIBAND default y + ---help--- + Support for RDMA communication manager (CM). + This allows for a generic connection abstraction over RDMA. config INFINIBAND_ADDR_TRANS_CONFIGFS bool |