====================================== | # │ geneve │ 4 │ 4 │ inherit 0x84 │ inherit 84 │ false │ OK │ | [ 878.639863] ------------[ cut here ]------------ | [ 878.640318] WARNING: CPU: 3 PID: 11 at drivers/net/geneve.c:1914 geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve | [ 878.641288] Modules linked in: geneve ip6_gre ip_gre gre cls_matchall act_gact cls_flower sch_ingress vxlan ip6_udp_tunnel udp_tunnel [ 878.642400] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 878.643042] Workqueue: netns cleanup_net [ 878.643290] RIP: 0010:geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve [ 878.643630] 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 [ 878.644607] RSP: 0018:ffffa82c80063db0 EFLAGS: 00010202 [ 878.644900] RAX: ffff898cc29cb310 RBX: ffff898cc3ef0000 RCX: 0000000000000000 [ 878.645282] RDX: ffff898cc79fc008 RSI: ffffffff9837b8c0 RDI: ffff898cc1322be0 [ 878.645664] RBP: ffff898cc29cb300 R08: 0000000000000001 R09: 0000000000000001 [ 878.646051] R10: 0000000000000004 R11: 0000000000000001 R12: ffffa82c80063e08 [ 878.646423] R13: ffff898cc27a8000 R14: ffff898cc29cb2b0 R15: ffff898cc29cb2b0 [ 878.646801] FS: 0000000000000000(0000) GS:ffff898cfed80000(0000) knlGS:0000000000000000 [ 878.647219] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 878.647518] CR2: 00007f37ca45a0e0 CR3: 000000000a660006 CR4: 0000000000770ef0 [ 878.647896] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 878.648273] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 878.648653] PKRU: 55555554 [ 878.648810] Call Trace: [ 878.648949] [ 878.649073] ? __warn (kernel/panic.c:677) [ 878.649258] ? geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve [ 878.649567] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 878.649793] ? handle_bug (arch/x86/kernel/traps.c:238) [ 878.649994] ? exc_invalid_op (arch/x86/kernel/traps.c:259 (discriminator 1)) [ 878.650221] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568) [ 878.650474] ? geneve_exit_batch_rtnl (drivers/net/geneve.c:1914 (discriminator 1)) geneve [ 878.650798] cleanup_net (net/core/net_namespace.c:630) [ 878.651007] ? process_one_work (kernel/workqueue.c:2606) [ 878.651237] process_one_work (kernel/workqueue.c:2633) [ 878.651470] worker_thread (kernel/workqueue.c:2700 kernel/workqueue.c:2787) [ 878.651687] ? __pfx_worker_thread (kernel/workqueue.c:2733) [ 878.651925] kthread (kernel/kthread.c:388) [ 878.652105] ? __pfx_kthread (kernel/kthread.c:341) [ 878.652319] ret_from_fork (arch/x86/kernel/process.c:147) [ 878.652519] ? __pfx_kthread (kernel/kthread.c:341) Finger prints: geneve_exit_batch_rtnl:cleanup_net:process_one_work:worker_thread