[git pull] InfiniBand fixes

From: Roland Dreier
Date: Tue Sep 20 2005 - 17:09:35 EST


Linus, please pull from

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

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

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

This will pull the following changes (patches also sent as replies to this email):

Hal Rosenstock:
IPoIB: Fix SA client retransmission strategy
IB: Fix data length for RMPP SA sends

Michael S. Tsirkin:
IPoIB: fix module removal race
IB/mthca: Fix device removal memory leak

Roland Dreier:
IB/mthca: assign ACK timeout field correctly
IB/mthca: fix posting of first work request
IB/mthca: Initialize eq->nent before we use it
IB/mthca: Fix posting work requests to shared receive queues
IB/mthca: Don't try to set srq->last for userspace SRQs
IPoIB: Don't flush workqueue from within workqueue

drivers/infiniband/core/user_mad.c | 5 +-
drivers/infiniband/hw/mthca/mthca_eq.c | 16 ++------
drivers/infiniband/hw/mthca/mthca_qp.c | 51 +++++++++++-------------
drivers/infiniband/hw/mthca/mthca_srq.c | 25 +++++-------
drivers/infiniband/ulp/ipoib/ipoib.h | 2 -
drivers/infiniband/ulp/ipoib/ipoib_ib.c | 4 +-
drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +
drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 13 +++---
8 files changed, 55 insertions(+), 63 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/