======================================
| WAIT TIMEOUT stdout
| [    1.900747] ip (245) used greatest stack depth: 12512 bytes left
| [    2.240738] ip (277) used greatest stack depth: 12272 bytes left
| [    2.436816] Oops: general protection fault, probably for non-canonical address 0xdead000000000122: 0000 [#1] PREEMPT SMP NOPTI
[    2.436949] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[    2.437012] RIP: 0010:neigh_flush_dev.isra.0 (./include/linux/list.h:988 ./include/linux/rculist.h:516 net/core/neighbour.c:384) 
[ 2.437051] Code: 89 d6 48 83 ed 10 0f 84 08 01 00 00 48 8b 5d 10 45 84 f6 74 0d 80 bd 9c 00 00 00 00 0f 88 e0 00 00 00 48 8b 45 00 48 8b 55 08 <48> 89 02 48 85 c0 74 04 48 89 50 08 48 8b 45 10 48 8b 55 18 4c 89
All code
========
   0:	89 d6                	mov    %edx,%esi
   2:	48 83 ed 10          	sub    $0x10,%rbp
   6:	0f 84 08 01 00 00    	je     0x114
   c:	48 8b 5d 10          	mov    0x10(%rbp),%rbx
  10:	45 84 f6             	test   %r14b,%r14b
  13:	74 0d                	je     0x22
  15:	80 bd 9c 00 00 00 00 	cmpb   $0x0,0x9c(%rbp)
  1c:	0f 88 e0 00 00 00    	js     0x102
  22:	48 8b 45 00          	mov    0x0(%rbp),%rax
  26:	48 8b 55 08          	mov    0x8(%rbp),%rdx
  2a:*	48 89 02             	mov    %rax,(%rdx)		<-- trapping instruction
  2d:	48 85 c0             	test   %rax,%rax
  30:	74 04                	je     0x36
  32:	48 89 50 08          	mov    %rdx,0x8(%rax)
  36:	48 8b 45 10          	mov    0x10(%rbp),%rax
  3a:	48 8b 55 18          	mov    0x18(%rbp),%rdx
  3e:	4c                   	rex.WR
  3f:	89                   	.byte 0x89

Code starting with the faulting instruction
===========================================
   0:	48 89 02             	mov    %rax,(%rdx)
   3:	48 85 c0             	test   %rax,%rax
   6:	74 04                	je     0xc
   8:	48 89 50 08          	mov    %rdx,0x8(%rax)
   c:	48 8b 45 10          	mov    0x10(%rbp),%rax
  10:	48 8b 55 18          	mov    0x18(%rbp),%rdx
  14:	4c                   	rex.WR
  15:	89                   	.byte 0x89
[    2.437145] RSP: 0018:ffffae21807ab640 EFLAGS: 00010246
[    2.437176] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000020
[    2.437220] RDX: dead000000000122 RSI: ffff8ac084098000 RDI: 0000000000000002
[    2.437264] RBP: ffff8ac08107a400 R08: 0000000000000000 R09: 00000000000000c8
[    2.437303] R10: ffff8ac0827fe0f0 R11: 80410004803e0004 R12: ffffffffb3c2dda0
[    2.437341] R13: dead000000000122 R14: 0000000000000000 R15: 0000000000000000
[    2.437381] FS:  00007f37ef078800(0000) GS:ffff8ac0bec00000(0000) knlGS:0000000000000000
[    2.437424] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    2.437460] CR2: 00000000004e2a80 CR3: 00000000026c0005 CR4: 0000000000772ef0
[    2.437505] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    2.437548] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[    2.437587] PKRU: 55555554
[    2.437599] Call Trace:
[    2.437616]  <TASK>
[    2.437631] ? die_addr (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:460) 
[    2.437659] ? exc_general_protection (arch/x86/kernel/traps.c:748 arch/x86/kernel/traps.c:693) 
[    2.437696] ? asm_exc_general_protection (./arch/x86/include/asm/idtentry.h:617) 
[    2.437729] ? neigh_flush_dev.isra.0 (./include/linux/list.h:988 ./include/linux/rculist.h:516 net/core/neighbour.c:384) 
[    2.437760] __neigh_ifdown.isra.0 (net/core/neighbour.c:425) 
[    2.437791] neigh_ifdown (net/core/neighbour.c:445) 
[    2.437816] fib_netdev_event (net/ipv4/fib_frontend.c:1521) 
[    2.437843] notifier_call_chain (kernel/notifier.c:93) 
[    2.437869] dev_close_many (net/core/dev.c:1590) 
[    2.437895] unregister_netdevice_many_notify (net/core/dev.c:11503) 
[    2.437929] ? sock_def_readable (net/core/sock.c:3459) 
[    2.437953] ? __netlink_sendskb (net/netlink/af_netlink.c:1278) 
[    2.437978] ? rtnl_is_locked (net/core/rtnetlink.c:164) 
[    2.438003] ? unregister_netdevice_queue (net/core/dev.c:11455) 
[    2.438034] rtnl_dellink (net/core/rtnetlink.c:3329 net/core/rtnetlink.c:3379) 
[    2.438061] ? rtnl_getlink (./include/net/netlink.h:1159 net/core/rtnetlink.c:819 net/core/rtnetlink.c:3937) 
[    2.438086] ? __rtnl_unlock (net/core/rtnetlink.c:140 (discriminator 3)) 
[    2.438109] ? netdev_run_todo (./include/linux/list.h:373 net/core/dev.c:10890) 
[    2.438134] rtnetlink_rcv_msg (net/core/rtnetlink.c:6721) 
[    2.438159] ? get_page_from_freelist (mm/page_alloc.c:1035 mm/page_alloc.c:1535 mm/page_alloc.c:1545 mm/page_alloc.c:3457) 
[    2.438190] ? __pfx_rtnetlink_rcv_msg (net/core/rtnetlink.c:6615) 
[    2.438222] netlink_rcv_skb (net/netlink/af_netlink.c:2551) 
[    2.438251] netlink_unicast (net/netlink/af_netlink.c:1331 net/netlink/af_netlink.c:1357) 
[    2.438276] netlink_sendmsg (net/netlink/af_netlink.c:1901) 
[    2.438301] ____sys_sendmsg (net/socket.c:729 net/socket.c:744 net/socket.c:2607) 
[    2.438327] ? copy_msghdr_from_user (net/socket.c:2547) 
[    2.438357] ___sys_sendmsg (net/socket.c:2663) 
[    2.438383] ? do_wp_page (./include/linux/mmu_notifier.h:468 mm/memory.c:3460 mm/memory.c:3745) 
[    2.438407] ? __pte_offset_map (./include/linux/pgtable.h:324 ./include/linux/pgtable.h:594 mm/pgtable-generic.c:289) 
[    2.438432] ? __pte_offset_map (./include/linux/pgtable.h:324 ./include/linux/pgtable.h:594 mm/pgtable-generic.c:289) 
[    2.438457] ? fsnotify_grab_connector (fs/notify/mark.c:696) 
[    2.438488] ? fsnotify_destroy_marks (fs/notify/mark.c:923) 
[    2.438519] __sys_sendmsg (./include/linux/file.h:35 net/socket.c:2692) 
[    2.438545] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) 
[    2.438571] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) 
[    2.438606] RIP: 0033:0x7f37ef2847b7
[ 2.438629] 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)
[    2.438724] RSP: 002b:00007fff194e9908 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[    2.438768] RAX: ffffffffffffffda RBX: 00007fff194ea030 RCX: 00007f37ef2847b7
[    2.438812] RDX: 0000000000000000 RSI: 00007fff194e9970 RDI: 0000000000000005
[    2.438856] RBP: 0000000000000001 R08: 0000000000000003 R09: 0000000000000078
[    2.438894] R10: 00007f37ef142ef8 R11: 0000000000000246 R12: 0000000000000001


Finger prints:
neigh_ifdown:fib_netdev_event:notifier_call_chain:dev_close_many:unregister_netdevice_many_notify