[PATCH 1/2] infiniband-diags: libibnetdisc add find node by lid

2013-02-02 Thread Ira Weiny
NOTE: this change adds a glib requirement to the package. Signed-off-by: Ira Weiny wei...@llnl.gov --- configure.in|7 infiniband-diags.spec.in|4 +- libibnetdisc/Makefile.am|4 +-

[PATCH 2/2] infiniband-diags: add dump_fts tool

2013-02-02 Thread Ira Weiny
From 2708d0965e03de1f9ae722e38c8b72a808718a0d Mon Sep 17 00:00:00 2001 From: Ira Weiny wei...@llnl.gov Date: Fri, 1 Feb 2013 18:13:59 -0500 Subject: [PATCH 2/2] infiniband-diags: add dump_fts tool dump_fts adds a faster version of the functionality of dump_[l|m]fts.sh. This code is based off of

[PATCH 22/62] infiniband/core: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Roland Dreier rol...@kernel.org Cc: Sean Hefty sean.he...@intel.com Cc: Hal Rosenstock hal.rosenst...@gmail.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr

[PATCH 29/62] infiniband/ocrdma: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Roland Dreier rol...@purestorage.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm.

[PATCH 28/62] infiniband/mlx4: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Jack Morgenstein ja...@dev.mellanox.co.il Cc: Or Gerlitz ogerl...@mellanox.com Cc: Roland Dreier rol...@purestorage.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an

[PATCH 30/62] infiniband/qib: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Mike Marciniszyn infinip...@intel.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm.

[PATCH 27/62] infiniband/ipath: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Mike Marciniszyn infinip...@intel.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm.

[PATCH 23/62] infiniband/amso1100: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Tom Tucker t...@opengridcomputing.com Cc: Steve Wise sw...@opengridcomputing.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be

[PATCH 26/62] infiniband/ehca: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Hoang-Nam Nguyen hngu...@de.ibm.com Cc: Christoph Raisch rai...@de.ibm.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best

[PATCH 25/62] infiniband/cxgb4: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Steve Wise sw...@chelsio.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please

[PATCH 24/62] infiniband/cxgb3: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo t...@kernel.org Cc: Steve Wise sw...@chelsio.com Cc: linux-rdma@vger.kernel.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please

Intermitted Failed to obtain HW semaphore, aborting error

2013-02-02 Thread Bharath Ramesh
Intermittently a couple of nodes in our cluster throw the error Failed to obtain HW semaphore, aborting on boot. When this error occurs we are unable to use IB on those nodes, unloading and reloading the module doesnt help. I was wondering what could be causing this error, google only brings

Re: Intermitted Failed to obtain HW semaphore, aborting error

2013-02-02 Thread Or Gerlitz
On 03/02/2013 07:14, Bharath Ramesh wrote: Intermittently a couple of nodes in our cluster throw the error Failed to obtain HW semaphore, aborting on boot. When this error occurs we are unable to use IB on those nodes, unloading and reloading the module doesnt help. load mlx4_core with

Re: [PATCH] librdmacm: Work-around kernel bug returning uid = 0

2013-02-02 Thread Or Gerlitz
On 02/02/2013 09:16, sean.he...@intel.com wrote: Older kernels have a bug where it can report an event with the uid set to 0. The librdmacm crashes when casting the uid to an rdma_cm_id and dereferencing the NULL pointer. There are a limited number of events where this can occur and in most