lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 18 Jul 2020 16:58:28 +0800 From: Luo bin <luobin9@...wei.com> To: <davem@...emloft.net> CC: <linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>, <luoxianjun@...wei.com>, <yin.yinshi@...wei.com>, <cloud.wangxiaoyun@...wei.com>, <chiqijun@...wei.com> Subject: [PATCH net-next v2 0/2] hinic: add some error messages for debug patch #1: support to handle hw abnormal event patch #2: improve the error messages when functions return failure and dump relevant registers in some exception handling processes Luo bin (2): hinic: add support to handle hw abnormal event hinic: add log in exception handling processes drivers/net/ethernet/huawei/hinic/hinic_dev.h | 2 + .../net/ethernet/huawei/hinic/hinic_ethtool.c | 20 ++ .../ethernet/huawei/hinic/hinic_hw_api_cmd.c | 27 +- .../ethernet/huawei/hinic/hinic_hw_api_cmd.h | 4 + .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 2 + .../net/ethernet/huawei/hinic/hinic_hw_cmdq.h | 2 + .../net/ethernet/huawei/hinic/hinic_hw_dev.c | 261 +++++++++++++++++- .../net/ethernet/huawei/hinic/hinic_hw_dev.h | 144 +++++++++- .../net/ethernet/huawei/hinic/hinic_hw_eqs.c | 39 +++ .../net/ethernet/huawei/hinic/hinic_hw_eqs.h | 6 +- .../net/ethernet/huawei/hinic/hinic_hw_if.c | 23 ++ .../net/ethernet/huawei/hinic/hinic_hw_if.h | 10 +- .../net/ethernet/huawei/hinic/hinic_hw_mbox.c | 2 + .../net/ethernet/huawei/hinic/hinic_hw_mgmt.c | 1 + .../net/ethernet/huawei/hinic/hinic_hw_mgmt.h | 4 + .../net/ethernet/huawei/hinic/hinic_main.c | 54 +++- .../net/ethernet/huawei/hinic/hinic_port.c | 62 ++--- .../net/ethernet/huawei/hinic/hinic_port.h | 25 ++ .../net/ethernet/huawei/hinic/hinic_sriov.c | 6 +- 19 files changed, 642 insertions(+), 52 deletions(-) -- 2.17.1
Powered by blists - more mailing lists