syzbot <syzbot+854768b99f19e89d7f81@xxxxxxxxxxxxxxxxxxxxxxxxx> writes: > INFO: task syz-executor121:1726 blocked for more than 143 seconds. > Not tainted 5.3.0-rc2+ #25 > "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > syz-executor121 D28520 1726 1724 0x80004006 > Call Trace: > schedule+0x9a/0x250 kernel/sched/core.c:3944 > wdm_flush+0x20c/0x370 drivers/usb/class/cdc-wdm.c:590 > filp_close+0xb4/0x160 fs/open.c:1166 > close_files fs/file.c:388 [inline] > put_files_struct fs/file.c:416 [inline] > put_files_struct+0x1d8/0x2e0 fs/file.c:413 > exit_files+0x7e/0xa0 fs/file.c:445 > do_exit+0x8bc/0x2c50 kernel/exit.c:873 > do_group_exit+0x125/0x340 kernel/exit.c:982 > get_signal+0x466/0x23d0 kernel/signal.c:2728 > do_signal+0x88/0x14e0 arch/x86/kernel/signal.c:815 > exit_to_usermode_loop+0x1a2/0x200 arch/x86/entry/common.c:159 > prepare_exit_to_usermode arch/x86/entry/common.c:194 [inline] > syscall_return_slowpath arch/x86/entry/common.c:274 [inline] > do_syscall_64+0x45f/0x580 arch/x86/entry/common.c:299 > entry_SYSCALL_64_after_hwframe+0x49/0xbe > RIP: 0033:0x401520 > Code: 6e 65 54 61 62 6c 65 00 67 65 74 63 6f 6e 00 5f 69 6e 69 74 00 > 69 73 5f 73 65 6c 69 6e 75 78 5f 65 6e 61 62 6c 65 64 00 73 65 <63> 75 > 72 69 74 79 5f 67 65 74 65 6e 66 6f 72 63 65 00 67 65 74 5f > RSP: 002b:00007ffd59c75df8 EFLAGS: 00000246 ORIG_RAX: 0000000000000002 > RAX: 0000000000000004 RBX: 0000000000000000 RCX: 0000000000401520 > RDX: 0000000000000000 RSI: 0000000000000002 RDI: 00007ffd59c75e10 > RBP: 00000000006cc018 R08: 0000000000000000 R09: 000000000000000f > R10: 0000000000000064 R11: 0000000000000246 R12: 0000000000402540 > R13: 00000000004025d0 R14: 0000000000000000 R15: 0000000000000000 Thanks to Eric for reminiding me of this one. I did look briefly at it before, and meant to revisit it for a more thorough analysis. And forgot, of corse... Anyway, I believe this is not a bug. wdm_flush will wait forever for the IN_USE flag to be cleared or the DISCONNECTING flag to be set. The only way you can avoid this is by creating a device that works normally up to a point and then completely ignores all messages, but without resetting or disconnecting. It is obviously possible to create such a device. But I think the current error handling is more than sufficient, unless you show me some way to abuse this or reproduce the issue with a real device. Just disconnect the malfunctioning device and throw it away. Bjørn