======================================
| [ 69.599178][ T746] pm_nl_ctl (746) used greatest stack depth: 23216 bytes left
| [ 115.916282][ C0] ------------[ cut here ]------------
| [ 115.916594][ C0] kernel BUG at net/core/skbuff.c:2813!
| [ 115.916782][ C0] invalid opcode: 0000 [#1] PREEMPT SMP KASAN NOPTI
[ 115.917262][ C0] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[ 115.917642][ C0] Workqueue: events mptcp_worker
[ 115.917822][ C0] RIP: 0010:__pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 115.918036][ C0] Code: e9 52 f7 ff ff 48 8b 7c 24 38 be 02 00 00 00 e8 8e 9c ff ff 48 83 c4 58 31 c0 5b 41 5c 41 5d 41 5e 41 5f 5d c3 cc cc cc cc 90 <0f> 0b 48 c7 44 24 38 00 00 00 00 e9 dc fa ff ff 84 c9 0f 84 4b f9
All code
========
0: e9 52 f7 ff ff jmp 0xfffffffffffff757
5: 48 8b 7c 24 38 mov 0x38(%rsp),%rdi
a: be 02 00 00 00 mov $0x2,%esi
f: e8 8e 9c ff ff call 0xffffffffffff9ca2
14: 48 83 c4 58 add $0x58,%rsp
18: 31 c0 xor %eax,%eax
1a: 5b pop %rbx
1b: 41 5c pop %r12
1d: 41 5d pop %r13
1f: 41 5e pop %r14
21: 41 5f pop %r15
23: 5d pop %rbp
24: c3 ret
25: cc int3
26: cc int3
27: cc int3
28: cc int3
29: 90 nop
2a:* 0f 0b ud2 <-- trapping instruction
2c: 48 c7 44 24 38 00 00 movq $0x0,0x38(%rsp)
33: 00 00
35: e9 dc fa ff ff jmp 0xfffffffffffffb16
3a: 84 c9 test %cl,%cl
3c: 0f .byte 0xf
3d: 84 4b f9 test %cl,-0x7(%rbx)
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 48 c7 44 24 38 00 00 movq $0x0,0x38(%rsp)
9: 00 00
b: e9 dc fa ff ff jmp 0xfffffffffffffaec
10: 84 c9 test %cl,%cl
12: 0f .byte 0xf
13: 84 4b f9 test %cl,-0x7(%rbx)
[ 115.918618][ C0] RSP: 0018:ffffc90000007ac0 EFLAGS: 00010282
[ 115.918825][ C0] RAX: 00000000fffffff2 RBX: ffff8880043725f4 RCX: 0000000000000004
[ 115.919072][ C0] RDX: dffffc0000000000 RSI: 1ffff11000eb9b69 RDI: ffff8880075cdb48
[ 115.919318][ C0] RBP: ffffc90000007b40 R08: 0000000000000014 R09: ffff88800437263c
[ 115.919563][ C0] R10: ffff888004372640 R11: ffff888004372640 R12: ffff888004372580
[ 115.919812][ C0] R13: 0000000000000100 R14: 0000000000000000 R15: ffff888004372632
[ 115.920057][ C0] FS: 0000000000000000(0000) GS:ffff888036000000(0000) knlGS:0000000000000000
[ 115.920345][ C0] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 115.920553][ C0] CR2: 00007ff897e2f000 CR3: 000000000759c006 CR4: 0000000000770ef0
[ 115.920798][ C0] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 115.921043][ C0] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 115.921284][ C0] PKRU: 55555554
[ 115.921438][ C0] Call Trace:
[ 115.921565][ C0]
[ 115.921648][ C0] ? die (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:434 arch/x86/kernel/dumpstack.c:447)
[ 115.921806][ C0] ? do_trap (arch/x86/kernel/traps.c:113 arch/x86/kernel/traps.c:154)
[ 115.921939][ C0] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 115.922103][ C0] ? do_error_trap (./arch/x86/include/asm/traps.h:58 arch/x86/kernel/traps.c:175)
[ 115.922290][ C0] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 115.922449][ C0] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 115.922609][ C0] ? handle_invalid_op (arch/x86/kernel/traps.c:213)
[ 115.922798][ C0] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 115.922962][ C0] ? exc_invalid_op (arch/x86/kernel/traps.c:265)
[ 115.923141][ C0] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568)
[ 115.923375][ C0] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 115.923538][ C0] ? hlock_class (./arch/x86/include/asm/bitops.h:227 ./arch/x86/include/asm/bitops.h:239 ./include/asm-generic/bitops/instrumented-non-atomic.h:142 kernel/locking/lockdep.c:228)
[ 115.923709][ C0] tcp_v4_early_demux (./include/linux/skbuff.h:2731 ./include/linux/skbuff.h:2739 net/ipv4/tcp_ipv4.c:1966)
[ 115.923884][ C0] ip_rcv_finish_core.constprop.0 (./include/linux/skbuff.h:2943 ./include/linux/ip.h:21 net/ipv4/ip_input.c:344)
[ 115.924090][ C0] ip_rcv (net/ipv4/ip_input.c:448 ./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv4/ip_input.c:569)
[ 115.924212][ C0] ? __pfx_ip_rcv (net/ipv4/ip_input.c:562)
[ 115.924379][ C0] ? lock_acquire.part.0 (kernel/locking/lockdep.c:467 kernel/locking/lockdep.c:5756)
[ 115.924542][ C0] ? process_backlog (./include/linux/rcupdate.h:298 ./include/linux/rcupdate.h:750 net/core/dev.c:6051)
[ 115.924728][ C0] ? __pfx_ip_rcv (net/ipv4/ip_input.c:562)
[ 115.924901][ C0] __netif_receive_skb_one_core (net/core/dev.c:5610 (discriminator 4))
[ 115.925125][ C0] ? __pfx___netif_receive_skb_one_core (net/core/dev.c:5603)
[ 115.925333][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5725)
[ 115.925520][ C0] ? process_backlog (./include/linux/rcupdate.h:298 ./include/linux/rcupdate.h:750 net/core/dev.c:6051)
[ 115.925683][ C0] process_backlog (./include/linux/rcupdate.h:779 net/core/dev.c:6053)
[ 115.925855][ C0] ? find_held_lock (kernel/locking/lockdep.c:5244)
[ 115.926022][ C0] __napi_poll.constprop.0 (net/core/dev.c:6703)
[ 115.926199][ C0] net_rx_action (net/core/dev.c:6772 net/core/dev.c:6886)
[ 115.926396][ C0] ? __pfx_net_rx_action (net/core/dev.c:6850)
[ 115.926569][ C0] ? hlock_class (kernel/locking/lockdep.c:223)
[ 115.926836][ C0] ? mark_held_locks (kernel/locking/lockdep.c:4274)
[ 115.927041][ C0] __do_softirq (kernel/softirq.c:553)
[ 115.927205][ C0] ? __dev_queue_xmit (./include/linux/rcupdate.h:308 ./include/linux/rcupdate.h:818 net/core/dev.c:4399)
[ 115.927383][ C0] do_softirq (kernel/softirq.c:454 kernel/softirq.c:441)
[ 115.927512][ C0]
[ 115.927595][ C0]
[ 115.927677][ C0] __local_bh_enable_ip (kernel/softirq.c:381)
[ 115.927841][ C0] ? __dev_queue_xmit (./include/linux/rcupdate.h:308 ./include/linux/rcupdate.h:818 net/core/dev.c:4399)
[ 115.928002][ C0] __dev_queue_xmit (net/core/dev.c:4400)
[ 115.928177][ C0] ? mark_held_locks (kernel/locking/lockdep.c:4274)
[ 115.928357][ C0] ? lockdep_hardirqs_on_prepare.part.0 (kernel/locking/lockdep.c:4300 kernel/locking/lockdep.c:4359)
[ 115.928567][ C0] ? __pfx___dev_queue_xmit (net/core/dev.c:4281)
[ 115.928766][ C0] ip_finish_output2 (./include/net/neighbour.h:540 net/ipv4/ip_output.c:235)
[ 115.928930][ C0] ? __pfx_mptcp_established_options (net/mptcp/options.c:828)
[ 115.929137][ C0] ? __pfx_ip_finish_output2 (net/ipv4/ip_output.c:199)
[ 115.929297][ C0] ? __ip_finish_output (./include/linux/skbuff.h:1624 ./include/linux/skbuff.h:4942 net/ipv4/ip_output.c:307 net/ipv4/ip_output.c:295)
[ 115.929464][ C0] __ip_queue_xmit (net/ipv4/ip_output.c:535 (discriminator 4))
[ 115.929625][ C0] ? __skb_clone (./arch/x86/include/asm/atomic.h:53 (discriminator 4) ./include/linux/atomic/atomic-arch-fallback.h:992 (discriminator 4) ./include/linux/atomic/atomic-instrumented.h:436 (discriminator 4) net/core/skbuff.c:1605 (discriminator 4))
[ 115.929794][ C0] __tcp_transmit_skb (net/ipv4/tcp_output.c:1462 (discriminator 4))
[ 115.929961][ C0] ? __pfx___tcp_transmit_skb (net/ipv4/tcp_output.c:1283)
[ 115.930125][ C0] ? tcp_small_queue_check.isra.0 (./arch/x86/include/asm/atomic.h:23 ./include/linux/atomic/atomic-arch-fallback.h:457 ./include/linux/atomic/atomic-instrumented.h:33 ./include/linux/refcount.h:136 net/ipv4/tcp_output.c:2623)
[ 115.930332][ C0] tcp_write_xmit (net/ipv4/tcp_output.c:2792)
[ 115.930498][ C0] ? __pfx_tcp_current_mss (net/ipv4/tcp_output.c:1853)
[ 115.930661][ C0] ? __pfx_tcp_write_xmit (net/ipv4/tcp_output.c:2702)
[ 115.930828][ C0] ? tcp_get_info (net/ipv4/tcp.c:3889)
[ 115.930990][ C0] ? find_held_lock (kernel/locking/lockdep.c:5244)
[ 115.931156][ C0] ? __lock_release (kernel/locking/lockdep.c:5430)
[ 115.931318][ C0] __tcp_push_pending_frames (net/ipv4/tcp_output.c:2977)
[ 115.931503][ C0] __tcp_close (net/ipv4/tcp.c:2842)
[ 115.931665][ C0] ? lockdep_hardirqs_on_prepare.part.0 (kernel/locking/lockdep.c:4300 kernel/locking/lockdep.c:4359)
[ 115.931868][ C0] __mptcp_close_ssk (./include/linux/instrumented.h:96 ./include/linux/atomic/atomic-instrumented.h:400 ./include/linux/refcount.h:327 ./include/linux/refcount.h:348 ./include/net/sock.h:782 net/mptcp/protocol.c:2467)
[ 115.932033][ C0] ? lockdep_hardirqs_on_prepare.part.0 (kernel/locking/lockdep.c:4300 kernel/locking/lockdep.c:4359)
[ 115.932234][ C0] ? __pfx___mptcp_close_ssk (net/mptcp/protocol.c:2411)
[ 115.932396][ C0] ? __timer_delete (kernel/time/timer.c:1316)
[ 115.932563][ C0] mptcp_destroy_common (net/mptcp/protocol.c:3353)
[ 115.932724][ C0] mptcp_destroy (./include/net/sock.h:1480 (discriminator 3) net/mptcp/protocol.c:3380 (discriminator 3))
[ 115.932886][ C0] __mptcp_destroy_sock (net/mptcp/protocol.c:2999)
[ 115.933046][ C0] mptcp_worker (net/mptcp/protocol.c:2759)
[ 115.933224][ C0] ? __pfx_mptcp_worker (net/mptcp/protocol.c:2730)
[ 115.933386][ C0] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5725)
[ 115.933550][ C0] ? process_one_work (kernel/workqueue.c:2609)
[ 115.933714][ C0] process_one_work (kernel/workqueue.c:2633)
[ 115.933879][ C0] ? __pfx_lock_acquire.part.0 (kernel/locking/lockdep.c:5719)
[ 115.934041][ C0] ? __pfx_process_one_work (kernel/workqueue.c:2542)
[ 115.934204][ C0] ? assign_work (kernel/workqueue.c:1101)
[ 115.934368][ C0] worker_thread (kernel/workqueue.c:2700 kernel/workqueue.c:2787)
[ 115.934535][ C0] ? __pfx_worker_thread (kernel/workqueue.c:2733)
[ 115.934698][ C0] kthread (kernel/kthread.c:388)
[ 115.934833][ C0] ? __pfx_kthread (kernel/kthread.c:341)
[ 115.934996][ C0] ret_from_fork (arch/x86/kernel/process.c:147)
[ 115.935160][ C0] ? __pfx_kthread (kernel/kthread.c:341)
Finger prints:
__pskb_pull_tail:tcp_v4_early_demux:ip_rcv:__netif_receive_skb_one_core