linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] IB updates
@ 2005-11-05  0:20 Roland Dreier
  0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2005-11-05  0:20 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:

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

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

only message in thread, other threads:[~2005-11-05  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-05  0:20 [git pull] IB updates Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).