[ewg] [GIT PULL OFED-1.5.4] Openfabrics bug #2297 and #2294 bug fixes
Kumar Sanghvi
kumaras at chelsio.com
Tue Oct 4 03:39:36 PDT 2011
Hi Vlad,
Please pull these commits from:
ssh://vlad@sofa.openfabrics.org/home/vipulp/scm/ofed_kernel.git ofed_1_5
They resolve two openfabrics bugzilla bugs (2297 and 2294)
- One is related to cxgb4 backports
- Other is related to sles10sp4 backport in kernel_addons.
Thanks,
Kumar.
----
commit b8b8ff65b116ba5430c26e55fd368f7bb996bc03
Author: Kumar Sanghvi <kumaras at chelsio.com>
Date: Sat Oct 8 03:59:53 2011 +0530
kernel_addons:2.6.16_sles10_sp4: Fix netif_napi_del
kfree_skb on 2.6.16_sles10_sp4 does not check for NULL
argument. Ability to handle NULL arguments in kfree_skb was
introduced only after vanilla 2.6.16 release.
So, protect call to kfree_skb with a NULL-check in netif_napi_del
to prevent kernel crash.
This resolves openfabrics bugzilla bug# 2294.
Signed-off-by: Kumar Sanghvi <kumaras at chelsio.com>
.../2.6.16_sles10_sp4/include/linux/netdevice.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit 81e203f568fc44c0bca53b6acc1a4d68e58c4c5e
Author: Kumar Sanghvi <kumaras at chelsio.com>
Date: Fri Oct 7 06:31:54 2011 +0530
cxgb4: Fix ifconfig packet counters in backport
This resolves openfabrics bugzilla bug# 2297
Signed-off-by: Kumar Sanghvi <kumaras at chelsio.com>
.../2.6.30/cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../2.6.31/cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../2.6.32/cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../2.6.33/cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../2.6.34/cxgb4_0005_fix_packet_counters.patch | 62
++++++++++++++++++++
.../2.6.35/cxgb4_0004_fix_packet_counters.patch | 62
++++++++++++++++++++
9 files changed, 558 insertions(+), 0 deletions(-)
More information about the ewg
mailing list