Netdev List
 help / color / mirror / Atom feed
From: Yankejian <yankejian@huawei.com>
To: <davem@davemloft.net>, <salil.mehta@huawei.com>,
	<yisen.zhuang@huawei.com>, <matthias.bgg@gmail.com>,
	<yankejian@huawei.com>, <lipeng321@huawei.com>,
	<zhouhuiru@huawei.com>, <huangdaode@hisilicon.com>
Cc: <netdev@vger.kernel.org>, <linuxarm@huawei.com>
Subject: [PATCH net v3 0/3] net: hns: bug fix for HNS driver
Date: Wed, 26 Apr 2017 15:00:19 +0800	[thread overview]
Message-ID: <1493190022-91343-1-git-send-email-yankejian@huawei.com> (raw)

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:
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

             reply	other threads:[~2017-04-26  6:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-26  7:00 Yankejian [this message]
2017-04-26  7:00 ` [PATCH net v3 1/3] net: hns: support deferred probe when can not obtain irq Yankejian
2017-04-26 14:03   ` Matthias Brugger
2017-04-27  2:06     ` lipeng (Y)
2017-04-26  7:00 ` [PATCH net v3 2/3] net: hns: support deferred probe when no mdio Yankejian
2017-04-26 14:07   ` Matthias Brugger
2017-04-26  7:00 ` [PATCH net v3 3/3] net: hns: fixed bug that skb used after kfree Yankejian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493190022-91343-1-git-send-email-yankejian@huawei.com \
    --to=yankejian@huawei.com \
    --cc=davem@davemloft.net \
    --cc=huangdaode@hisilicon.com \
    --cc=linuxarm@huawei.com \
    --cc=lipeng321@huawei.com \
    --cc=matthias.bgg@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=salil.mehta@huawei.com \
    --cc=yisen.zhuang@huawei.com \
    --cc=zhouhuiru@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox