1. 15 5月, 2023 15 次提交
  2. 26 4月, 2023 2 次提交
    • O
      !618 Bugfixes related to SAS error handling, DIF, and low power consumption · 9895e9ad
      openeuler-ci-bot 提交于
      Merge Pull Request from: @xia-bing1 
       
      Resolve the following issues:
      1.SATA devices on an expander may be removed and not be found again when I_T nexus reset and revalidation are processed simultaneously.
      2.Currently the driver sets the port invalid if one phy in the port is not enabled, which may cause issues in expander situation. In directly attached situation, if phy up doesn't occur in time when refreshing port id, the port is incorrectly set to invalid which will also cause disk lost.
      3.When the current status of the host controller is suspended, enabling a local PHY just after disabling all local PHYs in expander envirnment, a hung as follows occurs.
      4.incorrect port id may be configured in hisi_sas_refresh_port_id().As a result, all the internal IOs fail and disk lost,
      5.After a HUAWEI disk that supports DIF3 is converted to a common SAS disk in DIF format, an error message is displayed when the FIO command is executed. 
       
      Link:https://gitee.com/openeuler/kernel/pulls/618 
      
      Reviewed-by: Yihang Li <liyihang9@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      9895e9ad
    • O
      !616 net: hns3: supports customization requirements · a696cb69
      openeuler-ci-bot 提交于
      Merge Pull Request from: @svishen 
       
      The PR incorporates the customization code framework to support hns3 customization requirements. The following functions are supported:
      1.add support PF provides customized interfaces to detect port faults
      2.add support detect port wire type
      3.add support set mac state
      4.add support set led
      5.add extend interface support for read and write phy register
      
      issue:
      https://gitee.com/openeuler/kernel/issues/I6YE0O 
       
      Link:https://gitee.com/openeuler/kernel/pulls/616 
      
      Reviewed-by: Jialin Zhang <zhangjialin11@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      a696cb69
  3. 25 4月, 2023 4 次提交
    • O
      !625 AMD: Fix build warning. · 143d2271
      openeuler-ci-bot 提交于
      Merge Pull Request from: @haochengxie 
       
      This PR fixes below build warnings:
      WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned.
      WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned. 
       
      Link:https://gitee.com/openeuler/kernel/pulls/625 
      
      Reviewed-by: Wei Li <liwei391@huawei.com> 
      Reviewed-by: Jialin Zhang <zhangjialin11@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      143d2271
    • X
      kabi: Fix kabi breakage without build warning. · 600130a3
      Xie Haocheng 提交于
      amd inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I6XNL2
      CVE: NA
      
      -------------------------------------------------
      Error report detail:
      *** ERROR - ABI BREAKAGE WAS DETECTED ***
      
      The following symbols have been changed (this will cause an ABI breakage):
      new kabi:
      0x65d25289	__SCK__tp_func_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      0x5e9265ee	__tracepoint_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      old kabi:
      0x5e0fbbff	__SCK__tp_func_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      0x017cc464	__tracepoint_xdp_exception	vmlinux	EXPORT_SYMBOL_GPL
      Signed-off-by: NXie Haocheng <haocheng.xie@amd.com>
      600130a3
    • X
      Revert "kabi: Fix kabi breakage caused by commit d5616bac." · fb465f68
      Xie Haocheng 提交于
      amd inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I6XNL2
      CVE: NA
      
      -------------------------------------------------
      
      This reverts commit a9cbff64.
      
      This patch could introduce build warnings, should be reverted.
      The build warning messages:
      WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned.
          WARNING: modpost: EXPORT symbol "__SCT__perf_lopwr_cb" [vmlinux] version generation failed, symbol will not be versioned.
      Signed-off-by: NXie Haocheng <haocheng.xie@amd.com>
      fb465f68
    • O
      !593 Backport CVEs and bugfixes · 9797af6e
      openeuler-ci-bot 提交于
      Merge Pull Request from: @zhangjialin11 
       
      Pull new CVEs:
      CVE-2023-1829
      CVE-2022-36280
      CVE-2022-1015
      CVE-2023-1989
      CVE-2023-30456
      CVE-2023-1990
      
      xfs bugfixes from Long Li and yangerkun 
       
      Link:https://gitee.com/openeuler/kernel/pulls/593 
      
      Reviewed-by: Xie XiuQi <xiexiuqi@huawei.com> 
      Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com> 
      9797af6e
  4. 24 4月, 2023 15 次提交
  5. 23 4月, 2023 4 次提交