Question on merge windows.

2014-06-17 Thread Weiny, Ira
Roland, I see the merge window closed on Sunday and Linus has released 3.16-rc1. Does that mean now is the time you will start accepting things destined for 3.17 while 3.16 "bakes"? If that is the case would you like me to rebase the latest version of following patches onto your most recent "

RE: [PATCH] Checks for Null return of skb_alloc in function send_flowc

2014-06-17 Thread Steve Wise
Acked-by: Steve Wise -- 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] Checks for Null return of skb_alloc in function send_flowc

2014-06-17 Thread Nicholas Krause
Signed-off-by: Nicholas Krause --- drivers/infiniband/hw/cxgb4/cm.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c index 7e3d663..6c069c2 100644 --- a/drivers/infiniband/hw/cxgb4/cm.c +++ b/drivers/infi

RE: [PATCH] Checks for Null return of skb_alloc in send_flowc

2014-06-17 Thread Steve Wise
> -Original Message- > From: Nicholas Krause [mailto:xerofo...@gmail.com] > Sent: Tuesday, June 17, 2014 10:25 AM > To: sw...@chelsio.com > Cc: rol...@kernel.org; sean.he...@intel.com; hal.rosenst...@gmail.com; linux- > r...@vger.kernel.org; linux-ker...@vger.kernel.org > Subject: [PATCH]

[PATCH] Checks for Null return of skb_alloc in send_flowc

2014-06-17 Thread Nicholas Krause
Signed-off-by: Nicholas Krause --- drivers/infiniband/hw/cxgb4/cm.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c index 5e153f6..7e3d663 100644 --- a/drivers/infiniband/hw/cxgb4/cm.c +++ b/drivers/infiniband/hw/cxgb4/cm

[PATCH v4 1/1] IPoIB: Avoid multicast join attempts when having invalid p_key

2014-06-17 Thread Alex Estrin
Currently, the parent interface keeps sending broadcast group join requests even if p_key index 0 is invalid, which for itself is possible/common in virtualized environment where a VF has been probed to VM but the actual p_key configuration has not yet been assigned by the management software. This

RE: [PATCH] infiniband: Fixes memory leak in send_flowc

2014-06-17 Thread Steve Wise
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of David Rientjes > Sent: Monday, June 16, 2014 7:37 PM > To: Nick Krause > Cc: Steve Wise; sw...@chelsio.com; rol...@kernel.org; sean.he...@intel.com; > hal.rosenst...@g

RE: [PATCH v3 1/1] IPoIB: Improve parent interface p_key handling.

2014-06-17 Thread Estrin, Alex
Hi Or, Please see below. > -Original Message- > From: Or Gerlitz [mailto:ogerl...@mellanox.com] > Sent: Tuesday, June 17, 2014 2:02 AM > To: Estrin, Alex; Roland Dreier > Cc: linux-rdma@vger.kernel.org; Erez Shitrit > Subject: Re: [PATCH v3 1/1] IPoIB: Improve parent interface p_key handli

[Bug 78181] New: pci_disable_device() shouldn't be called when the call to pci_enable_device() fails.

2014-06-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=78181 Bug ID: 78181 Summary: pci_disable_device() shouldn't be called when the call to pci_enable_device() fails. Product: Drivers Version: 2.5 Kernel Version: 2.6.39 Hardware

[PATCH] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result

2014-06-17 Thread Yan Burman
Fix the following warning when DMA-API debug is enabled by checking ib_dma_map_single result: [ 1455.345548] [ cut here ] [ 1455.346863] WARNING: CPU: 3 PID: 3929 at /home/yanb/kernel/net-next/lib/dma-debug.c:1140 check_unmap+0x4e5/0x990() [ 1455.349350] mlx4_core :00:

[Bug 78171] New: Missing NULL check of the return value of alloc_skb() in function st_int_recv()

2014-06-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=78171 Bug ID: 78171 Summary: Missing NULL check of the return value of alloc_skb() in function st_int_recv() Product: Drivers Version: 2.5 Kernel Version: 2.6.39 Hardware: All

[PATCH opensm] osmtest: Add grh test

2014-06-17 Thread Hal Rosenstock
From: Dan Ben Yosef Add GRH to all SA queries that osmtest sends. Note: All SA queries except GetMulti MultiPathRecord query. Signed-off-by: Dan Ben Yosef Signed-off-by: Hal Rosenstock --- include/vendor/osm_vendor_sa_api.h |8 ++ libvendor/osm_vendor_ibumad_sa.c | 14 +++ osmtest/inc