====================================== | [ 567.673955] br1: port 1(vx10) entered disabled state | [ 567.690058] ------------[ cut here ]------------ | [ 567.690128] WARNING: CPU: 1 PID: 65 at net/core/rtnetlink.c:135 __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) | [ 567.690228] Modules linked in: macvlan act_vlan act_mirred ip6_gre ip6_tunnel tunnel6 cls_matchall ip_gre gre 8021q act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth [ 567.690412] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 567.690456] Workqueue: netns cleanup_net [ 567.690491] RIP: 0010:__rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.690530] Code: 1f 00 48 85 db 74 1c 48 89 de 31 ff 48 8b 1b ba 02 00 00 00 e8 62 27 fc ff e8 bd b9 1f 00 48 85 db 75 e4 5b c3 cc cc cc cc 90 <0f> 0b 90 eb c7 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 All code ======== 0: 1f (bad) 1: 00 48 85 add %cl,-0x7b(%rax) 4: db 74 1c 48 (bad) 0x48(%rsp,%rbx,1) 8: 89 de mov %ebx,%esi a: 31 ff xor %edi,%edi c: 48 8b 1b mov (%rbx),%rbx f: ba 02 00 00 00 mov $0x2,%edx 14: e8 62 27 fc ff call 0xfffffffffffc277b 19: e8 bd b9 1f 00 call 0x1fb9db 1e: 48 85 db test %rbx,%rbx 21: 75 e4 jne 0x7 23: 5b pop %rbx 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 c7 jmp 0xfffffffffffffff6 2f: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 36: 00 00 00 00 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 c7 jmp 0xffffffffffffffcc 5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) c: 00 00 00 00 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 567.690652] RSP: 0018:ffffbd144023fb40 EFLAGS: 00010283 [ 567.690691] RAX: ffff95f7066f84f8 RBX: 0000000000000000 RCX: 0000000000000001 [ 567.690747] RDX: ffff95f709760000 RSI: 0000000000000000 RDI: dead000000000122 [ 567.690796] RBP: ffffbd144023fa70 R08: ffff95f7048e9230 R09: 0000000000000001 [ 567.690846] R10: ffff95f73ec9cf58 R11: 0000d7410000d741 R12: ffff95f7066fb000 [ 567.690896] R13: ffffbd144023fc88 R14: 00000000ffffffe4 R15: 0000000000000000 [ 567.690947] FS: 0000000000000000(0000) GS:ffff95f73ec80000(0000) knlGS:0000000000000000 [ 567.691016] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 567.691063] CR2: 000055a65e9d5dec CR3: 0000000007f2a003 CR4: 0000000000772ef0 [ 567.691113] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 567.691167] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 567.691217] PKRU: 55555554 [ 567.691234] Call Trace: [ 567.691253] [ 567.691277] ? __warn (kernel/panic.c:748) [ 567.691311] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.691342] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 567.691374] ? handle_bug (arch/x86/kernel/traps.c:285) [ 567.691408] ? exc_invalid_op (arch/x86/kernel/traps.c:309 (discriminator 1)) [ 567.691439] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 567.691477] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.691507] unregister_netdevice_many_notify (net/core/dev.c:11453 net/core/dev.c:11575) [ 567.691548] macvlan_device_event (drivers/net/macvlan.c:1843) macvlan [ 567.691589] notifier_call_chain (kernel/notifier.c:85) [ 567.691624] unregister_netdevice_many_notify (net/core/dev.c:11597) [ 567.691663] ? vlan_vid_del (net/8021q/vlan_core.c:368 net/8021q/vlan_core.c:387) [ 567.691697] vlan_device_event (net/8021q/vlan.c:528) 8021q [ 567.691737] ? vxlan_netdevice_event (drivers/net/vxlan/vxlan_core.c:4733 drivers/net/vxlan/vxlan_core.c:4742) vxlan [ 567.691784] notifier_call_chain (kernel/notifier.c:85) [ 567.691815] unregister_netdevice_many_notify (net/core/dev.c:11597) [ 567.691854] cleanup_net (net/core/net_namespace.c:648) [ 567.691885] process_one_work (kernel/workqueue.c:3229) [ 567.691916] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391) [ 567.691946] ? __pfx_worker_thread (kernel/workqueue.c:3337) [ 567.692006] kthread (kernel/kthread.c:389) [ 567.692041] ? __pfx_kthread (kernel/kthread.c:342) [ 567.692071] ret_from_fork (arch/x86/kernel/process.c:147) [ 567.692108] ? __pfx_kthread (kernel/kthread.c:342) [ 567.692139] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 567.692455] ------------[ cut here ]------------ | [ 567.692522] WARNING: CPU: 1 PID: 65 at net/core/rtnetlink.c:135 __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) | [ 567.692579] Modules linked in: macvlan act_vlan act_mirred ip6_gre ip6_tunnel tunnel6 cls_matchall ip_gre gre 8021q act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth | [ 567.692782] Tainted: [W]=WARN [ 567.692809] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 567.692852] Workqueue: netns cleanup_net [ 567.692883] RIP: 0010:__rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.692922] Code: 1f 00 48 85 db 74 1c 48 89 de 31 ff 48 8b 1b ba 02 00 00 00 e8 62 27 fc ff e8 bd b9 1f 00 48 85 db 75 e4 5b c3 cc cc cc cc 90 <0f> 0b 90 eb c7 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 All code ======== 0: 1f (bad) 1: 00 48 85 add %cl,-0x7b(%rax) 4: db 74 1c 48 (bad) 0x48(%rsp,%rbx,1) 8: 89 de mov %ebx,%esi a: 31 ff xor %edi,%edi c: 48 8b 1b mov (%rbx),%rbx f: ba 02 00 00 00 mov $0x2,%edx 14: e8 62 27 fc ff call 0xfffffffffffc277b 19: e8 bd b9 1f 00 call 0x1fb9db 1e: 48 85 db test %rbx,%rbx 21: 75 e4 jne 0x7 23: 5b pop %rbx 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 c7 jmp 0xfffffffffffffff6 2f: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 36: 00 00 00 00 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 c7 jmp 0xffffffffffffffcc 5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) c: 00 00 00 00 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 567.693063] RSP: 0018:ffffbd144023fb40 EFLAGS: 00010283 [ 567.693105] RAX: ffff95f7066f84f8 RBX: 0000000000000000 RCX: ffff95f7011f8120 [ 567.693154] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff95f7066fe000 [ 567.693205] RBP: ffffbd144023fa70 R08: ffff95f706777ee0 R09: ffff95f70118da10 [ 567.693261] R10: ffffbd144023fa70 R11: ffffbd144023fa78 R12: dead000000000122 [ 567.693310] R13: dead000000000100 R14: ffff95f706726600 R15: 0000000000000000 [ 567.693361] FS: 0000000000000000(0000) GS:ffff95f73ec80000(0000) knlGS:0000000000000000 [ 567.693417] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 567.693468] CR2: 000055a65e9d5dec CR3: 0000000007f2a003 CR4: 0000000000772ef0 [ 567.693517] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 567.693565] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 567.693614] PKRU: 55555554 [ 567.693637] Call Trace: [ 567.693654] [ 567.693670] ? __warn (kernel/panic.c:748) [ 567.693701] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.693730] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 567.693761] ? handle_bug (arch/x86/kernel/traps.c:285) [ 567.693792] ? exc_invalid_op (arch/x86/kernel/traps.c:309 (discriminator 1)) [ 567.693822] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 567.693851] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.693882] unregister_netdevice_many_notify (./include/linux/kernel.h:73 net/core/dev.c:11470 net/core/dev.c:11639) [ 567.693922] macvlan_device_event (drivers/net/macvlan.c:1843) macvlan [ 567.693973] notifier_call_chain (kernel/notifier.c:85) [ 567.694012] unregister_netdevice_many_notify (net/core/dev.c:11597) [ 567.694045] ? vlan_vid_del (net/8021q/vlan_core.c:368 net/8021q/vlan_core.c:387) [ 567.694077] vlan_device_event (net/8021q/vlan.c:528) 8021q [ 567.694117] ? vxlan_netdevice_event (drivers/net/vxlan/vxlan_core.c:4733 drivers/net/vxlan/vxlan_core.c:4742) vxlan [ 567.694162] notifier_call_chain (kernel/notifier.c:85) [ 567.694193] unregister_netdevice_many_notify (net/core/dev.c:11597) [ 567.694231] cleanup_net (net/core/net_namespace.c:648) [ 567.694262] process_one_work (kernel/workqueue.c:3229) [ 567.694293] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391) [ 567.694324] ? __pfx_worker_thread (kernel/workqueue.c:3337) [ 567.694360] kthread (kernel/kthread.c:389) [ 567.694396] ? __pfx_kthread (kernel/kthread.c:342) [ 567.694431] ret_from_fork (arch/x86/kernel/process.c:147) [ 567.694470] ? __pfx_kthread (kernel/kthread.c:342) [ 567.694500] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 567.694720] ------------[ cut here ]------------ | [ 567.694779] WARNING: CPU: 1 PID: 65 at net/core/rtnetlink.c:135 __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) | [ 567.694837] Modules linked in: macvlan act_vlan act_mirred ip6_gre ip6_tunnel tunnel6 cls_matchall ip_gre gre 8021q act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth | [ 567.695061] Tainted: [W]=WARN [ 567.695090] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 567.695142] Workqueue: netns cleanup_net [ 567.695172] RIP: 0010:__rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.695211] Code: 1f 00 48 85 db 74 1c 48 89 de 31 ff 48 8b 1b ba 02 00 00 00 e8 62 27 fc ff e8 bd b9 1f 00 48 85 db 75 e4 5b c3 cc cc cc cc 90 <0f> 0b 90 eb c7 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 All code ======== 0: 1f (bad) 1: 00 48 85 add %cl,-0x7b(%rax) 4: db 74 1c 48 (bad) 0x48(%rsp,%rbx,1) 8: 89 de mov %ebx,%esi a: 31 ff xor %edi,%edi c: 48 8b 1b mov (%rbx),%rbx f: ba 02 00 00 00 mov $0x2,%edx 14: e8 62 27 fc ff call 0xfffffffffffc277b 19: e8 bd b9 1f 00 call 0x1fb9db 1e: 48 85 db test %rbx,%rbx 21: 75 e4 jne 0x7 23: 5b pop %rbx 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 c7 jmp 0xfffffffffffffff6 2f: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 36: 00 00 00 00 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 c7 jmp 0xffffffffffffffcc 5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) c: 00 00 00 00 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 567.695331] RSP: 0018:ffffbd144023fc48 EFLAGS: 00010283 [ 567.695379] RAX: ffff95f7066f84f8 RBX: 0000000000000000 RCX: ffff95f7011f8120 [ 567.695428] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff95f7066fb000 [ 567.695483] RBP: ffffbd144023fb78 R08: ffff95f70311a330 R09: ffff95f70118da10 [ 567.695535] R10: ffffbd144023fb78 R11: ffffbd144023fb80 R12: dead000000000122 [ 567.695596] R13: dead000000000100 R14: ffff95f706726600 R15: 0000000000000000 [ 567.695648] FS: 0000000000000000(0000) GS:ffff95f73ec80000(0000) knlGS:0000000000000000 [ 567.695703] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 567.695749] CR2: 000055a65e9d5dec CR3: 0000000007f2a003 CR4: 0000000000772ef0 [ 567.695806] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 567.695860] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 567.695909] PKRU: 55555554 [ 567.695925] Call Trace: [ 567.695942] [ 567.695962] ? __warn (kernel/panic.c:748) [ 567.695995] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.696038] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 567.696069] ? handle_bug (arch/x86/kernel/traps.c:285) [ 567.696100] ? exc_invalid_op (arch/x86/kernel/traps.c:309 (discriminator 1)) [ 567.696125] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 567.696159] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.696191] unregister_netdevice_many_notify (./include/linux/kernel.h:73 net/core/dev.c:11470 net/core/dev.c:11639) [ 567.696230] ? vlan_vid_del (net/8021q/vlan_core.c:368 net/8021q/vlan_core.c:387) [ 567.696263] vlan_device_event (net/8021q/vlan.c:528) 8021q [ 567.696304] ? vxlan_netdevice_event (drivers/net/vxlan/vxlan_core.c:4733 drivers/net/vxlan/vxlan_core.c:4742) vxlan [ 567.696348] notifier_call_chain (kernel/notifier.c:85) [ 567.696378] unregister_netdevice_many_notify (net/core/dev.c:11597) [ 567.696412] cleanup_net (net/core/net_namespace.c:648) [ 567.696455] process_one_work (kernel/workqueue.c:3229) [ 567.696487] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391) [ 567.696517] ? __pfx_worker_thread (kernel/workqueue.c:3337) [ 567.696550] kthread (kernel/kthread.c:389) [ 567.696577] ? __pfx_kthread (kernel/kthread.c:342) [ 567.696603] ret_from_fork (arch/x86/kernel/process.c:147) [ 567.696634] ? __pfx_kthread (kernel/kthread.c:342) [ 567.696673] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 567.711093] ------------[ cut here ]------------ | [ 567.711171] WARNING: CPU: 1 PID: 65 at net/core/rtnetlink.c:135 __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) | [ 567.711235] Modules linked in: macvlan act_vlan act_mirred ip6_gre ip6_tunnel tunnel6 cls_matchall ip_gre gre 8021q act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth | [ 567.711428] Tainted: [W]=WARN [ 567.711479] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 567.711524] Workqueue: netns cleanup_net [ 567.711556] RIP: 0010:__rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.711594] Code: 1f 00 48 85 db 74 1c 48 89 de 31 ff 48 8b 1b ba 02 00 00 00 e8 62 27 fc ff e8 bd b9 1f 00 48 85 db 75 e4 5b c3 cc cc cc cc 90 <0f> 0b 90 eb c7 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 All code ======== 0: 1f (bad) 1: 00 48 85 add %cl,-0x7b(%rax) 4: db 74 1c 48 (bad) 0x48(%rsp,%rbx,1) 8: 89 de mov %ebx,%esi a: 31 ff xor %edi,%edi c: 48 8b 1b mov (%rbx),%rbx f: ba 02 00 00 00 mov $0x2,%edx 14: e8 62 27 fc ff call 0xfffffffffffc277b 19: e8 bd b9 1f 00 call 0x1fb9db 1e: 48 85 db test %rbx,%rbx 21: 75 e4 jne 0x7 23: 5b pop %rbx 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 c7 jmp 0xfffffffffffffff6 2f: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) 36: 00 00 00 00 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 c7 jmp 0xffffffffffffffcc 5: 66 66 2e 0f 1f 84 00 data16 cs nopw 0x0(%rax,%rax,1) c: 00 00 00 00 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 567.711714] RSP: 0018:ffffbd144023fd78 EFLAGS: 00010283 [ 567.711751] RAX: ffff95f7066f84f8 RBX: 0000000000000000 RCX: ffff95f709562548 [ 567.711805] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff95f706779000 [ 567.711854] RBP: ffffbd144023fcc0 R08: ffff95f7065d0198 R09: ffff95f70118da10 [ 567.711903] R10: ffffbd144023fca8 R11: ffffbd144023fcb0 R12: dead000000000122 [ 567.711959] R13: dead000000000100 R14: ffff95f706726600 R15: 0000000000000000 [ 567.712015] FS: 0000000000000000(0000) GS:ffff95f73ec80000(0000) knlGS:0000000000000000 [ 567.712070] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 567.712113] CR2: 00007fdb98d82840 CR3: 00000000012c8002 CR4: 0000000000772ef0 [ 567.712168] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 567.712256] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 567.712306] PKRU: 55555554 [ 567.712322] Call Trace: [ 567.712340] [ 567.712362] ? __warn (kernel/panic.c:748) [ 567.712394] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.712429] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 567.712473] ? handle_bug (arch/x86/kernel/traps.c:285) [ 567.712509] ? exc_invalid_op (arch/x86/kernel/traps.c:309 (discriminator 1)) [ 567.712539] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 567.712574] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 567.712604] unregister_netdevice_many_notify (./include/linux/kernel.h:73 net/core/dev.c:11470 net/core/dev.c:11639) [ 567.712653] cleanup_net (net/core/net_namespace.c:648) [ 567.712687] process_one_work (kernel/workqueue.c:3229) [ 567.712718] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391) [ 567.712748] ? __pfx_worker_thread (kernel/workqueue.c:3337) [ 567.712812] kthread (kernel/kthread.c:389) [ 567.712842] ? __pfx_kthread (kernel/kthread.c:342) [ 567.712867] ret_from_fork (arch/x86/kernel/process.c:147) [ 567.712911] ? __pfx_kthread (kernel/kthread.c:342) Finger prints: __rtnl_unlock:unregister_netdevice_many_notify:vlan_device_event:notifier_call_chain:unregister_netdevice_many_notify __rtnl_unlock:unregister_netdevice_many_notify:cleanup_net:process_one_work:worker_thread __rtnl_unlock:unregister_netdevice_many_notify:macvlan_device_event:notifier_call_chain:unregister_netdevice_many_notify