[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1369146089-19060-1-git-send-email-vipul@chelsio.com>
Date: Tue, 21 May 2013 19:51:27 +0530
From: Vipul Pandya <vipul@...lsio.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, divy@...lsio.com, dm@...lsio.com,
santosh@...lsio.com, fenlason@...hat.com, vipul@...lsio.com
Subject: [PATCH net-next 0/2] Fix warnings in cxgb3
The first warning is about using rcu_dereference() when not in a rcu-locked
section. It only happens on initialization hence fix the initialization to not
rcu_dereference().
The second warning is about not checking that a *dma_map*() call succeeded.
This patch adds checks at approprate places.
We request this patch series to get merged via net-next tree.
Thanks,
Vipul
Jay Fenlason (1):
cxgb3: Fix warning about using rcu_dereference when not in a
rcu-locked section
Santosh Rastapur (1):
cxgb3: Check and handle the dma mapping errors
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c | 9 +-
drivers/net/ethernet/chelsio/cxgb3/sge.c | 105 ++++++++++++++++-----
2 files changed, 87 insertions(+), 27 deletions(-)
--
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists