public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] IB changes for 2.6.16-rc1
@ 2006-01-13 22:57 Roland Dreier
  0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2006-01-13 22:57 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, openib-general

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-13 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-13 22:57 [git pull] IB changes for 2.6.16-rc1 Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox