======================================
| 0
| xx__-> [ 1501.224142] ------------[ cut here ]------------
| [ 1501.224200] WARNING: CPU: 0 PID: 0 at net/ipv4/af_inet.c:153 inet_sock_destruct (net/ipv4/af_inet.c:153 (discriminator 1))
| [ 1501.224261] Modules linked in: unix_diag bonding sctp sch_fq ipt_rpfilter ip6t_rpfilter act_tunnel_key bareudp mpls_gso mpls_iptunnel mpls_router xt_length act_ct nf_flow_table cls_bpf netdevsim ip6_gre ip_gre gre cls_u32 ifb cls_matchall act_gact xt_mark nft_compat nf_tables sch_ingress act_mirred cls_basic sch_fq_codel xfrm_user geneve vxlan act_csum act_pedit cls_flower sch_prio openvswitch psample nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nsh
[ 1501.224618] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1501.224662] RIP: 0010:inet_sock_destruct (net/ipv4/af_inet.c:153 (discriminator 1))
[ 1501.224701] Code: e9 e1 62 4c ff 4c 89 e6 5b 48 c7 c7 28 6c 17 92 41 5c e9 cf 62 4c ff 90 0f 0b 90 eb 81 90 0f 0b 90 eb 93 90 0f 0b 90 eb 81 90 <0f> 0b 90 e9 60 ff ff ff 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90
All code
========
0: e9 e1 62 4c ff jmp 0xffffffffff4c62e6
5: 4c 89 e6 mov %r12,%rsi
8: 5b pop %rbx
9: 48 c7 c7 28 6c 17 92 mov $0xffffffff92176c28,%rdi
10: 41 5c pop %r12
12: e9 cf 62 4c ff jmp 0xffffffffff4c62e6
17: 90 nop
18: 0f 0b ud2
1a: 90 nop
1b: eb 81 jmp 0xffffffffffffff9e
1d: 90 nop
1e: 0f 0b ud2
20: 90 nop
21: eb 93 jmp 0xffffffffffffffb6
23: 90 nop
24: 0f 0b ud2
26: 90 nop
27: eb 81 jmp 0xffffffffffffffaa
29: 90 nop
2a:* 0f 0b ud2 <-- trapping instruction
2c: 90 nop
2d: e9 60 ff ff ff jmp 0xffffffffffffff92
32: 0f 1f 40 00 nopl 0x0(%rax)
36: 90 nop
37: 90 nop
38: 90 nop
39: 90 nop
3a: 90 nop
3b: 90 nop
3c: 90 nop
3d: 90 nop
3e: 90 nop
3f: 90 nop
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 90 nop
3: e9 60 ff ff ff jmp 0xffffffffffffff68
8: 0f 1f 40 00 nopl 0x0(%rax)
c: 90 nop
d: 90 nop
e: 90 nop
f: 90 nop
10: 90 nop
11: 90 nop
12: 90 nop
13: 90 nop
14: 90 nop
15: 90 nop
[ 1501.224828] RSP: 0018:ffffa173c0003ee0 EFLAGS: 00010206
[ 1501.224868] RAX: 0000000000000009 RBX: ffff8f65c1951710 RCX: 0000000000000001
[ 1501.224925] RDX: 0000000000000ff7 RSI: 0000000000000ff7 RDI: ffff8f65c1951680
[ 1501.224977] RBP: ffff8f65c35f8000 R08: ffff8f65c1951958 R09: 0000000000000000
[ 1501.225030] R10: ffffffff92961548 R11: 00000000000bd0c9 R12: ffff8f65c1951680
[ 1501.225082] R13: 0000000000000002 R14: ffff8f65fec2b438 R15: 0000000000000000
[ 1501.225138] FS: 0000000000000000(0000) GS:ffff8f666b95c000(0000) knlGS:0000000000000000
[ 1501.225196] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1501.225239] CR2: 000055a06fb44218 CR3: 000000000e562003 CR4: 0000000000772ef0
[ 1501.225291] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 1501.225348] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 1501.225400] PKRU: 55555554
[ 1501.225418] Call Trace:
[ 1501.225438]
[ 1501.225460] ? __warn (kernel/panic.c:748)
[ 1501.225494] ? inet_sock_destruct (net/ipv4/af_inet.c:153 (discriminator 1))
[ 1501.225530] ? report_bug (lib/bug.c:201 lib/bug.c:219)
[ 1501.225565] ? inet_sock_destruct (net/ipv4/af_inet.c:153 (discriminator 1))
[ 1501.225611] ? handle_bug (arch/x86/kernel/traps.c:337)
[ 1501.225643] ? exc_invalid_op (arch/x86/kernel/traps.c:391 (discriminator 1))
[ 1501.225669] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621)
[ 1501.225701] ? inet_sock_destruct (net/ipv4/af_inet.c:153 (discriminator 1))
[ 1501.225742] __sk_destruct (net/core/sock.c:2293)
[ 1501.225776] rcu_core (kernel/rcu/tree.c:2568 kernel/rcu/tree.c:2824)
[ 1501.225807] ? rcu_core (kernel/rcu/tree.c:2494 kernel/rcu/tree.c:2824)
[ 1501.225839] handle_softirqs (kernel/softirq.c:561)
[ 1501.225871] irq_exit_rcu (kernel/softirq.c:596 kernel/softirq.c:435 kernel/softirq.c:662 kernel/softirq.c:678)
[ 1501.225903] sysvec_apic_timer_interrupt (arch/x86/kernel/apic/apic.c:1049 arch/x86/kernel/apic/apic.c:1049)
[ 1501.225945]
[ 1501.225966]
[ 1501.225984] asm_sysvec_apic_timer_interrupt (./arch/x86/include/asm/idtentry.h:702)
[ 1501.226026] RIP: 0010:finish_task_switch.isra.0 (kernel/sched/core.c:5263)
[ 1501.226065] Code: 00 0f 1f 44 00 00 41 c7 44 24 34 00 00 00 00 49 8b 9f 98 0a 00 00 48 85 db 0f 85 9a 01 00 00 4c 89 ff e8 f3 17 d1 00 fb 66 90 <4d> 85 ed 74 18 4d 3b ae 18 05 00 00 0f 84 cb 00 00 00 f0 41 ff 4d
All code
========
0: 00 0f add %cl,(%rdi)
2: 1f (bad)
3: 44 00 00 add %r8b,(%rax)
6: 41 c7 44 24 34 00 00 movl $0x0,0x34(%r12)
d: 00 00
f: 49 8b 9f 98 0a 00 00 mov 0xa98(%r15),%rbx
16: 48 85 db test %rbx,%rbx
19: 0f 85 9a 01 00 00 jne 0x1b9
1f: 4c 89 ff mov %r15,%rdi
22: e8 f3 17 d1 00 call 0xd1181a
27: fb sti
28: 66 90 xchg %ax,%ax
2a:* 4d 85 ed test %r13,%r13 <-- trapping instruction
2d: 74 18 je 0x47
2f: 4d 3b ae 18 05 00 00 cmp 0x518(%r14),%r13
36: 0f 84 cb 00 00 00 je 0x107
3c: f0 lock
3d: 41 rex.B
3e: ff .byte 0xff
3f: 4d rex.WRB
Code starting with the faulting instruction
===========================================
0: 4d 85 ed test %r13,%r13
3: 74 18 je 0x1d
5: 4d 3b ae 18 05 00 00 cmp 0x518(%r14),%r13
c: 0f 84 cb 00 00 00 je 0xdd
12: f0 lock
13: 41 rex.B
14: ff .byte 0xff
15: 4d rex.WRB
[ 1501.226189] RSP: 0018:ffffffff92803e18 EFLAGS: 00000282
[ 1501.226227] RAX: 0000000000000102 RBX: 0000000000000000 RCX: 0000000000000002
[ 1501.226279] RDX: 0000000000000000 RSI: 0000000055555554 RDI: ffff8f65fec2a640
[ 1501.226331] RBP: ffffffff92803e48 R08: 0000000000000001 R09: ffff8f65fec2afc1
[ 1501.226383] R10: ffff8f65c29b8b60 R11: 0000000000000000 R12: ffff8f65c92a45c0
[ 1501.226434] R13: 0000000000000000 R14: ffffffff92812900 R15: ffff8f65fec2a640
[ 1501.226488] ? finish_task_switch.isra.0 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 kernel/sched/sched.h:1525 kernel/sched/core.c:5120 kernel/sched/core.c:5238)
[ 1501.226528] __schedule (kernel/sched/core.c:6753)
[ 1501.226561] ? default_idle (./arch/x86/include/asm/irqflags.h:37 ./arch/x86/include/asm/irqflags.h:92 arch/x86/kernel/process.c:749)
[ 1501.226593] schedule_idle (./arch/x86/include/asm/bitops.h:206 (discriminator 1) ./arch/x86/include/asm/bitops.h:238 (discriminator 1) ./include/linux/thread_info.h:192 (discriminator 1) ./include/linux/thread_info.h:208 (discriminator 1) ./include/linux/sched.h:2156 (discriminator 1) kernel/sched/core.c:6866 (discriminator 1))
[ 1501.226619] cpu_startup_entry (kernel/sched/idle.c:422 (discriminator 1))
[ 1501.226652] rest_init (main.c:?)
[ 1501.226679] start_kernel (init/main.c:641 init/main.c:924)
[ 1501.226711] x86_64_start_reservations (arch/x86/kernel/head64.c:501)
[ 1501.226751] x86_64_start_kernel (arch/x86/kernel/head64.c:443 (discriminator 5))
[ 1501.226777] common_startup_64 (arch/x86/kernel/head_64.S:419)
| [ 1501.226869] ------------[ cut here ]------------
| [ 1501.226908] WARNING: CPU: 0 PID: 0 at net/ipv4/af_inet.c:156 inet_sock_destruct (net/ipv4/af_inet.c:156 (discriminator 1))
| [ 1501.226966] Modules linked in: unix_diag bonding sctp sch_fq ipt_rpfilter ip6t_rpfilter act_tunnel_key bareudp mpls_gso mpls_iptunnel mpls_router xt_length act_ct nf_flow_table cls_bpf netdevsim ip6_gre ip_gre gre cls_u32 ifb cls_matchall act_gact xt_mark nft_compat nf_tables sch_ingress act_mirred cls_basic sch_fq_codel xfrm_user geneve vxlan act_csum act_pedit cls_flower sch_prio openvswitch psample nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nsh
| [ 1501.227318] Tainted: [W]=WARN
[ 1501.227343] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 1501.227387] RIP: 0010:inet_sock_destruct (net/ipv4/af_inet.c:156 (discriminator 1))
[ 1501.227428] Code: 89 e2 5b 48 c7 c7 f0 6b 17 92 41 5c e9 e1 62 4c ff 4c 89 e6 5b 48 c7 c7 28 6c 17 92 41 5c e9 cf 62 4c ff 90 0f 0b 90 eb 81 90 <0f> 0b 90 eb 93 90 0f 0b 90 eb 81 90 0f 0b 90 e9 60 ff ff ff 0f 1f
All code
========
0: 89 e2 mov %esp,%edx
2: 5b pop %rbx
3: 48 c7 c7 f0 6b 17 92 mov $0xffffffff92176bf0,%rdi
a: 41 5c pop %r12
c: e9 e1 62 4c ff jmp 0xffffffffff4c62f2
11: 4c 89 e6 mov %r12,%rsi
14: 5b pop %rbx
15: 48 c7 c7 28 6c 17 92 mov $0xffffffff92176c28,%rdi
1c: 41 5c pop %r12
1e: e9 cf 62 4c ff jmp 0xffffffffff4c62f2
23: 90 nop
24: 0f 0b ud2
26: 90 nop
27: eb 81 jmp 0xffffffffffffffaa
29: 90 nop
2a:* 0f 0b ud2 <-- trapping instruction
2c: 90 nop
2d: eb 93 jmp 0xffffffffffffffc2
2f: 90 nop
30: 0f 0b ud2
32: 90 nop
33: eb 81 jmp 0xffffffffffffffb6
35: 90 nop
36: 0f 0b ud2
38: 90 nop
39: e9 60 ff ff ff jmp 0xffffffffffffff9e
3e: 0f .byte 0xf
3f: 1f (bad)
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 90 nop
3: eb 93 jmp 0xffffffffffffff98
5: 90 nop
6: 0f 0b ud2
8: 90 nop
9: eb 81 jmp 0xffffffffffffff8c
b: 90 nop
c: 0f 0b ud2
e: 90 nop
f: e9 60 ff ff ff jmp 0xffffffffffffff74
14: 0f .byte 0xf
15: 1f (bad)
[ 1501.227549] RSP: 0018:ffffa173c0003ee0 EFLAGS: 00010202
[ 1501.227584] RAX: 0000000000000ff7 RBX: ffff8f65c1951710 RCX: 0000000000000001
[ 1501.227637] RDX: 0000000000000000 RSI: 0000000000000ff7 RDI: ffff8f65c1951680
[ 1501.227689] RBP: ffff8f65c35f8000 R08: ffff8f65c1951958 R09: 0000000000000000
[ 1501.227742] R10: ffffffff92961548 R11: 00000000000bd0c9 R12: ffff8f65c1951680
[ 1501.227794] R13: 0000000000000002 R14: ffff8f65fec2b438 R15: 0000000000000000
[ 1501.227848] FS: 0000000000000000(0000) GS:ffff8f666b95c000(0000) knlGS:0000000000000000
[ 1501.227905] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1501.227947] CR2: 000055a06fb44218 CR3: 000000000e562003 CR4: 0000000000772ef0
[ 1501.228001] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 1501.228057] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 1501.228113] PKRU: 55555554
[ 1501.228133] Call Trace:
[ 1501.228150]
[ 1501.228168] ? __warn (kernel/panic.c:748)
[ 1501.228194] ? inet_sock_destruct (net/ipv4/af_inet.c:156 (discriminator 1))
[ 1501.228235] ? report_bug (lib/bug.c:201 lib/bug.c:219)
[ 1501.228268] ? inet_sock_destruct (net/ipv4/af_inet.c:156 (discriminator 1))
[ 1501.228303] ? handle_bug (arch/x86/kernel/traps.c:337)
[ 1501.228329] ? exc_invalid_op (arch/x86/kernel/traps.c:391 (discriminator 1))
[ 1501.228361] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621)
[ 1501.228387] ? inet_sock_destruct (net/ipv4/af_inet.c:156 (discriminator 1))
[ 1501.228422] __sk_destruct (net/core/sock.c:2293)
[ 1501.228448] rcu_core (kernel/rcu/tree.c:2568 kernel/rcu/tree.c:2824)
[ 1501.228479] ? rcu_core (kernel/rcu/tree.c:2494 kernel/rcu/tree.c:2824)
[ 1501.228511] handle_softirqs (kernel/softirq.c:561)
[ 1501.228538] irq_exit_rcu (kernel/softirq.c:596 kernel/softirq.c:435 kernel/softirq.c:662 kernel/softirq.c:678)
[ 1501.228570] sysvec_apic_timer_interrupt (arch/x86/kernel/apic/apic.c:1049 arch/x86/kernel/apic/apic.c:1049)
[ 1501.228611]
[ 1501.228627]
[ 1501.228645] asm_sysvec_apic_timer_interrupt (./arch/x86/include/asm/idtentry.h:702)
[ 1501.228686] RIP: 0010:finish_task_switch.isra.0 (kernel/sched/core.c:5263)
[ 1501.228725] Code: 00 0f 1f 44 00 00 41 c7 44 24 34 00 00 00 00 49 8b 9f 98 0a 00 00 48 85 db 0f 85 9a 01 00 00 4c 89 ff e8 f3 17 d1 00 fb 66 90 <4d> 85 ed 74 18 4d 3b ae 18 05 00 00 0f 84 cb 00 00 00 f0 41 ff 4d
All code
========
0: 00 0f add %cl,(%rdi)
2: 1f (bad)
3: 44 00 00 add %r8b,(%rax)
6: 41 c7 44 24 34 00 00 movl $0x0,0x34(%r12)
d: 00 00
f: 49 8b 9f 98 0a 00 00 mov 0xa98(%r15),%rbx
16: 48 85 db test %rbx,%rbx
19: 0f 85 9a 01 00 00 jne 0x1b9
1f: 4c 89 ff mov %r15,%rdi
22: e8 f3 17 d1 00 call 0xd1181a
27: fb sti
28: 66 90 xchg %ax,%ax
2a:* 4d 85 ed test %r13,%r13 <-- trapping instruction
2d: 74 18 je 0x47
2f: 4d 3b ae 18 05 00 00 cmp 0x518(%r14),%r13
36: 0f 84 cb 00 00 00 je 0x107
3c: f0 lock
3d: 41 rex.B
3e: ff .byte 0xff
3f: 4d rex.WRB
Code starting with the faulting instruction
===========================================
0: 4d 85 ed test %r13,%r13
3: 74 18 je 0x1d
5: 4d 3b ae 18 05 00 00 cmp 0x518(%r14),%r13
c: 0f 84 cb 00 00 00 je 0xdd
12: f0 lock
13: 41 rex.B
14: ff .byte 0xff
15: 4d rex.WRB
[ 1501.228849] RSP: 0018:ffffffff92803e18 EFLAGS: 00000282
[ 1501.228883] RAX: 0000000000000102 RBX: 0000000000000000 RCX: 0000000000000002
[ 1501.228934] RDX: 0000000000000000 RSI: 0000000055555554 RDI: ffff8f65fec2a640
[ 1501.228986] RBP: ffffffff92803e48 R08: 0000000000000001 R09: ffff8f65fec2afc1
[ 1501.229039] R10: ffff8f65c29b8b60 R11: 0000000000000000 R12: ffff8f65c92a45c0
[ 1501.229090] R13: 0000000000000000 R14: ffffffff92812900 R15: ffff8f65fec2a640
[ 1501.229145] ? finish_task_switch.isra.0 (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:97 kernel/sched/sched.h:1525 kernel/sched/core.c:5120 kernel/sched/core.c:5238)
[ 1501.229184] __schedule (kernel/sched/core.c:6753)
[ 1501.229210] ? default_idle (./arch/x86/include/asm/irqflags.h:37 ./arch/x86/include/asm/irqflags.h:92 arch/x86/kernel/process.c:749)
[ 1501.229236] schedule_idle (./arch/x86/include/asm/bitops.h:206 (discriminator 1) ./arch/x86/include/asm/bitops.h:238 (discriminator 1) ./include/linux/thread_info.h:192 (discriminator 1) ./include/linux/thread_info.h:208 (discriminator 1) ./include/linux/sched.h:2156 (discriminator 1) kernel/sched/core.c:6866 (discriminator 1))
[ 1501.229268] cpu_startup_entry (kernel/sched/idle.c:422 (discriminator 1))
[ 1501.229294] rest_init (main.c:?)
[ 1501.229320] start_kernel (init/main.c:641 init/main.c:924)
[ 1501.229346] x86_64_start_reservations (arch/x86/kernel/head64.c:501)
[ 1501.229381] x86_64_start_kernel (arch/x86/kernel/head64.c:443 (discriminator 5))
Finger prints:
inet_sock_destruct:__sk_destruct:rcu_core:handle_softirqs:irq_exit_rcu