RE: linux-next: build failure after merge of the infiniband tree

2012-07-06 Thread Hefty, Sean
Thanks, fixed with a #if IS_ENABLED(CONFIG_IPV6) around the code that touches ipv6... Sean, let me know if more is required. The fix-up looks to be complete. Thanks -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More

[PATCH] IB/qib: fix sparse RCU warnings in qib_keys.c

2012-07-06 Thread Mike Marciniszyn
Commit e12deda1 (IB/qib: RCU locking for MR validation) introduced new sparse warnings in qib_keys.c. This patch resolved those issues. Signed-off-by: Mike Marciniszyn mike.marcinis...@intel.com --- drivers/infiniband/hw/qib/qib_keys.c |4 +++- drivers/infiniband/hw/qib/qib_verbs.h |4

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Hal Rosenstock
On 7/3/2012 12:55 PM, Ira Weiny wrote: Document the umad_recv length parameter better. Changes since V1: add comments from Hal Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Ira Weiny
On Fri, 06 Jul 2012 14:34:24 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/3/2012 12:55 PM, Ira Weiny wrote: Document the umad_recv length parameter better. Changes since V1: add comments from Hal Signed-off-by: Ira Weiny wei...@llnl.gov --- man/umad_recv.3 |

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Hal Rosenstock
On 7/6/2012 3:24 PM, Ira Weiny wrote: On Fri, 06 Jul 2012 14:34:24 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/3/2012 12:55 PM, Ira Weiny wrote: Document the umad_recv length parameter better. Changes since V1: add comments from Hal Signed-off-by: Ira Weiny

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Ira Weiny
On Fri, 06 Jul 2012 15:32:51 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/6/2012 3:24 PM, Ira Weiny wrote: On Fri, 06 Jul 2012 14:34:24 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/3/2012 12:55 PM, Ira Weiny wrote: Document the umad_recv length parameter

Re: [PATCH V2] libibumad: update umad_recv man page.

2012-07-06 Thread Hal Rosenstock
On 7/6/2012 3:38 PM, Ira Weiny wrote: On Fri, 06 Jul 2012 15:32:51 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/6/2012 3:24 PM, Ira Weiny wrote: On Fri, 06 Jul 2012 14:34:24 -0400 Hal Rosenstock h...@dev.mellanox.co.il wrote: On 7/3/2012 12:55 PM, Ira Weiny wrote: Document

Re: [PATCH] IB/qib: fix sparse RCU warnings in qib_keys.c

2012-07-06 Thread Fengguang Wu
On Fri, Jul 06, 2012 at 02:29:45PM -0400, Mike Marciniszyn wrote: Commit e12deda1 (IB/qib: RCU locking for MR validation) introduced new sparse warnings in qib_keys.c. This patch resolved those issues. It's better than my initial version, thanks! Signed-off-by: Fengguang Wu