Skip to content
Snippets Groups Projects
Select Git revision
  • 141d3e0c362d1127a86301be3bf0510ab2f33977
  • 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

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Josh Poimboeuf authored and Yongqiang Liu committed
    mainline inclusion
    from mainline-v5.7-rc5
    commit b08418b5
    category: bugfix
    bugzilla: https://gitee.com/openeuler/kernel/issues/I5BJD1
    
    
    CVE: NA
    
    --------------------------------
    
    There's some daring kernel code out there which dumps the stack of
    another task without first making sure the task is inactive.  If the
    task happens to be running while the unwinder is reading the stack,
    unusual unwinder warnings can result.
    
    There's no race-free way for the unwinder to know whether such a warning
    is legitimate, so just disable unwinder warnings for all non-current
    tasks.
    
    Reviewed-by: default avatarMiroslav Benes <mbenes@suse.cz>
    Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: Dave Jones <dsj@fb.com>
    Cc: Jann Horn <jannh@google.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Vince Weaver <vincent.weaver@maine.edu>
    Link: https://lore.kernel.org/r/ec424a2aea1d461eb30cab48a28c6433de2ab784.1587808742.git.jpoimboe@redhat.com
    
    
    Signed-off-by: default avatarYipeng Zou <zouyipeng@huawei.com>
    Reviewed-by: default avatarZhang Jianhua <chris.zjh@huawei.com>
    Reviewed-by: default avatarLiao Chang <liaochang1@huawei.com>
    Signed-off-by: default avatarYongqiang Liu <liuyongqiang13@huawei.com>
    141d3e0c
    History
    Name Last commit Last update
    ..