Skip to content
Snippets Groups Projects
Select Git revision
  • 742a0b5b67461e695f406a3b028860cfef1ae838
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

kernel

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Xunlei Pang authored and Yongqiang Liu committed
    mainline inclusion
    from mainline-v5.10-rc1
    commit df3cb4ea
    category: bugfix
    bugzilla: https://gitee.com/openeuler/kernel/issues/I52QKB
    
    
    CVE: NA
    
    --------------------------------
    
    We've met problems that occasionally tasks with full cpumask
    (e.g. by putting it into a cpuset or setting to full affinity)
    were migrated to our isolated cpus in production environment.
    
    After some analysis, we found that it is due to the current
    select_idle_smt() not considering the sched_domain mask.
    
    Steps to reproduce on my 31-CPU hyperthreads machine:
    1. with boot parameter: "isolcpus=domain,2-31"
       (thread lists: 0,16 and 1,17)
    2. cgcreate -g cpu:test; cgexec -g cpu:test "test_threads"
    3. some threads will be migrated to the isolated cpu16~17.
    
    Fix it by checking the valid domain mask in select_idle_smt().
    
    Fixes: 10e2f1ac ("sched/core: Rewrite and improve select_idle_siblings())
    Reported-by: default avatarWetp Zhang <wetp.zy@linux.alibaba.com>
    Signed-off-by: default avatarXunlei Pang <xlpang@linux.alibaba.com>
    Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
    Reviewed-by: default avatarJiang Biao <benbjiang@tencent.com>
    Reviewed-by: default avatarVincent Guittot <vincent.guittot@linaro.org>
    Link: https://lkml.kernel.org/r/1600930127-76857-1-git-send-email-xlpang@linux.alibaba.com
    
    
    
    Conflicts:
    	kernel/sched/fair.c
    
    Signed-off-by: default avatarYu jiahua <yujiahua1@huawei.com>
    Reviewed-by: default avatarzheng zucheng <zhengzucheng@huawei.com>
    Reviewed-by: default avatarzheng zucheng <zhengzucheng@huawei.com>
    Reviewed-by: default avatarZhang Qiao <zhangqiao22@huawei.com>
    Signed-off-by: default avatarYongqiang Liu <liuyongqiang13@huawei.com>
    742a0b5b
    History
    Name Last commit Last update
    ..