All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roland Dreier <rdreier@cisco.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org, openib-general@openib.org
Subject: [git pull] IB changes for 2.6.16-rc1
Date: Fri, 13 Jan 2006 14:57:03 -0800	[thread overview]
Message-ID: <ada64on4tz4.fsf@cisco.com> (raw)

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

                 reply	other threads:[~2006-01-13 22:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ada64on4tz4.fsf@cisco.com \
    --to=rdreier@cisco.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openib-general@openib.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.