====================================== | # │ geneve │ 4 │ 4 │ inherit 0xd4 │ inherit 138 │ false │ OK │ | [ 117.273800] ------------[ cut here ]------------ | [ 117.274144] WARNING: CPU: 2 PID: 68 at drivers/net/geneve.c:1914 geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve | [ 117.274661] Modules linked in: geneve vxlan ip6_udp_tunnel udp_tunnel ip6_gre ip_gre gre [ 117.275743] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 117.276999] Workqueue: netns cleanup_net [ 117.277430] RIP: 0010:geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve [ 117.277831] Code: 75 27 48 8b 83 a8 00 00 00 48 8d 98 58 ff ff ff 48 39 04 24 75 d1 48 83 c4 08 5b 5d 41 5c 41 5d 41 5e 41 5f c3 cc cc cc cc 90 <0f> 0b 90 eb d3 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 90 90 90 All code ======== 0: 75 27 jne 0x29 2: 48 8b 83 a8 00 00 00 mov 0xa8(%rbx),%rax 9: 48 8d 98 58 ff ff ff lea -0xa8(%rax),%rbx 10: 48 39 04 24 cmp %rax,(%rsp) 14: 75 d1 jne 0xffffffffffffffe7 16: 48 83 c4 08 add $0x8,%rsp 1a: 5b pop %rbx 1b: 5d pop %rbp 1c: 41 5c pop %r12 1e: 41 5d pop %r13 20: 41 5e pop %r14 22: 41 5f pop %r15 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: 90 nop 2d: eb d3 jmp 0x2 2f: 0f 1f 40 00 nopl 0x0(%rax) 33: 90 nop 34: 90 nop 35: 90 nop 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: eb d3 jmp 0xffffffffffffffd8 5: 0f 1f 40 00 nopl 0x0(%rax) 9: 90 nop a: 90 nop 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 [ 117.279915] RSP: 0018:ffffb1ee00263db0 EFLAGS: 00010202 [ 117.280414] RAX: ffff900e41c25cd0 RBX: ffff900e4504dc00 RCX: 0000000000000000 [ 117.281245] RDX: ffff900e42a60008 RSI: ffffffff88f7b8c0 RDI: ffff900e42452be0 [ 117.281612] RBP: ffff900e41c25cc0 R08: 0000000000000001 R09: 0000000000000001 [ 117.281982] R10: 0000000000000004 R11: 0000000000000001 R12: ffffb1ee00263e08 [ 117.282367] R13: ffffb1ee00263df8 R14: ffff900e41c25c70 R15: ffff900e41c25c70 [ 117.282841] FS: 0000000000000000(0000) GS:ffff900e7ed00000(0000) knlGS:0000000000000000 [ 117.283251] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 117.283585] CR2: 00007ffdffccf498 CR3: 000000000291e004 CR4: 0000000000770ef0 [ 117.283954] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 117.284311] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 117.284724] PKRU: 55555554 [ 117.284992] Call Trace: [ 117.285257] [ 117.285487] ? __warn (kernel/panic.c:677) [ 117.285761] ? geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve [ 117.286347] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 117.286735] ? handle_bug (arch/x86/kernel/traps.c:238) [ 117.286921] ? exc_invalid_op (arch/x86/kernel/traps.c:259 (discriminator 1)) [ 117.287121] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568) [ 117.287573] ? geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve [ 117.288059] cleanup_net (net/core/net_namespace.c:630) [ 117.288404] ? process_one_work (kernel/workqueue.c:2606) [ 117.288865] process_one_work (kernel/workqueue.c:2633) [ 117.289269] worker_thread (kernel/workqueue.c:2700 kernel/workqueue.c:2787) [ 117.289623] ? __pfx_worker_thread (kernel/workqueue.c:2733) [ 117.290038] kthread (kernel/kthread.c:388) [ 117.290336] ? __pfx_kthread (kernel/kthread.c:341) [ 117.290691] ret_from_fork (arch/x86/kernel/process.c:147) [ 117.291041] ? __pfx_kthread (kernel/kthread.c:341) Finger prints: geneve_exit_batch_rtnl:cleanup_net:process_one_work:worker_thread