====================================== | [ 2.655083] ------------[ cut here ]------------ | [ 2.655118] RTNL: assertion failed at net/core/dev.c (1985) | [ 2.655187] WARNING: CPU: 0 PID: 70 at net/core/dev.c:1985 call_netdevice_notifiers_info (net/core/dev.c:1985 (discriminator 3)) | [ 2.655255] Modules linked in: [ 2.655341] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 2.655406] Workqueue: bond1 bond_3ad_state_machine_handler [ 2.655442] RIP: 0010:call_netdevice_notifiers_info (net/core/dev.c:1985 (discriminator 3)) [ 2.655480] Code: 80 3d 50 91 ec 00 00 75 c1 c6 05 47 91 ec 00 01 90 ba c1 07 00 00 48 c7 c6 d1 87 0b 9a 48 c7 c7 70 70 0e 9a e8 2b 41 5c ff 90 <0f> 0b 90 90 eb 9a 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 90 90 All code ======== 0: 80 3d 50 91 ec 00 00 cmpb $0x0,0xec9150(%rip) # 0xec9157 7: 75 c1 jne 0xffffffffffffffca 9: c6 05 47 91 ec 00 01 movb $0x1,0xec9147(%rip) # 0xec9157 10: 90 nop 11: ba c1 07 00 00 mov $0x7c1,%edx 16: 48 c7 c6 d1 87 0b 9a mov $0xffffffff9a0b87d1,%rsi 1d: 48 c7 c7 70 70 0e 9a mov $0xffffffff9a0e7070,%rdi 24: e8 2b 41 5c ff call 0xffffffffff5c4154 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: eb 9a jmp 0xffffffffffffffca 30: 0f 1f 40 00 nopl 0x0(%rax) 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: 90 nop 4: eb 9a jmp 0xffffffffffffffa0 6: 0f 1f 40 00 nopl 0x0(%rax) 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 [ 2.655588] RSP: 0018:ffffa1650026bde8 EFLAGS: 00010282 [ 2.655630] RAX: 0000000000000000 RBX: ffffffff9aefd880 RCX: 00000000ffffdfff [ 2.655677] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 2.655730] RBP: 0000000000000029 R08: ffffffff9a5527e8 R09: 00000000ffffdfff [ 2.655780] R10: ffffffff9a472800 R11: ffffffff9a522800 R12: ffffa1650026be08 [ 2.655827] R13: ffff8fc7425c1438 R14: ffffa1650026be40 R15: ffff8fc7425c1400 [ 2.655882] FS: 0000000000000000(0000) GS:ffff8fc77ec00000(0000) knlGS:0000000000000000 [ 2.655924] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.655979] CR2: 000055f06e026dec CR3: 0000000003e6a004 CR4: 0000000000770ef0 [ 2.656027] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 2.656076] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 2.656126] PKRU: 55555554 [ 2.656140] Call Trace: [ 2.656164] [ 2.656190] ? __warn (kernel/panic.c:693) [ 2.656223] ? call_netdevice_notifiers_info (net/core/dev.c:1985 (discriminator 3)) [ 2.656265] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 2.656292] ? handle_bug (arch/x86/kernel/traps.c:239) [ 2.656324] ? exc_invalid_op (arch/x86/kernel/traps.c:260 (discriminator 1)) [ 2.656358] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 2.656384] ? call_netdevice_notifiers_info (net/core/dev.c:1985 (discriminator 3)) [ 2.656420] ? call_netdevice_notifiers_info (net/core/dev.c:1985 (discriminator 3)) [ 2.656458] call_netdevice_notifiers (net/core/dev.c:2047) [ 2.656494] bond_3ad_state_machine_handler (drivers/net/bonding/bond_3ad.c:1385 drivers/net/bonding/bond_3ad.c:2507) [ 2.656531] process_one_work (kernel/workqueue.c:3231) [ 2.656568] worker_thread (kernel/workqueue.c:3306 kernel/workqueue.c:3393) [ 2.656594] ? __pfx_worker_thread (kernel/workqueue.c:3339) [ 2.656634] kthread (kernel/kthread.c:389) [ 2.656661] ? __pfx_kthread (kernel/kthread.c:342) [ 2.656693] ret_from_fork (arch/x86/kernel/process.c:147) [ 2.656726] ? __pfx_kthread (kernel/kthread.c:342) [ 2.656752] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 2.656848] ------------[ cut here ]------------ | [ 2.656887] RTNL: assertion failed at net/core/rtnetlink.c (1823) | [ 2.656954] WARNING: CPU: 0 PID: 70 at net/core/rtnetlink.c:1823 rtnl_fill_ifinfo.constprop.0 (net/core/rtnetlink.c:1823) | [ 2.657019] Modules linked in: [ 2.657110] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 2.657189] Workqueue: bond1 bond_3ad_state_machine_handler [ 2.657225] RIP: 0010:rtnl_fill_ifinfo.constprop.0 (net/core/rtnetlink.c:1823) [ 2.657273] Code: ea 00 00 0f 85 52 f0 ff ff c6 05 0d 98 ea 00 01 90 ba 1f 07 00 00 48 c7 c6 93 8e 0b 9a 48 c7 c7 70 70 0e 9a e8 d9 47 5a ff 90 <0f> 0b 90 90 8b 0c 24 e9 25 f0 ff ff 0f b6 04 24 48 8d 4c 24 20 ba All code ======== 0: ea (bad) 1: 00 00 add %al,(%rax) 3: 0f 85 52 f0 ff ff jne 0xfffffffffffff05b 9: c6 05 0d 98 ea 00 01 movb $0x1,0xea980d(%rip) # 0xea981d 10: 90 nop 11: ba 1f 07 00 00 mov $0x71f,%edx 16: 48 c7 c6 93 8e 0b 9a mov $0xffffffff9a0b8e93,%rsi 1d: 48 c7 c7 70 70 0e 9a mov $0xffffffff9a0e7070,%rdi 24: e8 d9 47 5a ff call 0xffffffffff5a4802 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: 8b 0c 24 mov (%rsp),%ecx 31: e9 25 f0 ff ff jmp 0xfffffffffffff05b 36: 0f b6 04 24 movzbl (%rsp),%eax 3a: 48 8d 4c 24 20 lea 0x20(%rsp),%rcx 3f: ba .byte 0xba Code starting with the faulting instruction =========================================== 0: 0f 0b ud2 2: 90 nop 3: 90 nop 4: 8b 0c 24 mov (%rsp),%ecx 7: e9 25 f0 ff ff jmp 0xfffffffffffff031 c: 0f b6 04 24 movzbl (%rsp),%eax 10: 48 8d 4c 24 20 lea 0x20(%rsp),%rcx 15: ba .byte 0xba [ 2.657385] RSP: 0018:ffffa1650026bc60 EFLAGS: 00010282 [ 2.657420] RAX: 0000000000000000 RBX: ffff8fc741fd2000 RCX: 00000000ffffdfff [ 2.657472] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 2.657531] RBP: ffff8fc742c08100 R08: ffffffff9a5527e8 R09: 00000000ffffdfff [ 2.657586] R10: ffffffff9a472800 R11: ffffffff9a522800 R12: 0000000000000000 [ 2.657647] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000010 [ 2.657696] FS: 0000000000000000(0000) GS:ffff8fc77ec00000(0000) knlGS:0000000000000000 [ 2.657750] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.657793] CR2: 000055f06e026dec CR3: 0000000003e6a004 CR4: 0000000000770ef0 [ 2.657842] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 2.657894] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 2.657950] PKRU: 55555554 [ 2.657972] Call Trace: [ 2.657993] [ 2.658014] ? __warn (kernel/panic.c:693) [ 2.658038] ? rtnl_fill_ifinfo.constprop.0 (net/core/rtnetlink.c:1823) [ 2.658077] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 2.658105] ? handle_bug (arch/x86/kernel/traps.c:239) [ 2.658137] ? exc_invalid_op (arch/x86/kernel/traps.c:260 (discriminator 1)) [ 2.658164] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 2.658194] ? rtnl_fill_ifinfo.constprop.0 (net/core/rtnetlink.c:1823) [ 2.658230] ? kmalloc_node_track_caller_noprof (mm/slub.c:3982 mm/slub.c:4121 mm/slub.c:4142) [ 2.658273] ? __alloc_skb (net/core/skbuff.c:674) [ 2.658303] ? kmalloc_reserve (net/core/skbuff.c:608) [ 2.658331] ? kmalloc_reserve (net/core/skbuff.c:608) [ 2.658358] rtmsg_ifinfo_build_skb (net/core/rtnetlink.c:4076) [ 2.658396] rtnetlink_event (net/core/rtnetlink.c:4107 net/core/rtnetlink.c:4097 net/core/rtnetlink.c:6693) [ 2.658423] notifier_call_chain (kernel/notifier.c:93) [ 2.658461] call_netdevice_notifiers (net/core/dev.c:2047) [ 2.658499] bond_3ad_state_machine_handler (drivers/net/bonding/bond_3ad.c:1385 drivers/net/bonding/bond_3ad.c:2507) [ 2.658533] process_one_work (kernel/workqueue.c:3231) [ 2.658564] worker_thread (kernel/workqueue.c:3306 kernel/workqueue.c:3393) [ 2.658601] ? __pfx_worker_thread (kernel/workqueue.c:3339) [ 2.658642] kthread (kernel/kthread.c:389) [ 2.658668] ? __pfx_kthread (kernel/kthread.c:342) [ 2.658697] ret_from_fork (arch/x86/kernel/process.c:147) [ 2.658730] ? __pfx_kthread (kernel/kthread.c:342) [ 2.658758] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 2.658857] ------------[ cut here ]------------ | [ 2.658893] RTNL: assertion failed at net/core/dev.c (7093) | [ 2.658953] WARNING: CPU: 0 PID: 70 at net/core/dev.c:7093 netdev_master_upper_dev_get (net/core/dev.c:7093 (discriminator 3)) | [ 2.659015] Modules linked in: [ 2.659107] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 2.659179] Workqueue: bond1 bond_3ad_state_machine_handler [ 2.659220] RIP: 0010:netdev_master_upper_dev_get (net/core/dev.c:7093 (discriminator 3)) [ 2.659259] Code: 80 3d 10 11 ed 00 00 75 c5 c6 05 07 11 ed 00 01 90 ba b5 1b 00 00 48 c7 c6 d1 87 0b 9a 48 c7 c7 70 70 0e 9a e8 ff c0 5c ff 90 <0f> 0b 90 90 eb 9e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 All code ======== 0: 80 3d 10 11 ed 00 00 cmpb $0x0,0xed1110(%rip) # 0xed1117 7: 75 c5 jne 0xffffffffffffffce 9: c6 05 07 11 ed 00 01 movb $0x1,0xed1107(%rip) # 0xed1117 10: 90 nop 11: ba b5 1b 00 00 mov $0x1bb5,%edx 16: 48 c7 c6 d1 87 0b 9a mov $0xffffffff9a0b87d1,%rsi 1d: 48 c7 c7 70 70 0e 9a mov $0xffffffff9a0e7070,%rdi 24: e8 ff c0 5c ff call 0xffffffffff5cc128 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: eb 9e jmp 0xffffffffffffffce 30: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) 37: 00 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 9e jmp 0xffffffffffffffa4 6: 0f 1f 84 00 00 00 00 nopl 0x0(%rax,%rax,1) d: 00 e: 90 nop f: 90 nop 10: 90 nop 11: 90 nop 12: 90 nop 13: 90 nop 14: 90 nop 15: 90 nop [ 2.659373] RSP: 0018:ffffa1650026bc50 EFLAGS: 00010286 [ 2.659411] RAX: 0000000000000000 RBX: ffff8fc741fd2000 RCX: 00000000ffffdfff [ 2.659462] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 2.659507] RBP: ffff8fc742c08100 R08: ffffffff9a5527e8 R09: 00000000ffffdfff [ 2.659562] R10: ffffffff9a472800 R11: ffffffff9a522800 R12: ffffffff9a0ae9b8 [ 2.659611] R13: ffff8fc742c18000 R14: 0000000000000000 R15: ffff8fc742c18240 [ 2.659661] FS: 0000000000000000(0000) GS:ffff8fc77ec00000(0000) knlGS:0000000000000000 [ 2.659716] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.659759] CR2: 000055f06e026dec CR3: 0000000003e6a004 CR4: 0000000000770ef0 [ 2.659819] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 2.659868] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 2.659921] PKRU: 55555554 [ 2.659941] Call Trace: [ 2.659966] [ 2.659982] ? __warn (kernel/panic.c:693) [ 2.660010] ? netdev_master_upper_dev_get (net/core/dev.c:7093 (discriminator 3)) [ 2.660051] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 2.660078] ? handle_bug (arch/x86/kernel/traps.c:239) [ 2.660106] ? exc_invalid_op (arch/x86/kernel/traps.c:260 (discriminator 1)) [ 2.660139] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 2.660169] ? netdev_master_upper_dev_get (net/core/dev.c:7093 (discriminator 3)) [ 2.660204] rtnl_fill_ifinfo.constprop.0 (net/core/rtnetlink.c:656 net/core/rtnetlink.c:724 net/core/rtnetlink.c:1922) [ 2.660243] ? kmalloc_node_track_caller_noprof (mm/slub.c:3982 mm/slub.c:4121 mm/slub.c:4142) [ 2.660280] ? __alloc_skb (net/core/skbuff.c:674) [ 2.660308] ? kmalloc_reserve (net/core/skbuff.c:608) [ 2.660337] rtmsg_ifinfo_build_skb (net/core/rtnetlink.c:4076) [ 2.660373] rtnetlink_event (net/core/rtnetlink.c:4107 net/core/rtnetlink.c:4097 net/core/rtnetlink.c:6693) [ 2.660404] notifier_call_chain (kernel/notifier.c:93) [ 2.660431] call_netdevice_notifiers (net/core/dev.c:2047) [ 2.660467] bond_3ad_state_machine_handler (drivers/net/bonding/bond_3ad.c:1385 drivers/net/bonding/bond_3ad.c:2507) [ 2.660501] process_one_work (kernel/workqueue.c:3231) [ 2.660534] worker_thread (kernel/workqueue.c:3306 kernel/workqueue.c:3393) [ 2.660559] ? __pfx_worker_thread (kernel/workqueue.c:3339) [ 2.660597] kthread (kernel/kthread.c:389) [ 2.660628] ? __pfx_kthread (kernel/kthread.c:342) [ 2.660655] ret_from_fork (arch/x86/kernel/process.c:147) [ 2.660687] ? __pfx_kthread (kernel/kthread.c:342) [ 2.660714] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 2.660812] ------------[ cut here ]------------ | [ 2.660847] RTNL: assertion failed at net/core/fib_rules.c (1246) | [ 2.660893] WARNING: CPU: 0 PID: 70 at net/core/fib_rules.c:1246 fib_rules_event (net/core/fib_rules.c:1246 (discriminator 3)) | [ 2.660958] Modules linked in: [ 2.661046] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 2.661122] Workqueue: bond1 bond_3ad_state_machine_handler [ 2.661158] RIP: 0010:fib_rules_event (net/core/fib_rules.c:1246 (discriminator 3)) [ 2.661195] Code: e7 00 00 0f 85 a3 fe ff ff c6 05 2b cb e7 00 01 90 ba de 04 00 00 48 c7 c6 19 94 0b 9a 48 c7 c7 70 70 0e 9a e8 ec 7a 57 ff 90 <0f> 0b 90 90 e9 79 fe ff ff 66 90 90 90 90 90 90 90 90 90 90 90 90 All code ======== 0: e7 00 out %eax,$0x0 2: 00 0f add %cl,(%rdi) 4: 85 a3 fe ff ff c6 test %esp,-0x39000002(%rbx) a: 05 2b cb e7 00 add $0xe7cb2b,%eax f: 01 90 ba de 04 00 add %edx,0x4deba(%rax) 15: 00 48 c7 add %cl,-0x39(%rax) 18: c6 (bad) 19: 19 94 0b 9a 48 c7 c7 sbb %edx,-0x3838b766(%rbx,%rcx,1) 20: 70 70 jo 0x92 22: 0e (bad) 23: 9a (bad) 24: e8 ec 7a 57 ff call 0xffffffffff577b15 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: e9 79 fe ff ff jmp 0xfffffffffffffeac 33: 66 90 xchg %ax,%ax 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: 90 nop 4: e9 79 fe ff ff jmp 0xfffffffffffffe82 9: 66 90 xchg %ax,%ax 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 [ 2.661318] RSP: 0018:ffffa1650026bdb0 EFLAGS: 00010286 [ 2.661354] RAX: 0000000000000000 RBX: ffff8fc741fd2000 RCX: 00000000ffffdfff [ 2.661414] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 2.661466] RBP: ffffffff9aefd880 R08: ffffffff9a5527e8 R09: 00000000ffffdfff [ 2.661520] R10: ffffffff9a472800 R11: ffffffff9a522800 R12: 0000000000000029 [ 2.661568] R13: ffffa1650026be08 R14: 00000000fffffffb R15: 0000000000000000 [ 2.661625] FS: 0000000000000000(0000) GS:ffff8fc77ec00000(0000) knlGS:0000000000000000 [ 2.661682] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.661724] CR2: 000055f06e026dec CR3: 0000000003e6a004 CR4: 0000000000770ef0 [ 2.661779] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 2.661834] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 2.661883] PKRU: 55555554 [ 2.661899] Call Trace: [ 2.661919] [ 2.661957] ? __warn (kernel/panic.c:693) [ 2.661985] ? fib_rules_event (net/core/fib_rules.c:1246 (discriminator 3)) [ 2.662013] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 2.662043] ? handle_bug (arch/x86/kernel/traps.c:239) [ 2.662073] ? exc_invalid_op (arch/x86/kernel/traps.c:260 (discriminator 1)) [ 2.662102] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 2.662131] ? fib_rules_event (net/core/fib_rules.c:1246 (discriminator 3)) [ 2.662164] notifier_call_chain (kernel/notifier.c:93) [ 2.662200] call_netdevice_notifiers (net/core/dev.c:2047) [ 2.662235] bond_3ad_state_machine_handler (drivers/net/bonding/bond_3ad.c:1385 drivers/net/bonding/bond_3ad.c:2507) [ 2.662271] process_one_work (kernel/workqueue.c:3231) [ 2.662297] worker_thread (kernel/workqueue.c:3306 kernel/workqueue.c:3393) [ 2.662328] ? __pfx_worker_thread (kernel/workqueue.c:3339) [ 2.662365] kthread (kernel/kthread.c:389) [ 2.662394] ? __pfx_kthread (kernel/kthread.c:342) [ 2.662422] ret_from_fork (arch/x86/kernel/process.c:147) [ 2.662453] ? __pfx_kthread (kernel/kthread.c:342) [ 2.662486] ret_from_fork_asm (arch/x86/entry/entry_64.S:257) | [ 2.662566] ------------[ cut here ]------------ | [ 2.662601] RTNL: assertion failed at net/ipv4/devinet.c (1561) | [ 2.662652] WARNING: CPU: 0 PID: 70 at net/ipv4/devinet.c:1561 inetdev_event (net/ipv4/devinet.c:1561 (discriminator 3)) | [ 2.662708] Modules linked in: [ 2.662788] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 [ 2.662865] Workqueue: bond1 bond_3ad_state_machine_handler [ 2.662899] RIP: 0010:inetdev_event (net/ipv4/devinet.c:1561 (discriminator 3)) [ 2.662943] Code: dc 00 00 0f 85 7c fc ff ff c6 05 8b 70 dc 00 01 90 ba 19 06 00 00 48 c7 c6 f2 a8 0b 9a 48 c7 c7 70 70 0e 9a e8 19 20 4c ff 90 <0f> 0b 90 90 e9 52 fc ff ff 4c 89 e7 e8 a7 f1 ff ff 48 89 c1 48 3d All code ======== 0: dc 00 faddl (%rax) 2: 00 0f add %cl,(%rdi) 4: 85 7c fc ff test %edi,-0x1(%rsp,%rdi,8) 8: ff c6 inc %esi a: 05 8b 70 dc 00 add $0xdc708b,%eax f: 01 90 ba 19 06 00 add %edx,0x619ba(%rax) 15: 00 48 c7 add %cl,-0x39(%rax) 18: c6 (bad) 19: f2 a8 0b repnz test $0xb,%al 1c: 9a (bad) 1d: 48 c7 c7 70 70 0e 9a mov $0xffffffff9a0e7070,%rdi 24: e8 19 20 4c ff call 0xffffffffff4c2042 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: e9 52 fc ff ff jmp 0xfffffffffffffc85 33: 4c 89 e7 mov %r12,%rdi 36: e8 a7 f1 ff ff call 0xfffffffffffff1e2 3b: 48 89 c1 mov %rax,%rcx 3e: 48 rex.W 3f: 3d .byte 0x3d Code starting with the faulting instruction =========================================== 0: 0f 0b ud2 2: 90 nop 3: 90 nop 4: e9 52 fc ff ff jmp 0xfffffffffffffc5b 9: 4c 89 e7 mov %r12,%rdi c: e8 a7 f1 ff ff call 0xfffffffffffff1b8 11: 48 89 c1 mov %rax,%rcx 14: 48 rex.W 15: 3d .byte 0x3d [ 2.663049] RSP: 0018:ffffa1650026bd60 EFLAGS: 00010282 [ 2.663085] RAX: 0000000000000000 RBX: 0000000000000029 RCX: 00000000ffffdfff [ 2.663137] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 2.663190] RBP: ffffa1650026bdb0 R08: ffffffff9a5527e8 R09: 00000000ffffdfff [ 2.663235] R10: ffffffff9a472800 R11: ffffffff9a522800 R12: ffff8fc741fd2000 [ 2.663280] R13: ffff8fc742d9ba00 R14: 00000000fffffff6 R15: 0000000000000000 [ 2.663341] FS: 0000000000000000(0000) GS:ffff8fc77ec00000(0000) knlGS:0000000000000000 [ 2.663387] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.663428] CR2: 000055f06e026dec CR3: 0000000003e6a004 CR4: 0000000000770ef0 [ 2.663482] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 2.663530] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 2.663579] PKRU: 55555554 [ 2.663592] Call Trace: [ 2.663609] [ 2.663630] ? __warn (kernel/panic.c:693) [ 2.663660] ? inetdev_event (net/ipv4/devinet.c:1561 (discriminator 3)) [ 2.663687] ? report_bug (lib/bug.c:201 lib/bug.c:219) [ 2.663715] ? handle_bug (arch/x86/kernel/traps.c:239) [ 2.663749] ? exc_invalid_op (arch/x86/kernel/traps.c:260 (discriminator 1)) [ 2.663777] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:621) [ 2.663810] ? inetdev_event (net/ipv4/devinet.c:1561 (discriminator 3)) [ 2.663839] ? notifier_call_chain (kernel/notifier.c:93) [ 2.663876] notifier_call_chain (kernel/notifier.c:93) [ 2.663906] call_netdevice_notifiers (net/core/dev.c:2047) [ 2.663942] bond_3ad_state_machine_handler (drivers/net/bonding/bond_3ad.c:1385 drivers/net/bonding/bond_3ad.c:2507) [ 2.663980] process_one_work (kernel/workqueue.c:3231) [ 2.664008] worker_thread (kernel/workqueue.c:3306 kernel/workqueue.c:3393) [ 2.664033] ? __pfx_worker_thread (kernel/workqueue.c:3339) [ 2.664068] kthread (kernel/kthread.c:389) [ 2.664100] ? __pfx_kthread (kernel/kthread.c:342) [ 2.664127] ret_from_fork (arch/x86/kernel/process.c:147) [ 2.664157] ? __pfx_kthread (kernel/kthread.c:342) Finger prints: fib_rules_event:notifier_call_chain:call_netdevice_notifiers:bond_3ad_state_machine_handler:process_one_work inetdev_event:notifier_call_chain:call_netdevice_notifiers:bond_3ad_state_machine_handler:process_one_work netdev_master_upper_dev_get:rtmsg_ifinfo_build_skb:rtnetlink_event:notifier_call_chain:call_netdevice_notifiers rtmsg_ifinfo_build_skb:rtnetlink_event:notifier_call_chain:call_netdevice_notifiers:bond_3ad_state_machine_handler call_netdevice_notifiers_info:call_netdevice_notifiers:bond_3ad_state_machine_handler:process_one_work:worker_thread