diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2019-06-10 20:02:01 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-06-10 20:02:01 +0200 |
commit | a1a8e4a85cf7daff8b26c7b8698442ef677b4f97 (patch) | |
tree | 3a84b800c8998b13c2f807846ddc0a51c0d4f516 /drivers/infiniband/Kconfig | |
parent | ucma: Convert ctx_idr to XArray (diff) | |
download | linux-a1a8e4a85cf7daff8b26c7b8698442ef677b4f97.tar.xz linux-a1a8e4a85cf7daff8b26c7b8698442ef677b4f97.zip |
rdma: Delete the ib_ucm module
This has been marked CONFIG_BROKEN for over a year now with no complaints.
Delete the whole thing for good.
The module provided the /dev/infiniband/ucmX interface.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/Kconfig')
-rw-r--r-- | drivers/infiniband/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig index cbfbea49f126..cbaafa4e0302 100644 --- a/drivers/infiniband/Kconfig +++ b/drivers/infiniband/Kconfig @@ -35,17 +35,6 @@ config INFINIBAND_USER_ACCESS libibverbs, libibcm and a hardware driver library from rdma-core <https://github.com/linux-rdma/rdma-core>. -config INFINIBAND_USER_ACCESS_UCM - tristate "Userspace CM (UCM, DEPRECATED)" - depends on BROKEN || COMPILE_TEST - depends on INFINIBAND_USER_ACCESS - help - The UCM module has known security flaws, which no one is - interested to fix. The user-space part of this code was - dropped from the upstream a long time ago. - - This option is DEPRECATED and planned to be removed. - config INFINIBAND_EXP_LEGACY_VERBS_NEW_UAPI bool "Allow experimental legacy verbs in new ioctl uAPI (EXPERIMENTAL)" depends on INFINIBAND_USER_ACCESS |