1. 11 7月, 2023 2 次提交
    • L
      etmem: fix the div 0 problem in swapcache reclaim process · 248e7033
      liubo 提交于
      euleros inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I7JI6K
      CVE: NA
      
      ------------------------------------------------------------
      
      In the swapcache recycling process, the number of pages
      to be reclaimed on each node is obtained as follows:
      
      nr_to_reclaim[nid_num] = (swapcache_to_reclaim /
      			  (swapcache_total_reclaimable / nr[nid_num]));
      
      However, nr[nid_num] is obtained by traversing the number
      of swapcache pages on each node.
      If there are multiple nodes in the environment and
      no swap process occurs on a node, no swapcache page exists.
      The value of nr[nid_num] may be 0.
      
      Therefore, division by zero errors may occur.
      Signed-off-by: Nliubo <liubo254@huawei.com>
      248e7033
    • O
      !1361 fix CVE-2023-1295 · cb31b5b2
      openeuler-ci-bot 提交于
      Merge Pull Request from: @LiuYongQiang0816 
       
      3 patches from Li Nan 
       
      Link:https://gitee.com/openeuler/kernel/pulls/1361 
      
      Reviewed-by: Zhang Changzhong <zhangchangzhong@huawei.com> 
      Signed-off-by: Zhang Changzhong <zhangchangzhong@huawei.com> 
      cb31b5b2
  2. 10 7月, 2023 3 次提交
  3. 08 7月, 2023 4 次提交
  4. 07 7月, 2023 31 次提交