====================================== | [ 61.251290] br0: port 1(vxlan0) entered disabled state | [ 61.251674] ------------[ cut here ]------------ | [ 61.251736] WARNING: CPU: 1 PID: 66 at net/core/rtnetlink.c:135 __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) | [ 61.251816] Modules linked in: vxlan ip6_gre gre nft_chain_nat xt_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_compat nf_tables libcrc32c act_gact cls_flower sch_ingress [last unloaded: test_bpf] [ 61.252095] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 61.252159] Workqueue: netns cleanup_net [ 61.252202] RIP: 0010:__rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 61.252257] Code: 28 00 48 85 db 74 1c 48 89 de 31 ff 48 8b 1b ba 02 00 00 00 e8 62 22 fc ff e8 3d 9a 28 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: 28 00 sub %al,(%rax) 2: 48 85 db test %rbx,%rbx 5: 74 1c je 0x23 7: 48 89 de mov %rbx,%rsi 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 22 fc ff call 0xfffffffffffc227b 19: e8 3d 9a 28 00 call 0x289a5b 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 [ 61.252432] RSP: 0018:ffff99c74024fd00 EFLAGS: 00010283 [ 61.252483] RAX: ffff8c9e813c4508 RBX: 0000000000000000 RCX: ffff8c9e8763c560 [ 61.252560] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff8c9e897d4000 [ 61.252636] RBP: ffff99c74024fc48 R08: ffff8c9e82899660 R09: ffff8c9e81194a10 [ 61.252719] R10: ffff99c74024fc30 R11: ffff99c74024fc38 R12: dead000000000122 [ 61.252791] R13: dead000000000100 R14: ffff8c9e8694a200 R15: 0000000000000000 [ 61.252869] FS: 0000000000000000(0000) GS:ffff8c9ebec80000(0000) knlGS:0000000000000000 [ 61.252957] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 61.253025] CR2: 00007ffd9d4c06e8 CR3: 0000000016c46006 CR4: 0000000000772ef0 [ 61.253101] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 61.253175] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 61.253250] PKRU: 55555554 [ 61.253276] Call Trace: [ 61.253303] [ 61.253327] ? __warn (kernel/panic.c:748) [ 61.253372] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 61.253410] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 61.253456] ? handle_bug (arch/x86/kernel/traps.c:285) [ 61.253501] ? exc_invalid_op (arch/x86/kernel/traps.c:309 (discriminator 1)) [ 61.253539] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 61.253576] ? __rtnl_unlock (net/core/rtnetlink.c:135 (discriminator 1)) [ 61.253613] unregister_netdevice_many_notify (./include/linux/kernel.h:73 net/core/dev.c:11470 net/core/dev.c:11639) [ 61.253664] ? rtnl_is_locked (net/core/rtnetlink.c:163) [ 61.253708] ? unregister_netdevice_queue (net/core/dev.c:11521) [ 61.253757] default_device_exit_batch (net/core/dev.c:12147) [ 61.253808] cleanup_net (net/core/net_namespace.c:651 (discriminator 3)) [ 61.253845] process_one_work (kernel/workqueue.c:3229) [ 61.253883] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391) [ 61.253924] ? __pfx_worker_thread (kernel/workqueue.c:3337) [ 61.253975] kthread (kernel/kthread.c:389) [ 61.254015] ? __pfx_kthread (kernel/kthread.c:342) [ 61.254048] ret_from_fork (arch/x86/kernel/process.c:147) [ 61.254089] ? __pfx_kthread (kernel/kthread.c:342) Finger prints: __rtnl_unlock:unregister_netdevice_many_notify:default_device_exit_batch:cleanup_net:process_one_work