======================================
| [    3.307792] #PF: supervisor read access in kernel mode
| [    3.307823] #PF: error_code(0x0000) - not-present page
| [    3.307855] PGD 24a3067 P4D 24a3067 PUD 24e9067 PMD 0
| [    3.307887] Oops: 0000 [#1] PREEMPT SMP NOPTI
[    3.307961] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[    3.308033] RIP: 0010:nh_valid_get_del_req (./include/net/netlink.h:1680 net/ipv4/nexthop.c:3235) 
[ 3.308073] Code: 11 00 75 47 8b 47 14 85 c0 75 40 48 8b 46 08 48 85 c0 0f 84 81 00 00 00 8b 40 04 89 02 85 c0 74 51 48 8b 46 70 48 85 c0 74 10 <8b> 40 04 89 01 31 c0 48 83 c4 08 c3 cc cc cc cc c7 01 00 00 00 00
All code
========
   0:	11 00                	adc    %eax,(%rax)
   2:	75 47                	jne    0x4b
   4:	8b 47 14             	mov    0x14(%rdi),%eax
   7:	85 c0                	test   %eax,%eax
   9:	75 40                	jne    0x4b
   b:	48 8b 46 08          	mov    0x8(%rsi),%rax
   f:	48 85 c0             	test   %rax,%rax
  12:	0f 84 81 00 00 00    	je     0x99
  18:	8b 40 04             	mov    0x4(%rax),%eax
  1b:	89 02                	mov    %eax,(%rdx)
  1d:	85 c0                	test   %eax,%eax
  1f:	74 51                	je     0x72
  21:	48 8b 46 70          	mov    0x70(%rsi),%rax
  25:	48 85 c0             	test   %rax,%rax
  28:	74 10                	je     0x3a
  2a:*	8b 40 04             	mov    0x4(%rax),%eax		<-- trapping instruction
  2d:	89 01                	mov    %eax,(%rcx)
  2f:	31 c0                	xor    %eax,%eax
  31:	48 83 c4 08          	add    $0x8,%rsp
  35:	c3                   	ret
  36:	cc                   	int3
  37:	cc                   	int3
  38:	cc                   	int3
  39:	cc                   	int3
  3a:	c7 01 00 00 00 00    	movl   $0x0,(%rcx)

Code starting with the faulting instruction
===========================================
   0:	8b 40 04             	mov    0x4(%rax),%eax
   3:	89 01                	mov    %eax,(%rcx)
   5:	31 c0                	xor    %eax,%eax
   7:	48 83 c4 08          	add    $0x8,%rsp
   b:	c3                   	ret
   c:	cc                   	int3
   d:	cc                   	int3
   e:	cc                   	int3
   f:	cc                   	int3
  10:	c7 01 00 00 00 00    	movl   $0x0,(%rcx)
[    3.308170] RSP: 0018:ffffa87d0082b9d8 EFLAGS: 00010202
[    3.308201] RAX: 0000000000000246 RBX: ffffa87d0082bb58 RCX: ffffa87d0082b9e8
[    3.308245] RDX: ffffa87d0082b9ec RSI: ffffa87d0082ba08 RDI: ffff8eccc26dc240
[    3.308290] RBP: ffff8eccc3988000 R08: ffffa87d0082bb58 R09: ffffa87d0082bb58
[    3.308335] R10: ffffa87d0082ba08 R11: 0000000000000002 R12: 0000000000000000
[    3.308379] R13: ffff8eccc26dc240 R14: 0000000000000000 R15: 0000000000000000
[    3.308430] FS:  00007f3a80fc1c40(0000) GS:ffff8eccfec80000(0000) knlGS:0000000000000000
[    3.308473] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    3.308510] CR2: 000000000000024a CR3: 0000000003912001 CR4: 0000000000770ef0
[    3.308558] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    3.308602] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[    3.308640] PKRU: 55555554
[    3.308653] Call Trace:
[    3.308670]  <TASK>
[    3.308690] ? __die (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:434) 
[    3.308721] ? page_fault_oops (arch/x86/mm/fault.c:707) 
[    3.308752] ? exc_page_fault (./arch/x86/include/asm/irqflags.h:37 ./arch/x86/include/asm/irqflags.h:72 arch/x86/mm/fault.c:1506 arch/x86/mm/fault.c:1554) 
[    3.308787] ? asm_exc_page_fault (./arch/x86/include/asm/idtentry.h:570) 
[    3.308817] ? nh_valid_get_del_req (./include/net/netlink.h:1680 net/ipv4/nexthop.c:3235) 
[    3.308849] ? rtm_del_nexthop (./include/net/netlink.h:756 ./include/net/netlink.h:777 net/ipv4/nexthop.c:3258) 
[    3.308874] rtm_del_nexthop (net/ipv4/nexthop.c:3264) 
[    3.308902] ? skb_queue_tail (./include/linux/spinlock.h:406 net/core/skbuff.c:3975) 
[    3.308930] rtnetlink_rcv_msg (net/core/rtnetlink.c:6595) 
[    3.308957] ? netlink_dump (net/netlink/af_netlink.c:2324 (discriminator 2)) 
[    3.308984] ? __pfx_rtnetlink_rcv_msg (net/core/rtnetlink.c:6489) 
[    3.309016] netlink_rcv_skb (net/netlink/af_netlink.c:2559) 
[    3.309044] netlink_unicast (net/netlink/af_netlink.c:1335 net/netlink/af_netlink.c:1361) 
[    3.309067] netlink_sendmsg (net/netlink/af_netlink.c:1905) 
[    3.309093] ____sys_sendmsg (net/socket.c:730 net/socket.c:745 net/socket.c:2584) 
[    3.309127] ? copy_msghdr_from_user (net/socket.c:2524) 
[    3.309160] ___sys_sendmsg (net/socket.c:2640) 
[    3.309186] ? ___sys_recvmsg (net/socket.c:2848) 
[    3.309210] ? __handle_mm_fault (./include/linux/pgtable.h:114 mm/memory.c:4353 mm/memory.c:3743 mm/memory.c:5164 mm/memory.c:5305) 
[    3.309242] __sys_sendmsg (./include/linux/file.h:32 net/socket.c:2669) 
[    3.309268] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) 
[    3.309295] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:129) 
[    3.309330] RIP: 0033:0x7f3a811ca7b7
[ 3.309356] 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)
[    3.309452] RSP: 002b:00007ffd1138f108 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
[    3.309500] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f3a811ca7b7
[    3.309545] RDX: 0000000000000000 RSI: 00007ffd1138f170 RDI: 0000000000000006
[    3.309590] RBP: 00007ffd1138f408 R08: 0000000000000004 R09: 0000000000000078
[    3.309628] R10: 00007f3a81083708 R11: 0000000000000246 R12: 0000000000495540


Finger prints:
nh_valid_get_del_req:rtm_del_nexthop:rtnetlink_rcv_msg:netlink_rcv_skb