======================================
|
| [ 31.723995] ------------[ cut here ]------------
| [ 31.724118] kernel BUG at net/core/skbuff.c:2813!
| [ 31.724175] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
[ 31.724281] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[ 31.724370] RIP: 0010:__pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 31.724425] Code: 44 24 10 e8 ad e4 81 ff 49 8b be c0 00 00 00 44 8b 44 24 10 41 8b 8e bc 00 00 00 e9 f4 fc ff ff 4c 8d 48 ff e9 41 fd ff ff 90 <0f> 0b 48 c7 44 24 10 00 00 00 00 e9 99 fe ff ff 41 f6 44 24 7e 20
All code
========
0: 44 24 10 rex.R and $0x10,%al
3: e8 ad e4 81 ff call 0xffffffffff81e4b5
8: 49 8b be c0 00 00 00 mov 0xc0(%r14),%rdi
f: 44 8b 44 24 10 mov 0x10(%rsp),%r8d
14: 41 8b 8e bc 00 00 00 mov 0xbc(%r14),%ecx
1b: e9 f4 fc ff ff jmp 0xfffffffffffffd14
20: 4c 8d 48 ff lea -0x1(%rax),%r9
24: e9 41 fd ff ff jmp 0xfffffffffffffd6a
29: 90 nop
2a:* 0f 0b ud2 <-- trapping instruction
2c: 48 c7 44 24 10 00 00 movq $0x0,0x10(%rsp)
33: 00 00
35: e9 99 fe ff ff jmp 0xfffffffffffffed3
3a: 41 f6 44 24 7e 20 testb $0x20,0x7e(%r12)
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: 48 c7 44 24 10 00 00 movq $0x0,0x10(%rsp)
9: 00 00
b: e9 99 fe ff ff jmp 0xfffffffffffffea9
10: 41 f6 44 24 7e 20 testb $0x20,0x7e(%r12)
[ 31.724561] RSP: 0018:ffffa1aec00e8d80 EFLAGS: 00010282
[ 31.724612] RAX: 00000000fffffff2 RBX: 0000000000000014 RCX: 0000000000000014
[ 31.724674] RDX: ffff8b9c02708944 RSI: 0000000000000100 RDI: 0000000000000000
[ 31.724735] RBP: ffffa1aec00e8dc0 R08: 00000000ffffffd8 R09: ffff8b9c01cab000
[ 31.724796] R10: 0000000000000008 R11: ffff8b9c027757d4 R12: 00000000ffffffff
[ 31.724858] R13: 0000000000000014 R14: ffff8b9c02775700 R15: 0000000000000001
[ 31.724921] FS: 00007efff2e9e740(0000) GS:ffff8b9c3ec80000(0000) knlGS:0000000000000000
[ 31.724985] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 31.725035] CR2: 00007efff2e9f0e8 CR3: 0000000004512002 CR4: 0000000000770ef0
[ 31.725098] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 31.725158] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 31.725219] PKRU: 55555554
[ 31.725243] Call Trace:
[ 31.725267]
[ 31.725294] ? die (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:434 arch/x86/kernel/dumpstack.c:447)
[ 31.725337] ? do_trap (arch/x86/kernel/traps.c:113 arch/x86/kernel/traps.c:154)
[ 31.725377] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 31.725412] ? do_error_trap (./arch/x86/include/asm/traps.h:58 arch/x86/kernel/traps.c:175)
[ 31.725447] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 31.725482] ? exc_invalid_op (arch/x86/kernel/traps.c:265)
[ 31.725521] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 31.725556] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568)
[ 31.725598] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1))
[ 31.725632] tcp_v4_rcv (./include/linux/skbuff.h:2731 ./include/linux/skbuff.h:2739 net/ipv4/tcp_ipv4.c:2181)
[ 31.725674] ? raw_local_deliver (net/ipv4/raw.c:199)
[ 31.725713] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 1))
[ 31.725759] ip_local_deliver_finish (./include/linux/rcupdate.h:782 net/ipv4/ip_input.c:234)
[ 31.725805] __netif_receive_skb_one_core (net/core/dev.c:5610 (discriminator 4))
[ 31.725855] process_backlog (./include/linux/rcupdate.h:782 net/core/dev.c:6053)
[ 31.725893] __napi_poll (net/core/dev.c:6703)
[ 31.725929] net_rx_action (net/core/dev.c:6774 net/core/dev.c:6886)
[ 31.725966] __do_softirq (kernel/softirq.c:553)
[ 31.726009] do_softirq (kernel/softirq.c:454 kernel/softirq.c:441)
[ 31.726048]
[ 31.726072]
[ 31.726098] __local_bh_enable_ip (kernel/softirq.c:381)
[ 31.726133] __dev_queue_xmit (net/core/dev.c:4400)
[ 31.726169] ? __ip_finish_output (./include/linux/skbuff.h:4942 net/ipv4/ip_output.c:307 net/ipv4/ip_output.c:295)
[ 31.726216] ? kvm_sched_clock_read (arch/x86/kernel/kvmclock.c:91)
[ 31.726265] ip_finish_output2 (./include/linux/netdevice.h:3172 ./include/net/neighbour.h:526 ./include/net/neighbour.h:540 net/ipv4/ip_output.c:235)
[ 31.726301] ? __ip_finish_output (./include/linux/skbuff.h:4942 net/ipv4/ip_output.c:307 net/ipv4/ip_output.c:295)
[ 31.726350] __ip_queue_xmit (net/ipv4/ip_output.c:535)
[ 31.726387] __tcp_transmit_skb (net/ipv4/tcp_output.c:1462 (discriminator 4))
[ 31.726431] tcp_write_xmit (net/ipv4/tcp_output.c:2792)
[ 31.726469] __tcp_push_pending_frames (net/ipv4/tcp_output.c:2977)
[ 31.726512] __tcp_close (net/ipv4/tcp.c:2842)
[ 31.726555] tcp_close (net/ipv4/tcp.c:2932)
[ 31.726593] tls_sk_proto_close (net/tls/tls_main.c:398) tls
[ 31.726659] inet_release (net/ipv4/af_inet.c:436)
[ 31.726700] __sock_release (net/socket.c:659)
[ 31.726741] sock_close (net/socket.c:1423)
[ 31.726777] __fput (fs/file_table.c:376)
[ 31.726815] __x64_sys_close (fs/open.c:1557 fs/open.c:1539 fs/open.c:1539)
[ 31.726855] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83)
[ 31.726892] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:129)
[ 31.726941] RIP: 0033:0x7efff2fe0007
[ 31.726976] Code: ff e8 fd e2 01 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 41 c3 48 83 ec 18 89 7c 24 0c e8 c3 cb f5 ff
All code
========
0: ff (bad)
1: e8 fd e2 01 00 call 0x1e303
6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1)
d: 00 00 00
10: 0f 1f 00 nopl (%rax)
13: f3 0f 1e fa endbr64
17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax
1e: 00
1f: 85 c0 test %eax,%eax
21: 75 10 jne 0x33
23: b8 03 00 00 00 mov $0x3,%eax
28: 0f 05 syscall
2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction
30: 77 41 ja 0x73
32: c3 ret
33: 48 83 ec 18 sub $0x18,%rsp
37: 89 7c 24 0c mov %edi,0xc(%rsp)
3b: e8 c3 cb f5 ff call 0xfffffffffff5cc03
Code starting with the faulting instruction
===========================================
0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax
6: 77 41 ja 0x49
8: c3 ret
9: 48 83 ec 18 sub $0x18,%rsp
d: 89 7c 24 0c mov %edi,0xc(%rsp)
11: e8 c3 cb f5 ff call 0xfffffffffff5cbd9
[ 31.727113] RSP: 002b:00007ffedb421088 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
[ 31.727175] RAX: ffffffffffffffda RBX: 000000000041ff40 RCX: 00007efff2fe0007
[ 31.727239] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000007
[ 31.727302] RBP: 0000000000422f80 R08: 0000000000000038 R09: 0000000000000000
[ 31.727364] R10: 00007efff2eb0ce0 R11: 0000000000000246 R12: 00000000000001e0
Finger prints:
__pskb_pull_tail:tcp_v4_rcv:ip_protocol_deliver_rcu:ip_local_deliver_finish