All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roland Dreier <rolandd@cisco.com>
To: torvalds@osdl.org
Cc: linux-kernel@vger.kernel.org, openib-general@openib.org
Subject: [git pull] IB updates
Date: Fri, 04 Nov 2005 16:20:03 -0800	[thread overview]
Message-ID: <523bmc2bf0.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:

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

The pull will get the following changes:

Jack Morgenstein:
      [IB] mthca: check P_Key index in modify QP

Michael S. Tsirkin:
      [IB] mthca: report asynchronous CQ events

Roland Dreier:
      [IPoIB] use spin_trylock_irqsave()
      [IB] uverbs: Avoid NULL pointer deref on CQ async event
      [IB] mthca: Avoid SRQ free WQE list corruption
      [IPoIB] cleanups: fix comment, remove useless variables
      [IB] kzalloc() conversions
      [IPoIB] remove unneeded initializations to 0
      [IPoIB] don't compile debug code if debugging isn't enabled
      [IB] mthca: fix format of FW version
      [IB] umad: fix hot remove of IB devices

Sean Hefty:
      [IB] ucm: 32/64 compatibility fixes

 drivers/infiniband/core/agent.c                |    3 -
 drivers/infiniband/core/cm.c                   |    6 +-
 drivers/infiniband/core/device.c               |   10 ---
 drivers/infiniband/core/mad.c                  |   31 ++++-----
 drivers/infiniband/core/sysfs.c                |    6 +-
 drivers/infiniband/core/ucm.c                  |    9 +--
 drivers/infiniband/core/user_mad.c             |   80 +++++++++++++++++++-----
 drivers/infiniband/core/uverbs.h               |    1 
 drivers/infiniband/core/uverbs_cmd.c           |    1 
 drivers/infiniband/core/uverbs_main.c          |   13 +---
 drivers/infiniband/hw/mthca/mthca_cq.c         |   31 +++++++++
 drivers/infiniband/hw/mthca/mthca_dev.h        |    4 +
 drivers/infiniband/hw/mthca/mthca_eq.c         |    4 +
 drivers/infiniband/hw/mthca/mthca_main.c       |    2 -
 drivers/infiniband/hw/mthca/mthca_mr.c         |    4 -
 drivers/infiniband/hw/mthca/mthca_profile.c    |    4 -
 drivers/infiniband/hw/mthca/mthca_provider.c   |    2 -
 drivers/infiniband/hw/mthca/mthca_qp.c         |    7 ++
 drivers/infiniband/hw/mthca/mthca_srq.c        |   13 ++--
 drivers/infiniband/ulp/ipoib/ipoib.h           |    3 +
 drivers/infiniband/ulp/ipoib/ipoib_ib.c        |   13 ++--
 drivers/infiniband/ulp/ipoib/ipoib_main.c      |   24 ++-----
 drivers/infiniband/ulp/ipoib/ipoib_multicast.c |    8 ++
 drivers/infiniband/ulp/ipoib/ipoib_verbs.c     |    4 -
 include/rdma/ib_user_cm.h                      |   19 ++++--
 25 files changed, 178 insertions(+), 124 deletions(-)

                 reply	other threads:[~2005-11-05  0:20 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=523bmc2bf0.fsf@cisco.com \
    --to=rolandd@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.