Re: [PATCH] libibmad/src/dump.c : Set the vlaue of LinkWidthActive to undefined(width) when the port is down

2014-04-15 Thread Ira Weiny
Ammar, This patch does not apply cleanly. 09:41:21 git am ../\[PATCH\]__libibmad_src_dump.c___Set_the_vlaue_of__LinkWidthActive_to_undefined\(width\)_when_the_port_is_down.eml Applying: libibmad/src/dump.c : Set the vlaue of LinkWidthActive to undefined(width) when the port is down fatal:

Re: [PATCH] libibmad/src/dump.c : Set the vlaue of LinkWidthActive to undefined(width) when the port is down

2014-04-15 Thread Hal Rosenstock
On 4/15/2014 12:43 PM, Ira Weiny wrote: Ammar, This patch does not apply cleanly. 09:41:21 git am ../\[PATCH\]__libibmad_src_dump.c___Set_the_vlaue_of__LinkWidthActive_to_undefined\(width\)_when_the_port_is_down.eml Applying: libibmad/src/dump.c : Set the vlaue of LinkWidthActive to

[PATCH libibmad] dump.c: In mad_dump_linkwidth, output undefined widths

2014-04-15 Thread Hal Rosenstock
Based on patch for this for width 0 from Ammar Haj Hamad aha...@asaltech.com Some implementations when port is down appear to return a link width of 0 Signed-off-by: Hal Rosenstock h...@mellanox.com --- diff --git a/src/dump.c b/src/dump.c index 7f3ef7d..efe4bc4 100644 --- a/src/dump.c +++

RE: [PATCH V1] NFS-RDMA: fix qp pointer validation checks

2014-04-15 Thread Devesh Sharma
-Original Message- From: Chuck Lever [mailto:chuck.le...@oracle.com] Sent: Tuesday, April 15, 2014 6:10 AM To: Devesh Sharma Cc: Linux NFS Mailing List; linux-rdma@vger.kernel.org; Trond Myklebust Subject: Re: [PATCH V1] NFS-RDMA: fix qp pointer validation checks On Apr 14,

Re: [PATCH 0/8] NFS/RDMA patches for review

2014-04-15 Thread Steve Wise
Tested-by: Steve Wise sw...@opengridcomputing.com -- 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: [PATCH 0/8] NFS/RDMA patches for review

2014-04-15 Thread Steve Wise
My testing was with the default memory registration mode by the way. Over mlx4 and cxgb4. Steve. On 4/15/2014 3:15 PM, Steve Wise wrote: Tested-by: Steve Wise sw...@opengridcomputing.com -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to

[PATCH v2] nfs-rdma: Fix for FMR leaks

2014-04-15 Thread Allen Andrews
Two memory region leaks were found during testing: 1. rpcrdma_buffer_create: While allocating RPCRDMA_FRMR's ib_alloc_fast_reg_mr is called and then ib_alloc_fast_reg_page_list is called. If ib_alloc_fast_reg_page_list returns an error it bails out of the routine dropping the last

Re: [PATCH v2] nfs-rdma: Fix for FMR leaks

2014-04-15 Thread Chuck Lever
On Apr 15, 2014, at 4:34 PM, Allen Andrews allen.andr...@emulex.com wrote: Two memory region leaks were found during testing: 1. rpcrdma_buffer_create: While allocating RPCRDMA_FRMR's ib_alloc_fast_reg_mr is called and then ib_alloc_fast_reg_page_list is called. If

Prove locking correctness

2014-04-15 Thread Chuck Lever
Hi- I’ve had CONFIG_PROVE_LOCKING set in my recent kernel builds (3.13, 3.14). With 3.14, it started spitting out the below warning at boot time. But this week, after 3.14, my system deadlocks on boot. I bisected it today. It appears to start with either commit 6f008e72 or 462bf234. Disabling

[PATCH] RDMA/ocrdma: convert to use simple_open()

2014-04-15 Thread Duan Jiong
This removes an open code simple_open() function and replaces file operations references to the function with simple_open() instead. Signed-off-by: Duan Jiong duanj.f...@cn.fujitsu.com --- drivers/infiniband/hw/ocrdma/ocrdma_stats.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-)