syzbot


BUG: soft lockup in wg_packet_handshake_send_worker

Status: auto-obsoleted due to no activity on 2023/11/15 02:30
Reported-by: syzbot+63942064e7dbe6fe58a9@syzkaller.appspotmail.com
First crash: 301d, last: 261d
Similar bugs (5)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
android-5-15 BUG: soft lockup in wg_packet_handshake_send_worker 2 288d 295d 0/2 auto-obsoleted due to no activity on 2023/10/18 09:06
upstream INFO: rcu detected stall in wg_packet_handshake_send_worker (4) wireguard 1 291d 291d 0/26 auto-obsoleted due to no activity on 2023/10/15 22:40
linux-5.15 INFO: rcu detected stall in wg_packet_handshake_send_worker 1 26d 26d 0/3 upstream: reported on 2024/04/07 21:11
upstream INFO: rcu detected stall in wg_packet_handshake_send_worker (5) wireguard 1 154d 154d 0/26 auto-obsoleted due to no activity on 2024/02/29 10:43
upstream INFO: rcu detected stall in wg_packet_handshake_send_worker (3) kernel 1 500d 500d 0/26 auto-obsoleted due to no activity on 2023/04/12 00:54

Sample crash report:
watchdog: BUG: soft lockup - CPU#1 stuck for 123s! [kworker/u4:1:9]
Modules linked in:
CPU: 1 PID: 9 Comm: kworker/u4:1 Not tainted 5.10.187-syzkaller-00057-g8a427269c016 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/26/2023
Workqueue: wg-kex-wg0 wg_packet_handshake_send_worker
RIP: 0010:native_restore_fl arch/x86/include/asm/irqflags.h:41 [inline]
RIP: 0010:arch_local_irq_restore arch/x86/include/asm/irqflags.h:84 [inline]
RIP: 0010:kvm_wait+0xfc/0x150 arch/x86/kernel/kvm.c:926
Code: 38 f0 75 26 41 f7 c7 00 02 00 00 75 0f 0f 1f 44 00 00 0f 00 2d e5 46 d5 03 f4 eb 0e 0f 1f 44 00 00 0f 00 2d d6 46 d5 03 fb f4 <4c> 89 7c 24 18 ff 74 24 18 9d 48 c7 44 24 20 0e 36 e0 45 49 c7 04
RSP: 0018:ffffc90000097020 EFLAGS: 00000246
RAX: 0000000000000001 RBX: 1ffff92000012e08 RCX: 1ffffffff0cd8ddf
RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffffc90000097060
RBP: ffffc900000970d0 R08: dffffc0000000000 R09: ffffed103ee2ae4b
R10: 0000000000000000 R11: dffffc0000000001 R12: dffffc0000000000
R13: ffff8881f7157254 R14: 0000000000000001 R15: 0000000000000246
FS:  0000000000000000(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000555556e88430 CR3: 000000010ce97000 CR4: 00000000003506a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 <IRQ>
 </IRQ>
 pv_wait arch/x86/include/asm/paravirt.h:564 [inline]
 pv_wait_node kernel/locking/qspinlock_paravirt.h:325 [inline]
 __pv_queued_spin_lock_slowpath+0x407/0xc70 kernel/locking/qspinlock.c:473
 pv_queued_spin_lock_slowpath arch/x86/include/asm/paravirt.h:554 [inline]
 queued_spin_lock_slowpath arch/x86/include/asm/qspinlock.h:51 [inline]
 queued_spin_lock include/asm-generic/qspinlock.h:85 [inline]
 do_raw_spin_lock include/linux/spinlock.h:183 [inline]
 __raw_spin_lock include/linux/spinlock_api_smp.h:143 [inline]
 _raw_spin_lock+0x139/0x1b0 kernel/locking/spinlock.c:151
 spin_lock include/linux/spinlock.h:354 [inline]
 __dev_xmit_skb net/core/dev.c:3808 [inline]
 __dev_queue_xmit+0xbc0/0x28e0 net/core/dev.c:4147
 dev_queue_xmit+0x17/0x20 net/core/dev.c:4215
 neigh_hh_output include/net/neighbour.h:501 [inline]
 neigh_output include/net/neighbour.h:515 [inline]
 ip6_finish_output2+0xeec/0x1850 net/ipv6/ip6_output.c:145
 __ip6_finish_output+0x658/0x820 net/ipv6/ip6_output.c:210
 ip6_finish_output+0x34/0x1e0 net/ipv6/ip6_output.c:220
 NF_HOOK_COND include/linux/netfilter.h:288 [inline]
 ip6_output+0x1f7/0x4d0 net/ipv6/ip6_output.c:243
 dst_output include/net/dst.h:437 [inline]
 ip6_local_out+0x1ff/0x480 net/ipv6/output_core.c:161
 ip6tunnel_xmit include/net/ip6_tunnel.h:160 [inline]
 udp_tunnel6_xmit_skb+0x422/0x7f0 net/ipv6/ip6_udp_tunnel.c:109
 send6+0x563/0x840 drivers/net/wireguard/socket.c:152
 wg_socket_send_skb_to_peer+0x116/0x1d0 drivers/net/wireguard/socket.c:178
 wg_socket_send_buffer_to_peer+0x11a/0x170 drivers/net/wireguard/socket.c:200
 wg_packet_send_handshake_initiation drivers/net/wireguard/send.c:40 [inline]
 wg_packet_handshake_send_worker+0x1d4/0x240 drivers/net/wireguard/send.c:51
 process_one_work+0x6dc/0xbd0 kernel/workqueue.c:2298
 worker_thread+0xaea/0x1510 kernel/workqueue.c:2444
 kthread+0x34b/0x3d0 kernel/kthread.c:313
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:299
Sending NMI from CPU 1 to CPUs 0:
NMI backtrace for cpu 0
CPU: 0 PID: 15562 Comm: syz-executor.4 Not tainted 5.10.187-syzkaller-00057-g8a427269c016 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/26/2023
RIP: 0010:pv_wait_head_or_lock kernel/locking/qspinlock_paravirt.h:434 [inline]
RIP: 0010:__pv_queued_spin_lock_slowpath+0x5a1/0xc70 kernel/locking/qspinlock.c:508
Code: 85 ba 01 00 00 c6 03 00 48 8b 44 24 28 42 0f b6 04 30 84 c0 0f 85 bf 01 00 00 48 8b 04 24 c6 00 01 bb 00 80 ff ff eb 06 f3 90 <ff> c3 74 50 43 0f b6 44 35 00 84 c0 75 32 41 80 3c 24 00 75 e9 4c
RSP: 0018:ffffc9000a3debc0 EFLAGS: 00000206
RAX: 0000000000000000 RBX: 00000000ffffb07c RCX: ffffffff8150a984
RDX: 0000000000000001 RSI: 0000000000000003 RDI: ffffc9000a3deb40
RBP: ffffc9000a3decb0 R08: dffffc0000000000 R09: ffffed1023302216
R10: 0000000000000000 R11: dffffc0000000001 R12: ffff8881198110ac
R13: 1ffff11023302215 R14: dffffc0000000000 R15: ffff88823ff52a40
FS:  00007f65d55e86c0(0000) GS:ffff8881f7000000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f65dece9830 CR3: 0000000110b95000 CR4: 00000000003506b0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 <NMI>
 </NMI>
 pv_queued_spin_lock_slowpath arch/x86/include/asm/paravirt.h:554 [inline]
 queued_spin_lock_slowpath arch/x86/include/asm/qspinlock.h:51 [inline]
 queued_spin_lock include/asm-generic/qspinlock.h:85 [inline]
 do_raw_spin_lock include/linux/spinlock.h:183 [inline]
 __raw_spin_lock_bh include/linux/spinlock_api_smp.h:136 [inline]
 _raw_spin_lock_bh+0x139/0x1b0 kernel/locking/spinlock.c:175
 spin_lock_bh include/linux/spinlock.h:359 [inline]
 get_dist_table+0x207/0x2e0 net/sched/sch_netem.c:798
 netem_change+0x974/0x1fb0 net/sched/sch_netem.c:988
 netem_init+0x5b/0xb0 net/sched/sch_netem.c:1075
 qdisc_create+0x879/0x12d0 net/sched/sch_api.c:1264
 tc_modify_qdisc+0x8a4/0x13f0
 rtnetlink_rcv_msg+0x955/0xc50 net/core/rtnetlink.c:5571
 netlink_rcv_skb+0x1cf/0x410 net/netlink/af_netlink.c:2496
 rtnetlink_rcv+0x1c/0x20 net/core/rtnetlink.c:5589
 netlink_unicast_kernel net/netlink/af_netlink.c:1322 [inline]
 netlink_unicast+0x8df/0xac0 net/netlink/af_netlink.c:1348
 netlink_sendmsg+0xa46/0xd00 net/netlink/af_netlink.c:1915
 sock_sendmsg_nosec net/socket.c:652 [inline]
 sock_sendmsg net/socket.c:672 [inline]
 ____sys_sendmsg+0x59e/0x8f0 net/socket.c:2357
 ___sys_sendmsg+0x252/0x2e0 net/socket.c:2411
 __sys_sendmsg net/socket.c:2440 [inline]
 __do_sys_sendmsg net/socket.c:2449 [inline]
 __se_sys_sendmsg+0x1b1/0x280 net/socket.c:2447
 __x64_sys_sendmsg+0x7b/0x90 net/socket.c:2447
 do_syscall_64+0x34/0x70
 entry_SYSCALL_64_after_hwframe+0x61/0xc6
RIP: 0033:0x7f65dec84ae9
Code: 28 00 00 00 75 05 48 83 c4 28 c3 e8 e1 20 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007f65d55e80c8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
RAX: ffffffffffffffda RBX: 00007f65deda4050 RCX: 00007f65dec84ae9
RDX: 0000000000000000 RSI: 0000000020000040 RDI: 0000000000000006
RBP: 00007f65decd047a R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 000000000000006e R14: 00007f65deda4050 R15: 00007ffc6d22bc48

Crashes (6):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2023/08/17 02:29 android13-5.10-lts 8a427269c016 74b106b6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 BUG: soft lockup in wg_packet_handshake_send_worker
2023/08/10 16:56 android13-5.10-lts 8a427269c016 da3c3ef8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 BUG: soft lockup in wg_packet_handshake_send_worker
2023/07/17 08:55 android13-5.10-lts 59b65efafe20 35d9ecc5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 BUG: soft lockup in wg_packet_handshake_send_worker
2023/07/16 01:48 android13-5.10-lts 59b65efafe20 35d9ecc5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 BUG: soft lockup in wg_packet_handshake_send_worker
2023/07/14 02:37 android13-5.10-lts 59b65efafe20 55eda22f .config console log report info ci2-android-5-10 BUG: soft lockup in wg_packet_handshake_send_worker
2023/07/08 00:50 android13-5.10-lts 59b65efafe20 668cb1fa .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 BUG: soft lockup in wg_packet_handshake_send_worker
* Struck through repros no longer work on HEAD.