Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9-rc2/amd64/

Particularly, 
commit b292b50b0efcc7095d8bf15505fba6909bb35dce
Author: Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp>
Date:   Mon Jul 13 11:12:54 2020 +0900

    driver core: Fix probe_count imbalance in really_probe()
    
    syzbot is reporting hung task in wait_for_device_probe() [1]. At least,
    we always need to decrement probe_count if we incremented probe_count in
    really_probe().
    
    However, since I can't find "Resources present before probing" message in
    the console log, both "this message simply flowed off" and "syzbot is not
    hitting this path" will be possible. Therefore, while we are at it, let's
    also prepare for concurrent wait_for_device_probe() calls by replacing
    wake_up() with wake_up_all().
    
    [1] 
https://syzkaller.appspot.com/bug?id=25c833f1983c9c1d512f4ff860dd0d7f5a2e2c0f
    
    Reported-by: syzbot <syzbot+805f5f6ae37411f15...@syzkaller.appspotmail.com>
    Fixes: 7c35e699c88bd607 ("driver core: Print device when resources present 
in really_probe()")
    Cc: Geert Uytterhoeven <geert+rene...@glider.be>
    Signed-off-by: Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp>
    Cc: stable <sta...@kernel.org>
    Link: 
https://lore.kernel.org/r/20200713021254.3444-1-penguin-ker...@i-love.sakura.ne.jp
    Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>


** Changed in: linux (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886827

Title:
  Machine hangs when doing a normal reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886827/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to