Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver

2013-05-22 Thread Rob Herring
On Thu, Apr 25, 2013 at 3:45 PM, Rob Herring robherri...@gmail.com wrote: On 04/25/2013 03:12 PM, Benjamin Herrenschmidt wrote: On Thu, 2013-04-25 at 14:14 -0500, Rob Herring wrote: On 04/25/2013 12:35 PM, Benjamin Herrenschmidt wrote: [...] You need patch 2 of this series to fix this:

Re: [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver

2013-05-22 Thread Benjamin Herrenschmidt
On Wed, 2013-05-22 at 07:26 -0500, Rob Herring wrote: Did you have a chance to test this? I want to get this into -next. Ah sorry, skipped out of my mind, I'll get to it asap... Cheers, Ben. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to

mlx4/xrc problem

2013-05-22 Thread Steve Wise
Hey Roland/IB experts, I'm playing around with XRC using mlx4, and I'm hitting an error. Attached is the program to setup an XRC connection and exchange some data. It is based on the upstream XRC sample program submitted by Intel. But I back-ported it to the OFED-1.5.4.1 XRC API. The QPs

RE: mlx4/xrc problem

2013-05-22 Thread Hefty, Sean
[root@hpc-hn1 libibverbs-1.1.4]# ibv_xsrq_pingpong -d mlx4_0 192.168.174.52 local: LID 0001, QPN RECV 98004b SEND 18004c, PSN 5b6d99, SRQN 0042 remote: LID 0002, QPN RECV d4004a SEND 54004b, PSN d7ba7a, SRQN 0042 The same SRQN on both sides looks suspicious. [root@hpc-cn2

Re: mlx4/xrc problem

2013-05-22 Thread Steve Wise
On 5/22/2013 11:39 AM, Hefty, Sean wrote: [root@hpc-hn1 libibverbs-1.1.4]# ibv_xsrq_pingpong -d mlx4_0 192.168.174.52 local: LID 0001, QPN RECV 98004b SEND 18004c, PSN 5b6d99, SRQN 0042 remote: LID 0002, QPN RECV d4004a SEND 54004b, PSN d7ba7a, SRQN 0042 The same SRQN on both sides

Re: libibverbs / libmlx4 release

2013-05-22 Thread Or Gerlitz
On Mon, May 20, 2013 at 7:49 PM, Roland Dreier rol...@kernel.org wrote: That's fine, I'll do the releases this week. cool. -- 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

Re: [PATCH 3/3] read_config: skip file/directory with unsecure permissions

2013-05-22 Thread Roland Dreier
On Mon, May 20, 2013 at 2:43 PM, Yann Droneaud ydrone...@opteya.com wrote: libibverbs must refuse to load arbitrary shared objects. This patch check the configuration directory and files for - being owned by root; - not being writable by others. uverbs is an unprivileged interface. Right