Prev: patch "dmi-id: fix a memory leak in dmi_id_init error path" added to gregkh-2.6 tree
Next: staging/easycap: Add dependencies to Kconfig
From: Roland Dreier on 8 Jul 2010 12:20 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 This will get one security fix for IPoIB, and a bunch of relatively small fixes to drivers new in 2.6.35 (so perhaps not regression fixes, but not able to regress anything either ... and you don't care about RDMA anyway ;) Dave Olson (1): IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problem FUJITA Tomonori (1): RDMA/cxgb4: Use the DMA state API instead of the pci equivalents Or Gerlitz (1): IPoIB: Fix world-writable child interface control sysfs attributes Ralph Campbell (6): IB/qib: Mask hardware error during link reset IB/qib: Clear eager buffer memory for each new process IB/qib: Clear 6120 hardware error register IB/qib: Update 7322 serdes tables IB/qib: Completion queue callback needs to be single threaded IB/qib: Clean up properly if qib_init() fails Roland Dreier (1): Merge branches 'cxgb4', 'ipoib' and 'qib' into for-next Steve Wise (3): RDMA/cxgb4: Don't call abort_connection() for active connect failures RDMA/cxgb4: Avoid false GTS CIDX_INC overflows RDMA/cxgb4: Derive smac_idx from port viid drivers/infiniband/hw/cxgb4/cm.c | 12 ++++--- drivers/infiniband/hw/cxgb4/cq.c | 31 ++++++++++++++----- drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +- drivers/infiniband/hw/cxgb4/mem.c | 4 +- drivers/infiniband/hw/cxgb4/qp.c | 12 +++--- drivers/infiniband/hw/cxgb4/t4.h | 6 ++-- drivers/infiniband/hw/qib/qib.h | 1 + drivers/infiniband/hw/qib/qib_7322_regs.h | 48 ++++++++++++++-------------- drivers/infiniband/hw/qib/qib_diag.c | 19 +++++++++-- drivers/infiniband/hw/qib/qib_iba6120.c | 3 +- drivers/infiniband/hw/qib/qib_iba7322.c | 43 +++++++++++++++++++++---- drivers/infiniband/hw/qib/qib_init.c | 21 ++++++++++++- drivers/infiniband/hw/qib/qib_pcie.c | 2 + drivers/infiniband/hw/qib/qib_tx.c | 6 +++- drivers/infiniband/ulp/ipoib/ipoib_main.c | 4 +- 15 files changed, 148 insertions(+), 66 deletions(-) -- Roland Dreier <rolandd(a)cisco.com> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |