====================================== | [ 18.819898][ T318] 1 lock held by mausezahn/318: | [ 18.820110][ T318] #0: ffffffff8a95b5c0 (rcu_read_lock_bh){....}-{1:3}, at: __dev_queue_xmit (./include/linux/bottom_half.h:20 ./include/linux/rcupdate.h:901 net/core/dev.c:4555) | [ 18.820450][ T318] | [ 18.820450][ T318] stack backtrace: [ 18.820700][ T318] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 18.820702][ T318] Call Trace: [ 18.820704][ T318] [ 18.820708][ T318] dump_stack_lvl (lib/dump_stack.c:123) [ 18.820717][ T318] lockdep_rcu_suspicious (kernel/locking/lockdep.c:6848) [ 18.820729][ T318] dev_hard_start_xmit (./include/net/net_namespace.h:418 ./include/linux/netdevice.h:2695 net/core/dev.c:2466 net/core/dev.c:3772 net/core/dev.c:3793) [ 18.820739][ T318] __dev_queue_xmit (net/core/dev.h:340 net/core/dev.c:4631) [ 18.820753][ T318] ? __pfx___dev_queue_xmit (net/core/dev.c:4538) [ 18.820758][ T318] ? packet_parse_headers (./include/linux/skbuff.h:3108 net/packet/af_packet.c:1992) [ 18.820767][ T318] ? __pfx_sock_alloc_send_pskb (net/core/sock.c:2922) [ 18.820773][ T318] ? __pfx_packet_parse_headers (net/packet/af_packet.c:1977) [ 18.820778][ T318] ? skb_copy_datagram_from_iter (net/core/datagram.c:564) [ 18.820784][ T318] ? dev_get_by_index (./include/linux/rcupdate.h:347 ./include/linux/rcupdate.h:880 net/core/dev.c:982) [ 18.820796][ T318] packet_snd (net/packet/af_packet.c:3131) [ 18.820808][ T318] ? __lock_release (kernel/locking/lockdep.c:5527) [ 18.820812][ T318] ? __might_fault (mm/memory.c:6858 mm/memory.c:6851) [ 18.820820][ T318] ? __pfx_packet_snd (net/packet/af_packet.c:2995) [ 18.820822][ T318] ? trace_lock_acquire (./include/trace/events/lock.h:24 (discriminator 21)) [ 18.820825][ T318] ? __might_fault (mm/memory.c:6858 mm/memory.c:6851) [ 18.820832][ T318] ? lock_acquire (kernel/locking/lockdep.c:5824) [ 18.820838][ T318] ? __might_fault (mm/memory.c:6858 mm/memory.c:6851) [ 18.820849][ T318] __sys_sendto (net/socket.c:709 net/socket.c:724 net/socket.c:2177) [ 18.820855][ T318] ? __pfx___sys_sendto (net/socket.c:2144) [ 18.820870][ T318] ? sock_ioctl (net/socket.c:1311) [ 18.820875][ T318] ? _copy_to_user (./arch/x86/include/asm/smap.h:29 ./arch/x86/include/asm/uaccess_64.h:134 ./arch/x86/include/asm/uaccess_64.h:147 ./include/linux/uaccess.h:197 lib/usercopy.c:26) [ 18.820885][ T318] ? __pfx_put_timespec64 (kernel/time/time.c:904) [ 18.820895][ T318] ? posix_cpu_clock_get (kernel/time/posix-cpu-timers.c:377) [ 18.820904][ T318] ? __x64_sys_clock_gettime (kernel/time/posix-timers.c:1150 kernel/time/posix-timers.c:1138 kernel/time/posix-timers.c:1138) [ 18.820909][ T318] ? __pfx___x64_sys_clock_gettime (kernel/time/posix-timers.c:1138) [ 18.820917][ T318] __x64_sys_sendto (net/socket.c:2180) [ 18.820920][ T318] ? lockdep_hardirqs_on_prepare (kernel/locking/lockdep.c:4349 kernel/locking/lockdep.c:4408) [ 18.820926][ T318] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) [ 18.820935][ T318] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) [ 18.820941][ T318] RIP: 0033:0x7f54b69b8a4a [ 18.820947][ T318] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89 All code ======== 0: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4) 4: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax b: eb b8 jmp 0xffffffffffffffc5 d: 0f 1f 00 nopl (%rax) 10: f3 0f 1e fa endbr64 14: 41 89 ca mov %ecx,%r10d 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 15 jne 0x38 23: b8 2c 00 00 00 mov $0x2c,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 7e ja 0xb0 32: c3 ret 33: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) 38: 41 54 push %r12 3a: 48 83 ec 30 sub $0x30,%rsp 3e: 44 rex.R 3f: 89 .byte 0x89 Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 7e ja 0x86 8: c3 ret 9: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1) e: 41 54 push %r12 10: 48 83 ec 30 sub $0x30,%rsp 14: 44 rex.R 15: 89 .byte 0x89 [ 18.820950][ T318] RSP: 002b:00007fff27568278 EFLAGS: 00000246 ORIG_RAX: 000000000000002c [ 18.820953][ T318] RAX: ffffffffffffffda RBX: 00000000174e99d0 RCX: 00007f54b69b8a4a [ 18.820956][ T318] RDX: 0000000000000040 RSI: 00000000174e9c02 RDI: 0000000000000005 [ 18.820959][ T318] RBP: 00000000174e9c02 R08: 00007fff27568280 R09: 0000000000000014 [ 18.820962][ T318] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 Finger prints: lockdep_rcu_suspicious:dev_hard_start_xmit:__dev_queue_xmit:packet_snd:__sys_sendto