[ewg] [GIT PULL ofed-1.5.1] cxgb3 critical fixes

Steve Wise swise at opengridcomputing.com
Wed Feb 3 09:42:14 PST 2010


Vlad,

Please pull from:

ssh://vlad@sofa.openfabrics.org/~swise/scm/ofed_kernel ofed_1_5

Included are a series of critical bug fixes & associated backports for 
ofed-1.5.1.

Thanks,

Steve.


------



commit f8ab9334621cc7b109ce2e692fe5bbb39af766c2
Author: Steve Wise <swise at opengridcomputing.com>
Date:   Fri Jan 29 09:24:53 2010 -0600

    cxgb3: advertise 256K max CQ depth.
   
    Signed-off-by: Steve Wise <swise at opengridcomputing.com>

 kernel_patches/fixes/iw_cxgb3_0700_cq_depth.patch |   24 
+++++++++++++++++++++
 patches-master/cq-depth                           |   24 
+++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

commit 64120f74851b94b7a49f32e0b1202dd6b944e0d5
Author: Steve Wise <swise at opengridcomputing.com>
Date:   Tue Jan 26 15:28:42 2010 -0600

    cxgb3: bump fw to 7.8
   
    Signed-off-by: Steve Wise <swise at opengridcomputing.com>

 kernel_patches/fixes/cxgb3_00500_fw_update.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5d6a8491f0075d1b964a7bff460535b56692ea7f
Author: Steve Wise <swise at opengridcomputing.com>
Date:   Tue Jan 26 15:28:42 2010 -0600

    iw_cxgb3: Add big cqs patch.
   
    Signed-off-by: Steve Wise <swise at opengridcomputing.com>

 .../2.6.9_U6/iw_cxgb3_0030_setpagereserved.patch   |   24 +++---
 .../2.6.9_U7/iw_cxgb3_0030_setpagereserved.patch   |   24 +++---
 .../2.6.9_U8/iw_cxgb3_0030_setpagereserved.patch   |   24 +++---
 kernel_patches/fixes/iw_cxgb3_0500_bigcqs.patch    |   84 
++++++++++++++++++++
 4 files changed, 120 insertions(+), 36 deletions(-)

commit b57100b0c9654859359fdee005c2d8b756e61913
Author: Steve Wise <swise at opengridcomputing.com>
Date:   Tue Jan 26 15:28:41 2010 -0600

    cxgb3: Doorbell overflow avoidance/recovery.
   
    Signed-off-by: Steve Wise <swise at opengridcomputing.com>

 .../backport/2.6.32/cxgb3_0010_to_2_6_32.patch     |    2 +-
 kernel_patches/fixes/iw_cxgb3_0600_db_ovf.patch    |  485 
++++++++++++++++++++
 2 files changed, 486 insertions(+), 1 deletions(-)

commit 1ed36496633af886879b97b478c2b0833ecc10d4
Author: Steve Wise <swise at opengridcomputing.com>
Date:   Tue Jan 26 15:28:35 2010 -0600

    Core: Add idr_for_each() to backports.
   
    Signed-off-by: Steve Wise <swise at opengridcomputing.com>

 .../backport/2.6.16_sles10_sp2/include/linux/idr.h |    8 +++
 .../backport/2.6.16_sles10_sp2/include/src/idr.c   |   64 
++++++++++++++++++++
 .../backport/2.6.16_sles10_sp3/include/linux/idr.h |    8 +++
 .../backport/2.6.16_sles10_sp3/include/src/idr.c   |   64 
++++++++++++++++++++
 .../backport/2.6.18-EL5.2/include/linux/idr.h      |    8 +++
 .../backport/2.6.18-EL5.2/include/src/idr.c        |   64 
++++++++++++++++++++
 .../backport/2.6.18-EL5.3/include/linux/idr.h      |    8 +++
 .../backport/2.6.18-EL5.3/include/src/idr.c        |   64 
++++++++++++++++++++
 .../backport/2.6.18-EL5.4/include/linux/idr.h      |    8 +++
 .../backport/2.6.18-EL5.4/include/src/idr.c        |   64 
++++++++++++++++++++
 kernel_addons/backport/2.6.18/include/linux/idr.h  |    8 +++
 kernel_addons/backport/2.6.18/include/src/idr.c    |   64 
++++++++++++++++++++
 kernel_addons/backport/2.6.19/include/linux/idr.h  |    8 +++
 kernel_addons/backport/2.6.19/include/src/idr.c    |   64 
++++++++++++++++++++
 kernel_addons/backport/2.6.20/include/linux/idr.h  |    8 +++
 kernel_addons/backport/2.6.20/include/src/idr.c    |   64 
++++++++++++++++++++
 kernel_addons/backport/2.6.21/include/linux/idr.h  |    8 +++
 kernel_addons/backport/2.6.21/include/src/idr.c    |   64 
++++++++++++++++++++
 kernel_addons/backport/2.6.22/include/linux/idr.h  |    8 +++
 kernel_addons/backport/2.6.22/include/src/idr.c    |   64 
++++++++++++++++++++
 kernel_addons/backport/2.6.23/include/linux/idr.h  |    8 +++
 kernel_addons/backport/2.6.23/include/src/idr.c    |   64 
++++++++++++++++++++
 .../backport/2.6.9_U6/include/linux/idr.h          |    2 +
 kernel_addons/backport/2.6.9_U6/include/src/idr.c  |   64 
++++++++++++++++++++
 .../backport/2.6.9_U7/include/linux/idr.h          |    2 +
 kernel_addons/backport/2.6.9_U7/include/src/idr.c  |   64 
++++++++++++++++++++
 .../backport/2.6.9_U8/include/linux/idr.h          |    2 +
 kernel_addons/backport/2.6.9_U8/include/src/idr.c  |   64 
++++++++++++++++++++
 .../2.6.16_sles10_sp2/linux_stuff_to_2_6_17.patch  |   11 +++-
 .../2.6.16_sles10_sp3/linux_stuff_to_2_6_17.patch  |   11 +++-
 .../2.6.18-EL5.2/linux_genalloc_to_2_6_20.patch    |   11 +++-
 .../2.6.18-EL5.3/linux_genalloc_to_2_6_20.patch    |   11 +++-
 .../2.6.18-EL5.4/linux_genalloc_to_2_6_20.patch    |   11 +++-
 .../backport/2.6.18/linux_genalloc_to_2_6_20.patch |   11 +++-
 .../backport/2.6.19/linux_genalloc_to_2_6_20.patch |   11 +++-
 .../backport/2.6.20/linux_genalloc_to_2_6_20.patch |   11 +++-
 .../backport/2.6.21/linux_stuff_to_2_6_24.patch    |   21 +++++++
 .../backport/2.6.22/linux_stuff_to_2_6_24.patch    |   21 +++++++
 .../backport/2.6.23/linux_stuff_to_2_6_24.patch    |   21 +++++++
 .../backport/2.6.9_U6/linux_stuff_to_2_6_17.patch  |   11 +++-
 .../backport/2.6.9_U7/linux_stuff_to_2_6_17.patch  |   11 +++-
 .../backport/2.6.9_U8/linux_stuff_to_2_6_17.patch  |   11 +++-
 42 files changed, 1152 insertions(+), 22 deletions(-)

commit 6d1ad4a5df4589a280b5d6cbb21a7e91b2df2089
Author: Steve Wise <swise at opengridcomputing.com>
Date:   Tue Jan 26 13:41:47 2010 -0600

    cxgb3: Allow read/write of t3 regs.
   
    Signed-off-by: Steve Wise <swise at opengridcomputing.com>

 kernel_patches/fixes/cxgb3_00700_reg-rw.patch |   60 
+++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)



More information about the ewg mailing list