[git pull] IB changes for 2.6.16-rc1

From: Roland Dreier
Date: Fri Jan 13 2006 - 17:55:59 EST


Linus, please pull from

master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus

This tree is also available from kernel.org mirrors at:

git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus

The pull will get the following changes:

Eli Cohen:
IPoIB: Fix error path in ipoib_mcast_dev_flush()
IPoIB: Fix address handle refcounting for multicast groups
IPoIB: Fix memory leak of multicast group structures

Ingo Molnar:
IB: convert from semaphores to mutexes

Ishai Rabinovitz:
IB/mthca: Fix memory leak of multicast group structures

Jack Morgenstein:
IB/mthca: Fix memory leaks in error handling

Michael S. Tsirkin:
IB/mthca: fix page shift calculation in mthca_reg_phys_mr()
IB/mthca: prevent event queue overrun
IPoIB: Take dev->xmit_lock around mc_list accesses
IB/mthca: Cosmetic: use the ALIGN macro
IB/mthca: Initialize grh_present before using it

Roland Dreier:
IB/mthca: kzalloc conversions
IB/mthca: Factor common MAD initialization code

Sean Hefty:
IB: Add node_guid to struct ib_device

drivers/infiniband/core/cm.c | 29 +----
drivers/infiniband/core/device.c | 23 ++--
drivers/infiniband/core/sysfs.c | 22 +--
drivers/infiniband/core/ucm.c | 23 ++--
drivers/infiniband/core/uverbs.h | 5 -
drivers/infiniband/core/uverbs_cmd.c | 152 ++++++++++++------------
drivers/infiniband/core/uverbs_main.c | 8 +
drivers/infiniband/hw/mthca/mthca_av.c | 10 +-
drivers/infiniband/hw/mthca/mthca_cmd.c | 7 +
drivers/infiniband/hw/mthca/mthca_dev.h | 1
drivers/infiniband/hw/mthca/mthca_eq.c | 28 ++--
drivers/infiniband/hw/mthca/mthca_provider.c | 132 ++++++++++++---------
drivers/infiniband/hw/mthca/mthca_qp.c | 2
drivers/infiniband/ulp/ipoib/ipoib.h | 6 -
drivers/infiniband/ulp/ipoib/ipoib_ib.c | 31 ++---
drivers/infiniband/ulp/ipoib/ipoib_main.c | 12 +-
drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 105 +++++------------
drivers/infiniband/ulp/ipoib/ipoib_verbs.c | 8 +
drivers/infiniband/ulp/ipoib/ipoib_vlan.c | 10 +-
drivers/infiniband/ulp/srp/ib_srp.c | 23 +---
include/rdma/ib_verbs.h | 2
21 files changed, 287 insertions(+), 352 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/