]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/rds/ib.c
x86/speculation/mds: Conditionally clear CPU buffers on idle entry
[mirror_ubuntu-bionic-kernel.git] / net / rds / ib.c
index 36dd2099048a8f6a46c15c06aa9f4106aa49ae6b..04da68e5dbe68048ffaf07b3e7b8fe0c3c53a10b 100644 (file)
@@ -347,7 +347,8 @@ static int rds_ib_laddr_check(struct net *net, __be32 addr)
        /* Create a CMA ID and try to bind it. This catches both
         * IB and iWARP capable NICs.
         */
-       cm_id = rdma_create_id(&init_net, NULL, NULL, RDMA_PS_TCP, IB_QPT_RC);
+       cm_id = rdma_create_id(&init_net, rds_rdma_cm_event_handler,
+                              NULL, RDMA_PS_TCP, IB_QPT_RC);
        if (IS_ERR(cm_id))
                return PTR_ERR(cm_id);