Re: [PATCH 10/10] net/9p: Remove ib_get_dma_mr calls

2015-07-23 Thread Dominique Martinet
Jason Gunthorpe wrote on Wed, Jul 22, 2015 at 05:34:43PM -0600: > The pd now has a local_dma_lkey member which completely replaces > ib_get_dma_mr, use it instead. > > Signed-off-by: Jason Gunthorpe 9P part looks good and tested OK (only applied 01 and 10 of the serie), thanks for the Cc. -- D

Re: [oss-security] RE: CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access

2015-04-03 Thread Dominique Martinet
rg/images/Workshops_2014/DevWorkshop/presos/Tuesday/pdf/09.30_2014_OFA_Workshop_ODP_update_final.pdf > and https://www.youtube.com/watch?v=KbrlsXQbHCw Thanks for the detailed reply, I'll dig a bit further and come back straight to the list if need to. -- Dominique Martinet -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] net/9p: add a privport option for RDMA transport.

2015-01-09 Thread Dominique Martinet
RDMA can use the same kind of weak security as TCP by checking the client can bind to a privileged port, which is better than nothing if TAUTH isn't implemented. Signed-off-by: Dominique Martinet --- Please note that this does NOT checkpatch because option tokens "Opt_foo"

Re: Different signatures to ibv_open_xrcd - branch issue?

2013-04-04 Thread Dominique Martinet
he other basic features do work quite well independantly. Regards, -- Dominique Martinet -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: NFS/RDMA - client crash on mount

2012-05-30 Thread Dominique Martinet
uct ib_qp_attr attr = { .path_mtu = IB_MTU_1024 }; rc = ib_modify_qp(ia->ri_id->qp, &attr, IB_QP_PATH_MTU); } }) Sorry for the noise then, thanks to everyone who bothered to read my mail. -- Dominique Martinet -- To unsubscrib

NFS/RDMA - client crash on mount

2012-05-30 Thread Dominique Martinet
=4,addr=10.3.4.2,clientaddr=10.3.4.3' mount.nfs: mount(2): Connection timed out Also, if it helps, I saw a similar bugreport here: http://lists.openfabrics.org/pipermail/ewg/2010-January/014604.html but it didn't get any useful replies Sooo. Could anyone tell me what goes wrong and giv