======================================
|
| [   43.185239][    C1] ------------[ cut here ]------------
| [   43.185620][    C1] kernel BUG at net/core/skbuff.c:3505!
| [   43.185822][    C1] invalid opcode: 0000 [#1] PREEMPT SMP KASAN NOPTI
[   43.186243][    C1] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[ 43.186589][ C1] RIP: 0010:__skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) 
[ 43.186756][ C1] Code: 44 89 14 24 ff d0 0f 1f 00 4c 8b 44 24 08 44 8b 14 24 41 89 c1 eb a5 89 e8 e9 2d fe ff ff 41 ff d5 0f 1f 00 e9 1f fa ff ff 90 <0f> 0b 48 8b 7c 24 10 89 54 24 48 48 89 44 24 40 e8 17 a6 91 fe 8b
All code
========
   0:	44 89 14 24          	mov    %r10d,(%rsp)
   4:	ff d0                	call   *%rax
   6:	0f 1f 00             	nopl   (%rax)
   9:	4c 8b 44 24 08       	mov    0x8(%rsp),%r8
   e:	44 8b 14 24          	mov    (%rsp),%r10d
  12:	41 89 c1             	mov    %eax,%r9d
  15:	eb a5                	jmp    0xffffffffffffffbc
  17:	89 e8                	mov    %ebp,%eax
  19:	e9 2d fe ff ff       	jmp    0xfffffffffffffe4b
  1e:	41 ff d5             	call   *%r13
  21:	0f 1f 00             	nopl   (%rax)
  24:	e9 1f fa ff ff       	jmp    0xfffffffffffffa48
  29:	90                   	nop
  2a:*	0f 0b                	ud2		<-- trapping instruction
  2c:	48 8b 7c 24 10       	mov    0x10(%rsp),%rdi
  31:	89 54 24 48          	mov    %edx,0x48(%rsp)
  35:	48 89 44 24 40       	mov    %rax,0x40(%rsp)
  3a:	e8 17 a6 91 fe       	call   0xfffffffffe91a656
  3f:	8b                   	.byte 0x8b

Code starting with the faulting instruction
===========================================
   0:	0f 0b                	ud2
   2:	48 8b 7c 24 10       	mov    0x10(%rsp),%rdi
   7:	89 54 24 48          	mov    %edx,0x48(%rsp)
   b:	48 89 44 24 40       	mov    %rax,0x40(%rsp)
  10:	e8 17 a6 91 fe       	call   0xfffffffffe91a62c
  15:	8b                   	.byte 0x8b
[   43.187287][    C1] RSP: 0018:ffffc900001c8920 EFLAGS: 00010202
[   43.187476][    C1] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 1ffff11000591bd1
[   43.187702][    C1] RDX: 0000000000000040 RSI: 0000000000000000 RDI: ffff888002c8de88
[   43.187921][    C1] RBP: 0000000000000000 R08: ffffc900001c89e0 R09: fffffbfff0f5c5ea
[   43.188138][    C1] R10: ffffffff87ae2f57 R11: ffffffff856bf694 R12: 0000000000000000
[   43.188369][    C1] R13: 0000000000000000 R14: ffffc900001c89e0 R15: ffff888003eb3408
[   43.188596][    C1] FS:  00007ff8b71cc300(0000) GS:ffff888036080000(0000) knlGS:0000000000000000
[   43.188853][    C1] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   43.189039][    C1] CR2: 0000000000407181 CR3: 0000000003b0c001 CR4: 0000000000770ef0
[   43.189258][    C1] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[   43.189474][    C1] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[   43.189698][    C1] PKRU: 55555554
[   43.189809][    C1] Call Trace:
[   43.189919][    C1]  <IRQ>
[ 43.189995][ C1] ? die (arch/x86/kernel/dumpstack.c:421 arch/x86/kernel/dumpstack.c:434 arch/x86/kernel/dumpstack.c:447) 
[ 43.190111][ C1] ? do_trap (arch/x86/kernel/traps.c:113 arch/x86/kernel/traps.c:154) 
[ 43.190228][ C1] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) 
[ 43.190374][ C1] ? do_error_trap (./arch/x86/include/asm/traps.h:58 arch/x86/kernel/traps.c:175) 
[ 43.190518][ C1] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) 
[ 43.190663][ C1] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) 
[ 43.190811][ C1] ? handle_invalid_op (arch/x86/kernel/traps.c:213) 
[ 43.190961][ C1] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) 
[ 43.191105][ C1] ? exc_invalid_op (arch/x86/kernel/traps.c:265) 
[ 43.191261][ C1] ? asm_exc_invalid_op (./arch/x86/include/asm/idtentry.h:568) 
[ 43.191413][ C1] ? dst_init (net/core/dst.c:53) 
[ 43.191528][ C1] ? __skb_checksum (net/core/skbuff.c:3505 (discriminator 1)) 
[ 43.191676][ C1] __skb_checksum_complete (net/core/skbuff.c:3643) 
[ 43.191823][ C1] ? __pfx___skb_checksum_complete (net/core/skbuff.c:3637) 
[ 43.192002][ C1] ? __pfx_csum_partial_ext (./include/net/checksum.h:120) 
[ 43.192155][ C1] ? __pfx_csum_block_add_ext (./include/net/checksum.h:103) 
[ 43.192303][ C1] icmp_rcv (./include/linux/skbuff.h:4567 net/ipv4/icmp.c:1213) 
[ 43.192418][ C1] ip_protocol_deliver_rcu (net/ipv4/ip_input.c:205 (discriminator 5)) 
[ 43.192564][ C1] ip_local_deliver_finish (./include/linux/rcupdate.h:779 net/ipv4/ip_input.c:234) 
[ 43.192711][ C1] ip_local_deliver (./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv4/ip_input.c:254) 
[ 43.192855][ C1] ? __pfx_ip_local_deliver (net/ipv4/ip_input.c:243) 
[ 43.193000][ C1] ? sock_wfree (./include/linux/rcupdate.h:308 ./include/linux/rcupdate.h:783 net/core/sock.c:2471) 
[ 43.193145][ C1] ? ip_rcv_finish_core.constprop.0 (net/ipv4/ip_input.c:367) 
[ 43.193333][ C1] ip_rcv (./include/net/dst.h:460 net/ipv4/ip_input.c:449 ./include/linux/netfilter.h:314 ./include/linux/netfilter.h:308 net/ipv4/ip_input.c:569) 
[ 43.193444][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:562) 
[ 43.193590][ C1] ? lock_acquire.part.0 (kernel/locking/lockdep.c:467 kernel/locking/lockdep.c:5756) 
[ 43.193737][ C1] ? process_backlog (./include/linux/rcupdate.h:298 ./include/linux/rcupdate.h:750 net/core/dev.c:6051) 
[ 43.193884][ C1] ? __pfx_ip_rcv (net/ipv4/ip_input.c:562) 
[ 43.194031][ C1] __netif_receive_skb_one_core (net/core/dev.c:5610 (discriminator 4)) 
[ 43.194214][ C1] ? __pfx___netif_receive_skb_one_core (net/core/dev.c:5603) 
[ 43.194395][ C1] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5725) 
[ 43.194548][ C1] ? process_backlog (./include/linux/rcupdate.h:298 ./include/linux/rcupdate.h:750 net/core/dev.c:6051) 
[ 43.194696][ C1] process_backlog (./include/linux/rcupdate.h:779 net/core/dev.c:6053) 
[ 43.194842][ C1] __napi_poll.constprop.0 (net/core/dev.c:6703) 
[ 43.194987][ C1] net_rx_action (net/core/dev.c:6772 net/core/dev.c:6886) 
[ 43.195132][ C1] ? __pfx_net_rx_action (net/core/dev.c:6850) 
[ 43.195278][ C1] ? hlock_class (kernel/locking/lockdep.c:223) 
[ 43.195424][ C1] ? mark_held_locks (kernel/locking/lockdep.c:4274) 
[ 43.195570][ C1] __do_softirq (kernel/softirq.c:553) 
[ 43.195717][ C1] ? __neigh_event_send (./include/linux/bottom_half.h:33 net/core/neighbour.c:1245) 
[ 43.195868][ C1] do_softirq (kernel/softirq.c:454 kernel/softirq.c:441) 
[   43.195980][    C1]  </IRQ>
[   43.196056][    C1]  <TASK>
[ 43.196136][ C1] __local_bh_enable_ip (kernel/softirq.c:381) 
[ 43.196283][ C1] __neigh_event_send (./arch/x86/include/asm/jump_label.h:27 ./include/linux/jump_label.h:207 ./include/trace/events/neigh.h:237 net/core/neighbour.c:1246) 
[ 43.196433][ C1] neigh_resolve_output (net/core/neighbour.c:1547) 
[ 43.196577][ C1] ? __local_bh_enable_ip (./arch/x86/include/asm/irqflags.h:42 ./arch/x86/include/asm/irqflags.h:77 kernel/softirq.c:386) 
[ 43.196722][ C1] ? ___neigh_create (net/core/neighbour.c:722 (discriminator 9)) 
[ 43.196876][ C1] ip_finish_output2 (./include/net/neighbour.h:542 net/ipv4/ip_output.c:235) 
[ 43.197023][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5137) 
[ 43.197170][ C1] ? __pfx_raw_getfrag (net/ipv4/raw.c:446) 
[ 43.197315][ C1] ? __pfx_ip_finish_output2 (net/ipv4/ip_output.c:199) 
[ 43.197464][ C1] ? __pfx_vrf_ip_out_direct_finish (drivers/net/vrf.c:972) vrf
[ 43.197656][ C1] ? __ip_finish_output (./include/linux/skbuff.h:1624 ./include/linux/skbuff.h:4942 net/ipv4/ip_output.c:307 net/ipv4/ip_output.c:295) 
[ 43.197804][ C1] ip_output (./include/linux/netfilter.h:303 net/ipv4/ip_output.c:433) 
[ 43.197913][ C1] ? __ip_local_out (./include/net/l3mdev.h:203 ./include/net/l3mdev.h:213 net/ipv4/ip_output.c:112) 
[ 43.198061][ C1] ? __pfx_ip_output (net/ipv4/ip_output.c:427) 
[ 43.198206][ C1] ? __ip_make_skb (net/ipv4/ip_output.c:1379 net/ipv4/ip_output.c:1487) 
[ 43.198354][ C1] ? __pfx_raw_getfrag (net/ipv4/raw.c:446) 
[ 43.198498][ C1] ? ip_append_data (net/ipv4/ip_output.c:1368 net/ipv4/ip_output.c:1347) 
[ 43.198643][ C1] ip_push_pending_frames (./include/net/dst.h:450 net/ipv4/ip_output.c:129 net/ipv4/ip_output.c:1496 net/ipv4/ip_output.c:1516) 
[ 43.198788][ C1] raw_sendmsg (net/ipv4/raw.c:648) 
[ 43.198935][ C1] ? __pfx_validate_chain (kernel/locking/lockdep.c:3825) 
[ 43.199081][ C1] ? __pfx_raw_sendmsg (net/ipv4/raw.c:476) 
[ 43.199226][ C1] ? __lock_acquire (kernel/locking/lockdep.c:5137) 
[ 43.199375][ C1] ? find_held_lock (kernel/locking/lockdep.c:5244) 
[ 43.199521][ C1] ? __lock_release (kernel/locking/lockdep.c:5430) 
[ 43.199667][ C1] ? __might_fault (mm/memory.c:6080 mm/memory.c:6073) 
[ 43.199813][ C1] ? __pfx___lock_release (kernel/locking/lockdep.c:5406) 
[ 43.199959][ C1] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5725) 
[ 43.200102][ C1] ? __might_fault (mm/memory.c:6080 mm/memory.c:6073) 
[ 43.200248][ C1] ? __might_fault (mm/memory.c:6080 mm/memory.c:6073) 
[ 43.200391][ C1] ? __sys_sendto (net/socket.c:730 net/socket.c:745 net/socket.c:2191) 
[ 43.200539][ C1] __sys_sendto (net/socket.c:730 net/socket.c:745 net/socket.c:2191) 
[ 43.200693][ C1] ? find_held_lock (kernel/locking/lockdep.c:5244) 
[ 43.200933][ C1] ? __pfx___sys_sendto (net/socket.c:2161) 
[ 43.201079][ C1] ? __might_fault (mm/memory.c:6080 mm/memory.c:6073) 
[ 43.201236][ C1] ? lock_acquire (./include/trace/events/lock.h:24 kernel/locking/lockdep.c:5725) 
[ 43.201383][ C1] ? __might_fault (mm/memory.c:6080 mm/memory.c:6073) 
[ 43.201529][ C1] ? rseq_ip_fixup (kernel/rseq.c:257 kernel/rseq.c:291) 
[ 43.201769][ C1] ? __pfx_find_vma (mm/mmap.c:1883) 
[ 43.201917][ C1] ? __pfx___up_read (kernel/locking/rwsem.c:1339) 
[ 43.202062][ C1] ? __pfx_rseq_ip_fixup (kernel/rseq.c:275) 
[ 43.202214][ C1] __x64_sys_sendto (net/socket.c:2199) 
[ 43.202360][ C1] ? lockdep_hardirqs_on_prepare.part.0 (kernel/locking/lockdep.c:4300 kernel/locking/lockdep.c:4359) 
[ 43.202538][ C1] do_syscall_64 (arch/x86/entry/common.c:52 arch/x86/entry/common.c:83) 
[ 43.202685][ C1] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:129) 
[   43.202866][    C1] RIP: 0033:0x7ff8b74a285a
[ 43.203021][ C1] Code: d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 41 89 ca 64 8b 04 25 18 00 00 00 85 c0 75 15 b8 2c 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 7e c3 0f 1f 44 00 00 41 54 48 83 ec 30 44 89
All code
========
   0:	d8 64 89 02          	fsubs  0x2(%rcx,%rcx,4)
   4:	48 c7 c0 ff ff ff ff 	mov    $0xffffffffffffffff,%rax
   b:	eb b8                	jmp    0xffffffffffffffc5
   d:	0f 1f 00             	nopl   (%rax)
  10:	f3 0f 1e fa          	endbr64
  14:	41 89 ca             	mov    %ecx,%r10d
  17:	64 8b 04 25 18 00 00 	mov    %fs:0x18,%eax
  1e:	00 
  1f:	85 c0                	test   %eax,%eax
  21:	75 15                	jne    0x38
  23:	b8 2c 00 00 00       	mov    $0x2c,%eax
  28:	0f 05                	syscall
  2a:*	48 3d 00 f0 ff ff    	cmp    $0xfffffffffffff000,%rax		<-- trapping instruction
  30:	77 7e                	ja     0xb0
  32:	c3                   	ret
  33:	0f 1f 44 00 00       	nopl   0x0(%rax,%rax,1)
  38:	41 54                	push   %r12
  3a:	48 83 ec 30          	sub    $0x30,%rsp
  3e:	44                   	rex.R
  3f:	89                   	.byte 0x89

Code starting with the faulting instruction
===========================================
   0:	48 3d 00 f0 ff ff    	cmp    $0xfffffffffffff000,%rax
   6:	77 7e                	ja     0x86
   8:	c3                   	ret
   9:	0f 1f 44 00 00       	nopl   0x0(%rax,%rax,1)
   e:	41 54                	push   %r12
  10:	48 83 ec 30          	sub    $0x30,%rsp
  14:	44                   	rex.R
  15:	89                   	.byte 0x89
[   43.203630][    C1] RSP: 002b:00007ffd70c02d38 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
[   43.203853][    C1] RAX: ffffffffffffffda RBX: 0000000000000038 RCX: 00007ff8b74a285a
[   43.204070][    C1] RDX: 0000000000000040 RSI: 0000000001139340 RDI: 0000000000000005
[   43.204473][    C1] RBP: 00007ffd70c02d90 R08: 00000000004185e0 R09: 0000000000000010
[   43.204693][    C1] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000054


Finger prints:
__skb_checksum:__skb_checksum_complete:icmp_rcv:ip_protocol_deliver_rcu