netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v4 0/3] net: hns: bug fix for HNS driver
@ 2017-04-27  2:44 Yankejian
  2017-04-27  2:44 ` [PATCH net v4 1/3] net: hns: support deferred probe when can not obtain irq Yankejian
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yankejian @ 2017-04-27  2:44 UTC (permalink / raw)
  To: davem, salil.mehta, yisen.zhuang, matthias.bgg, yankejian,
	lipeng321, zhouhuiru, huangdaode
  Cc: netdev, linuxarm

From: lipeng <lipeng321@huawei.com>

The first two patches [1/3] [2/3] of this serie add support defered
dsaf probe when mdio and mbigen module is not insmod. The third
patch [3/3] fixes a bug that skb still be used after freed, which will
cuase panic.

For more details, please refer to individual patch.

change log:
V3 -> V4:
1. Delete redundant commit message;
2. add Reviewed-by: Matthias Brugger <mbrugger@suse.com>;

V2 -> V3:
1. Check return value when  platform_get_irq in hns_rcb_get_cfg;

V1 -> V2:
1. Return appropriate errno in hns_mac_register_phy;

lipeng (3):
  net: hns: support deferred probe when can not obtain irq
  net: hns: support deferred probe when no mdio
  net: hns: fixed bug that skb used after kfree

 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c | 39 +++++++++++++++++++----
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c |  4 ++-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c |  8 ++++-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.h |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_enet.c     | 22 ++++++-------
 drivers/net/ethernet/hisilicon/hns/hns_enet.h     |  6 ++--
 6 files changed, 57 insertions(+), 24 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-28  3:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27  2:44 [PATCH net v4 0/3] net: hns: bug fix for HNS driver Yankejian
2017-04-27  2:44 ` [PATCH net v4 1/3] net: hns: support deferred probe when can not obtain irq Yankejian
2017-04-27 11:58   ` Matthias Brugger
2017-04-28  3:36     ` lipeng (Y)
2017-04-27  2:44 ` [PATCH net v4 2/3] net: hns: support deferred probe when no mdio Yankejian
2017-04-27  2:44 ` [PATCH net v4 3/3] net: hns: fixed bug that skb used after kfree Yankejian
2017-04-27 17:38   ` Florian Fainelli
2017-04-28  3:39     ` lipeng (Y)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).