kasan: GPF could be caused by NULL-ptr deref or user memory access
general protection fault: 0000 [#1] PREEMPT SMP KASAN
Modules linked in:
CPU: 0 PID: 13031 Comm: syz-executor.4 Not tainted 4.14.275-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
task: ffff8880ac098340 task.stack: ffff888096f98000
RIP: 0010:dev_put include/linux/netdevice.h:3381 [inline]
RIP: 0010:llc_ui_autobind.isra.0+0x26b/0x390 net/llc/af_llc.c:320
RSP: 0018:ffff888096f9fbf8 EFLAGS: 00010202
RAX: dffffc0000000000 RBX: ffff8880a70b8e80 RCX: ffffc90008cdc000
RDX: 00000000000000a8 RSI: ffffffff85d0c563 RDI: 0000000000000540
RBP: 0000000000000000 R08: 0000000000000001 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 00000000ffffffea
R13: ffff888096f9fe28 R14: ffff88807b8b3a80 R15: ffff88807b8b3aa0
FS:  00007f5d914a1700(0000) GS:ffff8880ba400000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f8d14045de0 CR3: 000000009acc0000 CR4: 00000000003406f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 llc_ui_sendmsg+0x638/0xec0 net/llc/af_llc.c:952
 sock_sendmsg_nosec net/socket.c:646 [inline]
 sock_sendmsg+0xb5/0x100 net/socket.c:656
 SYSC_sendto net/socket.c:1763 [inline]
 SyS_sendto+0x1c7/0x2c0 net/socket.c:1731
 do_syscall_64+0x1d5/0x640 arch/x86/entry/common.c:292
 entry_SYSCALL_64_after_hwframe+0x46/0xbb
RIP: 0033:0x7f5d92b2c0e9
RSP: 002b:00007f5d914a1168 EFLAGS: 00000246 ORIG_RAX: 000000000000002c
RAX: ffffffffffffffda RBX: 00007f5d92c3ef60 RCX: 00007f5d92b2c0e9
RDX: 0000000000000079 RSI: 0000000020000000 RDI: 0000000000000005
RBP: 00007f5d92b8608d R08: 0000000020000080 R09: 0000000000000010
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007ffe05a7f10f R14: 00007f5d914a1300 R15: 0000000000022000
Code: 55 ff ff 48 0f ba 73 60 08 45 31 e4 31 ed e8 dd 7c 84 fb 48 8d bd 40 05 00 00 48 b8 00 00 00 00 00 fc ff df 48 89 fa 48 c1 ea 03 <80> 3c 02 00 0f 85 f2 00 00 00 48 8b 85 40 05 00 00 65 ff 08 44 
RIP: dev_put include/linux/netdevice.h:3381 [inline] RSP: ffff888096f9fbf8
RIP: llc_ui_autobind.isra.0+0x26b/0x390 net/llc/af_llc.c:320 RSP: ffff888096f9fbf8
---[ end trace 7ba0b4a3e8a5b2aa ]---
----------------
Code disassembly (best guess), 2 bytes skipped:
   0:	ff 48 0f             	decl   0xf(%rax)
   3:	ba 73 60 08 45       	mov    $0x45086073,%edx
   8:	31 e4                	xor    %esp,%esp
   a:	31 ed                	xor    %ebp,%ebp
   c:	e8 dd 7c 84 fb       	callq  0xfb847cee
  11:	48 8d bd 40 05 00 00 	lea    0x540(%rbp),%rdi
  18:	48 b8 00 00 00 00 00 	movabs $0xdffffc0000000000,%rax
  1f:	fc ff df
  22:	48 89 fa             	mov    %rdi,%rdx
  25:	48 c1 ea 03          	shr    $0x3,%rdx
* 29:	80 3c 02 00          	cmpb   $0x0,(%rdx,%rax,1) <-- trapping instruction
  2d:	0f 85 f2 00 00 00    	jne    0x125
  33:	48 8b 85 40 05 00 00 	mov    0x540(%rbp),%rax
  3a:	65 ff 08             	decl   %gs:(%rax)
  3d:	44                   	rex.R