1. 10 11月, 2022 39 次提交
  2. 09 11月, 2022 1 次提交
    • O
      !190 sharepool: Update patches from hulk · 832578db
      openeuler-ci-bot 提交于
      Merge Pull Request from: @wangwensheng4 
       
      [Description]​
      Sharepool is used for shared memory between user processes. The main feature is that the processes that share the memory use the same virtual address.
      This patch set contains code optimizations and bugfixes for sharepool, including the following scopes:
      1. Fix code style warnings;
      2. Delete unused interfaces and source line that cannot reach anyway;
      3. Optimizations for readability;
      4. Bugfix;
      
      [Testing]
      CONFIG_ASCEND_FEATURES=y
      CONFIG_ASCEND_SHARE_POOL=y
      CONFIG_HUGE_VMALLOC_DEFAULT_ENABLED=y or hugevmalloc=on for kernel bootargs
      The body for this feature is in mm/sharepool.c and you should supply another modules that could
      call its exported symbols to test this feature. 
       
      Link:https://gitee.com/openeuler/kernel/pulls/190 
      Reviewed-by: Zheng Zengkai <zhengzengkai@huawei.com> 
      Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> 
      832578db