====================================== | [ 2.189499] Mirror/redirect action on | [ 10.555434] ------------[ cut here ]------------ | [ 10.555517] kernel BUG at net/core/skbuff.c:2813! | [ 10.555556] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI [ 10.555630] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 10.555694] RIP: 0010:__pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1)) [ 10.555732] 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) [ 10.555827] RSP: 0018:ffffa3d4c0114dd8 EFLAGS: 00010282 [ 10.555864] RAX: 00000000fffffff2 RBX: 0000000000000008 RCX: 0000000000000008 [ 10.555909] RDX: ffff8a09c26644b6 RSI: 0000000000000100 RDI: 0000000000000000 [ 10.555953] RBP: ffffa3d4c0114e18 R08: 282329230100007f R09: 6161616192b11200 [ 10.555997] R10: 616192b112002823 R11: 6161616161616161 R12: 00000000ffffffff [ 10.556042] R13: 0000000000000008 R14: ffff8a09c252ad00 R15: 0000000000000006 [ 10.556089] FS: 0000000000000000(0000) GS:ffff8a09fed00000(0000) knlGS:0000000000000000 [ 10.556135] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 10.556172] CR2: 00007fa82efe1520 CR3: 00000000026a0002 CR4: 0000000000770ef0 [ 10.556218] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 10.556261] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 10.556306] PKRU: 55555554 [ 10.556324] Call Trace: [ 10.556341] [ 10.556363] ? die (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:434 arch/x86/kernel/dumpstack.c:447) [ 10.556392] ? do_trap (arch/x86/kernel/traps.c:113 arch/x86/kernel/traps.c:154) [ 10.556423] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1)) [ 10.556449] ? do_error_trap (./arch/x86/include/asm/traps.h:58 arch/x86/kernel/traps.c:175) [ 10.556473] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1)) [ 10.556499] ? exc_invalid_op (arch/x86/kernel/traps.c:265) [ 10.556527] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1)) [ 10.556552] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568) [ 10.556581] ? __pskb_pull_tail (net/core/skbuff.c:2813 (discriminator 1)) [ 10.556605] ? __pskb_pull_tail (net/core/skbuff.c:2813) [ 10.556631] __udp4_lib_rcv (./include/linux/skbuff.h:2731 ./include/linux/skbuff.h:2739 net/ipv4/udp.c:2378) [ 10.556658] ? raw_local_deliver (net/ipv4/raw.c:199) [ 10.556686] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 4)) [ 10.556719] ip_local_deliver_finish (./include/linux/rcupdate.h:782 net/ipv4/ip_input.c:234) [ 10.556750] __netif_receive_skb_one_core (net/core/dev.c:5610 (discriminator 4)) [ 10.556783] netif_receive_skb (net/core/dev.c:5810 net/core/dev.c:5869) [ 10.556806] ? __qdisc_run (net/sched/sch_generic.c:292 net/sched/sch_generic.c:397 net/sched/sch_generic.c:415) [ 10.556833] ifb_ri_tasklet (drivers/net/ifb.c:131) ifb [ 10.556867] tasklet_action_common.constprop.0 (kernel/softirq.c:780) [ 10.556899] __do_softirq (kernel/softirq.c:553) [ 10.556926] irq_exit_rcu (kernel/softirq.c:427 kernel/softirq.c:632 kernel/softirq.c:644) [ 10.556952] sysvec_apic_timer_interrupt (arch/x86/kernel/apic/apic.c:1076 (discriminator 14)) [ 10.556986] [ 10.557005] [ 10.557019] asm_sysvec_apic_timer_interrupt (./arch/x86/include/asm/idtentry.h:649) [ 10.557052] RIP: 0010:default_idle (./arch/x86/include/asm/irqflags.h:37 ./arch/x86/include/asm/irqflags.h:72 arch/x86/kernel/process.c:743) [ 10.557078] Code: 4c 01 c7 4c 29 c2 e9 72 ff ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 66 90 0f 00 2d 73 49 27 00 fb f4 c3 cc cc cc cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 All code ======== 0: 4c 01 c7 add %r8,%rdi 3: 4c 29 c2 sub %r8,%rdx 6: e9 72 ff ff ff jmp 0xffffffffffffff7d b: 90 nop 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 16: 90 nop 17: 90 nop 18: 90 nop 19: 90 nop 1a: 90 nop 1b: f3 0f 1e fa endbr64 1f: 66 90 xchg %ax,%ax 21: 0f 00 2d 73 49 27 00 verw 0x274973(%rip) # 0x27499b 28: fb sti 29: f4 hlt 2a:* fa cli <-- trapping instruction 2b: c3 ret 2c: cc int3 2d: cc int3 2e: cc int3 2f: cc int3 30: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 37: 00 00 00 00 3b: 90 nop 3c: 90 nop 3d: 90 nop 3e: 90 nop 3f: 90 nop Code starting with the faulting instruction =========================================== 0: fa cli 1: c3 ret 2: cc int3 3: cc int3 4: cc int3 5: cc int3 6: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) d: 00 00 00 00 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 10.557176] RSP: 0018:ffffa3d4c00abee8 EFLAGS: 00000252 [ 10.557207] RAX: ffff8a09fed2a3a0 RBX: ffff8a09c136dc00 RCX: 4000000000000000 [ 10.557252] RDX: 0000000000000001 RSI: ffffffffa3095a7c RDI: 000000000006d28c [ 10.557297] RBP: 0000000000000002 R08: 000000000006d28c R09: 0000000000000001 [ 10.557342] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000 [ 10.557386] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000 [ 10.557444] default_idle_call (./include/linux/cpuidle.h:144 kernel/sched/idle.c:98) [ 10.557469] do_idle (kernel/sched/idle.c:171 kernel/sched/idle.c:312) [ 10.557494] cpu_startup_entry (kernel/sched/idle.c:409 (discriminator 1)) [ 10.557519] start_secondary (arch/x86/kernel/smpboot.c:336) Finger prints: __pskb_pull_tail:__udp4_lib_rcv:ip_protocol_deliver_rcu:ip_local_deliver_finish