Re: [syzbot] [input?] [usb?] [mm?] INFO: rcu detected stall in vma_link_file

From: Lorenzo Stoakes
Date: Tue Oct 15 2024 - 04:45:04 EST


On Mon, Oct 14, 2024 at 08:02:26AM -0700, syzbot wrote:
> Hello,
>
> syzbot found the following issue on:
>
> HEAD commit: 4a9fe2a8ac53 dt-bindings: usb: dwc3-imx8mp: add compatible..

Strange that this hit in the USB tree.

It's possible this is another variant of the problems introduced by the
maple tree bug fixed in [0] as this has been seen to result in hanged
processes due to memory corruption.

This is sitting in the unstable hotfixes branch in mm so not yet in an rc,
so it is possible. The issue is that it manifests in potentially
unpredictable ways so it may be this or it may not.

In any case the vma_link_file() stall seems likely to be due to contended
lock, and since we are pulling the address_space against which we take that
lock from a vma, which could be a UAF due to the bug, this seems plausible.

On the other hand, I notice that CONFIG_DEBUG_VM_MAPLE_TREE is enabled here
which causes very expensive validation (not in vma_link_file() but
elsewhere) which can cause RCU stalls.

[0]:https://lore.kernel.org/linux-mm/48b349a2a0f7c76e18772712d0997a5e12ab0a3b.1728314403.git.lorenzo.stoakes@xxxxxxxxxx/

Either way, it's probably worth retrying on a repo with this fix so...

#syz test: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git/ mm-hotfixes-unstable

> git tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
> console output: https://syzkaller.appspot.com/x/log.txt?x=13425040580000
> kernel config: https://syzkaller.appspot.com/x/.config?x=4510af5d637450fb
> dashboard link: https://syzkaller.appspot.com/bug?extid=ce483fd06e2061f44f5d
> compiler: gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40
> syz repro: https://syzkaller.appspot.com/x/repro.syz?x=17336fd0580000
>
> downloadable assets:
> disk image: https://storage.googleapis.com/syzbot-assets/883c5319cb52/disk-4a9fe2a8.raw.xz
> vmlinux: https://storage.googleapis.com/syzbot-assets/caf4421ed2ef/vmlinux-4a9fe2a8.xz
> kernel image: https://storage.googleapis.com/syzbot-assets/d8e3beb01d49/bzImage-4a9fe2a8.xz
>
> IMPORTANT: if you fix the issue, please add the following tag to the commit:
> Reported-by: syzbot+ce483fd06e2061f44f5d@xxxxxxxxxxxxxxxxxxxxxxxxx
>
> rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: {
> 1-...D } 2645 jiffies s: 2181 root: 0x2/.
> rcu: blocking rcu_node structures (internal RCU debug):
>
> Sending NMI from CPU 0 to CPUs 1:
> NMI backtrace for cpu 1
> CPU: 1 UID: 0 PID: 13390 Comm: modprobe Not tainted 6.12.0-rc1-syzkaller-00027-g4a9fe2a8ac53 #0
> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024
> RIP: 0010:io_serial_in+0x87/0xb0 drivers/tty/serial/8250/8250_port.c:407
> Code: 6d b5 fe 48 8d 7d 40 44 89 e1 48 b8 00 00 00 00 00 fc ff df 48 89 fa d3 e3 48 c1 ea 03 80 3c 02 00 75 1a 66 03 5d 40 89 da ec <5b> 0f b6 c0 5d 41 5c c3 cc cc cc cc e8 38 eb 0d ff eb a2 e8 c1 eb
> RSP: 0018:ffffc900001b7f08 EFLAGS: 00000002
> RAX: dffffc0000000060 RBX: 00000000000003fd RCX: 0000000000000000
> RDX: 00000000000003fd RSI: ffffffff82a07780 RDI: ffffffff936356a0
> RBP: ffffffff93635660 R08: 0000000000000001 R09: 000000000000001f
> R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
> R13: 0000000000000020 R14: fffffbfff26c6b26 R15: dffffc0000000000
> FS: 0000000000000000(0000) GS:ffff8881f5900000(0000) knlGS:0000000000000000
> CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> CR2: 00007f62d4710409 CR3: 000000011ced8000 CR4: 00000000003506f0
> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
> Call Trace:
> <NMI>
> </NMI>
> <IRQ>
> serial_in drivers/tty/serial/8250/8250.h:137 [inline]
> serial_lsr_in drivers/tty/serial/8250/8250.h:159 [inline]
> wait_for_lsr+0xda/0x180 drivers/tty/serial/8250/8250_port.c:2068
> serial8250_console_fifo_write drivers/tty/serial/8250/8250_port.c:3315 [inline]
> serial8250_console_write+0xf5a/0x17c0 drivers/tty/serial/8250/8250_port.c:3393
> console_emit_next_record kernel/printk/printk.c:3092 [inline]
> console_flush_all+0x800/0xc60 kernel/printk/printk.c:3180
> __console_flush_and_unlock kernel/printk/printk.c:3239 [inline]
> console_unlock+0xd9/0x210 kernel/printk/printk.c:3279
> vprintk_emit+0x424/0x6f0 kernel/printk/printk.c:2407
> vprintk+0x7f/0xa0 kernel/printk/printk_safe.c:68
> _printk+0xc8/0x100 kernel/printk/printk.c:2432
> printk_stack_address arch/x86/kernel/dumpstack.c:72 [inline]
> show_trace_log_lvl+0x1b7/0x3d0 arch/x86/kernel/dumpstack.c:285
> sched_show_task kernel/sched/core.c:7582 [inline]
> sched_show_task+0x3f0/0x5f0 kernel/sched/core.c:7557
> show_state_filter+0xee/0x320 kernel/sched/core.c:7627
> k_spec drivers/tty/vt/keyboard.c:667 [inline]
> k_spec+0xed/0x150 drivers/tty/vt/keyboard.c:656
> kbd_keycode drivers/tty/vt/keyboard.c:1522 [inline]
> kbd_event+0xcbd/0x17a0 drivers/tty/vt/keyboard.c:1541
> input_handler_events_default+0x116/0x1b0 drivers/input/input.c:2549
> input_pass_values+0x777/0x8e0 drivers/input/input.c:126
> input_event_dispose drivers/input/input.c:352 [inline]
> input_handle_event+0xb30/0x14d0 drivers/input/input.c:369
> input_event drivers/input/input.c:398 [inline]
> input_event+0x83/0xa0 drivers/input/input.c:390
> hidinput_hid_event+0xa12/0x2410 drivers/hid/hid-input.c:1719
> hid_process_event+0x4b7/0x5e0 drivers/hid/hid-core.c:1540
> hid_input_array_field+0x535/0x710 drivers/hid/hid-core.c:1652
> hid_process_report drivers/hid/hid-core.c:1694 [inline]
> hid_report_raw_event+0xa02/0x11c0 drivers/hid/hid-core.c:2040
> __hid_input_report.constprop.0+0x341/0x440 drivers/hid/hid-core.c:2110
> hid_irq_in+0x35e/0x870 drivers/hid/usbhid/hid-core.c:285
> __usb_hcd_giveback_urb+0x389/0x6e0 drivers/usb/core/hcd.c:1650
> usb_hcd_giveback_urb+0x396/0x450 drivers/usb/core/hcd.c:1734
> dummy_timer+0x17c3/0x38d0 drivers/usb/gadget/udc/dummy_hcd.c:1988
> __run_hrtimer kernel/time/hrtimer.c:1691 [inline]
> __hrtimer_run_queues+0x20a/0xae0 kernel/time/hrtimer.c:1755
> hrtimer_run_softirq+0x17d/0x350 kernel/time/hrtimer.c:1772
> handle_softirqs+0x206/0x8d0 kernel/softirq.c:554
> __do_softirq kernel/softirq.c:588 [inline]
> invoke_softirq kernel/softirq.c:428 [inline]
> __irq_exit_rcu kernel/softirq.c:637 [inline]
> irq_exit_rcu+0xac/0x110 kernel/softirq.c:649
> instr_sysvec_apic_timer_interrupt arch/x86/kernel/apic/apic.c:1037 [inline]
> sysvec_apic_timer_interrupt+0x90/0xb0 arch/x86/kernel/apic/apic.c:1037
> </IRQ>
> <TASK>
> asm_sysvec_apic_timer_interrupt+0x1a/0x20 arch/x86/include/asm/idtentry.h:702
> RIP: 0010:get_current arch/x86/include/asm/current.h:49 [inline]
> RIP: 0010:lockdep_enabled kernel/locking/lockdep.c:122 [inline]
> RIP: 0010:lock_is_held_type+0x35/0x150 kernel/locking/lockdep.c:5890
> Code: bd ff ff ff ff 41 54 55 53 48 83 ec 08 8b 0d ea d3 67 03 85 c9 0f 84 dd 00 00 00 65 8b 05 2b 0c 14 79 85 c0 0f 85 ce 00 00 00 <65> 4c 8b 25 93 46 15 79 41 8b 94 24 94 0a 00 00 85 d2 0f 85 b6 00
> RSP: 0018:ffffc90003d0f840 EFLAGS: 00000246
> RAX: 0000000000000000 RBX: 1ffff920007a1f12 RCX: 0000000000000001
> RDX: 0000000000000000 RSI: 00000000ffffffff RDI: ffffffff88ebb040
> RBP: 0000000000000000 R08: 0000000000000001 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000000 R12: ffffffff8727e760
> R13: 00000000ffffffff R14: ffffc90003d0fab8 R15: 00007fe8bee64000
> lock_is_held include/linux/lockdep.h:249 [inline]
> __might_resched+0x4ca/0x5e0 kernel/sched/core.c:8593
> down_write+0x6f/0x200 kernel/locking/rwsem.c:1576
> i_mmap_lock_write include/linux/fs.h:507 [inline]
> vma_link_file+0x7b/0x120 mm/vma.c:1582
> mmap_region+0x16ec/0x2900 mm/mmap.c:1515
> do_mmap+0xc00/0xfc0 mm/mmap.c:496
> vm_mmap_pgoff+0x1ba/0x350 mm/util.c:588
> ksys_mmap_pgoff+0x32c/0x5c0 mm/mmap.c:542
> __do_sys_mmap arch/x86/kernel/sys_x86_64.c:86 [inline]
> __se_sys_mmap arch/x86/kernel/sys_x86_64.c:79 [inline]
> __x64_sys_mmap+0x125/0x190 arch/x86/kernel/sys_x86_64.c:79
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fe8bf117b74
> Code: 63 08 44 89 e8 5b 41 5c 41 5d c3 41 89 ca 41 f7 c1 ff 0f 00 00 74 0c c7 05 f5 46 01 00 16 00 00 00 eb 17 b8 09 00 00 00 0f 05 <48> 3d 00 f0 ff ff 76 0c f7 d8 89 05 dc 46 01 00 48 83 c8 ff c3 0f
> RSP: 002b:00007ffde3a3dad8 EFLAGS: 00000246 ORIG_RAX: 0000000000000009
> RAX: ffffffffffffffda RBX: 00007ffde3a3db50 RCX: 00007fe8bf117b74
> RDX: 0000000000000001 RSI: 0000000000007000 RDI: 00007fe8bee64000
> RBP: 00007ffde3a3deb0 R08: 0000000000000000 R09: 000000000001b000
> R10: 0000000000000812 R11: 0000000000000246 R12: 00007fe8bf0f4fc0
> R13: 00007ffde3a3df38 R14: 000000000001a43e R15: 0000000000000000
> </TASK>
> </TASK>
> task:kworker/u8:7 state:R running task stack:32568 pid:14340 tgid:14340 ppid:3242 flags:0x00004000
> Call Trace:
> <TASK>
> __switch_to_asm+0x70/0x70
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14342 tgid:14342 ppid:2678 flags:0x00004002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f2bc08caa90
> RSP: 002b:00007ffd5b9ec338 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f2bc09bb860 RCX: 00007f2bc08caa90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f2bc09bb860 R08: 0000000000000001 R09: 41db0d9426285180
> R10: 00007ffd5b9ec1f0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f2bc09bf658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14346 tgid:14346 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:kworker/u8:6 state:R running task stack:28784 pid:14347 tgid:14347 ppid:1131 flags:0x00004000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:kworker/u8:3 state:R running task stack:32568 pid:14354 tgid:14354 ppid:46 flags:0x00004000
> Call Trace:
> <TASK>
> __switch_to_asm+0x70/0x70
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14355 tgid:14355 ppid:1131 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f5de21e6a90
> RSP: 002b:00007fff1611ff28 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f5de22d7860 RCX: 00007f5de21e6a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f5de22d7860 R08: 0000000000000001 R09: 46780758b7766d57
> R10: 00007fff1611fde0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f5de22db658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14359 tgid:14359 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14366 tgid:14366 ppid:2678 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:25136 pid:14373 tgid:14373 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fa2dfe27a90
> RSP: 002b:00007ffd872a30e8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007fa2dff18860 RCX: 00007fa2dfe27a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007fa2dff18860 R08: 0000000000000001 R09: 5f652800365ccb43
> R10: 00007ffd872a2fa0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007fa2dff1c658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25136 pid:14379 tgid:14379 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14384 tgid:14384 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14387 tgid:14387 ppid:46 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14393 tgid:14393 ppid:2678 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14398 tgid:14398 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14401 tgid:14401 ppid:3242 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14410 tgid:14410 ppid:3242 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14421 tgid:14421 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:23984 pid:14430 tgid:14430 ppid:46 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f622cd7da90
> RSP: 002b:00007ffd1393cf78 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f622ce6e860 RCX: 00007f622cd7da90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f622ce6e860 R08: 0000000000000001 R09: dfc6ef523a5d942e
> R10: 00007ffd1393ce30 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f622ce72658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14435 tgid:14435 ppid:3242 flags:0x00004002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fd05f2dca90
> RSP: 002b:00007ffdd773bdf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007fd05f3cd860 RCX: 00007fd05f2dca90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007fd05f3cd860 R08: 0000000000000001 R09: 4535f641cc4c0f28
> R10: 00007ffdd773bcb0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007fd05f3d1658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14440 tgid:14440 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fe7ecd82a90
> RSP: 002b:00007ffcc7a7bf68 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007fe7ece73860 RCX: 00007fe7ecd82a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007fe7ece73860 R08: 0000000000000001 R09: 2fdb21dbc668df0d
> R10: 00007ffcc7a7be20 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007fe7ece77658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14446 tgid:14446 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14448 tgid:14448 ppid:46 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f7d319bfa90
> RSP: 002b:00007ffe4a0e5cd8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f7d31ab0860 RCX: 00007f7d319bfa90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f7d31ab0860 R08: 0000000000000001 R09: df5d5dca07fffb84
> R10: 00007ffe4a0e5b90 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f7d31ab4658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14453 tgid:14453 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7ff382b23a90
> RSP: 002b:00007fffced1e578 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007ff382c14860 RCX: 00007ff382b23a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007ff382c14860 R08: 0000000000000001 R09: 48767732b8a00d20
> R10: 00007fffced1e430 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007ff382c18658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:23984 pid:14458 tgid:14458 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> preempt_schedule_common+0x44/0xc0 kernel/sched/core.c:6854
> __cond_resched+0x1b/0x30 kernel/sched/core.c:7192
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14462 tgid:14462 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:24416 pid:14466 tgid:14466 ppid:46 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fa2b9c04a90
> RSP: 002b:00007ffcac65ac18 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007fa2b9cf5860 RCX: 00007fa2b9c04a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007fa2b9cf5860 R08: 0000000000000001 R09: 44ac5dd007bc47d9
> R10: 00007ffcac65aad0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007fa2b9cf9658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14472 tgid:14472 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14475 tgid:14475 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14482 tgid:14482 ppid:2678 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f564677ca90
> RSP: 002b:00007ffea046cdf8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f564686d860 RCX: 00007f564677ca90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f564686d860 R08: 0000000000000001 R09: 93e6ddf45d0859c7
> R10: 00007ffea046ccb0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f5646871658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14488 tgid:14488 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14497 tgid:14497 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14504 tgid:14504 ppid:3242 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fe9ec399a90
> RSP: 002b:00007ffee4562488 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007fe9ec48a860 RCX: 00007fe9ec399a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007fe9ec48a860 R08: 0000000000000001 R09: 0fccf8818db050ca
> R10: 00007ffee4562340 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007fe9ec48e658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25136 pid:14509 tgid:14509 ppid:1131 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14512 tgid:14512 ppid:3242 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14515 tgid:14515 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14516 tgid:14516 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7fcaccae7a90
> RSP: 002b:00007fff73141d48 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007fcaccbd8860 RCX: 00007fcaccae7a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007fcaccbd8860 R08: 0000000000000001 R09: a45b974d1de31a4f
> R10: 00007fff73141c00 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007fcaccbdc658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14521 tgid:14521 ppid:46 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f4322dd7a90
> RSP: 002b:00007fffc607e378 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f4322ec8860 RCX: 00007f4322dd7a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f4322ec8860 R08: 0000000000000001 R09: 5c992bf7597daffb
> R10: 00007fffc607e230 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f4322ecc658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:24416 pid:14526 tgid:14526 ppid:1131 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f638696fa90
> RSP: 002b:00007ffe0066ce18 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f6386a60860 RCX: 00007f638696fa90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f6386a60860 R08: 0000000000000001 R09: c9a8bb5340cb61d8
> R10: 00007ffe0066ccd0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f6386a64658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:24416 pid:14532 tgid:14532 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14540 tgid:14540 ppid:3242 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f3a9b2d4a90
> RSP: 002b:00007ffe77381b78 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f3a9b3c5860 RCX: 00007f3a9b2d4a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f3a9b3c5860 R08: 0000000000000001 R09: 755e1725d4f4842a
> R10: 00007ffe77381a30 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f3a9b3c9658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14545 tgid:14545 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f560707fa90
> RSP: 002b:00007ffe65145b28 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f5607170860 RCX: 00007f560707fa90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f5607170860 R08: 0000000000000001 R09: b546563a3277b2da
> R10: 00007ffe651459e0 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f5607174658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14550 tgid:14550 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14558 tgid:14558 ppid:3242 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14564 tgid:14564 ppid:3242 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> __pfx_lock_release+0x10/0x10 kernel/locking/lockdep.c:5346
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14569 tgid:14569 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:23984 pid:14574 tgid:14574 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14577 tgid:14577 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14584 tgid:14584 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14585 tgid:14585 ppid:3242 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14587 tgid:14587 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14599 tgid:14599 ppid:1131 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14602 tgid:14602 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:25136 pid:14607 tgid:14607 ppid:2678 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:25136 pid:14612 tgid:14612 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f5193264a90
> RSP: 002b:00007ffe01417e78 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f5193355860 RCX: 00007f5193264a90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f5193355860 R08: 0000000000000001 R09: 5005ebcf5767047b
> R10: 00007ffe01417d30 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f5193359658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14618 tgid:14618 ppid:1131 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14621 tgid:14621 ppid:1131 flags:0x00000000
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14629 tgid:14629 ppid:46 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:24704 pid:14634 tgid:14634 ppid:3242 flags:0x00000002
> Call Trace:
> <TASK>
> </TASK>
> task:modprobe state:R running task stack:25408 pid:14636 tgid:14636 ppid:1131 flags:0x00000002
> Call Trace:
> <TASK>
> context_switch kernel/sched/core.c:5315 [inline]
> __schedule+0x105f/0x34b0 kernel/sched/core.c:6675
> do_task_dead+0xd6/0x110 kernel/sched/core.c:6691
> do_exit+0x1de7/0x2ce0 kernel/exit.c:990
> do_group_exit+0xd3/0x2a0 kernel/exit.c:1088
> __do_sys_exit_group kernel/exit.c:1099 [inline]
> __se_sys_exit_group kernel/exit.c:1097 [inline]
> __x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1097
> x64_sys_call+0x14a9/0x16a0 arch/x86/include/generated/asm/syscalls_64.h:232
> do_syscall_x64 arch/x86/entry/common.c:52 [inline]
> do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
> entry_SYSCALL_64_after_hwframe+0x77/0x7f
> RIP: 0033:0x7f8d8d1ffa90
> RSP: 002b:00007ffe30417e48 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
> RAX: ffffffffffffffda RBX: 00007f8d8d2f0860 RCX: 00007f8d8d1ffa90
> RDX: 00000000000000e7 RSI: 000000000000003c RDI: 0000000000000001
> RBP: 00007f8d8d2f0860 R08: 0000000000000001 R09: 44dca94248773cd7
> R10: 00007ffe30417d00 R11: 0000000000000246 R12: 0000000000000000
> R13: 0000000000000001 R14: 00007f8d8d2f4658 R15: 0000000000000001
> </TASK>
> task:modprobe state:R running task stack:25136 pid:14642 tgid:14642 ppid:3242 flags:0x00000002
> Call Trace:
> <TASK>
>
>
> ---
> This report is generated by a bot. It may contain errors.
> See https://goo.gl/tpsmEJ for more information about syzbot.
> syzbot engineers can be reached at syzkaller@xxxxxxxxxxxxxxxx.
>
> syzbot will keep track of this issue. See:
> https://goo.gl/tpsmEJ#status for how to communicate with syzbot.
>
> If the report is already addressed, let syzbot know by replying with:
> #syz fix: exact-commit-title
>
> If you want syzbot to run the reproducer, reply with:
> #syz test: git://repo/address.git branch-or-commit-hash
> If you attach or paste a git patch, syzbot will apply it before testing.
>
> If you want to overwrite report's subsystems, reply with:
> #syz set subsystems: new-subsystem
> (See the list of subsystem names on the web dashboard)
>
> If the report is a duplicate of another one, reply with:
> #syz dup: exact-subject-of-another-report
>
> If you want to undo deduplication, reply with:
> #syz undup