netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6] net: hns: bugfixes for HNS Driver
@ 2019-04-04  8:46 Yonglong Liu
  2019-04-04  8:46 ` [PATCH net 1/6] net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw() Yonglong Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Yonglong Liu @ 2019-04-04  8:46 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linuxarm, salil.mehta, yisen.zhuang,
	shiju.jose

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


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

end of thread, other threads:[~2019-04-04 17:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-04  8:46 [PATCH net 0/6] net: hns: bugfixes for HNS Driver Yonglong Liu
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

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).