======================================
| [   23.275149] ------------[ cut here ]------------
| [   23.275213] RTNL: assertion failed at net/core/link_watch.c (59)
| [   23.275295] WARNING: CPU: 3 PID: 65 at net/core/link_watch.c:59 rfc2863_policy (net/core/link_watch.c:59 net/core/link_watch.c:76)
| [   23.275366] Modules linked in: act_gact cls_flower cls_bpf sch_ingress
[   23.275484] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[   23.275536] Workqueue: netns cleanup_net
[   23.275575] RIP: 0010:rfc2863_policy (net/core/link_watch.c:59 net/core/link_watch.c:76)
[ 23.275618] Code: 80 3d 27 7d 07 01 00 75 ca c6 05 1e 7d 07 01 01 90 ba 3b 00 00 00 48 c7 c6 8d f8 1b 96 48 c7 c7 b0 cc 0d 96 e8 7f 37 56 ff 90 <0f> 0b 90 90 eb a3 83 f8 06 0f 85 14 ff ff ff b8 05 00 00 00 e9 0a
All code
========
   0:	80 3d 27 7d 07 01 00 	cmpb   $0x0,0x1077d27(%rip)        # 0x1077d2e
   7:	75 ca                	jne    0xffffffffffffffd3
   9:	c6 05 1e 7d 07 01 01 	movb   $0x1,0x1077d1e(%rip)        # 0x1077d2e
  10:	90                   	nop
  11:	ba 3b 00 00 00       	mov    $0x3b,%edx
  16:	48 c7 c6 8d f8 1b 96 	mov    $0xffffffff961bf88d,%rsi
  1d:	48 c7 c7 b0 cc 0d 96 	mov    $0xffffffff960dccb0,%rdi
  24:	e8 7f 37 56 ff       	call   0xffffffffff5637a8
  29:	90                   	nop
  2a:*	0f 0b                	ud2		<-- trapping instruction
  2c:	90                   	nop
  2d:	90                   	nop
  2e:	eb a3                	jmp    0xffffffffffffffd3
  30:	83 f8 06             	cmp    $0x6,%eax
  33:	0f 85 14 ff ff ff    	jne    0xffffffffffffff4d
  39:	b8 05 00 00 00       	mov    $0x5,%eax
  3e:	e9                   	.byte 0xe9
  3f:	0a                   	.byte 0xa

Code starting with the faulting instruction
===========================================
   0:	0f 0b                	ud2
   2:	90                   	nop
   3:	90                   	nop
   4:	eb a3                	jmp    0xffffffffffffffa9
   6:	83 f8 06             	cmp    $0x6,%eax
   9:	0f 85 14 ff ff ff    	jne    0xffffffffffffff23
   f:	b8 05 00 00 00       	mov    $0x5,%eax
  14:	e9                   	.byte 0xe9
  15:	0a                   	.byte 0xa
[   23.275751] RSP: 0018:ffffa4d440247d10 EFLAGS: 00010286
[   23.275794] RAX: 0000000000000000 RBX: ffff8cfc48937000 RCX: 00000000ffffdfff
[   23.275854] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001
[   23.275915] RBP: 0000000000000000 R08: ffffffff9655a968 R09: 00000000ffffdfff
[   23.275976] R10: ffffffff9647a980 R11: ffffffff9652a980 R12: dead000000000122
[   23.276034] R13: dead000000000100 R14: ffffffff961bf1fe R15: ffff8cfc48936000
[   23.276098] FS:  0000000000000000(0000) GS:ffff8cfc7ed80000(0000) knlGS:0000000000000000
[   23.276197] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   23.276255] CR2: 00007f25a942a000 CR3: 0000000005c46001 CR4: 0000000000772ef0
[   23.276316] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   23.276379] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   23.276438] PKRU: 55555554
[   23.276456] Call Trace:
[   23.276477]  <TASK>
[   23.276502] ? __warn (kernel/panic.c:748)
[   23.276540] ? rfc2863_policy (net/core/link_watch.c:59 net/core/link_watch.c:76)
[   23.276576] ? report_bug (lib/bug.c:201 lib/bug.c:219)
[   23.276614] ? prb_read_valid (kernel/printk/printk_ringbuffer.c:2183)
[   23.276653] ? handle_bug (arch/x86/kernel/traps.c:285)
[   23.276689] ? exc_invalid_op (arch/x86/kernel/traps.c:309 (discriminator 1))
[   23.276729] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621)
[   23.276767] ? rfc2863_policy (net/core/link_watch.c:59 net/core/link_watch.c:76)
[   23.276801] linkwatch_do_dev (net/core/link_watch.c:180)
[   23.276835] netdev_run_todo (net/core/dev.c:10894 (discriminator 2))
[   23.276873] ? unregister_netdevice_queue (net/core/dev.c:11456)
[   23.276918] default_device_exit_batch (net/core/dev.c:12077)
[   23.276967] cleanup_net (net/core/net_namespace.c:647 (discriminator 3))
[   23.277005] process_one_work (kernel/workqueue.c:3229)
[   23.277041] worker_thread (kernel/workqueue.c:3304 kernel/workqueue.c:3391)
[   23.277074] ? __pfx_worker_thread (kernel/workqueue.c:3337)
[   23.277126] kthread (kernel/kthread.c:389)
[   23.277162] ? __pfx_kthread (kernel/kthread.c:342)
[   23.277206] ret_from_fork (arch/x86/kernel/process.c:147)
[   23.277250] ? __pfx_kthread (kernel/kthread.c:342)


Finger prints:
rfc2863_policy:linkwatch_do_dev:netdev_run_todo:default_device_exit_batch:cleanup_net