mbox series

[net,0/5] hinic: BugFixes

Message ID 20200320231320.1001-1-luobin9@huawei.com
Headers show
Series hinic: BugFixes | expand

Message

Luo bin March 20, 2020, 11:13 p.m. UTC
Fix a number of bugs which have been present since the first commit.

The bugs fixed in these patchs are hardly exposed unless given
very specific conditions.

Luo bin (5):
  hinic: fix a bug of waitting for IO stopped
  hinic: fix the bug of clearing event queue
  hinic: fix out-of-order excution in arm cpu
  hinic: fix wrong para of wait_for_completion_timeout
  hinic: fix wrong value of MIN_SKB_LEN

 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c |  5 +-
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c  | 51 +------------------
 .../net/ethernet/huawei/hinic/hinic_hw_eqs.c  | 26 +++++++---
 .../net/ethernet/huawei/hinic/hinic_hw_mgmt.c |  5 +-
 drivers/net/ethernet/huawei/hinic/hinic_rx.c  |  3 ++
 drivers/net/ethernet/huawei/hinic/hinic_tx.c  |  4 +-
 6 files changed, 34 insertions(+), 60 deletions(-)

Comments

David Miller March 22, 2020, 2:44 a.m. UTC | #1
From: Luo bin <luobin9@huawei.com>
Date: Fri, 20 Mar 2020 23:13:15 +0000

> Fix a number of bugs which have been present since the first commit.
> 
> The bugs fixed in these patchs are hardly exposed unless given
> very specific conditions.

Series applied, thank you.