2006-12-01 03:53:41 +03:00
/*
* Copyright ( c ) 2005 - 2006 Intel Corporation . All rights reserved .
*
* This software is available to you under a choice of one of two
* licenses . You may choose to be licensed under the terms of the GNU
* General Public License ( GPL ) Version 2 , available from the file
* COPYING in the main directory of this source tree , or the
* OpenIB . org BSD license below :
*
* Redistribution and use in source and binary forms , with or
* without modification , are permitted provided that the following
* conditions are met :
*
* - Redistributions of source code must retain the above
* copyright notice , this list of conditions and the following
* disclaimer .
*
* - Redistributions in binary form must reproduce the above
* copyright notice , this list of conditions and the following
* disclaimer in the documentation and / or other materials
* provided with the distribution .
*
* THE SOFTWARE IS PROVIDED " AS IS " , WITHOUT WARRANTY OF ANY KIND ,
* EXPRESS OR IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY , FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT . IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
* BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER LIABILITY , WHETHER IN AN
* ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM , OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE .
*/
# include <linux/completion.h>
2007-11-14 11:29:50 +03:00
# include <linux/file.h>
2006-12-01 03:53:41 +03:00
# include <linux/mutex.h>
# include <linux/poll.h>
2009-10-07 17:09:06 +04:00
# include <linux/sched.h>
2006-12-01 03:53:41 +03:00
# include <linux/idr.h>
# include <linux/in.h>
# include <linux/in6.h>
# include <linux/miscdevice.h>
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 11:04:11 +03:00
# include <linux/slab.h>
2010-08-14 00:56:34 +04:00
# include <linux/sysctl.h>
2011-05-27 23:35:46 +04:00
# include <linux/module.h>
2015-10-22 15:20:11 +03:00
# include <linux/nsproxy.h>
2006-12-01 03:53:41 +03:00
2018-10-16 17:59:01 +03:00
# include <linux/nospec.h>
2006-12-01 03:53:41 +03:00
# include <rdma/rdma_user_cm.h>
# include <rdma/ib_marshall.h>
# include <rdma/rdma_cm.h>
2009-11-16 20:30:33 +03:00
# include <rdma/rdma_cm_ib.h>
2013-05-29 21:09:25 +04:00
# include <rdma/ib_addr.h>
2013-05-29 21:09:29 +04:00
# include <rdma/ib.h>
2020-05-26 13:33:04 +03:00
# include <rdma/ib_cm.h>
2019-06-14 03:38:19 +03:00
# include <rdma/rdma_netlink.h>
# include "core_priv.h"
2006-12-01 03:53:41 +03:00
MODULE_AUTHOR ( " Sean Hefty " ) ;
MODULE_DESCRIPTION ( " RDMA Userspace Connection Manager Access " ) ;
MODULE_LICENSE ( " Dual BSD/GPL " ) ;
2010-08-14 00:56:34 +04:00
static unsigned int max_backlog = 1024 ;
static struct ctl_table_header * ucma_ctl_table_hdr ;
2013-10-23 02:29:50 +04:00
static struct ctl_table ucma_ctl_table [ ] = {
2010-08-14 00:56:34 +04:00
{
. procname = " max_backlog " ,
. data = & max_backlog ,
. maxlen = sizeof max_backlog ,
. mode = 0644 ,
. proc_handler = proc_dointvec ,
} ,
{ }
} ;
2006-12-01 03:53:41 +03:00
struct ucma_file {
struct mutex mut ;
struct file * filp ;
struct list_head ctx_list ;
struct list_head event_list ;
wait_queue_head_t poll_wait ;
} ;
struct ucma_context {
2019-02-21 03:21:05 +03:00
u32 id ;
2006-12-01 03:53:41 +03:00
struct completion comp ;
2020-02-18 22:17:00 +03:00
refcount_t ref ;
2006-12-01 03:53:41 +03:00
int events_reported ;
2020-08-18 15:05:23 +03:00
atomic_t backlog ;
2006-12-01 03:53:41 +03:00
struct ucma_file * file ;
struct rdma_cm_id * cm_id ;
2020-02-18 22:45:38 +03:00
struct mutex mutex ;
2006-12-01 03:53:41 +03:00
u64 uid ;
struct list_head list ;
2022-01-18 10:35:01 +03:00
struct list_head mc_list ;
2015-08-13 18:32:07 +03:00
struct work_struct close_work ;
2007-02-16 04:00:18 +03:00
} ;
struct ucma_multicast {
struct ucma_context * ctx ;
2019-02-21 03:21:04 +03:00
u32 id ;
2007-02-16 04:00:18 +03:00
int events_reported ;
u64 uid ;
2016-07-06 16:36:35 +03:00
u8 join_state ;
2022-01-18 10:35:01 +03:00
struct list_head list ;
2008-08-04 22:02:14 +04:00
struct sockaddr_storage addr ;
2006-12-01 03:53:41 +03:00
} ;
struct ucma_event {
struct ucma_context * ctx ;
2020-10-12 07:56:00 +03:00
struct ucma_context * conn_req_ctx ;
2007-02-16 04:00:18 +03:00
struct ucma_multicast * mc ;
2006-12-01 03:53:41 +03:00
struct list_head list ;
struct rdma_ucm_event_resp resp ;
} ;
2019-02-21 03:21:05 +03:00
static DEFINE_XARRAY_ALLOC ( ctx_table ) ;
2019-02-21 03:21:04 +03:00
static DEFINE_XARRAY_ALLOC ( multicast_table ) ;
2006-12-01 03:53:41 +03:00
2018-09-03 19:54:14 +03:00
static const struct file_operations ucma_fops ;
2021-01-05 14:13:27 +03:00
static int ucma_destroy_private_ctx ( struct ucma_context * ctx ) ;
2018-09-03 19:54:14 +03:00
2006-12-01 03:53:41 +03:00
static inline struct ucma_context * _ucma_find_context ( int id ,
struct ucma_file * file )
{
struct ucma_context * ctx ;
2019-02-21 03:21:05 +03:00
ctx = xa_load ( & ctx_table , id ) ;
2006-12-01 03:53:41 +03:00
if ( ! ctx )
ctx = ERR_PTR ( - ENOENT ) ;
2020-08-18 15:05:16 +03:00
else if ( ctx - > file ! = file )
2006-12-01 03:53:41 +03:00
ctx = ERR_PTR ( - EINVAL ) ;
return ctx ;
}
static struct ucma_context * ucma_get_ctx ( struct ucma_file * file , int id )
{
struct ucma_context * ctx ;
2019-02-21 03:21:05 +03:00
xa_lock ( & ctx_table ) ;
2006-12-01 03:53:41 +03:00
ctx = _ucma_find_context ( id , file ) ;
2020-08-18 15:05:26 +03:00
if ( ! IS_ERR ( ctx ) )
if ( ! refcount_inc_not_zero ( & ctx - > ref ) )
2020-08-18 15:05:13 +03:00
ctx = ERR_PTR ( - ENXIO ) ;
2019-02-21 03:21:05 +03:00
xa_unlock ( & ctx_table ) ;
2006-12-01 03:53:41 +03:00
return ctx ;
}
static void ucma_put_ctx ( struct ucma_context * ctx )
{
2020-02-18 22:17:00 +03:00
if ( refcount_dec_and_test ( & ctx - > ref ) )
2006-12-01 03:53:41 +03:00
complete ( & ctx - > comp ) ;
}
2018-04-05 06:00:01 +03:00
/*
* Same as ucm_get_ctx but requires that - > cm_id - > device is valid , eg that the
* CM_ID is bound .
*/
static struct ucma_context * ucma_get_ctx_dev ( struct ucma_file * file , int id )
{
struct ucma_context * ctx = ucma_get_ctx ( file , id ) ;
if ( IS_ERR ( ctx ) )
return ctx ;
if ( ! ctx - > cm_id - > device ) {
ucma_put_ctx ( ctx ) ;
return ERR_PTR ( - EINVAL ) ;
}
return ctx ;
}
2015-08-13 18:32:07 +03:00
static void ucma_close_id ( struct work_struct * work )
{
struct ucma_context * ctx = container_of ( work , struct ucma_context , close_work ) ;
/* once all inflight tasks are finished, we close all underlying
* resources . The context is still alive till its explicit destryoing
2021-01-05 14:13:27 +03:00
* by its creator . This puts back the xarray ' s reference .
2015-08-13 18:32:07 +03:00
*/
ucma_put_ctx ( ctx ) ;
wait_for_completion ( & ctx - > comp ) ;
/* No new events will be generated after destroying the id. */
rdma_destroy_id ( ctx - > cm_id ) ;
2020-08-18 15:05:26 +03:00
2021-01-05 14:13:27 +03:00
/* Reading the cm_id without holding a positive ref is not allowed */
2020-08-18 15:05:26 +03:00
ctx - > cm_id = NULL ;
2015-08-13 18:32:07 +03:00
}
2006-12-01 03:53:41 +03:00
static struct ucma_context * ucma_alloc_ctx ( struct ucma_file * file )
{
struct ucma_context * ctx ;
ctx = kzalloc ( sizeof ( * ctx ) , GFP_KERNEL ) ;
if ( ! ctx )
return NULL ;
2015-08-13 18:32:07 +03:00
INIT_WORK ( & ctx - > close_work , ucma_close_id ) ;
2006-12-01 03:53:41 +03:00
init_completion ( & ctx - > comp ) ;
2022-01-18 10:35:01 +03:00
INIT_LIST_HEAD ( & ctx - > mc_list ) ;
2020-08-18 15:05:16 +03:00
/* So list_del() will work if we don't do ucma_finish_ctx() */
INIT_LIST_HEAD ( & ctx - > list ) ;
2006-12-01 03:53:41 +03:00
ctx - > file = file ;
2020-02-18 22:45:38 +03:00
mutex_init ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
2020-08-18 15:05:16 +03:00
if ( xa_alloc ( & ctx_table , & ctx - > id , NULL , xa_limit_32b , GFP_KERNEL ) ) {
kfree ( ctx ) ;
return NULL ;
}
2006-12-01 03:53:41 +03:00
return ctx ;
2020-08-18 15:05:16 +03:00
}
2006-12-01 03:53:41 +03:00
2021-01-05 14:13:27 +03:00
static void ucma_set_ctx_cm_id ( struct ucma_context * ctx ,
struct rdma_cm_id * cm_id )
{
refcount_set ( & ctx - > ref , 1 ) ;
ctx - > cm_id = cm_id ;
}
2020-08-18 15:05:16 +03:00
static void ucma_finish_ctx ( struct ucma_context * ctx )
{
lockdep_assert_held ( & ctx - > file - > mut ) ;
list_add_tail ( & ctx - > list , & ctx - > file - > ctx_list ) ;
xa_store ( & ctx_table , ctx - > id , ctx , GFP_KERNEL ) ;
2006-12-01 03:53:41 +03:00
}
static void ucma_copy_conn_event ( struct rdma_ucm_conn_param * dst ,
struct rdma_conn_param * src )
{
if ( src - > private_data_len )
memcpy ( dst - > private_data , src - > private_data ,
src - > private_data_len ) ;
dst - > private_data_len = src - > private_data_len ;
2021-04-07 11:15:49 +03:00
dst - > responder_resources = src - > responder_resources ;
2006-12-01 03:53:41 +03:00
dst - > initiator_depth = src - > initiator_depth ;
dst - > flow_control = src - > flow_control ;
dst - > retry_count = src - > retry_count ;
dst - > rnr_retry_count = src - > rnr_retry_count ;
dst - > srq = src - > srq ;
dst - > qp_num = src - > qp_num ;
}
2017-06-08 20:37:43 +03:00
static void ucma_copy_ud_event ( struct ib_device * device ,
struct rdma_ucm_ud_param * dst ,
2006-12-01 03:53:41 +03:00
struct rdma_ud_param * src )
{
if ( src - > private_data_len )
memcpy ( dst - > private_data , src - > private_data ,
src - > private_data_len ) ;
dst - > private_data_len = src - > private_data_len ;
2017-06-08 20:37:43 +03:00
ib_copy_ah_attr_to_user ( device , & dst - > ah_attr , & src - > ah_attr ) ;
2006-12-01 03:53:41 +03:00
dst - > qp_num = src - > qp_num ;
dst - > qkey = src - > qkey ;
}
2020-08-18 15:05:25 +03:00
static struct ucma_event * ucma_create_uevent ( struct ucma_context * ctx ,
struct rdma_cm_event * event )
2006-12-01 03:53:41 +03:00
{
2020-08-18 15:05:25 +03:00
struct ucma_event * uevent ;
uevent = kzalloc ( sizeof ( * uevent ) , GFP_KERNEL ) ;
if ( ! uevent )
return NULL ;
2006-12-01 03:53:41 +03:00
uevent - > ctx = ctx ;
2007-02-16 04:00:18 +03:00
switch ( event - > event ) {
case RDMA_CM_EVENT_MULTICAST_JOIN :
case RDMA_CM_EVENT_MULTICAST_ERROR :
uevent - > mc = ( struct ucma_multicast * )
event - > param . ud . private_data ;
uevent - > resp . uid = uevent - > mc - > uid ;
uevent - > resp . id = uevent - > mc - > id ;
break ;
default :
uevent - > resp . uid = ctx - > uid ;
uevent - > resp . id = ctx - > id ;
break ;
}
2020-08-18 15:05:25 +03:00
uevent - > resp . event = event - > event ;
uevent - > resp . status = event - > status ;
if ( ctx - > cm_id - > qp_type = = IB_QPT_UD )
ucma_copy_ud_event ( ctx - > cm_id - > device , & uevent - > resp . param . ud ,
& event - > param . ud ) ;
else
ucma_copy_conn_event ( & uevent - > resp . param . conn ,
& event - > param . conn ) ;
uevent - > resp . ece . vendor_id = event - > ece . vendor_id ;
uevent - > resp . ece . attr_mod = event - > ece . attr_mod ;
return uevent ;
2006-12-01 03:53:41 +03:00
}
2020-08-18 15:05:25 +03:00
static int ucma_connect_event_handler ( struct rdma_cm_id * cm_id ,
struct rdma_cm_event * event )
2015-08-13 18:32:07 +03:00
{
2020-08-18 15:05:25 +03:00
struct ucma_context * listen_ctx = cm_id - > context ;
struct ucma_context * ctx ;
struct ucma_event * uevent ;
2015-08-13 18:32:07 +03:00
2020-08-18 15:05:25 +03:00
if ( ! atomic_add_unless ( & listen_ctx - > backlog , - 1 , 0 ) )
return - ENOMEM ;
ctx = ucma_alloc_ctx ( listen_ctx - > file ) ;
if ( ! ctx )
goto err_backlog ;
2021-01-05 14:13:27 +03:00
ucma_set_ctx_cm_id ( ctx , cm_id ) ;
2015-08-13 18:32:07 +03:00
2020-08-18 15:05:25 +03:00
uevent = ucma_create_uevent ( listen_ctx , event ) ;
if ( ! uevent )
goto err_alloc ;
2020-10-12 07:56:00 +03:00
uevent - > conn_req_ctx = ctx ;
2020-08-18 15:05:25 +03:00
uevent - > resp . id = ctx - > id ;
ctx - > cm_id - > context = ctx ;
2015-08-13 18:32:07 +03:00
2020-08-18 15:05:24 +03:00
mutex_lock ( & ctx - > file - > mut ) ;
2020-08-18 15:05:25 +03:00
ucma_finish_ctx ( ctx ) ;
list_add_tail ( & uevent - > list , & ctx - > file - > event_list ) ;
2020-08-18 15:05:24 +03:00
mutex_unlock ( & ctx - > file - > mut ) ;
2020-08-18 15:05:25 +03:00
wake_up_interruptible ( & ctx - > file - > poll_wait ) ;
return 0 ;
err_alloc :
2021-01-05 14:13:27 +03:00
ucma_destroy_private_ctx ( ctx ) ;
2020-08-18 15:05:25 +03:00
err_backlog :
atomic_inc ( & listen_ctx - > backlog ) ;
/* Returning error causes the new ID to be destroyed */
return - ENOMEM ;
2015-08-13 18:32:07 +03:00
}
2006-12-01 03:53:41 +03:00
static int ucma_event_handler ( struct rdma_cm_id * cm_id ,
struct rdma_cm_event * event )
{
struct ucma_event * uevent ;
struct ucma_context * ctx = cm_id - > context ;
2020-08-18 15:05:25 +03:00
if ( event - > event = = RDMA_CM_EVENT_CONNECT_REQUEST )
return ucma_connect_event_handler ( cm_id , event ) ;
2006-12-01 03:53:41 +03:00
2020-08-18 15:05:25 +03:00
/*
* We ignore events for new connections until userspace has set their
* context . This can only happen if an error occurs on a new connection
* before the user accepts it . This is okay , since the accept will just
* fail later . However , we do need to release the underlying HW
* resources in case of a device removal event .
*/
if ( ctx - > uid ) {
uevent = ucma_create_uevent ( ctx , event ) ;
if ( ! uevent )
return 0 ;
mutex_lock ( & ctx - > file - > mut ) ;
list_add_tail ( & uevent - > list , & ctx - > file - > event_list ) ;
mutex_unlock ( & ctx - > file - > mut ) ;
wake_up_interruptible ( & ctx - > file - > poll_wait ) ;
2006-12-01 03:53:41 +03:00
}
2007-01-05 23:35:15 +03:00
2021-01-05 14:13:27 +03:00
if ( event - > event = = RDMA_CM_EVENT_DEVICE_REMOVAL ) {
xa_lock ( & ctx_table ) ;
if ( xa_load ( & ctx_table , ctx - > id ) = = ctx )
queue_work ( system_unbound_wq , & ctx - > close_work ) ;
xa_unlock ( & ctx_table ) ;
}
2020-08-18 15:05:24 +03:00
return 0 ;
2006-12-01 03:53:41 +03:00
}
static ssize_t ucma_get_event ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_get_event cmd ;
struct ucma_event * uevent ;
2018-03-20 23:19:47 +03:00
/*
* Old 32 bit user space does not send the 4 byte padding in the
* reserved field . We don ' t care , allow it to keep working .
*/
2020-05-26 13:33:01 +03:00
if ( out_len < sizeof ( uevent - > resp ) - sizeof ( uevent - > resp . reserved ) -
sizeof ( uevent - > resp . ece ) )
2006-12-01 03:53:41 +03:00
return - ENOSPC ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
mutex_lock ( & file - > mut ) ;
while ( list_empty ( & file - > event_list ) ) {
2007-04-05 21:49:51 +04:00
mutex_unlock ( & file - > mut ) ;
2006-12-01 03:53:41 +03:00
2007-04-05 21:49:51 +04:00
if ( file - > filp - > f_flags & O_NONBLOCK )
return - EAGAIN ;
if ( wait_event_interruptible ( file - > poll_wait ,
! list_empty ( & file - > event_list ) ) )
return - ERESTARTSYS ;
2006-12-01 03:53:41 +03:00
mutex_lock ( & file - > mut ) ;
}
2020-08-18 15:05:16 +03:00
uevent = list_first_entry ( & file - > event_list , struct ucma_event , list ) ;
2006-12-01 03:53:41 +03:00
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) ,
2018-03-20 23:19:47 +03:00
& uevent - > resp ,
min_t ( size_t , out_len , sizeof ( uevent - > resp ) ) ) ) {
2020-08-18 15:05:25 +03:00
mutex_unlock ( & file - > mut ) ;
return - EFAULT ;
2006-12-01 03:53:41 +03:00
}
list_del ( & uevent - > list ) ;
uevent - > ctx - > events_reported + + ;
2007-02-16 04:00:18 +03:00
if ( uevent - > mc )
uevent - > mc - > events_reported + + ;
2020-08-18 15:05:25 +03:00
if ( uevent - > resp . event = = RDMA_CM_EVENT_CONNECT_REQUEST )
atomic_inc ( & uevent - > ctx - > backlog ) ;
2020-08-18 15:05:16 +03:00
mutex_unlock ( & file - > mut ) ;
2006-12-01 03:53:41 +03:00
kfree ( uevent ) ;
2020-08-18 15:05:16 +03:00
return 0 ;
2006-12-01 03:53:41 +03:00
}
2010-04-01 21:08:41 +04:00
static int ucma_get_qp_type ( struct rdma_ucm_create_id * cmd , enum ib_qp_type * qp_type )
{
switch ( cmd - > ps ) {
case RDMA_PS_TCP :
* qp_type = IB_QPT_RC ;
return 0 ;
case RDMA_PS_UDP :
case RDMA_PS_IPOIB :
* qp_type = IB_QPT_UD ;
return 0 ;
2011-06-15 03:31:53 +04:00
case RDMA_PS_IB :
* qp_type = cmd - > qp_type ;
return 0 ;
2010-04-01 21:08:41 +04:00
default :
return - EINVAL ;
}
}
static ssize_t ucma_create_id ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
2006-12-01 03:53:41 +03:00
{
struct rdma_ucm_create_id cmd ;
struct rdma_ucm_create_id_resp resp ;
struct ucma_context * ctx ;
2018-03-20 18:05:13 +03:00
struct rdma_cm_id * cm_id ;
2010-04-01 21:08:41 +04:00
enum ib_qp_type qp_type ;
2006-12-01 03:53:41 +03:00
int ret ;
if ( out_len < sizeof ( resp ) )
return - ENOSPC ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2010-04-01 21:08:41 +04:00
ret = ucma_get_qp_type ( & cmd , & qp_type ) ;
if ( ret )
return ret ;
2006-12-01 03:53:41 +03:00
ctx = ucma_alloc_ctx ( file ) ;
if ( ! ctx )
return - ENOMEM ;
ctx - > uid = cmd . uid ;
2020-09-22 12:11:06 +03:00
cm_id = rdma_create_user_id ( ucma_event_handler , ctx , cmd . ps , qp_type ) ;
2018-03-20 18:05:13 +03:00
if ( IS_ERR ( cm_id ) ) {
ret = PTR_ERR ( cm_id ) ;
2006-12-01 03:53:41 +03:00
goto err1 ;
}
2021-01-05 14:13:27 +03:00
ucma_set_ctx_cm_id ( ctx , cm_id ) ;
2006-12-01 03:53:41 +03:00
resp . id = ctx - > id ;
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) ,
2006-12-01 03:53:41 +03:00
& resp , sizeof ( resp ) ) ) {
2021-05-06 11:51:46 +03:00
ret = - EFAULT ;
goto err1 ;
2006-12-01 03:53:41 +03:00
}
2018-03-20 18:05:13 +03:00
2020-08-18 15:05:16 +03:00
mutex_lock ( & file - > mut ) ;
ucma_finish_ctx ( ctx ) ;
mutex_unlock ( & file - > mut ) ;
2006-12-01 03:53:41 +03:00
return 0 ;
err1 :
2021-01-05 14:13:27 +03:00
ucma_destroy_private_ctx ( ctx ) ;
2006-12-01 03:53:41 +03:00
return ret ;
}
2007-02-16 04:00:18 +03:00
static void ucma_cleanup_multicast ( struct ucma_context * ctx )
{
2022-01-18 10:35:01 +03:00
struct ucma_multicast * mc , * tmp ;
2007-02-16 04:00:18 +03:00
2022-01-18 10:35:01 +03:00
xa_lock ( & multicast_table ) ;
list_for_each_entry_safe ( mc , tmp , & ctx - > mc_list , list ) {
list_del ( & mc - > list ) ;
2020-08-18 15:05:17 +03:00
/*
* At this point mc - > ctx - > ref is 0 so the mc cannot leave the
* lock on the reader and this is enough serialization
*/
2022-01-18 10:35:01 +03:00
__xa_erase ( & multicast_table , mc - > id ) ;
2007-02-16 04:00:18 +03:00
kfree ( mc ) ;
}
2022-01-18 10:35:01 +03:00
xa_unlock ( & multicast_table ) ;
2007-02-16 04:00:18 +03:00
}
static void ucma_cleanup_mc_events ( struct ucma_multicast * mc )
{
struct ucma_event * uevent , * tmp ;
2020-08-18 15:05:20 +03:00
rdma_lock_handler ( mc - > ctx - > cm_id ) ;
2020-08-18 15:05:17 +03:00
mutex_lock ( & mc - > ctx - > file - > mut ) ;
2007-02-16 04:00:18 +03:00
list_for_each_entry_safe ( uevent , tmp , & mc - > ctx - > file - > event_list , list ) {
if ( uevent - > mc ! = mc )
continue ;
list_del ( & uevent - > list ) ;
kfree ( uevent ) ;
}
2020-08-18 15:05:17 +03:00
mutex_unlock ( & mc - > ctx - > file - > mut ) ;
2020-08-18 15:05:20 +03:00
rdma_unlock_handler ( mc - > ctx - > cm_id ) ;
2007-02-16 04:00:18 +03:00
}
2021-01-05 14:13:27 +03:00
static int ucma_cleanup_ctx_events ( struct ucma_context * ctx )
2006-12-01 03:53:41 +03:00
{
int events_reported ;
2012-03-02 04:01:19 +04:00
struct ucma_event * uevent , * tmp ;
LIST_HEAD ( list ) ;
2006-12-01 03:53:41 +03:00
2021-01-05 14:13:27 +03:00
/* Cleanup events not yet reported to the user.*/
2006-12-01 03:53:41 +03:00
mutex_lock ( & ctx - > file - > mut ) ;
2012-03-02 04:01:19 +04:00
list_for_each_entry_safe ( uevent , tmp , & ctx - > file - > event_list , list ) {
2021-01-05 14:13:27 +03:00
if ( uevent - > ctx ! = ctx )
continue ;
if ( uevent - > resp . event = = RDMA_CM_EVENT_CONNECT_REQUEST & &
xa_cmpxchg ( & ctx_table , uevent - > conn_req_ctx - > id ,
uevent - > conn_req_ctx , XA_ZERO_ENTRY ,
GFP_KERNEL ) = = uevent - > conn_req_ctx ) {
2012-03-02 04:01:19 +04:00
list_move_tail ( & uevent - > list , & list ) ;
2021-01-05 14:13:27 +03:00
continue ;
}
list_del ( & uevent - > list ) ;
kfree ( uevent ) ;
2012-03-02 04:01:19 +04:00
}
2006-12-01 03:53:41 +03:00
list_del ( & ctx - > list ) ;
2020-08-18 15:05:21 +03:00
events_reported = ctx - > events_reported ;
2006-12-01 03:53:41 +03:00
mutex_unlock ( & ctx - > file - > mut ) ;
2020-08-18 15:05:25 +03:00
/*
2021-01-05 14:13:27 +03:00
* If this was a listening ID then any connections spawned from it that
* have not been delivered to userspace are cleaned up too . Must be done
* outside any locks .
2020-08-18 15:05:25 +03:00
*/
2012-03-02 04:01:19 +04:00
list_for_each_entry_safe ( uevent , tmp , & list , list ) {
2021-01-05 14:13:27 +03:00
ucma_destroy_private_ctx ( uevent - > conn_req_ctx ) ;
2012-03-02 04:01:19 +04:00
kfree ( uevent ) ;
}
2006-12-01 03:53:41 +03:00
return events_reported ;
}
2021-01-05 14:13:27 +03:00
/*
* When this is called the xarray must have a XA_ZERO_ENTRY in the ctx - > id ( ie
* the ctx is not public to the user ) . This either because :
* - ucma_finish_ctx ( ) hasn ' t been called
* - xa_cmpxchg ( ) succeed to remove the entry ( only one thread can succeed )
*/
static int ucma_destroy_private_ctx ( struct ucma_context * ctx )
2020-08-18 15:05:15 +03:00
{
2021-01-05 14:13:27 +03:00
int events_reported ;
2020-08-18 15:05:19 +03:00
/*
2021-01-05 14:13:27 +03:00
* Destroy the underlying cm_id . New work queuing is prevented now by
* the removal from the xarray . Once the work is cancled ref will either
* be 0 because the work ran to completion and consumed the ref from the
* xarray , or it will be positive because we still have the ref from the
* xarray . This can also be 0 in cases where cm_id was never set
2020-08-18 15:05:19 +03:00
*/
2020-08-18 15:05:26 +03:00
cancel_work_sync ( & ctx - > close_work ) ;
2021-01-05 14:13:27 +03:00
if ( refcount_read ( & ctx - > ref ) )
2020-08-18 15:05:26 +03:00
ucma_close_id ( & ctx - > close_work ) ;
2021-01-05 14:13:27 +03:00
events_reported = ucma_cleanup_ctx_events ( ctx ) ;
ucma_cleanup_multicast ( ctx ) ;
WARN_ON ( xa_cmpxchg ( & ctx_table , ctx - > id , XA_ZERO_ENTRY , NULL ,
GFP_KERNEL ) ! = NULL ) ;
mutex_destroy ( & ctx - > mutex ) ;
kfree ( ctx ) ;
return events_reported ;
2020-08-18 15:05:15 +03:00
}
2006-12-01 03:53:41 +03:00
static ssize_t ucma_destroy_id ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_destroy_id cmd ;
struct rdma_ucm_destroy_id_resp resp ;
struct ucma_context * ctx ;
int ret = 0 ;
if ( out_len < sizeof ( resp ) )
return - ENOSPC ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2019-02-21 03:21:05 +03:00
xa_lock ( & ctx_table ) ;
2006-12-01 03:53:41 +03:00
ctx = _ucma_find_context ( cmd . id , file ) ;
2021-01-05 14:13:27 +03:00
if ( ! IS_ERR ( ctx ) ) {
if ( __xa_cmpxchg ( & ctx_table , ctx - > id , ctx , XA_ZERO_ENTRY ,
GFP_KERNEL ) ! = ctx )
ctx = ERR_PTR ( - ENOENT ) ;
}
2019-02-21 03:21:05 +03:00
xa_unlock ( & ctx_table ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2021-01-05 14:13:27 +03:00
resp . events_reported = ucma_destroy_private_ctx ( ctx ) ;
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) ,
2006-12-01 03:53:41 +03:00
& resp , sizeof ( resp ) ) )
ret = - EFAULT ;
return ret ;
}
2013-05-29 21:09:30 +04:00
static ssize_t ucma_bind_ip ( struct ucma_file * file , const char __user * inbuf ,
2006-12-01 03:53:41 +03:00
int in_len , int out_len )
{
2013-05-29 21:09:30 +04:00
struct rdma_ucm_bind_ip cmd ;
2006-12-01 03:53:41 +03:00
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-03-28 21:27:22 +03:00
if ( ! rdma_addr_size_in6 ( & cmd . addr ) )
return - EINVAL ;
2006-12-01 03:53:41 +03:00
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ret = rdma_bind_addr ( ctx - > cm_id , ( struct sockaddr * ) & cmd . addr ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:31 +04:00
static ssize_t ucma_bind ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_bind cmd ;
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-03-28 21:27:22 +03:00
if ( cmd . reserved | | ! cmd . addr_size | |
cmd . addr_size ! = rdma_addr_size_kss ( & cmd . addr ) )
2013-05-29 21:09:31 +04:00
return - EINVAL ;
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2018-03-28 21:27:22 +03:00
ret = rdma_bind_addr ( ctx - > cm_id , ( struct sockaddr * ) & cmd . addr ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2013-05-29 21:09:31 +04:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:30 +04:00
static ssize_t ucma_resolve_ip ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
2006-12-01 03:53:41 +03:00
{
2013-05-29 21:09:30 +04:00
struct rdma_ucm_resolve_ip cmd ;
2006-12-01 03:53:41 +03:00
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-04-19 18:28:11 +03:00
if ( ( cmd . src_addr . sin6_family & & ! rdma_addr_size_in6 ( & cmd . src_addr ) ) | |
2018-03-28 21:27:22 +03:00
! rdma_addr_size_in6 ( & cmd . dst_addr ) )
2018-03-15 16:33:02 +03:00
return - EINVAL ;
2006-12-01 03:53:41 +03:00
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2018-03-28 21:27:22 +03:00
ret = rdma_resolve_addr ( ctx - > cm_id , ( struct sockaddr * ) & cmd . src_addr ,
( struct sockaddr * ) & cmd . dst_addr , cmd . timeout_ms ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:32 +04:00
static ssize_t ucma_resolve_addr ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_resolve_addr cmd ;
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-03-28 21:27:22 +03:00
if ( cmd . reserved | |
( cmd . src_size & & ( cmd . src_size ! = rdma_addr_size_kss ( & cmd . src_addr ) ) ) | |
! cmd . dst_size | | ( cmd . dst_size ! = rdma_addr_size_kss ( & cmd . dst_addr ) ) )
2013-05-29 21:09:32 +04:00
return - EINVAL ;
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2018-03-28 21:27:22 +03:00
ret = rdma_resolve_addr ( ctx - > cm_id , ( struct sockaddr * ) & cmd . src_addr ,
( struct sockaddr * ) & cmd . dst_addr , cmd . timeout_ms ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2013-05-29 21:09:32 +04:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2006-12-01 03:53:41 +03:00
static ssize_t ucma_resolve_route ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_resolve_route cmd ;
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd . id ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ret = rdma_resolve_route ( ctx - > cm_id , cmd . timeout_ms ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
static void ucma_copy_ib_route ( struct rdma_ucm_query_route_resp * resp ,
struct rdma_route * route )
{
struct rdma_dev_addr * dev_addr ;
2022-09-08 13:09:00 +03:00
resp - > num_paths = route - > num_pri_alt_paths ;
switch ( route - > num_pri_alt_paths ) {
2006-12-01 03:53:41 +03:00
case 0 :
dev_addr = & route - > addr . dev_addr ;
RDMA/cm: fix loopback address support
The RDMA CM is intended to support the use of a loopback address
when establishing a connection; however, the behavior of the CM
when loopback addresses are used is confusing and does not always
work, depending on whether loopback was specified by the server,
the client, or both.
The defined behavior of rdma_bind_addr is to associate an RDMA
device with an rdma_cm_id, as long as the user specified a non-
zero address. (ie they weren't just trying to reserve a port)
Currently, if the loopback address is passed to rdam_bind_addr,
no device is associated with the rdma_cm_id. Fix this.
If a loopback address is specified by the client as the destination
address for a connection, it will fail to establish a connection.
This is true even if the server is listing across all addresses or
on the loopback address itself. The issue is that the server tries
to translate the IP address carried in the REQ message to a local
net_device address, which fails. The translation is not needed in
this case, since the REQ carries the actual HW address that should
be used.
Finally, cleanup loopback support to be more transport neutral.
Replace separate calls to get/set the sgid and dgid from the
device address to a single call that behaves correctly depending
on the format of the device address. And support both IPv4 and
IPv6 address formats.
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
[ Fixed RDS build by s/ib_addr_get/rdma_addr_get/ - Roland ]
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-11-20 00:26:06 +03:00
rdma_addr_get_dgid ( dev_addr ,
( union ib_gid * ) & resp - > ib_route [ 0 ] . dgid ) ;
rdma_addr_get_sgid ( dev_addr ,
( union ib_gid * ) & resp - > ib_route [ 0 ] . sgid ) ;
2006-12-01 03:53:41 +03:00
resp - > ib_route [ 0 ] . pkey = cpu_to_be16 ( ib_addr_get_pkey ( dev_addr ) ) ;
break ;
case 2 :
ib_copy_path_rec_to_user ( & resp - > ib_route [ 1 ] ,
& route - > path_rec [ 1 ] ) ;
2020-08-24 01:36:59 +03:00
fallthrough ;
2006-12-01 03:53:41 +03:00
case 1 :
ib_copy_path_rec_to_user ( & resp - > ib_route [ 0 ] ,
& route - > path_rec [ 0 ] ) ;
break ;
default :
break ;
}
}
2010-10-13 23:26:51 +04:00
static void ucma_copy_iboe_route ( struct rdma_ucm_query_route_resp * resp ,
struct rdma_route * route )
{
2022-09-08 13:09:00 +03:00
resp - > num_paths = route - > num_pri_alt_paths ;
switch ( route - > num_pri_alt_paths ) {
2010-10-13 23:26:51 +04:00
case 0 :
2013-12-12 20:03:12 +04:00
rdma_ip2gid ( ( struct sockaddr * ) & route - > addr . dst_addr ,
( union ib_gid * ) & resp - > ib_route [ 0 ] . dgid ) ;
rdma_ip2gid ( ( struct sockaddr * ) & route - > addr . src_addr ,
( union ib_gid * ) & resp - > ib_route [ 0 ] . sgid ) ;
2010-10-13 23:26:51 +04:00
resp - > ib_route [ 0 ] . pkey = cpu_to_be16 ( 0xffff ) ;
break ;
case 2 :
ib_copy_path_rec_to_user ( & resp - > ib_route [ 1 ] ,
& route - > path_rec [ 1 ] ) ;
2020-08-24 01:36:59 +03:00
fallthrough ;
2010-10-13 23:26:51 +04:00
case 1 :
ib_copy_path_rec_to_user ( & resp - > ib_route [ 0 ] ,
& route - > path_rec [ 0 ] ) ;
break ;
default :
break ;
}
}
2011-01-21 06:40:46 +03:00
static void ucma_copy_iw_route ( struct rdma_ucm_query_route_resp * resp ,
struct rdma_route * route )
{
struct rdma_dev_addr * dev_addr ;
dev_addr = & route - > addr . dev_addr ;
rdma_addr_get_dgid ( dev_addr , ( union ib_gid * ) & resp - > ib_route [ 0 ] . dgid ) ;
rdma_addr_get_sgid ( dev_addr , ( union ib_gid * ) & resp - > ib_route [ 0 ] . sgid ) ;
}
2006-12-01 03:53:41 +03:00
static ssize_t ucma_query_route ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
2013-05-29 21:09:25 +04:00
struct rdma_ucm_query cmd ;
2006-12-01 03:53:41 +03:00
struct rdma_ucm_query_route_resp resp ;
struct ucma_context * ctx ;
struct sockaddr * addr ;
int ret = 0 ;
2020-05-04 16:25:41 +03:00
if ( out_len < offsetof ( struct rdma_ucm_query_route_resp , ibdev_index ) )
2006-12-01 03:53:41 +03:00
return - ENOSPC ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
memset ( & resp , 0 , sizeof resp ) ;
2008-08-04 22:02:14 +04:00
addr = ( struct sockaddr * ) & ctx - > cm_id - > route . addr . src_addr ;
2006-12-01 03:53:41 +03:00
memcpy ( & resp . src_addr , addr , addr - > sa_family = = AF_INET ?
sizeof ( struct sockaddr_in ) :
sizeof ( struct sockaddr_in6 ) ) ;
2008-08-04 22:02:14 +04:00
addr = ( struct sockaddr * ) & ctx - > cm_id - > route . addr . dst_addr ;
2006-12-01 03:53:41 +03:00
memcpy ( & resp . dst_addr , addr , addr - > sa_family = = AF_INET ?
sizeof ( struct sockaddr_in ) :
sizeof ( struct sockaddr_in6 ) ) ;
if ( ! ctx - > cm_id - > device )
goto out ;
2008-04-17 08:01:07 +04:00
resp . node_guid = ( __force __u64 ) ctx - > cm_id - > device - > node_guid ;
2020-05-04 16:25:41 +03:00
resp . ibdev_index = ctx - > cm_id - > device - > index ;
2006-12-01 03:53:41 +03:00
resp . port_num = ctx - > cm_id - > port_num ;
2015-05-05 15:50:28 +03:00
2015-05-05 15:50:36 +03:00
if ( rdma_cap_ib_sa ( ctx - > cm_id - > device , ctx - > cm_id - > port_num ) )
2015-05-05 15:50:28 +03:00
ucma_copy_ib_route ( & resp , & ctx - > cm_id - > route ) ;
2015-05-14 22:01:46 +03:00
else if ( rdma_protocol_roce ( ctx - > cm_id - > device , ctx - > cm_id - > port_num ) )
2015-05-05 15:50:28 +03:00
ucma_copy_iboe_route ( & resp , & ctx - > cm_id - > route ) ;
else if ( rdma_protocol_iwarp ( ctx - > cm_id - > device , ctx - > cm_id - > port_num ) )
2011-01-21 06:40:46 +03:00
ucma_copy_iw_route ( & resp , & ctx - > cm_id - > route ) ;
2006-12-01 03:53:41 +03:00
out :
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2020-05-04 16:25:41 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) , & resp ,
min_t ( size_t , out_len , sizeof ( resp ) ) ) )
2006-12-01 03:53:41 +03:00
ret = - EFAULT ;
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:25 +04:00
static void ucma_query_device_addr ( struct rdma_cm_id * cm_id ,
struct rdma_ucm_query_addr_resp * resp )
{
if ( ! cm_id - > device )
return ;
resp - > node_guid = ( __force __u64 ) cm_id - > device - > node_guid ;
2020-05-04 16:25:41 +03:00
resp - > ibdev_index = cm_id - > device - > index ;
2013-05-29 21:09:25 +04:00
resp - > port_num = cm_id - > port_num ;
resp - > pkey = ( __force __u16 ) cpu_to_be16 (
ib_addr_get_pkey ( & cm_id - > route . addr . dev_addr ) ) ;
}
static ssize_t ucma_query_addr ( struct ucma_context * ctx ,
void __user * response , int out_len )
{
struct rdma_ucm_query_addr_resp resp ;
struct sockaddr * addr ;
int ret = 0 ;
2020-05-04 16:25:41 +03:00
if ( out_len < offsetof ( struct rdma_ucm_query_addr_resp , ibdev_index ) )
2013-05-29 21:09:25 +04:00
return - ENOSPC ;
memset ( & resp , 0 , sizeof resp ) ;
addr = ( struct sockaddr * ) & ctx - > cm_id - > route . addr . src_addr ;
resp . src_size = rdma_addr_size ( addr ) ;
memcpy ( & resp . src_addr , addr , resp . src_size ) ;
addr = ( struct sockaddr * ) & ctx - > cm_id - > route . addr . dst_addr ;
resp . dst_size = rdma_addr_size ( addr ) ;
memcpy ( & resp . dst_addr , addr , resp . dst_size ) ;
ucma_query_device_addr ( ctx - > cm_id , & resp ) ;
2020-05-04 16:25:41 +03:00
if ( copy_to_user ( response , & resp , min_t ( size_t , out_len , sizeof ( resp ) ) ) )
2013-05-29 21:09:25 +04:00
ret = - EFAULT ;
return ret ;
}
2013-05-29 21:09:27 +04:00
static ssize_t ucma_query_path ( struct ucma_context * ctx ,
void __user * response , int out_len )
{
struct rdma_ucm_query_path_resp * resp ;
int i , ret = 0 ;
if ( out_len < sizeof ( * resp ) )
return - ENOSPC ;
resp = kzalloc ( out_len , GFP_KERNEL ) ;
if ( ! resp )
return - ENOMEM ;
2022-09-08 13:09:00 +03:00
resp - > num_paths = ctx - > cm_id - > route . num_pri_alt_paths ;
2013-05-29 21:09:27 +04:00
for ( i = 0 , out_len - = sizeof ( * resp ) ;
i < resp - > num_paths & & out_len > sizeof ( struct ib_path_rec_data ) ;
i + + , out_len - = sizeof ( struct ib_path_rec_data ) ) {
2017-04-28 02:06:01 +03:00
struct sa_path_rec * rec = & ctx - > cm_id - > route . path_rec [ i ] ;
2013-05-29 21:09:27 +04:00
resp - > path_data [ i ] . flags = IB_PATH_GMP | IB_PATH_PRIMARY |
IB_PATH_BIDIRECTIONAL ;
2018-01-08 18:04:48 +03:00
if ( rec - > rec_type = = SA_PATH_REC_TYPE_OPA ) {
2017-04-28 02:06:01 +03:00
struct sa_path_rec ib ;
sa_convert_path_opa_to_ib ( & ib , rec ) ;
ib_sa_pack_path ( & ib , & resp - > path_data [ i ] . path_rec ) ;
2018-01-08 18:04:48 +03:00
} else {
ib_sa_pack_path ( rec , & resp - > path_data [ i ] . path_rec ) ;
2017-04-28 02:06:01 +03:00
}
2013-05-29 21:09:27 +04:00
}
2019-06-04 18:42:22 +03:00
if ( copy_to_user ( response , resp , struct_size ( resp , path_data , i ) ) )
2013-05-29 21:09:27 +04:00
ret = - EFAULT ;
kfree ( resp ) ;
return ret ;
}
2013-05-29 21:09:29 +04:00
static ssize_t ucma_query_gid ( struct ucma_context * ctx ,
void __user * response , int out_len )
{
struct rdma_ucm_query_addr_resp resp ;
struct sockaddr_ib * addr ;
int ret = 0 ;
2020-05-04 16:25:41 +03:00
if ( out_len < offsetof ( struct rdma_ucm_query_addr_resp , ibdev_index ) )
2013-05-29 21:09:29 +04:00
return - ENOSPC ;
memset ( & resp , 0 , sizeof resp ) ;
ucma_query_device_addr ( ctx - > cm_id , & resp ) ;
addr = ( struct sockaddr_ib * ) & resp . src_addr ;
resp . src_size = sizeof ( * addr ) ;
if ( ctx - > cm_id - > route . addr . src_addr . ss_family = = AF_IB ) {
memcpy ( addr , & ctx - > cm_id - > route . addr . src_addr , resp . src_size ) ;
} else {
addr - > sib_family = AF_IB ;
addr - > sib_pkey = ( __force __be16 ) resp . pkey ;
2018-01-18 11:11:17 +03:00
rdma_read_gids ( ctx - > cm_id , ( union ib_gid * ) & addr - > sib_addr ,
NULL ) ;
2013-05-29 21:09:29 +04:00
addr - > sib_sid = rdma_get_service_id ( ctx - > cm_id , ( struct sockaddr * )
& ctx - > cm_id - > route . addr . src_addr ) ;
}
addr = ( struct sockaddr_ib * ) & resp . dst_addr ;
resp . dst_size = sizeof ( * addr ) ;
if ( ctx - > cm_id - > route . addr . dst_addr . ss_family = = AF_IB ) {
memcpy ( addr , & ctx - > cm_id - > route . addr . dst_addr , resp . dst_size ) ;
} else {
addr - > sib_family = AF_IB ;
addr - > sib_pkey = ( __force __be16 ) resp . pkey ;
2018-01-18 11:11:17 +03:00
rdma_read_gids ( ctx - > cm_id , NULL ,
( union ib_gid * ) & addr - > sib_addr ) ;
2013-05-29 21:09:29 +04:00
addr - > sib_sid = rdma_get_service_id ( ctx - > cm_id , ( struct sockaddr * )
& ctx - > cm_id - > route . addr . dst_addr ) ;
}
2020-05-04 16:25:41 +03:00
if ( copy_to_user ( response , & resp , min_t ( size_t , out_len , sizeof ( resp ) ) ) )
2013-05-29 21:09:29 +04:00
ret = - EFAULT ;
return ret ;
}
2013-05-29 21:09:25 +04:00
static ssize_t ucma_query ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_query cmd ;
struct ucma_context * ctx ;
void __user * response ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-03-27 23:18:47 +03:00
response = u64_to_user_ptr ( cmd . response ) ;
2013-05-29 21:09:25 +04:00
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2013-05-29 21:09:25 +04:00
switch ( cmd . option ) {
case RDMA_USER_CM_QUERY_ADDR :
ret = ucma_query_addr ( ctx , response , out_len ) ;
break ;
2013-05-29 21:09:27 +04:00
case RDMA_USER_CM_QUERY_PATH :
ret = ucma_query_path ( ctx , response , out_len ) ;
break ;
2013-05-29 21:09:29 +04:00
case RDMA_USER_CM_QUERY_GID :
ret = ucma_query_gid ( ctx , response , out_len ) ;
break ;
2013-05-29 21:09:25 +04:00
default :
ret = - ENOSYS ;
break ;
}
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2013-05-29 21:09:25 +04:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:23 +04:00
static void ucma_copy_conn_param ( struct rdma_cm_id * id ,
struct rdma_conn_param * dst ,
2006-12-01 03:53:41 +03:00
struct rdma_ucm_conn_param * src )
{
dst - > private_data = src - > private_data ;
dst - > private_data_len = src - > private_data_len ;
2021-04-07 11:15:49 +03:00
dst - > responder_resources = src - > responder_resources ;
2006-12-01 03:53:41 +03:00
dst - > initiator_depth = src - > initiator_depth ;
dst - > flow_control = src - > flow_control ;
dst - > retry_count = src - > retry_count ;
dst - > rnr_retry_count = src - > rnr_retry_count ;
dst - > srq = src - > srq ;
2020-02-12 10:26:27 +03:00
dst - > qp_num = src - > qp_num & 0xFFFFFF ;
2013-05-29 21:09:23 +04:00
dst - > qkey = ( id - > route . addr . src_addr . ss_family = = AF_IB ) ? src - > qkey : 0 ;
2006-12-01 03:53:41 +03:00
}
static ssize_t ucma_connect ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_conn_param conn_param ;
2020-05-26 13:33:00 +03:00
struct rdma_ucm_ece ece = { } ;
struct rdma_ucm_connect cmd ;
2006-12-01 03:53:41 +03:00
struct ucma_context * ctx ;
2020-05-26 13:33:00 +03:00
size_t in_size ;
2006-12-01 03:53:41 +03:00
int ret ;
2020-07-24 16:19:29 +03:00
if ( in_len < offsetofend ( typeof ( cmd ) , reserved ) )
return - EINVAL ;
2020-05-26 13:33:00 +03:00
in_size = min_t ( size_t , in_len , sizeof ( cmd ) ) ;
if ( copy_from_user ( & cmd , inbuf , in_size ) )
2006-12-01 03:53:41 +03:00
return - EFAULT ;
if ( ! cmd . conn_param . valid )
return - EINVAL ;
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd . id ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2013-05-29 21:09:23 +04:00
ucma_copy_conn_param ( ctx - > cm_id , & conn_param , & cmd . conn_param ) ;
2020-05-26 13:33:00 +03:00
if ( offsetofend ( typeof ( cmd ) , ece ) < = in_size ) {
ece . vendor_id = cmd . ece . vendor_id ;
ece . attr_mod = cmd . ece . attr_mod ;
}
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2020-05-26 13:33:00 +03:00
ret = rdma_connect_ece ( ctx - > cm_id , & conn_param , & ece ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
static ssize_t ucma_listen ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_listen cmd ;
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-08-18 15:05:23 +03:00
if ( cmd . backlog < = 0 | | cmd . backlog > max_backlog )
cmd . backlog = max_backlog ;
atomic_set ( & ctx - > backlog , cmd . backlog ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2020-08-18 15:05:23 +03:00
ret = rdma_listen ( ctx - > cm_id , cmd . backlog ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
static ssize_t ucma_accept ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_accept cmd ;
struct rdma_conn_param conn_param ;
2020-05-26 13:33:03 +03:00
struct rdma_ucm_ece ece = { } ;
2006-12-01 03:53:41 +03:00
struct ucma_context * ctx ;
2020-05-26 13:33:03 +03:00
size_t in_size ;
2006-12-01 03:53:41 +03:00
int ret ;
2020-07-24 16:19:29 +03:00
if ( in_len < offsetofend ( typeof ( cmd ) , reserved ) )
return - EINVAL ;
2020-05-26 13:33:03 +03:00
in_size = min_t ( size_t , in_len , sizeof ( cmd ) ) ;
if ( copy_from_user ( & cmd , inbuf , in_size ) )
2006-12-01 03:53:41 +03:00
return - EFAULT ;
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd . id ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-05-26 13:33:03 +03:00
if ( offsetofend ( typeof ( cmd ) , ece ) < = in_size ) {
ece . vendor_id = cmd . ece . vendor_id ;
ece . attr_mod = cmd . ece . attr_mod ;
}
2006-12-01 03:53:41 +03:00
if ( cmd . conn_param . valid ) {
2013-05-29 21:09:23 +04:00
ucma_copy_conn_param ( ctx - > cm_id , & conn_param , & cmd . conn_param ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2020-08-18 15:05:18 +03:00
rdma_lock_handler ( ctx - > cm_id ) ;
2020-09-22 12:11:06 +03:00
ret = rdma_accept_ece ( ctx - > cm_id , & conn_param , & ece ) ;
2020-08-18 15:05:18 +03:00
if ( ! ret ) {
/* The uid must be set atomically with the handler */
2012-01-11 03:53:41 +04:00
ctx - > uid = cmd . uid ;
2020-08-18 15:05:18 +03:00
}
rdma_unlock_handler ( ctx - > cm_id ) ;
mutex_unlock ( & ctx - > mutex ) ;
2020-02-18 22:45:38 +03:00
} else {
mutex_lock ( & ctx - > mutex ) ;
2020-08-18 15:05:18 +03:00
rdma_lock_handler ( ctx - > cm_id ) ;
2020-09-22 12:11:06 +03:00
ret = rdma_accept_ece ( ctx - > cm_id , NULL , & ece ) ;
2020-08-18 15:05:18 +03:00
rdma_unlock_handler ( ctx - > cm_id ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
}
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
static ssize_t ucma_reject ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_reject cmd ;
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2020-05-26 13:33:04 +03:00
if ( ! cmd . reason )
cmd . reason = IB_CM_REJ_CONSUMER_DEFINED ;
switch ( cmd . reason ) {
case IB_CM_REJ_CONSUMER_DEFINED :
case IB_CM_REJ_VENDOR_OPTION_NOT_SUPPORTED :
break ;
default :
return - EINVAL ;
}
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd . id ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2020-05-26 13:33:04 +03:00
ret = rdma_reject ( ctx - > cm_id , cmd . private_data , cmd . private_data_len ,
cmd . reason ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
static ssize_t ucma_disconnect ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_disconnect cmd ;
struct ucma_context * ctx ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd . id ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ret = rdma_disconnect ( ctx - > cm_id ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
static ssize_t ucma_init_qp_attr ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_init_qp_attr cmd ;
struct ib_uverbs_qp_attr resp ;
struct ucma_context * ctx ;
struct ib_qp_attr qp_attr ;
int ret ;
if ( out_len < sizeof ( resp ) )
return - ENOSPC ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-03-07 19:49:16 +03:00
if ( cmd . qp_state > IB_QPS_ERR )
return - EINVAL ;
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd . id ) ;
2006-12-01 03:53:41 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
resp . qp_attr_mask = 0 ;
memset ( & qp_attr , 0 , sizeof qp_attr ) ;
qp_attr . qp_state = cmd . qp_state ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
ret = rdma_init_qp_attr ( ctx - > cm_id , & qp_attr , & resp . qp_attr_mask ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2006-12-01 03:53:41 +03:00
if ( ret )
goto out ;
2017-06-08 20:37:43 +03:00
ib_copy_qp_attr_to_user ( ctx - > cm_id - > device , & resp , & qp_attr ) ;
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) ,
2006-12-01 03:53:41 +03:00
& resp , sizeof ( resp ) ) )
ret = - EFAULT ;
out :
ucma_put_ctx ( ctx ) ;
return ret ;
}
2007-08-09 02:51:13 +04:00
static int ucma_set_option_id ( struct ucma_context * ctx , int optname ,
void * optval , size_t optlen )
{
int ret = 0 ;
switch ( optname ) {
case RDMA_OPTION_ID_TOS :
if ( optlen ! = sizeof ( u8 ) ) {
ret = - EINVAL ;
break ;
}
rdma_set_service_type ( ctx - > cm_id , * ( ( u8 * ) optval ) ) ;
break ;
2011-05-10 09:06:10 +04:00
case RDMA_OPTION_ID_REUSEADDR :
if ( optlen ! = sizeof ( int ) ) {
ret = - EINVAL ;
break ;
}
ret = rdma_set_reuseaddr ( ctx - > cm_id , * ( ( int * ) optval ) ? 1 : 0 ) ;
break ;
2012-06-15 00:31:39 +04:00
case RDMA_OPTION_ID_AFONLY :
if ( optlen ! = sizeof ( int ) ) {
ret = - EINVAL ;
break ;
}
ret = rdma_set_afonly ( ctx - > cm_id , * ( ( int * ) optval ) ? 1 : 0 ) ;
break ;
2019-01-24 15:18:15 +03:00
case RDMA_OPTION_ID_ACK_TIMEOUT :
if ( optlen ! = sizeof ( u8 ) ) {
ret = - EINVAL ;
break ;
}
ret = rdma_set_ack_timeout ( ctx - > cm_id , * ( ( u8 * ) optval ) ) ;
break ;
2007-08-09 02:51:13 +04:00
default :
ret = - ENOSYS ;
}
return ret ;
}
2009-11-16 20:30:33 +03:00
static int ucma_set_ib_path ( struct ucma_context * ctx ,
struct ib_path_rec_data * path_data , size_t optlen )
{
2017-04-28 02:05:58 +03:00
struct sa_path_rec sa_path ;
2009-11-16 20:30:33 +03:00
struct rdma_cm_event event ;
int ret ;
if ( optlen % sizeof ( * path_data ) )
return - EINVAL ;
for ( ; optlen ; optlen - = sizeof ( * path_data ) , path_data + + ) {
if ( path_data - > flags = = ( IB_PATH_GMP | IB_PATH_PRIMARY |
IB_PATH_BIDIRECTIONAL ) )
break ;
}
if ( ! optlen )
return - EINVAL ;
2018-04-04 01:33:01 +03:00
if ( ! ctx - > cm_id - > device )
return - EINVAL ;
2015-02-05 14:53:48 +03:00
memset ( & sa_path , 0 , sizeof ( sa_path ) ) ;
2017-04-28 02:06:01 +03:00
sa_path . rec_type = SA_PATH_REC_TYPE_IB ;
2009-11-16 20:30:33 +03:00
ib_sa_unpack_path ( path_data - > path_rec , & sa_path ) ;
2017-04-28 02:06:01 +03:00
if ( rdma_cap_opa_ah ( ctx - > cm_id - > device , ctx - > cm_id - > port_num ) ) {
struct sa_path_rec opa ;
sa_convert_path_ib_to_opa ( & opa , & sa_path ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2018-01-08 18:04:45 +03:00
ret = rdma_set_ib_path ( ctx - > cm_id , & opa ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2017-04-28 02:06:01 +03:00
} else {
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2018-01-08 18:04:45 +03:00
ret = rdma_set_ib_path ( ctx - > cm_id , & sa_path ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2017-04-28 02:06:01 +03:00
}
2009-11-16 20:30:33 +03:00
if ( ret )
return ret ;
memset ( & event , 0 , sizeof event ) ;
event . event = RDMA_CM_EVENT_ROUTE_RESOLVED ;
return ucma_event_handler ( ctx - > cm_id , & event ) ;
}
static int ucma_set_option_ib ( struct ucma_context * ctx , int optname ,
void * optval , size_t optlen )
{
int ret ;
switch ( optname ) {
case RDMA_OPTION_IB_PATH :
ret = ucma_set_ib_path ( ctx , optval , optlen ) ;
break ;
default :
ret = - ENOSYS ;
}
return ret ;
}
2007-08-09 02:51:13 +04:00
static int ucma_set_option_level ( struct ucma_context * ctx , int level ,
int optname , void * optval , size_t optlen )
{
int ret ;
switch ( level ) {
case RDMA_OPTION_ID :
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2007-08-09 02:51:13 +04:00
ret = ucma_set_option_id ( ctx , optname , optval , optlen ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2007-08-09 02:51:13 +04:00
break ;
2009-11-16 20:30:33 +03:00
case RDMA_OPTION_IB :
ret = ucma_set_option_ib ( ctx , optname , optval , optlen ) ;
break ;
2007-08-09 02:51:13 +04:00
default :
ret = - ENOSYS ;
}
return ret ;
}
static ssize_t ucma_set_option ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_set_option cmd ;
struct ucma_context * ctx ;
void * optval ;
int ret ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-04-10 17:26:23 +03:00
if ( unlikely ( cmd . optlen > KMALLOC_MAX_SIZE ) )
return - EINVAL ;
2007-08-09 02:51:13 +04:00
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2018-03-27 23:18:47 +03:00
optval = memdup_user ( u64_to_user_ptr ( cmd . optval ) ,
2012-07-28 00:27:45 +04:00
cmd . optlen ) ;
if ( IS_ERR ( optval ) ) {
ret = PTR_ERR ( optval ) ;
goto out ;
2007-08-09 02:51:13 +04:00
}
ret = ucma_set_option_level ( ctx , cmd . level , cmd . optname , optval ,
cmd . optlen ) ;
kfree ( optval ) ;
2012-07-28 00:27:45 +04:00
out :
2007-08-09 02:51:13 +04:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2006-12-01 03:53:41 +03:00
static ssize_t ucma_notify ( struct ucma_file * file , const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_notify cmd ;
struct ucma_context * ctx ;
2018-03-25 11:39:05 +03:00
int ret = - EINVAL ;
2006-12-01 03:53:41 +03:00
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
ctx = ucma_get_ctx ( file , cmd . id ) ;
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2018-03-25 11:39:05 +03:00
if ( ctx - > cm_id - > device )
ret = rdma_notify ( ctx - > cm_id , ( enum ib_event_type ) cmd . event ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2018-03-25 11:39:05 +03:00
2006-12-01 03:53:41 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:33 +04:00
static ssize_t ucma_process_join ( struct ucma_file * file ,
struct rdma_ucm_join_mcast * cmd , int out_len )
2007-02-16 04:00:18 +03:00
{
struct rdma_ucm_create_id_resp resp ;
struct ucma_context * ctx ;
struct ucma_multicast * mc ;
2013-05-29 21:09:33 +04:00
struct sockaddr * addr ;
2007-02-16 04:00:18 +03:00
int ret ;
2016-07-06 16:36:35 +03:00
u8 join_state ;
2007-02-16 04:00:18 +03:00
if ( out_len < sizeof ( resp ) )
return - ENOSPC ;
2013-05-29 21:09:33 +04:00
addr = ( struct sockaddr * ) & cmd - > addr ;
2018-03-13 19:37:27 +03:00
if ( cmd - > addr_size ! = rdma_addr_size ( addr ) )
2016-07-06 16:36:35 +03:00
return - EINVAL ;
if ( cmd - > join_flags = = RDMA_MC_JOIN_FLAG_FULLMEMBER )
join_state = BIT ( FULLMEMBER_JOIN ) ;
else if ( cmd - > join_flags = = RDMA_MC_JOIN_FLAG_SENDONLY_FULLMEMBER )
join_state = BIT ( SENDONLY_FULLMEMBER_JOIN ) ;
else
2013-05-29 21:09:33 +04:00
return - EINVAL ;
2007-02-16 04:00:18 +03:00
2018-04-05 06:00:01 +03:00
ctx = ucma_get_ctx_dev ( file , cmd - > id ) ;
2007-02-16 04:00:18 +03:00
if ( IS_ERR ( ctx ) )
return PTR_ERR ( ctx ) ;
2020-08-18 15:05:17 +03:00
mc = kzalloc ( sizeof ( * mc ) , GFP_KERNEL ) ;
2008-10-10 23:00:19 +04:00
if ( ! mc ) {
ret = - ENOMEM ;
2020-09-02 19:24:51 +03:00
goto err_put_ctx ;
2007-02-16 04:00:18 +03:00
}
2020-08-18 15:05:17 +03:00
mc - > ctx = ctx ;
2016-07-06 16:36:35 +03:00
mc - > join_state = join_state ;
2013-05-29 21:09:33 +04:00
mc - > uid = cmd - > uid ;
memcpy ( & mc - > addr , addr , cmd - > addr_size ) ;
2020-08-18 15:05:17 +03:00
2022-01-18 10:35:01 +03:00
xa_lock ( & multicast_table ) ;
if ( __xa_alloc ( & multicast_table , & mc - > id , NULL , xa_limit_32b ,
2020-08-18 15:05:17 +03:00
GFP_KERNEL ) ) {
ret = - ENOMEM ;
2020-09-02 19:24:51 +03:00
goto err_free_mc ;
2020-08-18 15:05:17 +03:00
}
2022-01-18 10:35:01 +03:00
list_add_tail ( & mc - > list , & ctx - > mc_list ) ;
xa_unlock ( & multicast_table ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & ctx - > mutex ) ;
2016-07-06 16:36:35 +03:00
ret = rdma_join_multicast ( ctx - > cm_id , ( struct sockaddr * ) & mc - > addr ,
join_state , mc ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2007-02-16 04:00:18 +03:00
if ( ret )
2020-09-02 19:24:51 +03:00
goto err_xa_erase ;
2007-02-16 04:00:18 +03:00
resp . id = mc - > id ;
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd - > response ) ,
2007-02-16 04:00:18 +03:00
& resp , sizeof ( resp ) ) ) {
ret = - EFAULT ;
2020-09-02 19:24:51 +03:00
goto err_leave_multicast ;
2007-02-16 04:00:18 +03:00
}
2019-02-21 03:21:04 +03:00
xa_store ( & multicast_table , mc - > id , mc , 0 ) ;
2018-06-01 21:31:44 +03:00
2007-02-16 04:00:18 +03:00
ucma_put_ctx ( ctx ) ;
return 0 ;
2020-09-02 19:24:51 +03:00
err_leave_multicast :
2020-08-18 15:05:22 +03:00
mutex_lock ( & ctx - > mutex ) ;
2008-08-04 22:02:14 +04:00
rdma_leave_multicast ( ctx - > cm_id , ( struct sockaddr * ) & mc - > addr ) ;
2020-08-18 15:05:22 +03:00
mutex_unlock ( & ctx - > mutex ) ;
2007-02-16 04:00:18 +03:00
ucma_cleanup_mc_events ( mc ) ;
2020-09-02 19:24:51 +03:00
err_xa_erase :
2022-01-18 10:35:01 +03:00
xa_lock ( & multicast_table ) ;
list_del ( & mc - > list ) ;
__xa_erase ( & multicast_table , mc - > id ) ;
2020-09-02 19:24:51 +03:00
err_free_mc :
2022-01-18 10:35:01 +03:00
xa_unlock ( & multicast_table ) ;
2007-02-16 04:00:18 +03:00
kfree ( mc ) ;
2020-09-02 19:24:51 +03:00
err_put_ctx :
2007-02-16 04:00:18 +03:00
ucma_put_ctx ( ctx ) ;
return ret ;
}
2013-05-29 21:09:33 +04:00
static ssize_t ucma_join_ip_multicast ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_join_ip_mcast cmd ;
struct rdma_ucm_join_mcast join_cmd ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
join_cmd . response = cmd . response ;
join_cmd . uid = cmd . uid ;
join_cmd . id = cmd . id ;
2018-03-28 21:27:22 +03:00
join_cmd . addr_size = rdma_addr_size_in6 ( & cmd . addr ) ;
2018-03-13 19:37:27 +03:00
if ( ! join_cmd . addr_size )
return - EINVAL ;
2016-07-06 16:36:35 +03:00
join_cmd . join_flags = RDMA_MC_JOIN_FLAG_FULLMEMBER ;
2013-05-29 21:09:33 +04:00
memcpy ( & join_cmd . addr , & cmd . addr , join_cmd . addr_size ) ;
return ucma_process_join ( file , & join_cmd , out_len ) ;
}
static ssize_t ucma_join_multicast ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_join_mcast cmd ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2018-03-28 21:27:22 +03:00
if ( ! rdma_addr_size_kss ( & cmd . addr ) )
2018-03-13 19:37:27 +03:00
return - EINVAL ;
2013-05-29 21:09:33 +04:00
return ucma_process_join ( file , & cmd , out_len ) ;
}
2007-02-16 04:00:18 +03:00
static ssize_t ucma_leave_multicast ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_destroy_id cmd ;
struct rdma_ucm_destroy_id_resp resp ;
struct ucma_multicast * mc ;
int ret = 0 ;
if ( out_len < sizeof ( resp ) )
return - ENOSPC ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
2019-02-21 03:21:04 +03:00
xa_lock ( & multicast_table ) ;
mc = xa_load ( & multicast_table , cmd . id ) ;
2007-02-16 04:00:18 +03:00
if ( ! mc )
mc = ERR_PTR ( - ENOENT ) ;
2020-08-18 15:05:20 +03:00
else if ( READ_ONCE ( mc - > ctx - > file ) ! = file )
2007-02-16 04:00:18 +03:00
mc = ERR_PTR ( - EINVAL ) ;
2020-02-18 22:17:00 +03:00
else if ( ! refcount_inc_not_zero ( & mc - > ctx - > ref ) )
2015-08-05 02:13:32 +03:00
mc = ERR_PTR ( - ENXIO ) ;
2007-02-16 04:00:18 +03:00
if ( IS_ERR ( mc ) ) {
2022-01-18 10:35:01 +03:00
xa_unlock ( & multicast_table ) ;
2007-02-16 04:00:18 +03:00
ret = PTR_ERR ( mc ) ;
goto out ;
}
2022-01-18 10:35:01 +03:00
list_del ( & mc - > list ) ;
__xa_erase ( & multicast_table , mc - > id ) ;
xa_unlock ( & multicast_table ) ;
2020-02-18 22:45:38 +03:00
mutex_lock ( & mc - > ctx - > mutex ) ;
2008-08-04 22:02:14 +04:00
rdma_leave_multicast ( mc - > ctx - > cm_id , ( struct sockaddr * ) & mc - > addr ) ;
2020-02-18 22:45:38 +03:00
mutex_unlock ( & mc - > ctx - > mutex ) ;
2007-02-16 04:00:18 +03:00
ucma_cleanup_mc_events ( mc ) ;
ucma_put_ctx ( mc - > ctx ) ;
resp . events_reported = mc - > events_reported ;
kfree ( mc ) ;
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) ,
2007-02-16 04:00:18 +03:00
& resp , sizeof ( resp ) ) )
ret = - EFAULT ;
out :
return ret ;
}
2007-11-14 11:29:50 +03:00
static ssize_t ucma_migrate_id ( struct ucma_file * new_file ,
const char __user * inbuf ,
int in_len , int out_len )
{
struct rdma_ucm_migrate_id cmd ;
struct rdma_ucm_migrate_resp resp ;
2020-09-14 14:59:56 +03:00
struct ucma_event * uevent , * tmp ;
2007-11-14 11:29:50 +03:00
struct ucma_context * ctx ;
2020-09-14 14:59:56 +03:00
LIST_HEAD ( event_list ) ;
2012-08-28 20:52:22 +04:00
struct fd f ;
2007-11-14 11:29:50 +03:00
struct ucma_file * cur_file ;
int ret = 0 ;
if ( copy_from_user ( & cmd , inbuf , sizeof ( cmd ) ) )
return - EFAULT ;
/* Get current fd to protect against it being closed */
2012-08-28 20:52:22 +04:00
f = fdget ( cmd . fd ) ;
if ( ! f . file )
2007-11-14 11:29:50 +03:00
return - ENOENT ;
2018-09-03 19:54:14 +03:00
if ( f . file - > f_op ! = & ucma_fops ) {
ret = - EINVAL ;
goto file_put ;
}
2020-09-14 14:59:56 +03:00
cur_file = f . file - > private_data ;
2007-11-14 11:29:50 +03:00
/* Validate current fd and prevent destruction of id. */
2020-09-14 14:59:56 +03:00
ctx = ucma_get_ctx ( cur_file , cmd . id ) ;
2007-11-14 11:29:50 +03:00
if ( IS_ERR ( ctx ) ) {
ret = PTR_ERR ( ctx ) ;
goto file_put ;
}
2020-08-18 15:05:20 +03:00
rdma_lock_handler ( ctx - > cm_id ) ;
2007-11-14 11:29:50 +03:00
/*
2020-09-14 14:59:56 +03:00
* ctx - > file can only be changed under the handler & xa_lock . xa_load ( )
* must be checked again to ensure the ctx hasn ' t begun destruction
* since the ucma_get_ctx ( ) .
2007-11-14 11:29:50 +03:00
*/
2019-02-21 03:21:05 +03:00
xa_lock ( & ctx_table ) ;
2020-09-14 14:59:56 +03:00
if ( _ucma_find_context ( cmd . id , cur_file ) ! = ctx ) {
xa_unlock ( & ctx_table ) ;
ret = - ENOENT ;
goto err_unlock ;
}
2007-11-14 11:29:50 +03:00
ctx - > file = new_file ;
2020-09-14 14:59:56 +03:00
xa_unlock ( & ctx_table ) ;
mutex_lock ( & cur_file - > mut ) ;
list_del ( & ctx - > list ) ;
/*
* At this point lock_handler ( ) prevents addition of new uevents for
* this ctx .
*/
list_for_each_entry_safe ( uevent , tmp , & cur_file - > event_list , list )
if ( uevent - > ctx = = ctx )
list_move_tail ( & uevent - > list , & event_list ) ;
2007-11-14 11:29:50 +03:00
resp . events_reported = ctx - > events_reported ;
2020-09-14 14:59:56 +03:00
mutex_unlock ( & cur_file - > mut ) ;
2007-11-14 11:29:50 +03:00
2020-09-14 14:59:56 +03:00
mutex_lock ( & new_file - > mut ) ;
list_add_tail ( & ctx - > list , & new_file - > ctx_list ) ;
list_splice_tail ( & event_list , & new_file - > event_list ) ;
mutex_unlock ( & new_file - > mut ) ;
2007-11-14 11:29:50 +03:00
2018-03-27 23:18:47 +03:00
if ( copy_to_user ( u64_to_user_ptr ( cmd . response ) ,
2007-11-14 11:29:50 +03:00
& resp , sizeof ( resp ) ) )
ret = - EFAULT ;
2020-09-14 14:59:56 +03:00
err_unlock :
2020-08-18 15:05:20 +03:00
rdma_unlock_handler ( ctx - > cm_id ) ;
2007-11-14 11:29:50 +03:00
ucma_put_ctx ( ctx ) ;
file_put :
2012-08-28 20:52:22 +04:00
fdput ( f ) ;
2007-11-14 11:29:50 +03:00
return ret ;
}
2006-12-01 03:53:41 +03:00
static ssize_t ( * ucma_cmd_table [ ] ) ( struct ucma_file * file ,
const char __user * inbuf ,
int in_len , int out_len ) = {
2013-05-29 21:09:30 +04:00
[ RDMA_USER_CM_CMD_CREATE_ID ] = ucma_create_id ,
[ RDMA_USER_CM_CMD_DESTROY_ID ] = ucma_destroy_id ,
[ RDMA_USER_CM_CMD_BIND_IP ] = ucma_bind_ip ,
[ RDMA_USER_CM_CMD_RESOLVE_IP ] = ucma_resolve_ip ,
[ RDMA_USER_CM_CMD_RESOLVE_ROUTE ] = ucma_resolve_route ,
[ RDMA_USER_CM_CMD_QUERY_ROUTE ] = ucma_query_route ,
[ RDMA_USER_CM_CMD_CONNECT ] = ucma_connect ,
[ RDMA_USER_CM_CMD_LISTEN ] = ucma_listen ,
[ RDMA_USER_CM_CMD_ACCEPT ] = ucma_accept ,
[ RDMA_USER_CM_CMD_REJECT ] = ucma_reject ,
[ RDMA_USER_CM_CMD_DISCONNECT ] = ucma_disconnect ,
[ RDMA_USER_CM_CMD_INIT_QP_ATTR ] = ucma_init_qp_attr ,
[ RDMA_USER_CM_CMD_GET_EVENT ] = ucma_get_event ,
[ RDMA_USER_CM_CMD_GET_OPTION ] = NULL ,
[ RDMA_USER_CM_CMD_SET_OPTION ] = ucma_set_option ,
[ RDMA_USER_CM_CMD_NOTIFY ] = ucma_notify ,
[ RDMA_USER_CM_CMD_JOIN_IP_MCAST ] = ucma_join_ip_multicast ,
[ RDMA_USER_CM_CMD_LEAVE_MCAST ] = ucma_leave_multicast ,
[ RDMA_USER_CM_CMD_MIGRATE_ID ] = ucma_migrate_id ,
2013-05-29 21:09:31 +04:00
[ RDMA_USER_CM_CMD_QUERY ] = ucma_query ,
2013-05-29 21:09:32 +04:00
[ RDMA_USER_CM_CMD_BIND ] = ucma_bind ,
2013-05-29 21:09:33 +04:00
[ RDMA_USER_CM_CMD_RESOLVE_ADDR ] = ucma_resolve_addr ,
[ RDMA_USER_CM_CMD_JOIN_MCAST ] = ucma_join_multicast
2006-12-01 03:53:41 +03:00
} ;
static ssize_t ucma_write ( struct file * filp , const char __user * buf ,
size_t len , loff_t * pos )
{
struct ucma_file * file = filp - > private_data ;
struct rdma_ucm_cmd_hdr hdr ;
ssize_t ret ;
infiniband: remove WARN that is not kernel bug
On Mon, Nov 21, 2016 at 09:52:53AM -0700, Jason Gunthorpe wrote:
> On Mon, Nov 21, 2016 at 02:14:08PM +0200, Leon Romanovsky wrote:
> > >
> > > In ib_ucm_write function there is a wrong prefix:
> > >
> > > + pr_err_once("ucm_write: process %d (%s) tried to do something hinky\n",
> >
> > I did it intentionally to have the same errors for all flows.
>
> Lets actually use a good message too please?
>
> pr_err_once("ucm_write: process %d (%s) changed security contexts after opening FD, this is not allowed.\n",
>
> Jason
>From 70f95b2d35aea42e5b97e7d27ab2f4e8effcbe67 Mon Sep 17 00:00:00 2001
From: Leon Romanovsky <leonro@mellanox.com>
Date: Mon, 21 Nov 2016 13:30:59 +0200
Subject: [PATCH rdma-next V2] IB/{core, qib}: Remove WARN that is not kernel bug
WARNINGs mean kernel bugs, in this case, they are placed
to mark programming errors and/or malicious attempts.
BUG/WARNs that are not kernel bugs hinder automated testing efforts.
Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-11-21 20:38:20 +03:00
if ( ! ib_safe_file_access ( filp ) ) {
2021-04-07 11:15:47 +03:00
pr_err_once ( " %s: process %d (%s) changed security contexts after opening file descriptor, this is not allowed. \n " ,
__func__ , task_tgid_vnr ( current ) , current - > comm ) ;
2016-04-11 04:13:13 +03:00
return - EACCES ;
infiniband: remove WARN that is not kernel bug
On Mon, Nov 21, 2016 at 09:52:53AM -0700, Jason Gunthorpe wrote:
> On Mon, Nov 21, 2016 at 02:14:08PM +0200, Leon Romanovsky wrote:
> > >
> > > In ib_ucm_write function there is a wrong prefix:
> > >
> > > + pr_err_once("ucm_write: process %d (%s) tried to do something hinky\n",
> >
> > I did it intentionally to have the same errors for all flows.
>
> Lets actually use a good message too please?
>
> pr_err_once("ucm_write: process %d (%s) changed security contexts after opening FD, this is not allowed.\n",
>
> Jason
>From 70f95b2d35aea42e5b97e7d27ab2f4e8effcbe67 Mon Sep 17 00:00:00 2001
From: Leon Romanovsky <leonro@mellanox.com>
Date: Mon, 21 Nov 2016 13:30:59 +0200
Subject: [PATCH rdma-next V2] IB/{core, qib}: Remove WARN that is not kernel bug
WARNINGs mean kernel bugs, in this case, they are placed
to mark programming errors and/or malicious attempts.
BUG/WARNs that are not kernel bugs hinder automated testing efforts.
Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-11-21 20:38:20 +03:00
}
2016-04-11 04:13:13 +03:00
2006-12-01 03:53:41 +03:00
if ( len < sizeof ( hdr ) )
return - EINVAL ;
if ( copy_from_user ( & hdr , buf , sizeof ( hdr ) ) )
return - EFAULT ;
2011-10-06 20:33:05 +04:00
if ( hdr . cmd > = ARRAY_SIZE ( ucma_cmd_table ) )
2006-12-01 03:53:41 +03:00
return - EINVAL ;
2018-10-16 17:59:01 +03:00
hdr . cmd = array_index_nospec ( hdr . cmd , ARRAY_SIZE ( ucma_cmd_table ) ) ;
2006-12-01 03:53:41 +03:00
if ( hdr . in + sizeof ( hdr ) > len )
return - EINVAL ;
if ( ! ucma_cmd_table [ hdr . cmd ] )
return - ENOSYS ;
ret = ucma_cmd_table [ hdr . cmd ] ( file , buf + sizeof ( hdr ) , hdr . in , hdr . out ) ;
if ( ! ret )
ret = len ;
return ret ;
}
2017-07-03 13:39:46 +03:00
static __poll_t ucma_poll ( struct file * filp , struct poll_table_struct * wait )
2006-12-01 03:53:41 +03:00
{
struct ucma_file * file = filp - > private_data ;
2017-07-03 13:39:46 +03:00
__poll_t mask = 0 ;
2006-12-01 03:53:41 +03:00
poll_wait ( filp , & file - > poll_wait , wait ) ;
if ( ! list_empty ( & file - > event_list ) )
2018-02-12 01:34:03 +03:00
mask = EPOLLIN | EPOLLRDNORM ;
2006-12-01 03:53:41 +03:00
return mask ;
}
2008-07-25 07:36:59 +04:00
/*
* ucma_open ( ) does not need the BKL :
*
* - no global state is referred to ;
* - there is no ioctl method to race against ;
* - no further module initialization is required for open to work
* after the device is registered .
*/
2006-12-01 03:53:41 +03:00
static int ucma_open ( struct inode * inode , struct file * filp )
{
struct ucma_file * file ;
file = kmalloc ( sizeof * file , GFP_KERNEL ) ;
if ( ! file )
return - ENOMEM ;
INIT_LIST_HEAD ( & file - > event_list ) ;
INIT_LIST_HEAD ( & file - > ctx_list ) ;
init_waitqueue_head ( & file - > poll_wait ) ;
mutex_init ( & file - > mut ) ;
filp - > private_data = file ;
file - > filp = filp ;
2010-04-10 04:13:50 +04:00
2019-03-26 23:51:19 +03:00
return stream_open ( inode , filp ) ;
2006-12-01 03:53:41 +03:00
}
static int ucma_close ( struct inode * inode , struct file * filp )
{
struct ucma_file * file = filp - > private_data ;
2020-08-18 15:05:14 +03:00
/*
2020-08-18 15:05:25 +03:00
* All paths that touch ctx_list or ctx_list starting from write ( ) are
* prevented by this being a FD release function . The list_add_tail ( ) in
* ucma_connect_event_handler ( ) can run concurrently , however it only
* adds to the list * after * a listening ID . By only reading the first of
2021-01-05 14:13:27 +03:00
* the list , and relying on ucma_destroy_private_ctx ( ) to block
2020-08-18 15:05:25 +03:00
* ucma_connect_event_handler ( ) , no additional locking is needed .
2020-08-18 15:05:14 +03:00
*/
2020-08-18 15:05:25 +03:00
while ( ! list_empty ( & file - > ctx_list ) ) {
struct ucma_context * ctx = list_first_entry (
& file - > ctx_list , struct ucma_context , list ) ;
2021-01-05 14:13:27 +03:00
WARN_ON ( xa_cmpxchg ( & ctx_table , ctx - > id , ctx , XA_ZERO_ENTRY ,
GFP_KERNEL ) ! = ctx ) ;
ucma_destroy_private_ctx ( ctx ) ;
2006-12-01 03:53:41 +03:00
}
kfree ( file ) ;
return 0 ;
}
2007-02-12 11:55:32 +03:00
static const struct file_operations ucma_fops = {
2006-12-01 03:53:41 +03:00
. owner = THIS_MODULE ,
. open = ucma_open ,
. release = ucma_close ,
. write = ucma_write ,
. poll = ucma_poll ,
2010-04-10 04:13:50 +04:00
. llseek = no_llseek ,
2006-12-01 03:53:41 +03:00
} ;
static struct miscdevice ucma_misc = {
2011-05-23 21:48:43 +04:00
. minor = MISC_DYNAMIC_MINOR ,
. name = " rdma_cm " ,
. nodename = " infiniband/rdma_cm " ,
. mode = 0666 ,
. fops = & ucma_fops ,
2006-12-01 03:53:41 +03:00
} ;
2019-06-14 03:38:19 +03:00
static int ucma_get_global_nl_info ( struct ib_client_nl_info * res )
{
res - > abi = RDMA_USER_CM_ABI_VERSION ;
res - > cdev = ucma_misc . this_device ;
return 0 ;
}
static struct ib_client rdma_cma_client = {
. name = " rdma_cm " ,
. get_global_nl_info = ucma_get_global_nl_info ,
} ;
MODULE_ALIAS_RDMA_CLIENT ( " rdma_cm " ) ;
2021-05-26 16:29:49 +03:00
static ssize_t abi_version_show ( struct device * dev ,
struct device_attribute * attr , char * buf )
2006-12-01 03:53:41 +03:00
{
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Done with cocci script:
@@
identifier d_show;
identifier dev, attr, buf;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
return
- sprintf(buf,
+ sysfs_emit(buf,
...);
...>
}
@@
identifier d_show;
identifier dev, attr, buf;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
return
- snprintf(buf, PAGE_SIZE,
+ sysfs_emit(buf,
...);
...>
}
@@
identifier d_show;
identifier dev, attr, buf;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
return
- scnprintf(buf, PAGE_SIZE,
+ sysfs_emit(buf,
...);
...>
}
@@
identifier d_show;
identifier dev, attr, buf;
expression chr;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
return
- strcpy(buf, chr);
+ sysfs_emit(buf, chr);
...>
}
@@
identifier d_show;
identifier dev, attr, buf;
identifier len;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
len =
- sprintf(buf,
+ sysfs_emit(buf,
...);
...>
return len;
}
@@
identifier d_show;
identifier dev, attr, buf;
identifier len;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
len =
- snprintf(buf, PAGE_SIZE,
+ sysfs_emit(buf,
...);
...>
return len;
}
@@
identifier d_show;
identifier dev, attr, buf;
identifier len;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
len =
- scnprintf(buf, PAGE_SIZE,
+ sysfs_emit(buf,
...);
...>
return len;
}
@@
identifier d_show;
identifier dev, attr, buf;
identifier len;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
<...
- len += scnprintf(buf + len, PAGE_SIZE - len,
+ len += sysfs_emit_at(buf, len,
...);
...>
return len;
}
@@
identifier d_show;
identifier dev, attr, buf;
expression chr;
@@
ssize_t d_show(struct device *dev, struct device_attribute *attr, char *buf)
{
...
- strcpy(buf, chr);
- return strlen(buf);
+ return sysfs_emit(buf, chr);
}
Link: https://lore.kernel.org/r/7f406fa8e3aa2552c022bec680f621e38d1fe414.1602122879.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2020-10-08 05:36:24 +03:00
return sysfs_emit ( buf , " %d \n " , RDMA_USER_CM_ABI_VERSION ) ;
2006-12-01 03:53:41 +03:00
}
2021-05-26 16:29:49 +03:00
static DEVICE_ATTR_RO ( abi_version ) ;
2006-12-01 03:53:41 +03:00
static int __init ucma_init ( void )
{
int ret ;
ret = misc_register ( & ucma_misc ) ;
if ( ret )
return ret ;
ret = device_create_file ( ucma_misc . this_device , & dev_attr_abi_version ) ;
if ( ret ) {
2016-03-01 22:20:29 +03:00
pr_err ( " rdma_ucm: couldn't create abi_version attr \n " ) ;
2010-08-14 00:56:34 +04:00
goto err1 ;
}
2012-04-19 17:44:49 +04:00
ucma_ctl_table_hdr = register_net_sysctl ( & init_net , " net/rdma_ucm " , ucma_ctl_table ) ;
2010-08-14 00:56:34 +04:00
if ( ! ucma_ctl_table_hdr ) {
2016-03-01 22:20:29 +03:00
pr_err ( " rdma_ucm: couldn't register sysctl paths \n " ) ;
2010-08-14 00:56:34 +04:00
ret = - ENOMEM ;
goto err2 ;
2006-12-01 03:53:41 +03:00
}
2019-06-14 03:38:19 +03:00
ret = ib_register_client ( & rdma_cma_client ) ;
if ( ret )
goto err3 ;
2006-12-01 03:53:41 +03:00
return 0 ;
2019-06-14 03:38:19 +03:00
err3 :
unregister_net_sysctl_table ( ucma_ctl_table_hdr ) ;
2010-08-14 00:56:34 +04:00
err2 :
device_remove_file ( ucma_misc . this_device , & dev_attr_abi_version ) ;
err1 :
2006-12-01 03:53:41 +03:00
misc_deregister ( & ucma_misc ) ;
return ret ;
}
static void __exit ucma_cleanup ( void )
{
2019-06-14 03:38:19 +03:00
ib_unregister_client ( & rdma_cma_client ) ;
2012-04-19 17:24:33 +04:00
unregister_net_sysctl_table ( ucma_ctl_table_hdr ) ;
2006-12-01 03:53:41 +03:00
device_remove_file ( ucma_misc . this_device , & dev_attr_abi_version ) ;
misc_deregister ( & ucma_misc ) ;
}
module_init ( ucma_init ) ;
module_exit ( ucma_cleanup ) ;