1. 06 3月, 2023 15 次提交
  2. 02 3月, 2023 2 次提交
    • O
      !413 ACPI: Add Platform Runtime Mechanism(PRM) feature support · be3a5f25
      openeuler-ci-bot 提交于
      Merge Pull Request from: @aubrey-intel 
       
       **Content:** 
      - In order to meet the massive industry wide push, Platform Runtime Mechanism
      (PRM) provides means to reduce System Management Mode (SMM) foot print. PRM
      introduces the capability of transitioning certain usages that were executed
      out of SMM, to a code that executes with the OS/VMM context.
      - There are 15 patches in total in this patch set to Add Platform Runtime
      Mechanism(PRM) feature support in openEuler. 14 patches are from upstream
      kernel and 1 patch is for the default kconfig change.
      
       **Intel-kernel issue:** 
      - #I6HNB8
      
       **Passed Test:**
      - OS kernel built and run the successfully on OpenEuler 22.03 LTS with and without ACPI PRMT support
      - PRM sample handler was invoked successfully from user space and the content in ACPI parameter buffer was verified.
      
       **Known issue:**
      - N/A
      
       **Default config change:**
      ```
      CONFIG_ACPI_PRMT=y
      CONFIG_ACPI_DEBUGGER=y
      CONFIG_ACPI_DEBUGGER_USER=m
      ```
      
       **Specification Link:**
      https://uefi.org/sites/default/files/resources/Platform%20Runtime%20Mechanism%20-%20with%20legal%20notice.pdf 
       
      Link:https://gitee.com/openeuler/kernel/pulls/413 
      
      Reviewed-by: Jason Zeng <jason.zeng@intel.com> 
      Reviewed-by: Aichun Shi <aichun.shi@intel.com> 
      Reviewed-by: Liu Chao <liuchao173@huawei.com> 
      Reviewed-by: Zheng Zengkai <zhengzengkai@huawei.com> 
      Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> 
      be3a5f25
    • O
      !402 Fixed the following errors: The reset with stream fails, the query of AH... · 13a3df7a
      openeuler-ci-bot 提交于
      !402 Fixed the following errors:  The reset with stream fails, the query of AH attr is invalid and the RoCE Bonding
      
      Merge Pull Request from: @stinft 
       
      Bugfix information:
      1.RDMA/hns: Kernel notify usr space to stop ring db
       In the reset scenario, if the kernel receives the reset signal,
       it needs to notify the user space to stop ring doorbell.
       bugzilla: #I6F3ZU
      
      2.RDMA/hns: Fix AH attr queried by query_qp
        bugzilla: #I6F3ZA
      
      3.RDMA/hns: fix the error of RoCE VF based on RoCE Bonding PF
          In this patch, the following constraints are added:
          1. RoCE Bonding cannot be set with a PF which enables VF;
          2. A PF in RoCE Bonding cannot enable RoCE VF.
        bugzilla: #I6F1IQ 
       
      Link:https://gitee.com/openeuler/kernel/pulls/402 
      
      Reviewed-by: Yue Haibing <yuehaibing@huawei.com> 
      Reviewed-by: Zheng Zengkai <zhengzengkai@huawei.com> 
      Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> 
      13a3df7a
  3. 01 3月, 2023 2 次提交
  4. 28 2月, 2023 21 次提交