====================================== | xx__-> [ 183.331116] ------------[ cut here ]------------ | [ 183.331234] RTNL: assertion failed at drivers/net/team/team_core.c (2291) | [ 183.331323] WARNING: CPU: 2 PID: 6057 at drivers/net/team/team_core.c:2291 team_nl_team_get (drivers/net/team/team_core.c:2291 (discriminator 3)) | [ 183.331432] Modules linked in: act_mirred act_vlan act_mpls cls_matchall ip6_gre ip6_tunnel tunnel6 ip_gre gre macvlan 8021q act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth [ 183.331727] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 183.331799] RIP: 0010:team_nl_team_get (drivers/net/team/team_core.c:2291 (discriminator 3)) [ 183.331865] Code: 80 3d 57 39 fc 00 00 75 a8 c6 05 4e 39 fc 00 01 90 ba f3 08 00 00 48 c7 c6 4c e0 d8 8d 48 c7 c7 80 56 cb 8d e8 a1 9d 6b ff 90 <0f> 0b 90 90 eb 81 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 All code ======== 0: 80 3d 57 39 fc 00 00 cmpb $0x0,0xfc3957(%rip) # 0xfc395e 7: 75 a8 jne 0xffffffffffffffb1 9: c6 05 4e 39 fc 00 01 movb $0x1,0xfc394e(%rip) # 0xfc395e 10: 90 nop 11: ba f3 08 00 00 mov $0x8f3,%edx 16: 48 c7 c6 4c e0 d8 8d mov $0xffffffff8dd8e04c,%rsi 1d: 48 c7 c7 80 56 cb 8d mov $0xffffffff8dcb5680,%rdi 24: e8 a1 9d 6b ff call 0xffffffffff6b9dca 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: eb 81 jmp 0xffffffffffffffb1 30: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) 37: 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: 90 nop 4: eb 81 jmp 0xffffffffffffff87 6: 66 2e 0f 1f 84 00 00 cs nopw 0x0(%rax,%rax,1) d: 00 00 00 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 183.332047] RSP: 0018:ffffbbda407af9f8 EFLAGS: 00010286 [ 183.332107] RAX: 0000000000000000 RBX: ffffbbda407afa38 RCX: 00000000ffffdfff [ 183.332196] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 183.332280] RBP: ffffffff8eb49280 R08: ffffffff8e157fa8 R09: 00000000ffffdfff [ 183.332350] R10: ffffffff8e077fc0 R11: ffffffff8e127fc0 R12: ffff9c51479af4c0 [ 183.332433] R13: ffff9c514a123e00 R14: ffffbbda407afb58 R15: ffffffff8ddb1240 [ 183.332519] FS: 00007ff982293740(0000) GS:ffff9c51f12a3000(0000) knlGS:0000000000000000 [ 183.332616] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 183.332687] CR2: 00007ff98258af68 CR3: 0000000007850002 CR4: 0000000000772ef0 [ 183.332772] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 183.332859] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 183.332942] PKRU: 55555554 [ 183.332981] Call Trace: [ 183.333019] [ 183.333057] team_nl_port_list_get_doit (drivers/net/team/team_core.c:2789) [ 183.333120] genl_family_rcv_msg_doit (net/netlink/genetlink.c:1115) [ 183.333187] genl_rcv_msg (net/netlink/genetlink.c:1195 net/netlink/genetlink.c:1210) [ 183.333237] ? __pfx_team_nl_port_list_get_doit (drivers/net/team/team_core.c:2784) [ 183.333298] ? __pfx_genl_rcv_msg (net/netlink/genetlink.c:1201) [ 183.333351] netlink_rcv_skb (net/netlink/af_netlink.c:2534) [ 183.333407] genl_rcv (net/netlink/genetlink.c:1220) [ 183.333472] netlink_unicast (net/netlink/af_netlink.c:1313 net/netlink/af_netlink.c:1339) [ 183.333522] netlink_sendmsg (net/netlink/af_netlink.c:1883) [ 183.333569] ____sys_sendmsg (net/socket.c:712 net/socket.c:727 net/socket.c:2614) [ 183.333623] ? copy_msghdr_from_user (net/socket.c:2554) [ 183.333695] ___sys_sendmsg (net/socket.c:2670) [ 183.333755] ? ___sys_recvmsg (net/socket.c:2879) [ 183.333808] __sys_sendmsg (net/socket.c:2700) [ 183.333846] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94) [ 183.333904] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) [ 183.333957] RIP: 0033:0x7ff9824159a7 [ 183.334003] Code: 0a 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b9 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10 All code ======== 0: 0a 00 or (%rax),%al 2: f7 d8 neg %eax 4: 64 89 02 mov %eax,%fs:(%rdx) 7: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax e: eb b9 jmp 0xffffffffffffffc9 10: 0f 1f 00 nopl (%rax) 13: f3 0f 1e fa endbr64 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 10 jne 0x33 23: b8 2e 00 00 00 mov $0x2e,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 51 ja 0x83 32: c3 ret 33: 48 83 ec 28 sub $0x28,%rsp 37: 89 54 24 1c mov %edx,0x1c(%rsp) 3b: 48 89 74 24 10 mov %rsi,0x10(%rsp) Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 51 ja 0x59 8: c3 ret 9: 48 83 ec 28 sub $0x28,%rsp d: 89 54 24 1c mov %edx,0x1c(%rsp) 11: 48 89 74 24 10 mov %rsi,0x10(%rsp) [ 183.334179] RSP: 002b:00007ffef70e5108 EFLAGS: 00000246 ORIG_RAX: 000000000000002e [ 183.334265] RAX: ffffffffffffffda RBX: 00000000189e0f60 RCX: 00007ff9824159a7 [ 183.334350] RDX: 0000000000000000 RSI: 00007ffef70e5140 RDI: 0000000000000007 [ 183.334443] RBP: 00000000189e0e70 R08: 0000000000000008 R09: 0000000000000000 [ 183.334528] R10: 00007ff9824ea158 R11: 0000000000000246 R12: 00000000189e5d40 [ 183.334611] R13: 00007ffef70e5140 R14: 00000000189e5d40 R15: 00007ff982618000 | [ 183.334861] RTNL: assertion failed at drivers/net/team/team_core.c (2308) | [ 183.334943] WARNING: CPU: 2 PID: 6057 at drivers/net/team/team_core.c:2308 team_nl_team_put (drivers/net/team/team_core.c:2308 (discriminator 3)) | [ 183.335027] Modules linked in: act_mirred act_vlan act_mpls cls_matchall ip6_gre ip6_tunnel tunnel6 ip_gre gre macvlan 8021q act_gact cls_flower vxlan ip6_udp_tunnel udp_tunnel bridge stp llc sch_ingress vrf veth | [ 183.335314] Tainted: [W]=WARN [ 183.335351] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 183.335439] RIP: 0010:team_nl_team_put (drivers/net/team/team_core.c:2308 (discriminator 3)) [ 183.335504] Code: 80 3d 02 3a fc 00 00 75 df c6 05 f9 39 fc 00 01 90 ba 04 09 00 00 48 c7 c6 4c e0 d8 8d 48 c7 c7 80 56 cb 8d e8 4d 9e 6b ff 90 <0f> 0b 90 90 eb b8 66 0f 1f 44 00 00 90 90 90 90 90 90 90 90 90 90 All code ======== 0: 80 3d 02 3a fc 00 00 cmpb $0x0,0xfc3a02(%rip) # 0xfc3a09 7: 75 df jne 0xffffffffffffffe8 9: c6 05 f9 39 fc 00 01 movb $0x1,0xfc39f9(%rip) # 0xfc3a09 10: 90 nop 11: ba 04 09 00 00 mov $0x904,%edx 16: 48 c7 c6 4c e0 d8 8d mov $0xffffffff8dd8e04c,%rsi 1d: 48 c7 c7 80 56 cb 8d mov $0xffffffff8dcb5680,%rdi 24: e8 4d 9e 6b ff call 0xffffffffff6b9e76 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: eb b8 jmp 0xffffffffffffffe8 30: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) 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: 90 nop 4: eb b8 jmp 0xffffffffffffffbe 6: 66 0f 1f 44 00 00 nopw 0x0(%rax,%rax,1) 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 [ 183.335680] RSP: 0018:ffffbbda407afa00 EFLAGS: 00010282 [ 183.335745] RAX: 0000000000000000 RBX: ffff9c5143da09c0 RCX: 00000000ffffdfff [ 183.335829] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 183.335893] RBP: ffff9c5143da09c0 R08: ffffffff8e157fa8 R09: 00000000ffffdfff [ 183.335965] R10: ffffffff8e077fc0 R11: ffffffff8e127fc0 R12: 0000000000000000 [ 183.336035] R13: ffff9c514a123e00 R14: ffffbbda407afb58 R15: ffffffff8ddb1240 [ 183.336104] FS: 00007ff982293740(0000) GS:ffff9c51f12a3000(0000) knlGS:0000000000000000 [ 183.336167] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 183.336223] CR2: 00007ff98258af68 CR3: 0000000007850002 CR4: 0000000000772ef0 [ 183.336288] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 183.336346] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 183.336416] PKRU: 55555554 [ 183.336446] Call Trace: [ 183.336480] [ 183.336519] team_nl_port_list_get_doit (drivers/net/team/team_core.c:2798) [ 183.336570] genl_family_rcv_msg_doit (net/netlink/genetlink.c:1115) [ 183.336628] genl_rcv_msg (net/netlink/genetlink.c:1195 net/netlink/genetlink.c:1210) [ 183.336671] ? __pfx_team_nl_port_list_get_doit (drivers/net/team/team_core.c:2784) [ 183.336721] ? __pfx_genl_rcv_msg (net/netlink/genetlink.c:1201) [ 183.336760] netlink_rcv_skb (net/netlink/af_netlink.c:2534) [ 183.336802] genl_rcv (net/netlink/genetlink.c:1220) [ 183.336841] netlink_unicast (net/netlink/af_netlink.c:1313 net/netlink/af_netlink.c:1339) [ 183.336890] netlink_sendmsg (net/netlink/af_netlink.c:1883) [ 183.336934] ____sys_sendmsg (net/socket.c:712 net/socket.c:727 net/socket.c:2614) [ 183.336976] ? copy_msghdr_from_user (net/socket.c:2554) [ 183.337027] ___sys_sendmsg (net/socket.c:2670) [ 183.337080] ? ___sys_recvmsg (net/socket.c:2879) [ 183.337123] __sys_sendmsg (net/socket.c:2700) [ 183.337162] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94) [ 183.337201] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) [ 183.337250] RIP: 0033:0x7ff9824159a7 [ 183.337294] Code: 0a 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b9 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10 All code ======== 0: 0a 00 or (%rax),%al 2: f7 d8 neg %eax 4: 64 89 02 mov %eax,%fs:(%rdx) 7: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax e: eb b9 jmp 0xffffffffffffffc9 10: 0f 1f 00 nopl (%rax) 13: f3 0f 1e fa endbr64 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 10 jne 0x33 23: b8 2e 00 00 00 mov $0x2e,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 51 ja 0x83 32: c3 ret 33: 48 83 ec 28 sub $0x28,%rsp 37: 89 54 24 1c mov %edx,0x1c(%rsp) 3b: 48 89 74 24 10 mov %rsi,0x10(%rsp) Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 51 ja 0x59 8: c3 ret 9: 48 83 ec 28 sub $0x28,%rsp d: 89 54 24 1c mov %edx,0x1c(%rsp) 11: 48 89 74 24 10 mov %rsi,0x10(%rsp) [ 183.337418] RSP: 002b:00007ffef70e5108 EFLAGS: 00000246 ORIG_RAX: 000000000000002e [ 183.337480] RAX: ffffffffffffffda RBX: 00000000189e0f60 RCX: 00007ff9824159a7 [ 183.337548] RDX: 0000000000000000 RSI: 00007ffef70e5140 RDI: 0000000000000007 [ 183.337611] RBP: 00000000189e0e70 R08: 0000000000000008 R09: 0000000000000000 [ 183.337672] R10: 00007ff9824ea158 R11: 0000000000000246 R12: 00000000189e5d40 Finger prints: team_nl_team_get:team_nl_port_list_get_doit:genl_family_rcv_msg_doit:genl_rcv_msg:netlink_rcv_skb team_nl_team_put:team_nl_port_list_get_doit:genl_family_rcv_msg_doit:genl_rcv_msg:netlink_rcv_skb