linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yonglong Liu <liuyonglong@huawei.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linuxarm@huawei.com>, <salil.mehta@huawei.com>,
	<yisen.zhuang@huawei.com>, <shiju.jose@huawei.com>
Subject: [PATCH net 0/6] net: hns: bugfixes for HNS Driver
Date: Thu, 4 Apr 2019 16:46:41 +0800	[thread overview]
Message-ID: <1554367607-130891-1-git-send-email-liuyonglong@huawei.com> (raw)

This patchset fix some bugs that were found in the test of
various scenarios, or identify by KASAN/sparse.

Liubin Shu (1):
  net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()

Yonglong Liu (5):
  net: hns: Use NAPI_POLL_WEIGHT for hns driver
  net: hns: Fix probabilistic memory overwrite when HNS driver
    initialized
  net: hns: fix ICMP6 neighbor solicitation messages discard problem
  net: hns: Fix WARNING when remove HNS driver with SMMU enabled
  net: hns: Fix sparse: some warnings in HNS drivers

 drivers/net/ethernet/hisilicon/hns/hnae.c          |  4 +-
 drivers/net/ethernet/hisilicon/hns/hnae.h          |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c  |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h  |  4 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 53 ++++++++++++++--------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h |  2 +
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c  |  6 +--
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.h  |  4 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c  |  4 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h  | 12 ++---
 .../net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c    |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      | 12 ++---
 drivers/net/ethernet/hisilicon/hns_mdio.c          | 18 +++-----
 14 files changed, 69 insertions(+), 58 deletions(-)

-- 
2.8.1


             reply	other threads:[~2019-04-04  8:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04  8:46 Yonglong Liu [this message]
2019-04-04  8:46 ` [PATCH net 1/6] net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw() Yonglong Liu
2019-04-04  8:46 ` [PATCH net 2/6] net: hns: Use NAPI_POLL_WEIGHT for hns driver Yonglong Liu
2019-04-04  8:46 ` [PATCH net 3/6] net: hns: Fix probabilistic memory overwrite when HNS driver initialized Yonglong Liu
2019-04-04  8:46 ` [PATCH net 4/6] net: hns: fix ICMP6 neighbor solicitation messages discard problem Yonglong Liu
2019-04-04  8:46 ` [PATCH net 5/6] net: hns: Fix WARNING when remove HNS driver with SMMU enabled Yonglong Liu
2019-04-04  8:46 ` [PATCH net 6/6] net: hns: Fix sparse: some warnings in HNS drivers Yonglong Liu
2019-04-04 17:35 ` [PATCH net 0/6] net: hns: bugfixes for HNS Driver David Miller

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=1554367607-130891-1-git-send-email-liuyonglong@huawei.com \
    --to=liuyonglong@huawei.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    --cc=netdev@vger.kernel.org \
    --cc=salil.mehta@huawei.com \
    --cc=shiju.jose@huawei.com \
    --cc=yisen.zhuang@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;
as well as URLs for NNTP newsgroup(s).