All of lore.kernel.org
 help / color / mirror / Atom feed
* possible deadlock in do_ip_setsockopt
@ 2018-01-27 20:06 syzbot
  2018-01-30 13:55 ` Florian Westphal
  0 siblings, 1 reply; 2+ messages in thread
From: syzbot @ 2018-01-27 20:06 UTC (permalink / raw)
  To: davem, kuznet, linux-kernel, netdev, syzkaller-bugs, yoshfuji

[-- Attachment #1: Type: text/plain, Size: 48972 bytes --]

Hello,

syzbot hit the following crash on upstream commit
c4e0ca7fa24137e372d6135fe16e8df8e123f116 (Fri Jan 26 23:10:50 2018 +0000)
Merge tag 'riscv-for-linus-4.15-maintainers' of  
git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux

So far this crash happened 9 times on net-next, upstream.
Unfortunately, I don't have any reproducer for this crash yet.
Raw console output is attached.
compiler: gcc (GCC) 7.1.1 20170620
.config is attached.

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: syzbot+a40f0d7f9436d6cbd874@syzkaller.appspotmail.com
It will help syzbot understand when the bug is fixed. See footer for  
details.
If you forward the report, please keep this part and the footer.

binder_alloc: binder_alloc_mmap_handler: 5119 205a9000-205ac000 already  
mapped failed -16

======================================================
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 19, process died.
WARNING: possible circular locking dependency detected
4.15.0-rc9+ #283 Not tainted
------------------------------------------------------
syz-executor3/5146 is trying to acquire lock:
  (sk_lock-AF_INET){+.+.}, at: [<00000000577bd96a>] lock_sock  
include/net/sock.h:1461 [inline]
  (sk_lock-AF_INET){+.+.}, at: [<00000000577bd96a>]  
do_ip_setsockopt.isra.12+0x1d9/0x32e0 net/ipv4/ip_sockglue.c:646

but task is already holding lock:
  (rtnl_mutex){+.+.}, at: [<00000000194bb793>] rtnl_lock+0x17/0x20  
net/core/rtnetlink.c:72

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #1 (rtnl_mutex){+.+.}:
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1a80 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        rtnl_lock+0x17/0x20 net/core/rtnetlink.c:72
        register_netdevice_notifier+0xad/0x860 net/core/dev.c:1590
        clusterip_config_init net/ipv4/netfilter/ipt_CLUSTERIP.c:261 [inline]
        clusterip_tg_check+0xeb9/0x1570  
net/ipv4/netfilter/ipt_CLUSTERIP.c:478
        xt_check_target+0x22c/0x7d0 net/netfilter/x_tables.c:845
        check_target net/ipv4/netfilter/ip_tables.c:518 [inline]
        find_check_entry.isra.8+0x8c8/0xcb0  
net/ipv4/netfilter/ip_tables.c:559
        translate_table+0xed1/0x1610 net/ipv4/netfilter/ip_tables.c:730
        do_replace net/ipv4/netfilter/ip_tables.c:1148 [inline]
        do_ipt_set_ctl+0x370/0x5f0 net/ipv4/netfilter/ip_tables.c:1682
        nf_sockopt net/netfilter/nf_sockopt.c:106 [inline]
        nf_setsockopt+0x67/0xc0 net/netfilter/nf_sockopt.c:115
        ip_setsockopt+0xa1/0xb0 net/ipv4/ip_sockglue.c:1256
        raw_setsockopt+0xb7/0xd0 net/ipv4/raw.c:857
        sock_common_setsockopt+0x95/0xd0 net/core/sock.c:2968
        SYSC_setsockopt net/socket.c:1831 [inline]
        SyS_setsockopt+0x189/0x360 net/socket.c:1810
        entry_SYSCALL_64_fastpath+0x29/0xa0

-> #0 (sk_lock-AF_INET){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:3914
        lock_sock_nested+0xc2/0x110 net/core/sock.c:2770
        lock_sock include/net/sock.h:1461 [inline]
        do_ip_setsockopt.isra.12+0x1d9/0x32e0 net/ipv4/ip_sockglue.c:646
        ip_setsockopt+0x3a/0xb0 net/ipv4/ip_sockglue.c:1248
        udp_setsockopt+0x45/0x80 net/ipv4/udp.c:2408
        sock_common_setsockopt+0x95/0xd0 net/core/sock.c:2968
        SYSC_setsockopt net/socket.c:1831 [inline]
        SyS_setsockopt+0x189/0x360 net/socket.c:1810
        entry_SYSCALL_64_fastpath+0x29/0xa0

other info that might help us debug this:

  Possible unsafe locking scenario:

        CPU0                    CPU1
        ----                    ----
   lock(rtnl_mutex);
                                lock(sk_lock-AF_INET);
                                lock(rtnl_mutex);
   lock(sk_lock-AF_INET);

  *** DEADLOCK ***

1 lock held by syz-executor3/5146:
  #0:  (rtnl_mutex){+.+.}, at: [<00000000194bb793>] rtnl_lock+0x17/0x20  
net/core/rtnetlink.c:72

stack backtrace:
CPU: 0 PID: 5146 Comm: syz-executor3 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  print_circular_bug.isra.37+0x2cd/0x2dc kernel/locking/lockdep.c:1218
  check_prev_add kernel/locking/lockdep.c:1858 [inline]
  check_prevs_add kernel/locking/lockdep.c:1971 [inline]
  validate_chain kernel/locking/lockdep.c:2412 [inline]
  __lock_acquire+0x30a8/0x3e00 kernel/locking/lockdep.c:3426
  lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:3914
  lock_sock_nested+0xc2/0x110 net/core/sock.c:2770
  lock_sock include/net/sock.h:1461 [inline]
  do_ip_setsockopt.isra.12+0x1d9/0x32e0 net/ipv4/ip_sockglue.c:646
  ip_setsockopt+0x3a/0xb0 net/ipv4/ip_sockglue.c:1248
  udp_setsockopt+0x45/0x80 net/ipv4/udp.c:2408
  sock_common_setsockopt+0x95/0xd0 net/core/sock.c:2968
  SYSC_setsockopt net/socket.c:1831 [inline]
  SyS_setsockopt+0x189/0x360 net/socket.c:1810
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007f432c8f4c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000036
RAX: ffffffffffffffda RBX: 000000000071bea0 RCX: 0000000000453299
RDX: 0000000000000023 RSI: 0000000000000000 RDI: 0000000000000013
RBP: 00000000000005c4 R08: 000000000000000c R09: 0000000000000000
R10: 0000000020acc000 R11: 0000000000000212 R12: 00000000006f7b00
R13: 00000000ffffffff R14: 00007f432c8f56d4 R15: 0000000000000000
binder_alloc: binder_alloc_mmap_handler: 5151 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 21, process died.
binder: 5163 RLIMIT_NICE not set
binder_alloc: binder_alloc_mmap_handler: 5161 205a9000-205ac000 already  
mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 5173 205a9000-205ac000 already  
mapped failed -16
binder: 5158:5178 BC_FREE_BUFFER u000000002000c000 matched unreturned buffer
binder: 5158:5178 BC_INCREFS_DONE u000000002000c000 no match
binder: 5158:5178 got transaction to invalid handle
binder: 5158:5178 transaction failed 29201/-22, size 96-32 line 2788
binder_alloc: binder_alloc_mmap_handler: 5179 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 27, process died.
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5158:5186 ioctl 40046207 0 returned -16
binder_alloc: 5158: binder_alloc_buf, no vma
binder: 5158:5186 transaction failed 29189/-3, size 0-0 line 2903
binder: 5158:5178 BC_FREE_BUFFER u000000002000c000 no match
binder_alloc: binder_alloc_mmap_handler: 5202 205a9000-205ac000 already  
mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 5199 205a9000-205ac000 already  
mapped failed -16
binder: 5213 RLIMIT_NICE not set
binder: 5206:5213 BC_INCREFS_DONE u000000002000c000 no match
binder: 5220 RLIMIT_NICE not set
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 30, process died.
binder_alloc: binder_alloc_mmap_handler: 5228 205a9000-205ac000 already  
mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 5232 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 35, process died.
binder: 5219:5220 BC_INCREFS_DONE u000000002000c000 no match
binder: 5219:5220 got transaction to invalid handle
binder: 5219:5220 transaction failed 29201/-22, size 96-32 line 2788
binder: undelivered TRANSACTION_COMPLETE
binder_alloc: 5241: binder_alloc_buf, no vma
binder: 5241:5245 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5206:5213 got transaction to invalid handle
binder: 5206:5213 transaction failed 29201/-22, size 96-32 line 2788
binder: undelivered TRANSACTION_COMPLETE
binder_alloc: 5249: binder_alloc_buf, no vma
binder: 5249:5255 transaction failed 29189/-3, size 0-0 line 2903
binder: 5262 RLIMIT_NICE not set
binder_alloc: binder_alloc_mmap_handler: 5248 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 45, process died.
binder: 5253:5262 BC_INCREFS_DONE u000000002000c000 no match
binder: 5253:5262 got transaction to invalid handle
binder: 5253:5262 transaction failed 29201/-22, size 96-32 line 2788
binder: undelivered TRANSACTION_COMPLETE
binder_alloc: binder_alloc_mmap_handler: 5268 205a9000-205ac000 already  
mapped failed -16
binder_alloc: 5271: binder_alloc_buf, no vma
binder: 5271:5277 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5275: binder_alloc_buf, no vma
binder: 5275:5281 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: 5286: binder_alloc_buf, no vma
binder: 5286:5287 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 57, process died.
binder_alloc: 5292: binder_alloc_buf, no vma
binder: 5292:5294 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5296:5297 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
bpf: check failed: parse error
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 50, process died.
binder: 5305:5317 transaction failed 29189/-22, size 0-0 line 2788
bpf: check failed: parse error
binder_alloc: 5308: binder_alloc_buf, no vma
binder: 5308:5318 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: binder_alloc_mmap_handler: 5307 205a9000-205ac000 already  
mapped failed -16
binder: 5322:5323 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5325:5327 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5325:5327 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5330: binder_alloc_buf, no vma
binder: 5330:5333 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5329:5332 ioctl 40046207 0 returned -16
binder_alloc: 5308: binder_alloc_buf, no vma
binder: 5329:5332 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5334:5337 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5334:5337 transaction failed 29189/-3, size 0-0 line 2903
bpf: check failed: parse error
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: 5347: binder_alloc_buf, no vma
binder: 5347:5350 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5340:5345 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5340:5345 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5344: binder_alloc_buf, no vma
binder: 5344:5352 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5308: binder_alloc_buf, no vma
binder: 5342:5353 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5355:5357 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5355:5357 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5359:5364 ioctl 40046207 0 returned -16
binder_alloc: 5347: binder_alloc_buf, no vma
binder: 5359:5364 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5308: binder_alloc_buf, no vma
binder: 5361:5368 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5365:5366 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5365:5366 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5360:5369 ioctl 40046207 0 returned -16
binder_alloc: 5344: binder_alloc_buf, no vma
binder: 5360:5369 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5372:5378 ioctl 40046207 0 returned -16
binder_alloc: 5347: binder_alloc_buf, no vma
binder: 5372:5378 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5374:5376 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5374:5376 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5382:5393 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5381:5389 ioctl 40046207 0 returned -16
binder_alloc: 5347: binder_alloc_buf, no vma
binder: 5381:5389 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5344: binder_alloc_buf, no vma
binder: 5382:5393 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5386:5395 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 5386 205a9000-205ac000 already  
mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5399:5404 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5397:5405 ioctl 40046207 0 returned -16
binder_alloc: 5347: binder_alloc_buf, no vma
binder: 5397:5405 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: binder_alloc_mmap_handler: 5399 205a9000-205ac000 already  
mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5401:5407 ioctl 40046207 0 returned -16
binder_alloc: 5344: binder_alloc_buf, no vma
binder: 5401:5407 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: binder_alloc_mmap_handler: 5400 205a9000-205ac000 already  
mapped failed -16
binder_alloc: 5344: binder_alloc_buf, no vma
binder: 5412:5414 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5344: binder_alloc_buf, no vma
binder: 5421:5425 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5418:5420 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 5418 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5430:5433 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5430:5433 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5443:5444 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5443:5444 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5451:5457 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5451:5457 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5472:5480 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5472:5480 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: binder_alloc_mmap_handler: 5472 205a9000-205ac000 already  
mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5492:5495 ioctl 40046207 0 returned -16
binder_alloc: 5307: binder_alloc_buf, no vma
binder: 5492:5495 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: binder_alloc_mmap_handler: 5492 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 65, process died.
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: binder_alloc_mmap_handler: 5499 205a9000-205ac000 already  
mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 5502 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 97, process died.
binder: 5552:5555 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5573:5581 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 101, process died.
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_COMPLETE
binder: 5621:5628 transaction failed 29189/-22, size 0-0 line 2788
binder_alloc: 5627: binder_alloc_buf, no vma
binder: 5627:5636 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5627: binder_alloc_buf, no vma
binder: 5635:5638 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5648:5655 ioctl 40046207 0 returned -16
binder_alloc: 5627: binder_alloc_buf, no vma
binder: 5648:5655 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered transaction 104, process died.
binder: undelivered transaction 103, process died.
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: 5661: binder_alloc_buf, no vma
binder: 5661:5671 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5678:5681 ioctl 40046207 0 returned -16
binder_alloc: 5661: binder_alloc_buf, no vma
binder: 5678:5681 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: binder_alloc_mmap_handler: 5678 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: binder_alloc_mmap_handler: 5685 205a9000-205ac000 already  
mapped failed -16
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 114, process died.
binder_alloc: 5696: binder_alloc_buf, no vma
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5697:5702 ioctl 40046207 0 returned -16
binder_alloc: 5696: binder_alloc_buf, no vma
binder: 5696:5699 transaction failed 29189/-3, size 0-0 line 2903
binder: 5697:5702 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5696: binder_alloc_buf, no vma
binder: 5704:5707 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: 5724: binder_alloc_buf, no vma
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5717:5728 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5722:5729 ioctl 40046207 0 returned -16
binder: 5724:5730 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered transaction 122, process died.
binder: undelivered transaction 121, process died.
binder: 5743:5744 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder_alloc: 5751: binder_alloc_buf, no vma
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5747:5755 ioctl 40046207 0 returned -16
binder_alloc: 5751: binder_alloc_buf, no vma
binder: 5751:5753 transaction failed 29189/-3, size 0-0 line 2903
binder: 5750:5760 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 5751: binder_alloc_buf, no vma
binder: 5747:5755 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 1
CPU: 1 PID: 5779 Comm: syz-executor2 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3368 [inline]
  kmem_cache_alloc_trace+0x4b/0x750 mm/slab.c:3608
  kmalloc include/linux/slab.h:499 [inline]
  kzalloc include/linux/slab.h:688 [inline]
  binder_get_thread+0x1cf/0x870 drivers/android/binder.c:4219
  binder_ioctl+0x20c/0x1417 drivers/android/binder.c:4494
  vfs_ioctl fs/ioctl.c:46 [inline]
  do_vfs_ioctl+0x1b1/0x1520 fs/ioctl.c:686
  SYSC_ioctl fs/ioctl.c:701 [inline]
  SyS_ioctl+0x8f/0xc0 fs/ioctl.c:692
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007f4c3e5dcc58 EFLAGS: 00000212 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007f4c3e5dcaa0 RCX: 0000000000453299
RDX: 0000000020007fd0 RSI: 00000000c0306201 RDI: 0000000000000013
RBP: 00007f4c3e5dca90 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 00000000004b8096
R13: 00007f4c3e5dcbc8 R14: 00000000004b8096 R15: 0000000000000000
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5772:5779 ioctl c0306201 20007fd0 returned -12
binder: 5773:5775 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5786:5787 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5785:5789 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5798:5801 transaction failed 29189/-22, size 0-0 line 2788
binder: 5793:5796 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5794:5809 transaction failed 29189/-22, size 0-0 line 2788
binder: 5812:5813 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5821:5822 transaction failed 29189/-22, size 0-0 line 2788
binder: 5821:5825 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: 5827: binder_alloc_buf, no vma
binder: 5830:5834 transaction failed 29189/-3, size 0-0 line 2903
binder: 5855:5861 transaction failed 29189/-22, size 0-0 line 2788
binder: 5855:5862 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5878:5884 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5899:5902 ioctl 40046207 0 returned -16
binder: 5878:5884 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5916:5923 ioctl 40046207 0 returned -16
binder: send failed reply for transaction 149 to 5918:5926
binder: 5918:5934 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5936:5944 ioctl 40046207 0 returned -16
binder: 5956:5960 transaction failed 29189/-22, size 0-0 line 2788
binder: 5948:5954 transaction failed 29189/-22, size 0-0 line 2788
binder_alloc: 5957: binder_alloc_buf failed to map pages in userspace, no  
vma
binder: 5948:5965 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5975:5978 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 5970:5980 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: 5990:5997 transaction failed 29189/-22, size 0-0 line 2788
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 5992 Comm: syz-executor6 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3368 [inline]
  kmem_cache_alloc_trace+0x4b/0x750 mm/slab.c:3608
  kmalloc include/linux/slab.h:499 [inline]
  kzalloc include/linux/slab.h:688 [inline]
  fl_create+0x115/0xab0 net/ipv6/ip6_flowlabel.c:369
  ipv6_flowlabel_opt+0x62c/0x2c90 net/ipv6/ip6_flowlabel.c:605
  do_ipv6_setsockopt.isra.8+0x7f8/0x39d0 net/ipv6/ipv6_sockglue.c:803
  ipv6_setsockopt+0xd7/0x150 net/ipv6/ipv6_sockglue.c:922
  rawv6_setsockopt+0x4a/0xf0 net/ipv6/raw.c:1060
  sock_common_setsockopt+0x95/0xd0 net/core/sock.c:2968
  SYSC_setsockopt net/socket.c:1831 [inline]
  SyS_setsockopt+0x189/0x360 net/socket.c:1810
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007f19ba0d0c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000036
RAX: ffffffffffffffda RBX: 00007f19ba0d0aa0 RCX: 0000000000453299
RDX: 0000000000000020 RSI: 0000000000000029 RDI: 0000000000000013
RBP: 00007f19ba0d0a90 R08: 0000000000000020 R09: 0000000000000000
R10: 0000000020f68000 R11: 0000000000000212 R12: 00000000004b8096
R13: 00007f19ba0d0bc8 R14: 00000000004b8096 R15: 0000000000000000
binder: release 5996:6000 transaction 161 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 161, target dead
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 6005 Comm: syz-executor6 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3368 [inline]
  kmem_cache_alloc_trace+0x4b/0x750 mm/slab.c:3608
  kmalloc include/linux/slab.h:499 [inline]
  ipv6_flowlabel_opt+0x679/0x2c90 net/ipv6/ip6_flowlabel.c:608
  do_ipv6_setsockopt.isra.8+0x7f8/0x39d0 net/ipv6/ipv6_sockglue.c:803
  ipv6_setsockopt+0xd7/0x150 net/ipv6/ipv6_sockglue.c:922
  rawv6_setsockopt+0x4a/0xf0 net/ipv6/raw.c:1060
  sock_common_setsockopt+0x95/0xd0 net/core/sock.c:2968
  SYSC_setsockopt net/socket.c:1831 [inline]
  SyS_setsockopt+0x189/0x360 net/socket.c:1810
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007f19ba0d0c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000036
RAX: ffffffffffffffda RBX: 00007f19ba0d0aa0 RCX: 0000000000453299
RDX: 0000000000000020 RSI: 0000000000000029 RDI: 0000000000000013
RBP: 00007f19ba0d0a90 R08: 0000000000000020 R09: 0000000000000000
R10: 0000000020f68000 R11: 0000000000000212 R12: 00000000004b8096
R13: 00007f19ba0d0bc8 R14: 00000000004b8096 R15: 0000000000000000
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 6007 Comm: syz-executor4 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3368 [inline]
  kmem_cache_alloc_trace+0x4b/0x750 mm/slab.c:3608
  kmalloc include/linux/slab.h:499 [inline]
  kzalloc include/linux/slab.h:688 [inline]
  binder_transaction+0x13ee/0x8200 drivers/android/binder.c:2840
  binder_thread_write+0xc57/0x3820 drivers/android/binder.c:3459
  binder_ioctl_write_read.isra.38+0x261/0xcb0 drivers/android/binder.c:4362
  binder_ioctl+0xb72/0x1417 drivers/android/binder.c:4502
  vfs_ioctl fs/ioctl.c:46 [inline]
  do_vfs_ioctl+0x1b1/0x1520 fs/ioctl.c:686
  SYSC_ioctl fs/ioctl.c:701 [inline]
  SyS_ioctl+0x8f/0xc0 fs/ioctl.c:692
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007fe80c726c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007fe80c726aa0 RCX: 0000000000453299
RDX: 0000000020007fd0 RSI: 00000000c0306201 RDI: 0000000000000013
RBP: 00007fe80c726a90 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 00000000004b8096
R13: 00007fe80c726bc8 R14: 00000000004b8096 R15: 0000000000000000
binder: 6004:6007 transaction failed 29201/-12, size 0-0 line 2844
binder: undelivered TRANSACTION_ERROR: 29201
binder: 5990:6025 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 6035 Comm: syz-executor4 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3368 [inline]
  kmem_cache_alloc_trace+0x4b/0x750 mm/slab.c:3608
  kmalloc include/linux/slab.h:499 [inline]
  kzalloc include/linux/slab.h:688 [inline]
  binder_transaction+0x1460/0x8200 drivers/android/binder.c:2850
  binder_thread_write+0xc57/0x3820 drivers/android/binder.c:3459
  binder_ioctl_write_read.isra.38+0x261/0xcb0 drivers/android/binder.c:4362
  binder_ioctl+0xb72/0x1417 drivers/android/binder.c:4502
  vfs_ioctl fs/ioctl.c:46 [inline]
  do_vfs_ioctl+0x1b1/0x1520 fs/ioctl.c:686
  SYSC_ioctl fs/ioctl.c:701 [inline]
  SyS_ioctl+0x8f/0xc0 fs/ioctl.c:692
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007fe80c726c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007fe80c726aa0 RCX: 0000000000453299
RDX: 0000000020007fd0 RSI: 00000000c0306201 RDI: 0000000000000013
RBP: 00007fe80c726a90 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 00000000004b8096
R13: 00007fe80c726bc8 R14: 00000000004b8096 R15: 0000000000000000
binder: 6031:6035 transaction failed 29201/-12, size 0-0 line 2854
binder: undelivered TRANSACTION_ERROR: 29201
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 6066 Comm: syz-executor4 Not tainted 4.15.0-rc9+ #283
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3368 [inline]
  kmem_cache_alloc_trace+0x4b/0x750 mm/slab.c:3608
  kmalloc include/linux/slab.h:499 [inline]
  kzalloc include/linux/slab.h:688 [inline]
  binder_alloc_new_buf_locked+0x5ce/0x1700 drivers/android/binder_alloc.c:447
  binder_alloc_new_buf+0x43/0x60 drivers/android/binder_alloc.c:509
  binder_transaction+0x1a6e/0x8200 drivers/android/binder.c:2893
  binder_thread_write+0xc57/0x3820 drivers/android/binder.c:3459
  binder_ioctl_write_read.isra.38+0x261/0xcb0 drivers/android/binder.c:4362
  binder_ioctl+0xb72/0x1417 drivers/android/binder.c:4502
  vfs_ioctl fs/ioctl.c:46 [inline]
  do_vfs_ioctl+0x1b1/0x1520 fs/ioctl.c:686
  SYSC_ioctl fs/ioctl.c:701 [inline]
  SyS_ioctl+0x8f/0xc0 fs/ioctl.c:692
  entry_SYSCALL_64_fastpath+0x29/0xa0
RIP: 0033:0x453299
RSP: 002b:00007fe80c726c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 00007fe80c726aa0 RCX: 0000000000453299
RDX: 0000000020007fd0 RSI: 00000000c0306201 RDI: 0000000000000013
RBP: 00007fe80c726a90 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 00000000004b8096
R13: 00007fe80c726bc8 R14: 00000000004b8096 R15: 0000000000000000
binder_alloc: binder_alloc_new_buf_locked: 6054 failed to alloc new buffer  
struct
binder: 6054:6066 transaction failed 29201/-12, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29201
binder: send failed reply for transaction 169 to 6056:6068
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6090:6096 transaction 171 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 171, target dead
binder: 6099:6104 transaction failed 29189/-22, size 0-0 line 2788
binder: 6099:6104 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6138:6142 ioctl 401845e0 20ced000 returned -22
binder: 6138:6165 ioctl 4b36 0 returned -22
binder_alloc: binder_alloc_mmap_handler: 6129 20000000-20002000 already  
mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6129:6162 ioctl 40046207 0 returned -16
binder_alloc: 6129: binder_alloc_buf, no vma
binder: 6138:6165 transaction failed 29189/-3, size 0-0 line 2903
binder: 6138:6165 ioctl 401845e0 20ced000 returned -22
binder: 6138:6169 ioctl 4b36 0 returned -22
binder: send failed reply for transaction 175 to 6138:6142
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6175:6185 ioctl 40046207 0 returned -16
binder_alloc: 6175: binder_alloc_buf, no vma
binder: 6175:6187 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6200:6204 ioctl 40046207 0 returned -16
binder_alloc: 6175: binder_alloc_buf, no vma
binder: 6200:6204 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6200:6212 ioctl 40046207 0 returned -16
binder_alloc: 6175: binder_alloc_buf, no vma
binder: 6200:6204 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6233:6244 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6233:6252 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6266:6267 ioctl 40046207 0 returned -16
binder_alloc: 6175: binder_alloc_buf, no vma
binder: 6266:6267 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6266:6271 ioctl 40046207 0 returned -16
binder_alloc: 6175: binder_alloc_buf, no vma
binder: 6266:6267 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6175:6185 transaction 178 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 178, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder_alloc: 6290: binder_alloc_buf, no vma
binder: 6290:6303 ioctl 40046207 0 returned -16
binder: release 6290:6294 transaction 185 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 185, target dead
binder: 6312:6332 transaction failed 29189/-22, size 0-0 line 2788
binder: 6312:6315 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6336:6350 ioctl 40046207 0 returned -16
binder_alloc: 6336: binder_alloc_buf, no vma
binder: 6339:6347 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6336: binder_alloc_buf, no vma
binder: 6340:6348 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: 6336: binder_alloc_buf, no vma
binder: 6336:6343 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6336:6343 transaction 189 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 189, target dead
binder: 6364:6369 transaction failed 29189/-22, size 0-0 line 2788
binder: 6364:6378 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6370:6382 ioctl 40046207 0 returned -16
binder_alloc: 6370: binder_alloc_buf, no vma
binder: 6381:6384 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6370: binder_alloc_buf, no vma
binder: 6370:6387 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6370:6377 transaction 196 out, still active
binder: undelivered TRANSACTION_COMPLETE
kauditd_printk_skb: 2 callbacks suppressed
audit: type=1400 audit(1517070169.395:29): avc:  denied  { ipc_owner } for   
pid=6401 comm="syz-executor6" capability=15   
scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023  
tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns  
permissive=1
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6399:6414 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6422:6426 ioctl 40046207 0 returned -16
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6422:6427 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6437:6439 ioctl 40046207 0 returned -16
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6437:6439 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6437:6439 ioctl 40046207 0 returned -16
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6437:6439 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6448:6453 ioctl 40046207 0 returned -16
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6448:6453 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6447:6457 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6448:6459 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6469:6474 ioctl 40046207 0 returned -16
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6469:6474 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6447:6467 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6469:6481 ioctl 40046207 0 returned -16
binder_alloc: 6422: binder_alloc_buf, no vma
binder: 6469:6474 transaction failed 29189/-3, size 0-0 line 2903
binder: 6482:6484 transaction failed 29189/-22, size 0-0 line 2788
binder: send failed reply for transaction 196, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6422:6426 transaction 202 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: 6496:6507 transaction failed 29189/-22, size 0-0 line 2788
binder: 6496:6510 transaction failed 29189/-22, size 0-0 line 2788
binder: send failed reply for transaction 202, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6399:6405 transaction 200 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 200, target dead
binder_alloc: 6519: binder_alloc_buf, no vma
binder: 6517:6527 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6519: binder_alloc_buf, no vma
binder: 6517:6529 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6519:6523 ioctl 40046207 0 returned -16
binder_alloc: 6519: binder_alloc_buf, no vma
binder: 6519:6523 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6519:6521 transaction 215 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 215, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6542:6547 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6540:6553 ioctl 40046207 0 returned -16
binder: release 6540:6551 transaction 221 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 221, target dead
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6559:6565 ioctl 40046207 0 returned -16
binder_alloc: 6559: binder_alloc_buf, no vma
binder: 6559:6572 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6559: binder_alloc_buf, no vma
binder: 6542:6571 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6559:6565 transaction 223 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 223, target dead
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6589:6591 ioctl 40046207 0 returned -16
binder_alloc: 6589: binder_alloc_buf, no vma
binder: 6589:6590 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6589:6590 transaction 227 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 227, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6600:6604 transaction failed 29189/-22, size 0-0 line 2788
netlink: 10 bytes leftover after parsing attributes in process  
`syz-executor3'.
binder_alloc: 6593: binder_alloc_buf, no vma
binder: 6600:6618 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6593: binder_alloc_buf, no vma
binder: 6593:6610 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6593:6605 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6593:6605 transaction 231 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 231, target dead
binder: 6625:6626 transaction failed 29189/-22, size 0-0 line 2788
binder: 6625:6627 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
netlink: 10 bytes leftover after parsing attributes in process  
`syz-executor3'.
binder: 6634:6641 transaction failed 29189/-22, size 0-0 line 2788
binder_alloc: binder_alloc_mmap_handler: 6632 20000000-20002000 already  
mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6632:6655 ioctl 40046207 0 returned -16
binder: 6634:6641 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6675:6676 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6632:6646 transaction 238 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 238, target dead
binder: 6683:6686 transaction failed 29189/-22, size 0-0 line 2788
binder_alloc: 6680: binder_alloc_buf, no vma
binder: 6680:6687 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6680:6696 ioctl 40046207 0 returned -16
binder_alloc: 6680: binder_alloc_buf, no vma
binder: 6680:6687 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6706:6712 ioctl 40046207 0 returned -16
binder_alloc: 6706: binder_alloc_buf, no vma
binder: 6706:6716 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6706:6712 transaction 246 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 246, target dead
kvm: KVM_SET_TSS_ADDR need to be called before entering vcpu
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6728:6733 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6723:6730 ioctl 40046207 0 returned -16
binder_alloc: 6723: binder_alloc_buf, no vma
binder: 6723:6739 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6723: binder_alloc_buf, no vma
binder: 6728:6746 transaction failed 29189/-3, size 0-0 line 2903
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6756:6760 transaction failed 29189/-22, size 0-0 line 2788
binder: 6756:6769 transaction failed 29189/-22, size 0-0 line 2788
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6723:6730 transaction 250 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder_alloc: 6778: binder_alloc_buf, no vma
binder: 6775:6786 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6778:6787 ioctl 40046207 0 returned -16
binder_alloc: 6778: binder_alloc_buf, no vma
binder: 6778:6782 transaction failed 29189/-3, size 0-0 line 2903
binder_alloc: 6778: binder_alloc_buf, no vma
binder: 6775:6788 transaction failed 29189/-3, size 0-0 line 2903
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6802:6804 ioctl 40046207 0 returned -16
binder: send failed reply for transaction 250, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 6778:6782 transaction 256 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 256, target dead
binder: undelivered TRANSACTION_ERROR: 29189
binder: 6812:6816 transaction failed 29189/-22, size 0-0 line 2788
binder: BINDER_SET_CONTEXT_MGR already set
binder: 6821:6831 ioctl 40046207 0 returned -16
binder_alloc: 6821: binder_alloc_buf, no vma
binder: 6812:6832 transaction failed 29189/-3, size 0-0 line 2903
binder: release 6821:6827 transaction 263 out, still active


---
This bug is generated by a dumb bot. It may contain errors.
See https://goo.gl/tpsmEJ for details.
Direct all questions to syzkaller@googlegroups.com.

syzbot will keep track of this bug report.
If you forgot to add the Reported-by tag, once the fix for this bug is  
merged
into any tree, please reply to this email with:
#syz fix: exact-commit-title
To mark this as a duplicate of another syzbot report, please reply with:
#syz dup: exact-subject-of-another-report
If it's a one-off invalid bug report, please reply with:
#syz invalid
Note: if the crash happens again, it will cause creation of a new bug  
report.
Note: all commands must start from beginning of the line in the email body.

[-- Attachment #2: raw.log.txt --]
[-- Type: text/plain, Size: 508438 bytes --]

[....] Starting enhanced syslogd: rsyslogd[   11.714769] audit: type=1400 audit(1517070135.829:5): avc:  denied  { syslog } for  pid=3518 comm="rsyslogd" capability=34  scontext=system_u:system_r:kernel_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=capability2 permissive=1
^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
Starting mcstransd: 
[....] Starting periodic command scheduler: cron^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
[....] Starting file context maintaining daemon: restorecond^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.
[....] Starting OpenBSD Secure Shell server: sshd^[[?25l^[[?1c^[7^[[1G[^[[32m ok ^[[39;49m^[8^[[?25h^[[?0c.

Debian GNU/Linux 7 syzkaller ttyS0

syzkaller login: [   18.158929] audit: type=1400 audit(1517070142.273:6): avc:  denied  { map } for  pid=3658 comm="bash" path="/bin/bash" dev="sda1" ino=1457 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=system_u:object_r:file_t:s0 tclass=file permissive=1
Warning: Permanently added '10.128.15.225' (ECDSA) to the list of known hosts.
2018/01/27 16:22:28 fuzzer started
[   24.366621] audit: type=1400 audit(1517070148.481:7): avc:  denied  { map } for  pid=3669 comm="syz-fuzzer" path="/root/syz-fuzzer" dev="sda1" ino=16479 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file permissive=1
2018/01/27 16:22:28 dialing manager at 10.128.0.26:34603
[   27.882746] can: request_module (can-proto-0) failed.
[   27.891659] can: request_module (can-proto-0) failed.
2018/01/27 16:22:32 kcov=true, comps=true
[   28.451546] audit: type=1400 audit(1517070152.566:8): avc:  denied  { map } for  pid=3669 comm="syz-fuzzer" path="/sys/kernel/debug/kcov" dev="debugfs" ino=1041 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=system_u:object_r:debugfs_t:s0 tclass=file permissive=1
2018/01/27 16:22:34 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, @perf_bp={&(0x7f0000000000)=0x0, 0x1}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
socket$inet6_tcp(0xa, 0x1, 0x0)
fcntl$getownex(r0, 0x10, &(0x7f0000000000)={0x0, 0x0})

2018/01/27 16:22:34 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x10, 0x803, 0x0)
write(r0, &(0x7f0000ab3000-0xe3)="2200000014000721004f10f7e2ff0500020003000100000008000200e700ff02f155", 0x22)

2018/01/27 16:22:34 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x4000000000000001, 0x0)
setsockopt$inet_tcp_int(r0, 0x6, 0x2, &(0x7f0000ed4000)=0x7b, 0x4)
setsockopt$inet_tcp_TCP_CONGESTION(r0, 0x6, 0xd, &(0x7f0000d3a000)='veno\x00', 0x5)
bind$inet(r0, &(0x7f0000deb000)={0x2, 0x3, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendto$inet(r0, &(0x7f0000618000-0x37)="", 0x84, 0x20000000, &(0x7f0000deb000-0x10)={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendto$inet(r0, &(0x7f0000473000-0x457)="59c39b3ffda32e60e3b3f0575061f1f2085409d2f6bc043a5e70350c450a2bc0436bfc1f2246192dd89214ba7b10c1a0b74caf5bf66ba628084b20051b2d011e0d1c84512180ae36180285db43c2cbfa85f04d1bbcf99fa457733e315b5f0e3dd33dccf77a87e15bf02c16be41b28c26683cbdc0fbe8132c39f9e0d0e5c320b6a8a6687c654e8383fe3bcd912f5acb925dce98e64ae28c1a6c9273aa3d6f7c1f95e2e98f9d1f31116b1e7e617ee27bba01232240e64fc3150e0153442dc2610b2ccf50d942a6844bc571ccc787a5a93b087a342cc6752178d0bcdf0795d38837d3afa31de40b14bf19ace3fa71bb9f9793afd75e15d5eca1403556dc5346ac0ea419ef0d73490e479b1b73bffc63a22fc7a6d698fbdaebfb8f29ac60cfdd6fbc017031bc443a766067457a6ec995fd4b7df3c85d636175f5041a42b6a84393f730c12bd79f07397bd93240c428b21e875381644ca34f8ab845ee80a0c2e5a0557b5aee08a08fd084230301951f84400b0501c358383ec0b2065b8e4e88ca592740294c9936e6123ff5a9a13294404d860b81c460e075b4e8b14815ceb53c08016631632e46f16a4ec31ce333d0c51ff6eda291fb2855618379019ff76965eb8478dfa7f1597a4e0e9a9d006fffa89e904f5952cbde2363c84f41e94c9e0ddf3cd56a73f8550484fa07dfdf2b5e2e4ce1588f86423406a089a9334ceffaf3057f196a2eb1d8ff9b8aee52ae67c98aae024bbc7303183627d03149c17893538551a3fcfcf665954085ac683a2a90b8ab44515a47dd36071298ca77eb4a37a8dc70b17d6c550b2f86081ba728d5114edbe32f5fca3905b3a7e73b271274c65287784aeec162efd2af6d6c3645d102b3d7a8a9842ce5c4a4ca2ff5590f47a04a4583770220e69e526b98451a160a5f496b1174ef844305dd0e1a8a16aebd60965f5ba390d3e5e08eacccea3623589080378df2b34d1f27e595c2c2014d3f92de02f334b99a0c820ab051af8fbfe1aaf68b54c0369fa3da6ca788087b6ee632205f4636b7d6b81a61a761041cd218a6699f3c0a6d51bddbe11ff08c7a8a1c9bdb4ee2c4411e236165170ba82895cbd175ad07a23caa15009b14a98c4196dc2a2a96dbd19b95b5a99d81ec42fd10491d3d8e8dccd829c26b860e11418c6fcffe18ef7ff3f4772ce84bc72b45ad725c05d73f702088dc822af8d0c63d72837b1cbd5c80fc1f6d3e8214fb4302aee60ed868824e1f2187bd3cdacd3f97199615af7170d919da4171203b05327470c7d8dd9d96c3773f608348144770b387d1be4ef3409bd2a0c7244a3e59e74ccbdad66f7e1db2dc07dc77356b47f2bb6bd7e63e31d5b2e8e0bbedaff86ab9c5c4976cc3d3ea08f4f811d24a43bdb7ad3ddd48ab031ecb7d0dcfd689edac9d", 0x3e8, 0x0, &(0x7f0000581000)={0x2, 0xffffffffffffffff, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)

2018/01/27 16:22:34 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x0, 0x0, 0xffffffffffffffff, 0x0)
syz_open_procfs(0x0, &(0x7f0000dec000-0x46)="ffffffffffffffff0700f22664896c9d6f949fe489c7ce1af1dae01eb07ac28c5ba7fdd32a90932e470831f1b8992700000000000000f02917b793b5b1937e6d44fbd9d6db1b")

2018/01/27 16:22:34 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f0000c47000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
ioctl$PERF_EVENT_IOC_PERIOD(r0, 0x40082404, &(0x7f00000bc000)=0xffffffffffffff6c)

2018/01/27 16:22:34 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00002b6000-0x78)={0x2, 0x78, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x38, &(0x7f00007e7000)={@link_local={0x1, 0x80, 0xc2, 0x0, 0x0, 0x0}, @local={[0xaa, 0xaa, 0xaa, 0xaa], 0xffffffffffffffff, 0xaa}, [], {@ipv4={0x800, {{0x5, 0x4, 0x0, 0x0, 0x15, 0xffffffffffffffff, 0x0, 0x0, 0x6c, 0x0, @rand_addr=0x0, @empty=0x0, {[]}}, @icmp=@dest_unreach={0x3, 0x0, 0x0, 0x0, 0x0, 0x0, {0x5, 0x4, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, @dev={0xac, 0x14, 0xffffffffffffffff, 0x0}, @dev={0xac, 0x14, 0xffffffffffffffff, 0x0}, {[]}}, ""}}}}}, &(0x7f0000ea3000)={0x0, 0x1, [0x0]})

2018/01/27 16:22:34 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
epoll_create1(0x80000)
keyctl$read(0xb, 0x0, &(0x7f0000ddc000)=""/106, 0x6a)
socketpair$unix(0x1, 0x3, 0x0, &(0x7f0000188000)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
connect$unix(r0, &(0x7f000017a000)=@abs={0x0, 0x0, 0xffffffffffffffff}, 0x8)
sendmmsg$unix(r1, &(0x7f00000bd000)=[], 0x80, 0x0)
perf_event_open(&(0x7f0000940000)={0x2, 0x78, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x55, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
sendto$unix(r1, &(0x7f00004b9000)="", 0x0, 0x24000844, 0x0, 0x0)

2018/01/27 16:22:34 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000940000)={0x2, 0x78, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r0 = openat$ppp(0xffffffffffffff9c, &(0x7f0000000000)='/dev/ppp\x00', 0x0, 0x0)
ioctl$KDGKBSENT(r0, 0xc004743e, &(0x7f000076f000-0x4)={0x0, 0x0, 0x0})

[   30.425224] audit: type=1400 audit(1517070154.539:9): avc:  denied  { map } for  pid=3669 comm="syz-fuzzer" path="/root/syzkaller-shm449157148" dev="sda1" ino=16481 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:file_t:s0 tclass=file permissive=1
[   30.468533] audit: type=1400 audit(1517070154.583:10): avc:  denied  { sys_admin } for  pid=3713 comm="syz-executor0" capability=21  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
[   30.636067] IPVS: ftp: loaded support on port[0] = 21
[   30.715124] audit: type=1400 audit(1517070154.829:11): avc:  denied  { net_admin } for  pid=3716 comm="syz-executor7" capability=12  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
[   30.854143] IPVS: ftp: loaded support on port[0] = 21
[   30.992561] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
[   31.077291] IPVS: ftp: loaded support on port[0] = 21
[   31.141599] IPVS: ftp: loaded support on port[0] = 21
[   31.274153] IPVS: ftp: loaded support on port[0] = 21
[   31.419255] IPVS: ftp: loaded support on port[0] = 21
[   31.588539] IPVS: ftp: loaded support on port[0] = 21
[   31.601400] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
[   31.733963] IPVS: ftp: loaded support on port[0] = 21
[   32.181916] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
[   32.570631] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
[   32.820412] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
[   32.974290] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
[   33.098582] audit: type=1400 audit(1517070157.213:12): avc:  denied  { sys_chroot } for  pid=3716 comm="syz-executor7" capability=18  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x10, 0x803, 0x0)
write(r0, &(0x7f0000ab3000-0xe3)="2200000014000721004f10f7e2ff0500020003000100000008000200e700ff02f155", 0x22)

2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x80002, 0x88)
bind$inet6(r0, &(0x7f00008a8000)={0xa, 0xffffffffffffffff, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
r1 = socket$netlink(0x10, 0x3, 0x4)
writev(r1, &(0x7f0000fac000)=[{&(0x7f0000ff5000)="480000001400257f09004b01fcfc8c560a880000f217e00600000000000000a2bc560300000000000000200028213ee206000000000000ffff5bf1ff00c7e5ed5e00000000620000", 0x48}], 0x1)

[   33.166091] netlink: 2 bytes leftover after parsing attributes in process `syz-executor7'.
[   33.171199] netlink: 2 bytes leftover after parsing attributes in process `syz-executor7'.
2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x0)
writev(r0, &(0x7f0000fdc000-0x8)=[{&(0x7f00008ed000)="290000002000190000003fffffffda060200000000d700fffffffc040d000300ea1100000005000000", 0x29}], 0x1)

[   33.208083] netlink: 2 bytes leftover after parsing attributes in process `syz-executor7'.
[   33.284719] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x0)
writev(r0, &(0x7f0000fdc000-0x8)=[{&(0x7f00008ed000)="290000002000190000003fffffffda060200000000d700fffffffc040d000300ea1100000005000000", 0x29}], 0x1)

[   33.286343] IPv6: ADDRCONF(NETDEV_UP): bridge0: link is not ready
2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_procfs(0x0, &(0x7f00007cc000-0x11)='net/fib_triestat\x00')
read$eventfd(r0, &(0x7f0000cb1000-0x8)=0x0, 0x8)

2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x805, 0x0)
connect$inet(r0, &(0x7f00004c5000-0x10)={0x2, 0xffffffffffffffff, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)

[   33.433798] audit: type=1400 audit(1517070157.548:13): avc:  denied  { dac_override } for  pid=4348 comm="syz-executor7" capability=1  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0x21000)=nil, 0x21000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x10, 0x803, 0xc)
sendmsg(r0, &(0x7f0000014000-0x38)={0x0, 0x0, &(0x7f0000012000)=[{&(0x7f0000006000)="1b0000000301030202000000000100010000000000000097270900", 0x1b}], 0x1, 0x0, 0x0, 0x0}, 0x0)

[   33.588656] audit: type=1400 audit(1517070157.703:14): avc:  denied  { create } for  pid=4383 comm="syz-executor7" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=netlink_netfilter_socket permissive=1
[   33.627834] netlink: 7 bytes leftover after parsing attributes in process `syz-executor7'.
2018/01/27 16:22:37 executing program 7:
mmap(&(0x7f0000000000/0x2c000)=nil, 0x2c000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x10d, 0xa, &(0x7f000002b000)=@filter={'filter\x00', 0xe, 0x4, 0x298, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xffffffffffffffbb, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0xd0, 0x0, {0x0, 0x0}, []}, @common=@SET={0x60, 'SET\x00', 0x0, {{0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0, 0x0}}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xffffffffffffffff, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x2f8)

[   33.707197] audit: type=1400 audit(1517070157.742:15): avc:  denied  { write } for  pid=4383 comm="syz-executor7" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=netlink_netfilter_socket permissive=1
2018/01/27 16:22:39 executing program 0:

2018/01/27 16:22:39 executing program 1:
mmap(&(0x7f0000000000/0x28000)=nil, 0x28000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x5, 0x0)
bind$inet6(r0, &(0x7f0000007000)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
connect$inet6(r0, &(0x7f0000012000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
sendmsg(r0, &(0x7f000000b000)={&(0x7f000000c000-0x1c)=@in={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000017000-0x60)=[{&(0x7f000001e000-0xde)="cb", 0x1}], 0x1, &(0x7f000000d000)=[], 0x0, 0x0}, 0x19fff)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x20000)=nil, 0x20000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x10, 0x3, 0x0)
sendmsg(r0, &(0x7f0000005000-0x38)={0x0, 0x0, &(0x7f0000004000)=[{&(0x7f0000006000)="240000001e00030207fffd946fa283bc0aeee6d87986c497271d856806000000d188737e", 0x24}], 0x1, 0x0, 0x0, 0x0}, 0x0)

2018/01/27 16:22:39 executing program 3:

2018/01/27 16:22:39 executing program 4:

2018/01/27 16:22:39 executing program 5:

2018/01/27 16:22:39 executing program 6:

2018/01/27 16:22:39 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$nl_xfrm(0x10, 0x3, 0x6)
sendmsg$nl_xfrm(r0, &(0x7f000000b000)={&(0x7f00005fe000)={0x10, 0x0, 0x0, 0x0}, 0xc, &(0x7f00005a7000-0x10)={&(0x7f0000192000)=@newsa={0x18c, 0x10, 0x713, 0xffffffffffffffff, 0xffffffffffffffff, {{@in6=@mcast1={0xff, 0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}, @in6=@loopback={0x0, 0x1}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {@in=@rand_addr=0x0, 0xffffffffffffffff, 0x200000006c}, @in6=@loopback={0x0, 0x1}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0xffffffffffffffff, 0xffffffffffffffff, 0x2, 0x0, 0x0, 0x0}, [@sec_ctx={0x9c, 0x8, {0x95, 0x8, 0x0, 0x0, 0x8d, "a12e3399bfa27b22e379826ac34586e0541b779f3b9047a63f0f20bc03f156eb89fd13be99c001c9220c7335a03c7f0afe0db712c31ff9dbaaf9e31a1468a1e11a8e54d2fc02891b56cce7d0c87e2c0561bd5db24080f6b87c025d8ae84bd7c14c6df6891394a294ebf85c3a55bed73d4a15eeae71468f1b13da5e46b8988951427474e3c6164855fb972a172e"}}]}, 0x18c}, 0x1, 0x0, 0x0, 0x0}, 0x0)

2018/01/27 16:22:39 executing program 0:
mmap(&(0x7f0000000000/0xf000)=nil, 0xf000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$key(0xf, 0x3, 0x2)
sendmsg$key(r0, &(0x7f0000003000)={0x0, 0x0, &(0x7f0000001000)={&(0x7f000000e000)={0x2, 0xa, 0x0, 0x0, 0x7, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, [@sadb_x_filter={0x5, 0x1a, @in6=@ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @multicast1=0xe0000001}, @in6=@loopback={0x0, 0x1}, 0x0, 0x0, 0x14}]}, 0x38}, 0x1, 0x0, 0x0, 0x0}, 0x0)

2018/01/27 16:22:39 executing program 3:

2018/01/27 16:22:39 executing program 5:

2018/01/27 16:22:39 executing program 6:

2018/01/27 16:22:39 executing program 4:
mmap(&(0x7f0000000000/0x1e000)=nil, 0x1e000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x288, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x98, 0xc0, 0x0, {0x0, 0x0}, [@common=@unspec=@connlabel={0x28, 'connlabel\x00', 0x0, {0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x2e8)
r1 = socket$inet(0x2, 0x3, 0x200000081)
setsockopt$IPT_SO_SET_REPLACE(r1, 0x0, 0x40, &(0x7f000000b000)=@filter={'filter\x00', 0xe, 0x4, 0x298, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000013000-0x40)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@ip={@empty=0x0, @dev={0xac, 0x14, 0xffffffffffffffff, 0x0}, 0x0, 0x0, @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @common=@unspec=@CLASSIFY={0x28, 'CLASSIFY\x00', 0x0, {0x0}}}, {{@ip={@rand_addr=0x0, @multicast2=0xe0000002, 0x0, 0x0, @common='tunl0\x00', @generic="7b545cd8d857c5e1b157a3103bde15ee", {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@rand_addr=0x0, @multicast2=0xe0000002, 0x0, 0xffffffff, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0xd0, 0x0, {0x0, 0x0}, []}, @common=@CLUSTERIP={0x60, 'CLUSTERIP\x00', 0x0, {0x1, @link_local={0x1, 0x80, 0xc2, 0x0, 0x0, 0x0}, 0x0, 0x4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0, 0x0}}}]}}, 0x2f8)

2018/01/27 16:22:39 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x2, 0x2, 0x0)
bind$inet(r0, &(0x7f0000469000-0xf)={0x2, 0xffffffffffffffff, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r1 = syz_open_procfs(0x0, &(0x7f0000b6d000-0xa)='net/udp\x00')
preadv(r1, &(0x7f0000331000)=[{&(0x7f0000724000-0xe0)=""/127, 0x7f}], 0x1, 0x102)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 7:
mmap(&(0x7f0000000000/0x13000)=nil, 0x13000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x6a, &(0x7f0000008000-0xf0)={@broadcast=[0xff, 0xff, 0xff, 0xff, 0xff, 0xff], @dev={[0xaa, 0xaa, 0xaa, 0xaa], 0xffffffffffffffff, 0x0}, [], {@ipv4={0x800, {{0x5, 0x4, 0x0, 0x0, 0x5c, 0xffffffffffffffff, 0x0, 0x0, 0x1, 0x0, @local={0xac, 0x14, 0xffffffffffffffff, 0xaa}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @icmp=@redirect={0x5, 0x0, 0x0, @rand_addr=0x0, {0x10, 0x4, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x89, 0x0, @dev={0xac, 0x14, 0xffffffffffffffff, 0x0}, @multicast1=0xe0000001, {[@timestamp={0x44, 0x8, 0x0, 0x0, 0x0, [{[], 0x0}]}, @timestamp={0x44, 0x14, 0x0, 0x0, 0x0, [{[], 0x0}, {[@dev={0xac, 0x14, 0xffffffffffffffff, 0x0}], 0x0}, {[], 0x0}]}, @generic={0x0, 0xd, "e48ddc0d36064b5e63fffc"}]}}, ""}}}}}, 0x0)

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
madvise(&(0x7f0000e4e000/0x4000)=nil, 0x4000, 0x11)
r0 = socket$inet(0x2, 0x80003, 0x3f)
read(r0, &(0x7f0000f6c000)=""/4096, 0xffffffffffffff3b)
sigaltstack(&(0x7f0000918000/0x1000)=nil, &(0x7f00000fb000-0x8)=0x0)
r1 = socket$inet6(0xa, 0x1, 0x0)
setsockopt$inet_tcp_int(r0, 0x6, 0x0, &(0x7f00001ce000-0x4)=0x1f, 0x4)
setsockopt$sock_int(r1, 0x1, 0x2b, &(0x7f000064d000-0x4)=0x1000, 0x4)
sendfile(r1, r1, &(0x7f0000911000-0x8)=0x0, 0x4)
fcntl$F_GET_RW_HINT(r1, 0x40b, &(0x7f00004cd000)=0x0)
ioctl$sock_inet_SIOCGIFBRDADDR(r1, 0x8919, &(0x7f0000b7c000)={@common="69702e7401000585deff0481f7ff0007", @ifru_addrs={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
setsockopt$SO_TIMESTAMPING(r1, 0x1, 0x25, &(0x7f000080c000-0x4)=0x4, 0x4)
r2 = dup2(r1, r1)
r3 = openat$rtc(0xffffffffffffff9c, &(0x7f00005ad000-0x9)='/dev/rtc\x00', 0x8000, 0x0)
ioctl$TIOCGSID(r3, 0x5429, &(0x7f0000906000)=0x0)
r4 = openat$autofs(0xffffffffffffff9c, &(0x7f0000bd1000-0xc)='/dev/autofs\x00', 0x0, 0x0)
ioctl$EVIOCSCLOCKID(r3, 0x400445a0, &(0x7f0000f54000-0x4)=0x43)
ioctl$DRM_IOCTL_ADD_MAP(r3, 0xc0286415, &(0x7f0000fb3000)={&(0x7f0000571000/0x3000)=nil, 0x8001, 0xfffffffffffffffc, 0x35, &(0x7f00009a8000/0x4000)=nil, 0x40000000000005})
getsockopt$SO_COOKIE(r2, 0x1, 0x39, &(0x7f0000b58000-0x8)=0x0, &(0x7f0000a85000-0x4)=0xfffffffffffffda5)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r1, 0x84, 0x6c, &(0x7f000051e000-0x103)={<r5=>0x0, 0xfb, "4de31696b45a7096d81e082e4f7ba9ce6f2cf7b4bb71b092987ec72e10014e577975881cc8e0c3029c052913600e1506bbc5eac7adde1e2a46ebd9bf2262b63f081c131dfa2704ddb4dbe1d764540548e1e738006695c1434ba6f36f267b10c605bbba870754a8dc8ad3638ff00bdbcf1f0ac476d60acac2931d4b8b863cc8cdbf8a5e93384749ca06158e502b67034e2d81b75b80b24f881c933aa01bc3cca85b7c36fae81b37615aeb858295d3ecc0d917067bce6be6cc4f3c5961ebbebfc1b7162f63368c1359ccf99d083cc2eb704022173f8cb115d69eaea0837fdabf65633a4aa2f3ce482e8a882029d61e3089120d1761dae85924a9db46"}, &(0x7f0000e5e000)=0x103)
getsockopt$inet6_tcp_buf(r4, 0x6, 0x1f, &(0x7f0000b85000)=""/129, &(0x7f0000444000)=0x81)
setsockopt$inet_sctp6_SCTP_RESET_ASSOC(r4, 0x84, 0x78, &(0x7f0000815000)=r5, 0x4)
getsockopt$inet_sctp_SCTP_RECONFIG_SUPPORTED(r4, 0x84, 0x75, &(0x7f000057b000-0x8)={r5, 0x0}, &(0x7f00004f1000)=0x8)
r6 = fcntl$getown(r2, 0x9)
openat(r4, &(0x7f0000971000-0x8)='./file0\x00', 0x210000, 0x12d)
setsockopt$inet_tcp_buf(r2, 0x6, 0x1e, &(0x7f0000427000-0x1b)="395958b489d117257e3965805327445e63fb81b7d09f7263d30d18", 0x1b)
r7 = syz_open_procfs(r6, &(0x7f0000cec000-0xa)='net/snmp6\x00')
bind$inet6(r1, &(0x7f000008d000)={0xa, 0x0, 0x10000000000002, @loopback={0x0, 0x1}, 0x0}, 0x1c)
sendto$inet6(r1, &(0x7f0000a9c000)="", 0x0, 0xfffffefffffffffe, &(0x7f0000f63000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
sendfile(r1, r7, &(0x7f0000cd2000-0x8)=0x0, 0x10001)

2018/01/27 16:22:39 executing program 5:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f0000000000)='\x00', 0x3)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bind$nfc_llcp(r0, &(0x7f0000000000)={0x27, 0x100000001, 0x664a, 0x6, 0x4, 0x1, "30a5d3284831f0feb69fe441a9dee608f2772085daf315b3ad0e2cec4f0cbc0ace3e7bce32d4d4a0890814eae85dbfa3bba0ec523f66f5a45112520a8a2a76", 0x3}, 0x60)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_RTOINFO(0xffffffffffffffff, 0x84, 0x0, &(0x7f0000001000)={0x10000, 0x4, 0x100, 0x400}, 0x10)
r1 = socket(0x11, 0x4000000000080002, 0x0)
setsockopt(r1, 0x107, 0xd, &(0x7f0000001000)="", 0x47e)
sendmmsg(r1, &(0x7f00003db000)=[{{&(0x7f0000d1a000-0x1c)=@in6={0xa, 0xffffffffffffffff, 0x400000006, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xaa}, 0x0}, 0x1c, &(0x7f00008d0000-0x20)=[], 0x0, &(0x7f0000d2e000-0x1220)=[{0x3de6e49a4190a1fc, 0x0, 0x0, ""}], 0x10, 0x0}, 0x0}], 0x1, 0x0)

2018/01/27 16:22:39 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$admmidi(&(0x7f0000000000)='/dev/admmidi#\x00', 0x6, 0x10b040)
ioctl$SNDRV_SEQ_IOCTL_SET_QUEUE_CLIENT(r0, 0x404c534a, &(0x7f0000446000-0x4c)={0xe0, 0xeb8, 0xf4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000223000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r1 = eventfd2(0x0, 0x0)
read$eventfd(r1, &(0x7f0000354000)=0x0, 0x8)
write$eventfd(r1, &(0x7f0000952000-0x8)=0x0, 0x8)
write$eventfd(r1, &(0x7f0000f1b000-0x8)=0x6, 0x8)

[   35.414894] audit: type=1400 audit(1517070159.529:16): avc:  denied  { net_raw } for  pid=4810 comm="syz-executor3" capability=13  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
[   35.466602] ipt_CLUSTERIP: ipt_CLUSTERIP is deprecated and it will removed soon, use xt_cluster instead
2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x100000000805, 0x0)
listen(r0, 0x400000000000003)
setsockopt$inet_sctp_SCTP_AUTO_ASCONF(r0, 0x84, 0x1e, &(0x7f00007dc000)=0x1, 0x4)
finit_module(r0, &(0x7f0000b91000-0x2)=']\x00', 0x0)
syz_open_dev$sndpcmc(&(0x7f0000c37000-0x12)='/dev/snd/pcmC#D#c\x00', 0x8, 0x8400)
setsockopt$inet_icmp_ICMP_FILTER(r0, 0x1, 0x1, &(0x7f0000866000-0x4)={0x7fff}, 0x4)
getsockopt$inet_sctp_SCTP_AUTO_ASCONF(r0, 0x84, 0x1e, &(0x7f0000746000-0x4)=0x0, &(0x7f0000b96000)=0x4)
getsockopt$inet_udp_int(r0, 0x11, 0x65, &(0x7f0000954000-0x4)=0x0, &(0x7f0000f2d000)=0x4)

2018/01/27 16:22:39 executing program 3:
mmap(&(0x7f0000000000/0xff4000)=nil, 0xff4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r0, 0x29, 0x20, &(0x7f0000fe2000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xbb}, 0x0, 0x0, 0x20000000002, 0x1, 0x0, 0x0, 0x0}, 0x20)
mmap(&(0x7f0000ff4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000ff5000-0x10)='/dev/sequencer2\x00', 0x80, 0x0)
mmap(&(0x7f0000ff4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_IRQ_LINE(r1, 0x4008ae61, &(0x7f0000ff4000)={0x9, 0xffffffffffff8001})
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r0, 0x29, 0x20, &(0x7f0000012000-0x20)={@loopback={0x0, 0x1}, 0x0, 0x0, 0xff, 0x1, 0x0, 0x0, 0x0}, 0x20)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r0, 0x29, 0x20, &(0x7f0000fe6000)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xaa}, 0x100, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0}, 0x20)
mmap(&(0x7f0000ff5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ff5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r1, 0x84, 0x6, &(0x7f0000ff6000-0x19)={<r2=>0x0, @in6={{0xa, 0x3, 0x4, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000ff6000-0x4)=0x8c)
setsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(r1, 0x84, 0x1f, &(0x7f00009a6000)={r2, @in={{0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfffffffffffffffe, 0x6}, 0x98)
getsockopt$inet_sctp_SCTP_NODELAY(r1, 0x84, 0x3, &(0x7f0000434000-0x4)=0x0, &(0x7f00000bb000)=0x4)

2018/01/27 16:22:39 executing program 1:
mmap(&(0x7f0000000000/0x8000)=nil, 0x8000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x66, &(0x7f0000008000-0x1ce)={@broadcast=[0xff, 0xff, 0xff, 0xff, 0xff, 0xff], @local={[0xaa, 0xaa, 0xaa, 0xaa], 0xffffffffffffffff, 0xaa}, [], {@ipv6={0x86dd, {0x0, 0x6, 'v`Q', 0x30, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xbb}, @mcast2={0xff, 0x2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}, {[], @icmpv6=@dest_unreach={0x1, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0], {0x0, 0x6, 'p+l', 0x0, 0x0, 0x0, @ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @dev={0xac, 0x14, 0xffffffffffffffff, 0x0}}, @dev={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, [], ""}}}}}}}, 0x0)
r0 = socket$netlink(0x10, 0x3, 0xf)
fsync(r0)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$selinux_checkreqprot(0xffffffffffffff9c, &(0x7f0000009000-0x16)='/selinux/checkreqprot\x00', 0x581000, 0x0)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$void(r0, 0xc0045c78)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$netrom_NETROM_IDLE(r1, 0x103, 0x7, &(0x7f0000009000-0x3)=0xc0, &(0x7f0000008000)=0x4)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_IP_XFRM_POLICY(0xffffffffffffffff, 0x0, 0x11, &(0x7f0000009000-0xe8)={{{@in6=@loopback={0x0, 0x0}, @in6=@loopback={0x0, 0x0}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, <r2=>0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in6=@mcast2={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in=@remote={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000003000)=0xe8)
ioctl$sock_inet_SIOCGIFNETMASK(r0, 0x891b, &(0x7f0000005000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs={0x2, 0x3, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
lstat(&(0x7f0000004000-0x8)='./file0\x00', &(0x7f0000007000)={0x0, 0x0, 0x0, 0x0, <r3=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$SNDRV_SEQ_IOCTL_DELETE_QUEUE(0xffffffffffffffff, 0x408c5333, &(0x7f0000006000)={0x9, 0x3, 0x1, 'queue1\x00', 0x80000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_IP_IPSEC_POLICY(0xffffffffffffffff, 0x0, 0x10, &(0x7f0000008000)={{{@in6=@loopback={0x0, 0x1}, @in6=@dev={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xb}, 0x3, 0x17, 0x0, 0x1285817d, 0xa, 0x20, 0xa0, 0x0, r2, r3}, {0x1ff, 0x100000001, 0xff, 0xa1dd, 0x0, 0xffff, 0x1000, 0x3}, {0x1f, 0x8, 0x10001, 0x4}, 0x1ff, 0xb, 0x0, 0x1, 0x2, 0x3}, {{@in=@multicast2=0xe0000002, 0x1, 0x32}, 0xa, @in=@rand_addr=0x8e, 0xffffffffffffffff, 0x3, 0x3, 0xfffffffffffffffc, 0x100, 0xea2d, 0x4}}, 0xe8)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvfrom$inet(0xffffffffffffffff, &(0x7f0000002000-0xdf)=""/223, 0xdf, 0x20, &(0x7f0000008000)={0x2, 0x2, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xffffff21)

2018/01/27 16:22:39 executing program 4:
mmap(&(0x7f0000000000/0x1e000)=nil, 0x1e000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x288, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x98, 0xc0, 0x0, {0x0, 0x0}, [@common=@unspec=@connlabel={0x28, 'connlabel\x00', 0x0, {0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x2e8)
r1 = socket$inet(0x2, 0x3, 0x200000081)
setsockopt$IPT_SO_SET_REPLACE(r1, 0x0, 0x40, &(0x7f000000b000)=@filter={'filter\x00', 0xe, 0x4, 0x298, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000013000-0x40)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@ip={@empty=0x0, @dev={0xac, 0x14, 0xffffffffffffffff, 0x0}, 0x0, 0x0, @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @common=@unspec=@CLASSIFY={0x28, 'CLASSIFY\x00', 0x0, {0x0}}}, {{@ip={@rand_addr=0x0, @multicast2=0xe0000002, 0x0, 0x0, @common='tunl0\x00', @generic="7b545cd8d857c5e1b157a3103bde15ee", {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@rand_addr=0x0, @multicast2=0xe0000002, 0x0, 0xffffffff, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0xd0, 0x0, {0x0, 0x0}, []}, @common=@CLUSTERIP={0x60, 'CLUSTERIP\x00', 0x0, {0x1, @link_local={0x1, 0x80, 0xc2, 0x0, 0x0, 0x0}, 0x0, 0x4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0, 0x0}}}]}}, 0x2f8)

[   35.492946] audit: type=1400 audit(1517070159.607:17): avc:  denied  { dac_read_search } for  pid=4818 comm="syz-executor7" capability=2  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
2018/01/27 16:22:39 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGPGRP(0xffffffffffffff9c, 0x540f, &(0x7f000000a000-0x4)=<r0=>0x0)
r1 = syz_open_procfs(r0, &(0x7f00008ac000-0xa)='attr/prev\x00')
exit(0x0)
setsockopt$inet_sctp_SCTP_RECVNXTINFO(r1, 0x84, 0x21, &(0x7f00003a4000-0x4)=0x10001, 0x4)
write(r1, &(0x7f0000f55000-0x2c)="", 0x0)
ioctl$KVM_CREATE_PIT2(r1, 0x4040ae77, &(0x7f0000bec000-0x40)={0x7, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})

2018/01/27 16:22:39 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe9e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r1 = memfd_create(&(0x7f00004de000-0x16)='secqr/tyi!seliKux\x00\x00\x00$\x00', 0x5)
write(r0, &(0x7f0000ffe000-0x5)='D!', 0x2)
ioctl$TIOCCBRK(r1, 0x5428)
getpeername$packet(0xffffffffffffffff, &(0x7f0000c73000)={0x0, 0x0, <r2=>0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, [0x0, 0x0]}, &(0x7f0000432000-0x4)=0x14)
setsockopt$inet_pktinfo(r1, 0x0, 0x8, &(0x7f0000918000-0xc)={r2, @empty=0x0, @remote={0xac, 0x14, 0x0, 0xbb}}, 0xc)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
read(r0, &(0x7f000015c000-0x1000)=""/4096, 0x1000)
r4 = open(&(0x7f0000033000-0x8)='./file0\x00', 0x0, 0x0)
mkdirat(r4, &(0x7f0000855000)='./file0\x00', 0x0)
r5 = msgget(0x3, 0x400)
msgsnd(r5, &(0x7f00004a2000)={0x0, "a30dbf67d9ac5ef39ee5363fb408e1d1825a705d5b972a6e1cca590be638ad15c593288f1efbf1c785de9f8ea7dddf417952d5270b09e67217673c855b68d98996bd0379f705366ca3fb14825fe0d42b5ed3734eb9680fbd608fa9475e15053a6287766cea6e6378d44f42a1f34b9072ebc9920ec9749f77616f39bdec13011e62fe9cf91b68954e9fa171ac0842463c91105f862bca93a0cf2ab3fe408d872b1105fa71ccf91e45d1930c35da81f1b946bfb186d7e27bae4fb28f2e2c49f0e4f97278ee10c67e63a9aad8a09acd0a7cb64124c9477bd964395be3f4207b7b656b91e26fc8b335556b1c439dea04f3bbd727b6c4037d13b929050e1521ff2d54a0218fadc4be744517033898e59fba79a1c339e48d4d5e94e2db2e863792e8666610ef8364dedb329dbb700dc3b23628fd5a3f193a11afc68f0736fbc090fa9218e6cd041a7f74bb6cc84e234a9bff36ebf91e7023f89c6174b25fae347e53e5034852d827c1e7b9bc3bf203c5b39d79f2a0a4960ddf9f894818c8155c0dd136130c4c3d4502db70bd3c3662b489fc2e90b73cddfb38b72491225bcdb64562460507cbc707557319204a8e7a6a765106ca8999e7c12896c1bc4946bb4620212213f65ec412469ee233dd0298931b3a102acb4e67d0ce764a6f28b2d10f76fd845751f07456ca8a9396ce350cf351214e8db3c3d26e7e521a9615fb29a6dc7c1441b21acb77b08b3fa57912cb20f03da923d3f6634e4dc68930ff60f73ca13fa7cbe0292e88df5fb09f6c06a53374c165d85e583b3e7de092599a339482d992b5364ea83e33838f222d8921be027c114679d4566cdf3562da3e469468554695a244ab61f71d81ec3b46abf113b71650d64074a5ad6f523004841547d93c72c9630c1b2fc391fea72467e7a670f33c4e4b89e83358472b74f2d7f9c192ca8d1293ec943134e231a45b20a5a5baae8a70c119795685301613d3a8ca92ec8f70b1b48e41f6845625a06b10feea3a06d6930deba6052839b2be00526c9aeeac943a9c0ec7c46acf651d15ebe0d5ba1455b28e95b7d81b3ee96a5abe4acd759a7b7c3254882490cc8cc423ada24bd6ab9896c3d3f239f2adf35fdbf234a73e1510d4361c9bc2062accb06f3308a0fac5461df6e8f0a971a96143990b82612620aed92cf7bacd20ee73d24cae9d381d99759469dced12acbb463cb8283b9f43bd30d1b16808811b2a547a7add76df7a0710c036667d8fef457b16ce16753129a69f7db6e730f70a8b4b84cebff4230b8b729bc6be4c356ad441c5362c9ee36700edce663256ed4dd7bbe7e1bb261d0b2dc9c4fd8d0a05542c7f93190d7f54d9390270740a6c517e4618cfd00f9ace57a02de9a45533d70364f5aee883d9144747d80da61937e44a2b14227b3c88ce4e77a8c3cb544ba4c0a2878aae3846ae8bff779cb896617edf71b2028ba44cc438ecec8247bcee70e6b8624e806df45e92f6ccbaa9ba32b64b394cd692b8f5cd3b5a4f20ff016a0392d5a0162098e5dab071c2cb7548d965003b34f5da68408e547841fc67dfbb8c3b9f408e6962a9c7dffa158ad61cf7b88a5d4785e2323a06bf33fad9f4855e6cd068f1ddab793d6e1b1b47b88c1790ab18cea52bb53b1c1a649d670555153f6b35876cdede69f288a5e41e27d215668a68ee6363f2c04e5ce5e41134473a89c3cc833a9526274f8f7352c26c08a8ee0222d618bad9c5ff930bef89d9b0e9b019c1d0771c54e557730ac96990f6c084f668020b1a16cf2a4907839524978e4c902b76a007fa75fe1a99dc893caf60867f87f246e2aa54dd015c167038b631ece6aff58586ab55363854a89da01088b372c60c58cd5e7f582e646889d9a650bf5beffdf74c28ff52e379cf94ec2fc6c5d4d3f8f2b601016e9fee052350612c20f5a4e9a68eb32435b629d0f57450ef044b58c864643b0cad7f727790d85dc955e9667ebc227816d9791bcf0831f6904765969c196110b41a383361393ea17cc101557a113e37379c433a127694fd0fe26059a95ab88c7ba110211b798704bf281346ae2b1c8c2d5f911a15b5c39c50bca4ee21feb4739d07c9968312f9d28538dd479eede6d04ff62839ab6c40c0e0e0baa50d5445dc480962ff7d65304e42f5efcbaac84246b4b2924af551fc56ed7c9968e65e81c221920a4762a087c9b965daab068560ef2aa9b73b5e87e44222836a2dc7c5569645248dd8819242f54460b7d7bcbb405038939f763d762ff2de340a8604207289b0cea15b229360417a6b85765a83a1ef48affa9f65a2dbe7c2ab006656ec313200e96da215523c313e60eb04ba16e5d2306a3f763f323a928f7fa123b2544edb6de414d36bf008326093da3b37b339f9f68ecaa9f52cae877ae2c13d896feca678c6f1bb7c0fde73b99c1d009937c31a3643810b37a54fa4fb77b2708e340d4ec6341ec514efa948fbbc8c0cdffea92eb10b22e5de3b9e10623150acecc9a322ed695bc5a1b1c255004b164212eb32afced1ae461da53745b5cd5ede2f0eba03941198765b2a9937dfb1491da27c84a911b0055c0acea830b8bc88b1c4c05f25eebdb4a7c43738cdf23c453ba4e4193cedb92f57421288027a3bc9b9e3d6d2107b819a220b610dbe3f6e5f80270b1be787ca677ee55e42c0c7f9f277bd3c2df5cd4a0c110f9d580dd4a85af6ecdd978769383d1640b663c5e4b126f85c8874642a5fcfa8ff19d88a52eb6f9f1aff7c4e2e515de468571fcff83566d22eeeb43b68957cd0cd468edba86f86aae3182310dc2eefc1b0f160ce7804f4e664fe73d0c8b6b6f89b100218f9e5de312cb0ad24283f4feece46e53a8f61532926400f5d48ea3e841f1cdc1bd16486cabd2a01dbbe30a46e3c35aed13861a5bf9ccb78ad51dff3c9c0a5aaf66dc9130d094b9ae862262bad2b1ec7eaf383a06a1b56f021b0db47896f03a12e689603269eab91ae1c16f7601305f818aeace2538feac062454fb8acbc7361cbf76a067382251c86c30dcc907408b7fb3ad9d646dfa8cd3c7a9112ca1e6d28fc26a2a5f8fd1e2c589e84856b98f4e07b913fd522bb4273ddabf711bfa882aca7269b89e2b39cd9acf7c9d50c1f2f0cb6be5c7274bf8c882c1ccfac7f78c9989a3a7eacc156cfdefdea6235e272a92e5086a8d6dc97144a23f949d00513ed229f2e6408affc4ad0a43a082cf52ad6a392989b0891857b8c1b083d13baded77846cd699c8adc603a05eb129334b1cea457fd93a1103aa9d179a1afec207e1aa9676d56613ff760e5aff1d2ea2a6e0f49a56e2039a142179a601c81ec409dd567c2a680907f69c585a12dd2c125c50d14035fb942f0f042cd7e1778db9911d55bf964c4eff43ec1998f33f396d652f3b91798564836813c28b1985b8427ba0e3f97ad83f679c36452dfed80ee1d99c79de0b8ae5369b85c441a15532b4aa3d0c1d2b7d77a7a07d57e6097da4e54d1308427e3ef556cb885ad542e92ece16e2dee4b251edd997fdb740ff7834d92deba8960942cf56afe84c5ab47f7734480cab702f9e09ec2ba2f9bb45c376010bc76b30651555c653770aefa030ab12c0f0361f57d083a229001c9ba6c66227c12fea6707b343cca79919ba29b68e2607b3fa94cc6833d85285dbaada791709d12dfe8226c623cc63d6b30ae65a7ca863b7128438b4d516652ef3cc3a06b6fbb86820ff724f9a9b6c07822cd8b6b56e142a229e668e683001bf11d8cafbbe718cec0a7935a09848bbfb76fea6f26bd567cfcea26e0ab6352821b248bd8c309af4681f8331b4dee12d0b38502bb34095d213af50676bcd5f2154a0a60310db43f4f9ce9707f992a0964c737c3b04f870ac732fb7c92ea63d792d50c7062fa2361e926282824fb65bc414d18efa10a4e6cff06b7af023924f3892adc6430cd620c3860454841cf035a052d0c47ab6df60893691ed9a1da381002101da6c4d817d05b1bba1f52ef7dfaaf182ee58a19e69a45ab98e0ee28f5929a578e8605d14a550aa98f2ff49c60d5997380b4f77897848a347e1786751138100e0f6bb7929df55dde03c1df94ded7e1df0a4401b4264d92fec8dd61c1848616fb7e0ee01fa007afe6f9267909f6bdaaec6bbe3b9cdc6532782715e9bb497ceca56660bc5a512b66c6a25947194da6691c7c400cc403a684ae449fb3abcd57d75555b3d57d5ace6b353e55bfb9acc635e2c921d90da6c515aa954e346e8e69cafe576bb74626dafe804994d2da20e413bb86a4cce622dd6f28bdd5ac1b742820932d056f8f27e7349de7705e56a3dd4fcd45f2b85c1706dcfa33fd20bb490a2f838ea322f9c2c739179101c9f647f096af654c38b0ba85fd4967df3e2f88fcd524282569d8abc455cf0b2c0de493f3175f03d67d7915cb1fc1ab8910925f1b043527dceb578954fb3e3acf6ce2da49a9bf08137568beadf9bed381ca19b76fd8ab9977ab2331384b396f44119d8bfe17b29e1a77c3801b475832bfaab78e1e1a64991350ac39ee441b9a9477258286e71d54cc0887e08c9d8f092da6997fa095a5e01dac7c80892993a569995d628dd0fa23e11e2c5e9d71941ca63b43b9c7b8526e78ddc0257586bc3def58b8fa4d203ae8c692749da2d6e9a72940362da20038465e68d695695f685bd9229b2d45dca696e83a78ec48212aa35e2c3449b827592e76ff6c9b66a2c66ab3974bc4aed267473ef3a9048afa359423eb2ccdd9c6a220c7475c11a3ac26728cdba4ecca4aed13c92fb744abcb0c7e0e6531d71c1ef3c333a3e0864e2b650aec5813ec6448107dd34ae15f1cbd1918dbaaa4f2dc5ac765cdec8c391ac8b3de2571471466880690239091bd77e3e4195d6c07302655a538a4ebc1188ac4d688265c0b8c28929b18918ce731c423c3332009895d9394f7880b5ea67d3d6ba050e9c185706180a0eae1d1d2c91388f170062a1ee379894f080300be340d836abb95b0310063b42311aa15ba2658edaed127aba135e6f3879ba520e49f04687942ef438edc96bf7d7853236b7d1a17a4070f84f0f3049a32596b659547577e5f7f6217d9fa7e9bf07b0784a632b01137149f2225b48fac2ad3fe851a83030a44c967fe0c11e1944d47edae6a3981cc69fc1fa750cd0d5e77f38259579e7948b27cdd64080f26e963e57b8fbae662485f632aa7a21e1ce7d6b49fcc0ca899344e1be1d2f195888cbf139e7ea612376430931c55fa43e98bb02cfafb3c551346ef102642fffb4785597cb51d018c384b6f5f98b9bb26905eb97704e8153c2c025d929f03e4d306529d0afe741d5376fc3f221a0278f4490c19179504030b154cf73582a4b61cfa2b276a7fc681da7b66b62a664d3f501bc84e3761574ea96a748842494c2d271c034753a32d01713c9372a7e988c32e723c9f9a25cfa3f5a6aebd0da16ce77dc3ffbd147897c432b9ec9a06baa5d0a1b2d00a6959c7aa1cb86d4f266c581c73d5ca95f0667223bc5aecb26d099d2bae1219dbacafc444d399e928431fbad495a9b4f45f2dfb45a0c0a3eb10a911aec1368017dae5e82b218929b312fa756c51f1842f15a848d196a3cec872060e9fca5c2bad875bfb8f49be5ed7bc6ec041c58ed79e7a5cb240e7201fc5fd76581a1b193b498c1f96a34fb89d555cb8aca61f6fa1db8cc1e54832f9461b393c44f6c12dcdb86bf68aae381c2ada65946116df7c4f9d3ca827c27aeff96655a289d5dc72a063cb5541de0b9e51efdd8671d968e2b6e1dfc3498812cc2da7a94cd2aac1bc138c52b24aaa3fdcdde45b68"}, 0x1008, 0x800)
mount(&(0x7f0000df2000)='./file0/file0\x00', &(0x7f0000a17000-0x8)='./file0\x00', &(0x7f0000df3000-0x3)='\x00v\t', 0x1001, &(0x7f0000a06000)="")
ioctl$LOOP_CHANGE_FD(r1, 0x4c06, r1)
unlinkat(0xffffffffffffffff, &(0x7f000057d000)='./file0\x00', 0x200)
ioctl$TIOCMBIS(r4, 0x5416, &(0x7f000000a000-0x4)=0x1)
getsockopt$inet_int(r4, 0x0, 0xa, &(0x7f00009fb000-0x4)=0x0, &(0x7f0000a20000)=0x4)
fsync(r0)
mount(&(0x7f00006ec000)='./file0\x00', &(0x7f0000027000-0x8)='./file0\x00', &(0x7f0000ad2000-0x5)='nfs4\x00', 0x0, &(0x7f0000293000)="")
r6 = add_key(&(0x7f000084c000-0x8)='trusted\x00', &(0x7f0000151000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f0000ae5000)="0dba048c4d4b9ae740d267e92489bc6a282f5a43dde0324e8f65536458dacca32a10c52f2958e818559d40af1bdd3d4e345172b1c3aacf00cd8814cc2534077deee4868e3cfb6225179ad7d90745b4be90f59a64bf", 0x55, 0xfffffffffffffffa)
finit_module(r1, &(0x7f0000a30000-0x5)='nfs4\x00', 0x1)
r7 = add_key(&(0x7f00001f0000)='use\x00\x00', &(0x7f000042f000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, 0x0, 0x0, 0xfffffffffffffffb)
ioctl$KDGETMODE(0xffffffffffffffff, 0x4b3b, &(0x7f000029c000-0x8)=0x0)
keyctl$instantiate(0xc, r6, &(0x7f0000c65000)="", 0x0, r7)
r8 = accept4$unix(r1, &(0x7f000039a000)=@abs={0x0, 0x0, 0xffffffffffffffff}, &(0x7f00005b6000)=0x8, 0x80000)
fcntl$getownex(r1, 0x10, &(0x7f0000cef000)={0x0, <r9=>0x0})
getsockopt$inet6_IPV6_XFRM_POLICY(r4, 0x29, 0x23, &(0x7f0000e3f000-0xe8)={{{@in6=@loopback={0x0, 0x0}, @in=@broadcast=0x0, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r10=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in6=@ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0], @loopback=0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in6=@mcast1={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f000065a000-0x4)=0xe8)
getgroups(0x4, &(0x7f0000c34000)=[<r11=>0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0])
ioctl$sock_FIOGETOWN(r1, 0x8903, &(0x7f0000272000)=<r12=>0x0)
getsockopt$sock_cred(r8, 0x1, 0x11, &(0x7f0000895000-0xc)={0x0, <r13=>0x0, 0x0}, &(0x7f00002dd000-0x4)=0xc)
lstat(&(0x7f0000350000-0x8)='./file0\x00', &(0x7f0000815000)={0x0, 0x0, 0x0, 0x0, 0x0, <r14=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r15 = getpid()
r16 = getuid()
stat(&(0x7f0000836000-0x8)='./file0\x00', &(0x7f00009ab000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, <r17=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r18 = getpgid(0xffffffffffffffff)
lstat(&(0x7f00008b3000)='./file0/file0\x00', &(0x7f0000a24000-0x44)={0x0, 0x0, 0x0, 0x0, <r19=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
lstat(&(0x7f0000f96000)='./file0\x00', &(0x7f0000897000)={0x0, 0x0, 0x0, 0x0, 0x0, <r20=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r21 = getpid()
stat(&(0x7f0000b70000-0x8)='./file0\x00', &(0x7f0000b15000-0x44)={0x0, 0x0, 0x0, 0x0, <r22=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
stat(&(0x7f0000ca1000-0xe)='./file0/file0\x00', &(0x7f000031d000)={0x0, 0x0, 0x0, 0x0, 0x0, <r23=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r24 = getpid()
r25 = geteuid()
stat(&(0x7f0000674000-0x8)='./file0\x00', &(0x7f000045c000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, <r26=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$TIOCGPGRP(r4, 0x540f, &(0x7f0000169000)=<r27=>0x0)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000f8b000-0xc)={0x0, <r28=>0x0, 0x0}, &(0x7f0000e9e000-0x4)=0xc)
getsockopt$sock_cred(r4, 0x1, 0x11, &(0x7f0000be2000)={0x0, 0x0, <r29=>0x0}, &(0x7f0000090000)=0xc)
ioctl$sock_SIOCGPGRP(r0, 0x8904, &(0x7f0000c72000)=<r30=>0x0)
getsockopt$inet_IP_XFRM_POLICY(r1, 0x0, 0x11, &(0x7f0000618000)={{{@in6=@mcast2={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, @in=@dev={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r31=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in=@rand_addr=0x0, 0xffffffffffffffff, 0x0}, 0x0, @in=@multicast2=0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000762000)=0xe8)
getsockopt$sock_cred(r8, 0x1, 0x11, &(0x7f00004eb000-0xc)={0x0, 0x0, <r32=>0x0}, &(0x7f0000e50000-0x4)=0xc)
r33 = accept$ipx(r4, &(0x7f0000c1d000)={0x0, 0x0, 0x0, ""/6, 0x0, 0x0}, &(0x7f0000c13000-0x4)=0x10)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000679000-0xc)={<r34=>0x0, 0x0, 0x0}, &(0x7f0000b33000-0x4)=0xc)
r35 = getuid()
getresgid(&(0x7f0000ac4000)=<r36=>0x0, &(0x7f000068a000)=0x0, &(0x7f00000e3000-0x4)=0x0)
ioctl$sock_FIOGETOWN(r8, 0x8903, &(0x7f0000d2c000-0x4)=<r37=>0x0)
r38 = geteuid()
r39 = getegid()
ioctl$sock_FIOGETOWN(r8, 0x8903, &(0x7f00007e8000-0x4)=<r40=>0x0)
r41 = geteuid()
getgroups(0x8, &(0x7f000019c000)=[0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, <r42=>0x0, 0xffffffffffffffff, 0xffffffffffffffff])
r43 = ioctl$KVM_CREATE_VM(r4, 0xae01, 0x0)
r44 = syz_open_dev$amidi(&(0x7f0000927000-0xc)='/dev/amidi#\x00', 0x6, 0x210000)
r45 = getpgrp(0xffffffffffffffff)
r46 = geteuid()
getgroups(0x2, &(0x7f0000a87000)=[<r47=>0x0, 0x0])
ioctl$sock_SIOCGPGRP(r8, 0x8904, &(0x7f000064a000-0x4)=<r48=>0x0)
r49 = getuid()
r50 = getegid()
sendmmsg$unix(r1, &(0x7f0000aa7000)=[{&(0x7f0000808000-0x10)=@file={0x1, './file0/file0\x00'}, 0x10, &(0x7f0000fa7000-0x20)=[{&(0x7f00005e2000-0x1000)="7f6741057c21c41cda7d0697170180045bcbc30745567a59ce8ee1674861fd0b2dd97e4dede157e99c9de59d4cbdf7ba8ea5006b2c7c9838e47cd5c0de098d98a2851d62cb1d19e957ce16570db1879642986ac69c2ee5c7d985b51529c047ac30a5b0135a1e8ac7d09d213b1b00fe5ee1624131c82bbc856f03af0375cda268eddb4b8b2f7d8787961146386c4e0d7df63cc2fca30d440ccdbc587792a988c20035a907adb0096813bb4eba987b182974c6edfe0d2ab7ff7410e80da84b92a4af8d71d8edf086f789f5fc8ab926ddf4f824befd669154e609a8d24981e7aaaa5193ffc6930cbe9fbe7f27c15355a1ce9bc1339a3a55235e7999cefa3d6b7ab1385437031765f81d1954105c1ce345b311409ec11c5707ac48fb062f4b2afbf570acbc47375afec32b6531b030bb680baaf835aafa753d5279e65b4474092cb7fc5334d70aa7d84a78cc9df585dc80e5b2be9e58ab583cb08da687b4ac6a6a343d62070ca129f0cb0f0c7ffb3063fd8ba2f2d37eccc514157508ba4c1580946075c1df91cf05d4e348e9f2a869cb702c3dc94deceffbd3c966a2af982749d57f575e1e79de82d18e95df88861f3bf55a6cc1f2bd940062531252982c9ef4e487229a7500258e97af982a8e802c6c8251f40f9485e0ad05bec35bab2031eadcc99a2d7995e01b0f68d40cb23988f7b9b73855f95c2bcf1e08b1e5a5fbf1f50639485d2fc32c6a253ea0d8850ceb7533895f11841411772bbc61b773307f6a0bc7bf3e9cc6bd3bb693c7242dc66d9d5f1c206daad79f64f5c18f00061948602b7b2c2b57df1e95aa03878afc839f6b6dea454b7639a22b7b8c9a32fd7091283fff4df3c31b797075162d933e9fb62c6ec5ff006a4d621c83be59f173c85d2d6e2b65213fc06024aeb1b25ba507090d3b2206752c0c0d673db8601eaad0b2f66412b15a2b190909e42a987cf9bd4aafdf1717c124baa7c34aaa144bf5b24766e726001dd54cdb1ec732f1348eb32c9d52c5ea63cc3d2ce11406b2472e044ecfd4702c3f9bc30268359ccf0a94176e3f67d2055c2a1da32427dc242d8344e211babaede15da70c353731c400a03d77091e7b00365c3dede369994f88e62e577e19e216d1ea7105976fb5b15d412c565c5e04eb7d3c03571221bf3b9a6eaeae1748b1af1f333ee45d04b340b7c15a6eea2ec73d5fc5923441f3249c56843aef191ca53f7d4e8e9f9b4994e0ab8f1954d6db5040ecb5e072801dbd1133c389cab222df72bc47a1a861dfae238ba2a483c53919239bcc3a359d7727980e9f1a1035c437763b4d36b3e6b2b685fd1330ad32dc16d04fb2d77145b971d02031a527b5e41c7a1fcdc6e4978e5ab79346251544f28a18d39ca212f0333d3bac80a434c0fec787c9f59b4300c45df0a4f097d0befb123a7a2b8bbed6329b3e7fa3bc6043bfbe3023d508a074b2bdbcadb3a27fd86b277bdf9ff1a86f884a845c2d3f315b914015753781cc849202c4de09139bdacf0ef2ab56ca1e0b5632105c7d73173326f93165131c1e677af6cbeed3f7a668cf8006a97c5f0d0266b699e5b3b24f742477256c22f2fc5a8094fd226270b022a27cb7c3925f06cb57aa4c53dc0e845f9e9a8eddb2731b2813e4e23ffa312729ce424c1d93e7059d226fae2aa4eb05af4065457b7aeacfe0a0ffb194913e857d200a83ed74ef622e724ce8826ea458ec32290a936b2c47e75ce6050ebfe7d2957be31de46c30e26755e84c2a5ca353846f57ac5894fdc6c0a1e698e1b38ab16fe3053db3d5020380b9257b9b75a28e34d0ac6c66943594a300ca17373dee6b405bd78055de7dccea1fc608b160fb0967fe6c45502c7b0f70a27a7e13105adc84217ba4e1b36362e08b454af2e257e26f4bfc4e8e6f593354a7253da574ecb37e062b565b83b64046449f234f32b6086122bc626351889445332ab739222abc6ef024ad81aa10d566f4cf1de351baeec905b94da13497f7758009078e80336be2638a18cae00a853de84f7e50eea8486fda7d62805c78440a5162266f8412d633767ec50b0daf2bc3053d5536cf8158a2235f88d17b148babc352f8779cc27b333c7215bf73deac64a46e1ac9988999f575ed9f65851491c1157973eecfdf698d9d93f27892ca9a3de839f438fbc4bf76a759408ae988e9b5373f228ecb22d56a4ba1fc1f3d067b4e15d1eb49dd65a34f5dd5f64e1bc2145b45d65a4fd7753ffbf1173fe2f23e6b43addd27feb7441adb4ba844997df664273e7be93a8ab316dd8285777a192e2f65efe5a5e061d52f723d374f2c63232bf304014dd7f2b28e74889d9c0154f9f81d8fb886e47854854dae0699e40276946868b9ae26f7ec95bed8f765a46c53a24da891658502976691db95ef2ce6ff720033b33e5248941018f0e127dfdf697aabc0eb48d922d487faab9beae7fd0a0aac570360b8a77fa3fb1eda231a3182dfe3550fa5d586202119cecb4fc8328f06c04986ad14fabfb36738c10a334c8bb2b330c3a318d9d48eaaf3e30e6d6261ab3b3d9ace86768142e0812b46b57a4cb75b0220c29033230f07935534674b85edd7351be0aa31b0fb1e337ab9627efd296a439101b6f32bfaaf529d6fd3dfb9ff0d2946bfda8869b4fee1885c199c80771d4cb9175fdd18e7e789eeeb0bafaed22f30071de3cecd158a49be8c2ea9300e4aba0cb3add2fb198ce0ceeec87d646a9a980dcb963e55d8a7c853e74d48655720adb3ab917ed95ce0ba2685d5fd9fa74a73e636da71b5166dbd31f072e22745b7a05702700850f532d55245786774aeaed577246a03df42771e591d94f8d270fe7b74e7b1739649a9b56c7b57b228f85fec5d9e2508f20385a3e7952fd3b8ccef10c8d79cbc432e8ee59b4166ab919504155733282baf080528b8ee1c1d8e25b07992d19d07ce23664009fdc2ca05f77aaefb975e53ae574c79a915a845f8ea91464fe47834caa6700cd3df3f770fbf3fe4b780d0965cb998424516019e7af7e8471d7eba9f48df5c58221346a28536ae5c6f48e282b2823288850e29112afde7011b50fa49721d735f400ca8f0be8b5320145c8b2312f60ba420b0e007e8a71777bf0c82db5931244f0ded6543ac8d959c97ed364494b6de6631a09f042c05963019c698afa12854a40c5d54960d1b49b8ed2ff42296c57ed071549a7260923e665c5c9cbf892cf17eb83d200b8c3bd9b72a9ade9d085421a01a11e7aa5576a1f152e3a0bd6f84df1a93137c2e46b900a24e1a2030cd5b1f700d7a21d0253c55ef5d3056fcb2aab3a113a0eb26273a7cb4d94b781cabca424063242e44a9e94d8a54d01e7f75c72617c97248384cb83318f464df37e732de3117072cca29c2f00287cf59a52507ac7b51b3796349b5348316a3f53ce22961879ed88d925ae138ce1e007b0691b91688bded59aefe023202e1c681ab449151ee19a28aa51a28cee521cb4fb71dc249a813f3909907f6d15e369a95ec905812adac2789e6bac9da4eb3f6cb4e2c7b40cd523c4f4ed65c359d4dfc9565c52c7212313a0784a458d5566c9b02f03c23a54dbe3ad1ffddfa2a4b31f39af29830f5446605868662ace88c63bb19b7f9e90e4726f00e87529fe987272c5556d3dc41100b05f6a474fd5958a5bf227126003071b586e2967fd411cd13c834353f2ac80dbea798be9726b6f09c8abe0e65547fafbcbad7573c09d5ab2979d81182fa6b0dadf84601043bc9fbf09021226675187a737eb2bd602ed84736b0fa09ae2a2f65696dd00888fa2ec654b3abc46048696b8461a2938ad58f34667d532a5dde33c09d65325299904882e759fa4c51b49d24ce581a9a655a0c8665f262ac70b6058fbf15910a90ef3eefdcf13adecbecb035c0f2c90f1c68264a9695787dd15e04c5db7b4e7a4bbe5d51ee48450882388bb21fd92bc510f878eab3f7bf15e747c7c5fd9f42baa7f571ea58b3cef423bc800331cb483213f7497f7a9affad6ed74f40e8c5f43b8ce8cf034ebfdbf67e27814e6e609c04bfbeb647889ae2b936a5d0a2c650f84228be3a6e29b088bd6130a8814adfb325f971dee08b7a27c66287f49ac0a3652ccdddfa278ec93748956115fe212a278cba05de181610c1ee7e85e525f4954fd8fab61d36778cadadb461cb42055594f84205ae0711cdd0568ea388cc8fb3a64c7cd75fe30485fcc8f184f5fc32e69d7f0acca93ce6c691e17f2fe6b42bfa23445d555c9456bf9887b31c3156433878dac0c4725492d12e1c072d744f0d4e8524f05537454a129b0a37e7e7c1b3352a4d7c7dc03f176ff38a99d426a555aa7f46eddedd9ab503aedcd731f0dab98e3949b17853a885ed9f5f4c366a2c2abbb103fced46fc7545e92c29aea4a17c3814ca97c1861d00e425a022f03ab28876e4405c941522e38a8a1edcdcf28fdc984fd63c53096b61c4a320ee57750e86d16515d2e1fe419ca43220b071ce1b8acf2bb7ccb7652253e41f0a24d672200317ce9c89145d83d73981e7efaff79babd62bcfac0c8331ffabc1ecd87d6e8aea9e132c1ef9f64a92d0db36aa0d524487670ae2555283895ddd967ec35d92a3f578e7a2bad4c899cd07e9f85797a95a32deb88372359c934451c946b1e3819bc4134001d5ef8bc7073e958e647098f9b0afe20ff980899ec29e3cf9e86aa78427e587c3dec400a79812bc443f37f8f4fd6f44e4a0fa65438d17af1f93dcc0afef4b99ca39ef672f9abfcb6b4cfc6c2a1ff4cbce6c2337dd91eec3ba8a2d74801dcbb25f88f513746545eca8d9aea3598bb43bf439d57ec81aa29f7266a3a2f02e1f52f6cbae3e611f30b8c6dc6e5aa7dacf03790c1b6178dc9c52a1f8ffb1b7e17e0ab7a09cbab3e22fdb9e31a524e181a01b8d5a3f5ce61ebaf2b78dc051bdeba419538de67aade28769231c80feb9699dc40c9dfdda81c5b9963ebd9ea713e8ed93d8c05079125294252be0d95bb3cd1c05a2a898ecdfaa8ef6677d3dbd9eef81b6b239906c1320f1fe7da87d2587f0590c830683f79d94d8942331ed3d28ac56fb5fe759648e23bf672e7ddd67da6ac46592908701e66e2af43b7426eb24ef20b4a139fd8ebb02259f633bc43303e76826598fac43fa00c8dbd298c04b7979a418bc23a36882ef2df8fba271ee27b548192fdd49342ae458d0867cff54f8030afb29d3167034cbc97f77a3567e5b7e6868046e1e56c34fbf8f04fd469a85628bd300675317d6bec5c87c4f9da12eeff549a27926b9ba9707cffe8f6b58ad5765e078226f623f70a9d9ce947f4f2e553b7a55a79652db7185a8577b928f858acfb396ee9b3e7626f8d947af8cba31e213a55f8f2672ccf6729f4a0152f95fcb9cb98eb6061cc4182b75e51774d868751a5063bfbdc16bbfe1ded6fa1707102603852b7cfdce896d700f3e308432c48fb73951b16ae2c16bb93e2a8b10815c5352671f665921ceee57224bd31e801e02a7a426d7d591d30ccb6b5146bd5ff817286afb491a734b389656404331bafc295cb3113cad412b212c26e0654af6160d3d0bf7f3ddf1cd3ca09d0fbd75f3516847ef9c23395afd4b7be8125464056ea71832a2f3d64df1821b2adb016971ba7a2d593f239f30a9c4827f53a9c41dbef9a254d2988c9b1e0084b0a8ac32c5e462925a194da0387ce1101b3f7236707e4da8314503e5f8710c2a4c85c5d6396a558e48c0b24f141b127999d24661449bb0edcb45fb4ad955fcd110d0f026337bffe72a13ce12ec3a7e0ae303a56832c40d8e6edd4a396aa4f32805fb57f8d071ae", 0x1000}, {&(0x7f0000690000)="944304aecdddd8971ab2228ffaa12b7c345690e41e03e7c44f7958f40fb85238cc5ce4bfa08990bc70a0b95addb743e9b1c50b4913ce6b454f5123ab717f41b80824ccb9872d8059665224bc9b6aa13b64eb885ba4becd2461db72cf9c7ff5c35ff730dc1135a899e2721ce92899b2f45c23ebde24d68767edd7cd72c14e", 0x7e}], 0x2, &(0x7f0000010000-0x100)=[@cred={0x20, 0x1, 0x2, r9, r10, r11}, @cred={0x20, 0x1, 0x2, r12, r13, r14}, @cred={0x20, 0x1, 0x2, r15, r16, r17}, @cred={0x20, 0x1, 0x2, r18, r19, r20}, @rights={0x18, 0x1, 0x1, [r0]}, @cred={0x20, 0x1, 0x2, r21, r22, r23}, @rights={0x30, 0x1, 0x1, [r8, r8, r8, r4, r4, r4, r1, r4]}, @rights={0x18, 0x1, 0x1, [r1]}], 0x100, 0x4000}, {&(0x7f00000e4000-0x8)=@abs={0x1, 0x0, 0x3}, 0x8, &(0x7f000007f000)=[{&(0x7f0000469000)="6d0e210576204556c651d3ea8921344ed482e01e25ef92bf9d32bb67fa9d7e6afa69f445b7c6cb0da37845761545b5bd0210955bdcd56e3f472605bffacf6753051da3d1989e3a3cfb482a5764fa777fede10e2a2700e8c3a37bf70bad8618998281b9370347b7ce798fa2d1a8524b892e6d219676ba053fed276755e5f5fa05e7dc4b0c71a20a902786d1a3c1b348fd94caa7d69f98ccb14ebd9b3104ad0fc76589a3cba7a15cb0901c896ce1af89bbd26d9225fc2716703b7fc5b0f90693925ce7de0c5d514a638b88360779daa8d747010589511f147d96297968b3cd4a3f706349a8d381f2379961ad9ca816eaf589874bd600391d7dfcca1b", 0xfb}, {&(0x7f0000ba9000)="c2c0f395f4be2c3d40e25a9cddd13242a4b53ebd34c0eca6b26247fb793934fe75a762bb130e5f7a4fd2c2b5f73f0a336f6bc6c014560313e12e5925d661c9e60f5ef4ec34545863d7cf268da310430468e1463f51192b22ba57898cd963bade4d926e2b75855a7fcd1d", 0x6a}, {&(0x7f00001f0000-0xa6)="2d91f528af12eab7b514087ad4b8536821a07f65f45f4dcf68371eb25972fe9073b4906fefefb4cde10c93d9a9f2e92196c8b943dbe18aa32cf637da27a771b25c2a0ca8cd7e8e569cda09d0ccff17a52a7f8425aca1ab57cd38d709ddf3ba04be195d106d48823381e40a9e78d035b56b5b50e6152882146ac6a3718b0cdaf76ff7b3b04646b7edaee69272c0a66e24f8907da761b7c8dbb9d090daf98eb9d1b526e3402109", 0xa6}], 0x3, &(0x7f0000e16000)=[@cred={0x20, 0x1, 0x2, r24, r25, r26}, @rights={0x20, 0x1, 0x1, [r3, r3, r3, r0]}, @rights={0x38, 0x1, 0x1, [r3, r8, r4, r8, r1, r4, r4, r4, r0]}, @rights={0x38, 0x1, 0x1, [r0, r0, r4, r0, r8, r1, r3, r4, r4, r4]}, @rights={0x28, 0x1, 0x1, [r3, r4, r0, r1, r0, r0]}], 0xd8, 0x4}, {&(0x7f00008bd000)=@abs={0x1, 0x0, 0x1}, 0x8, &(0x7f00006d9000)=[{&(0x7f0000bf1000-0xf4)="33632862d475391ca15df89b7e57e8a3677ecb70ff546f3029f76522a2a388cd3916389640d4ff224b2d9d04f09e7353346c50d381634c9e558fe593596ab949e20b543aefdf64ac6bf9dbbb09d143dcea544dcf7551bd6d169a99534c620c520f24cf5bad24ff4aee114687d9c0b2b0be432e3159dd288dcdb16650471c7c4d3e2254bb88ba4de20d2735c3e9c5a17a8395ca743e7de3f641a60c5d454f3579f1d989877f56f2e45520c926220f95223264e6b5cb82bd6cdeba77d798b420b94bab1fb3c3c5a15d49b6a2e60259f035481b64523dd15454ed9c2b05945695ccea71d9a65192cc876d4153fd947be9360f2263a7", 0xf4}], 0x1, &(0x7f0000b1c000-0x68)=[@cred={0x20, 0x1, 0x2, r27, r28, r29}, @rights={0x28, 0x1, 0x1, [r3, r8, r8, r1, r0, r8]}, @cred={0x20, 0x1, 0x2, r30, r31, r32}], 0x68, 0x8000}, {&(0x7f000096e000)=@abs={0x0, 0x0, 0x1}, 0x8, &(0x7f0000578000-0x70)=[{&(0x7f0000450000)="6e0921e70c270dc91df0455e93f84b90abbf3861c671d353ecaae4537a1d61352efaa4eaf62ade8bf4832166e40a348d2718cb58366c01ddf29f772d3e5e49774d9e60415421793ff8f1cdde11e18227a65e57da1f030ab25c28d3e7e3b9d15d98c918dd8a383bf22155b1ae4c7d32430f6cbf62145b4a0de7f249972736eb39248f111a3145214ef07cc9f42e828b3302dcce254f776ccc", 0x98}, {&(0x7f0000112000)="56762031dc0c823bff185bba14fe2be3ebf3f0af5640e614fe4ce8dacbc8bae33dd064fe4477f47d555e29fe9d18e5241b36c500c82e3e7cf0eeb1ff57efdaeaa4c664fbcb3a995fb79751cf363b9004c9", 0x51}, {&(0x7f0000dbb000-0x74)="e3c4d930b38ea19d67d13dcdf1824e8c9ffa1ce9c753b0713e55cc564edb9d3a7bc435b4da7a84418d7a104589b2007ac11b1353e07a216ecd181c97e5cbf86fe367da211f3101e167b61a842566b1a04baf285156fdbbc5993dd4817cdc34532cc3118d57f96fc86592329bced2c6111a9fc061", 0x74}, {&(0x7f00008cc000-0x40)="d3ef1978fd1b56afdf8c288e4c5b4505e1491cb5e81210f5e1e3b84f3af0dd12116dfb5c87360ab91ea882c36c861d4e6560c053f1bd2ec599c51cc750b8910e", 0x40}, {&(0x7f0000678000-0xdf)="96fe22ec902824b56728ca2b333236f27de58112a790565797fe321d6bd6ec86ea280c593f8e894a8b1e45c20ade77b87a9115f3f762df23995cd7737b0eaa9101961813b3b47bc23ee08dfa3b32987503ff83bc9659a5e2526afc26d9d136f7e2dbd8ede9db49371921e660cea998b6deca20a52736fb042c0afc01bd895c80cdac01e9ad600155f3a09079fe8a396b8ba504ce29684c7012e1977703575887bdea886abb406250e03fcd6cf086fd1b6053d1daab473fce5c5ddec2478e0b27d88b73144dfe4d5289f3a2091d141ce712808d6a81acafb23f503a6f713580", 0xdf}, {&(0x7f00007f0000-0xd5)="57c6682e3c5c88ba9abdc98a2c335da074914b97ffd18d061faaccdd31d04c21449a379c4adfbd416164aa6acf3a140de6d9d301e45a0d3b9ff19806d9308efa9adaee7eceea6c41fae707b830495b4abc587e790ea978c4e7ad9c08f2fde1403716e574f0d2f8a4581a2ccc01af73cdc8b2a7a529d47ea991727f8a024c6c96622260c68f3b61251d482b75373902ec87f42e5c3557ac6197d7d732cfb9d2a57e26d6eed0d160fd88c4f6df844352b8e39b925abd51f22bb3fe1c3064d6b85ccb06b44250af88f952e4f881dad450bd6cb1a1a6ac", 0xd5}, {&(0x7f0000214000-0x79)="e09608ab552f88cc496da368754709cc42ecdf548e6f6c1a6aa58b87d41583ff4eeca1ad9c828e166859d560d523d5ccf072ce4dbc911c60a603bed964efeee98d9bba8a57103df6dec99b9f60cd30c56c9e9224b5205470786f39f9353f7cba59495b63a35a411fd9e32e77c224b2028de7bce8dd358ab800", 0x79}], 0x7, &(0x7f0000789000-0x60)=[@rights={0x28, 0x1, 0x1, [r0, r4, r4, r3, r1, r33]}, @cred={0x20, 0x1, 0x2, r34, r35, r36}, @rights={0x18, 0x1, 0x1, [r1]}], 0x60, 0x1}, {&(0x7f0000a7f000)=@file={0x1, './file0\x00'}, 0xa, &(0x7f0000fa7000)=[{&(0x7f00008aa000)="", 0x0}, {&(0x7f00009aa000)="e044a044013c2fe25134b5d6456e60f1d1c7d67844d58cb490c460bbfb1e8a120d810fa553bacb16e9f3a0f800d1d9b72eab93b679dc898d1fe1fda0736fae5f620a4e3c5e7665d296de9954bc8ce22d6bf40951dfb2df220372dd641b79560e52268f3ae7b4dc0f530d816f1452a0ad4365fc7f84a6913fa49eb9f45d18f6808693bb1ff4347940b002d9759d6c75897681820c32eed95e44c88df1d492dacba81ba2806504fb2675c67ffe2a7d90a7a2798ac995990f8ed7db38884965eea21f195c649d", 0xc5}, {&(0x7f00009f6000)="4c8ef61abb4937765745662a03e84b6a16b005bee8a48ad4e7c73c6b66c0b9db4b034766611d9743b2046920b7cf346273e75aa09ba6a35cbffd0d5cb4452135ff001a396ffb9db87770fdd3e1ae09282385a7a66ce9b5c8a75bbc968e704f221e1d0ced4a3d112ab1737c0c17961c9d35f0a889ca2b9b262c6d8bca9af53fc088a9368fb83c21dceae5450acc955b622706f724012a373837f53033414e8e1ddd82f0a24d6c9152757bdc94505f9d6976da457528c4830f566e4ed162225c0544bcb3367de56e6f2057d97e8c897da6e1a3103dcc42ba3ced209e57a4f9b2b540fc2acdc819486274ecdcc8a7556894a0632da2", 0xf4}, {&(0x7f0000ecf000-0x7)="72857e7744198f", 0x7}], 0x4, 0x0, 0x0, 0x14}, {&(0x7f00005c5000)=@file={0x0, './file0\x00'}, 0xa, &(0x7f000086f000)=[{&(0x7f0000701000-0x1000)="d9f25eea496f025adc3cffd6b47c07583ed3abbb584e1742a187a8be195d1da488efc16c9401d7ad4ad7b0418e86ed2a17a182a1f77cc3494aef21bf33ae086650c95be9c9f31514037b559ff3b49dc215299606d598120d6613476695e81e1a4474bc746630e4fb7562fa873549f6a1990a8315b79b559980c120eb2175ed1dca10396c755816d3f20eb17bcbbde8d112eed9d8a17bb55beda1f8c936a7ab3a523e6277ac1e2c576f16c6d04bd85f810459a6b82c6196e0efbdac7fce3f50236717fb9d2ff36b3836c48dcdd27d79a76b8f1a5b7681dc1b40d79d5ca0b8d8fa63e904b4b6cd4f831956258c1817be1ce2d38439e0bab0b54b8f31ce68b6abac9551d45e9772ea5df2701e0be8d5de185b66e3327d233aaa757ebd65daafa37c1fbdd2d538e8f6b9bc2b513e5828ebf580c0770bd283a4f7c6a73b4e1f69bcd61f632f78bcb3c5fabfa23487ea369653d0667960a8b2989fe8ea42910a5974579e612ddd6d37b6a9511818b0864db8537cb85c171402d68757355f07e3ea8f17d6990a9d4e2796f251f7311dbf0323f746ed96e012e141cc9b99696e125a2d37f4310ce5c6ebb8c6869f1574d54d3dc7d7882e0a00774ac87e9c83519ae6cd9f418c03dd48e49eb7bcdaa2f28a9ad5ab868e1ef3c2311da2706ebabe0014cc08c549120afec3ed6e6db65379f1f1187664dac44a29de92d29370c5735e7a3a1b22278f37705e9f1e256ce60b4cf540295376f5e59b64b5a599e090bd638cce91ce9c630e00453c830dea6a992e82050b11bf210077799c505ec39ed6bccf6d05845c883b3a013b7709a0db78b81cfc3536e08f2ddaa324b40d989c3107beca70462f51c2d0ab0c74dbe8c1f70d12b2b22a491c852b84795731f9d7310da4f140423e25f018ecaf215e0877ee8ed114a6b9593b021a1170e1e173b764cbc86973c0a1d75fd428f54548f1385d22af1d42618a38e17ed8f91edacd05aa5df467823c93fd953be472c02a7823b99b908767a9c5a2bb789d7d1e79dcc6c46778b89fbcbffb934bd8040fb022e9857be8e5dff69e21b485b31fdb0f667f89209c2b6ab4c7517068563601e85a40104bbdfc3f75c9dfbc99073e8fdcd2ecb44b9d18a7404e1324d8079cec6927ad633bdc343a21e8f7d98fdc607d5aab460b51067c69f41574d7cec6fdb6a78350b6ee7bec4fd8099669f5ebb686063a6e432f64c891860a3f26a0c50117242ca48406e6d726d62a62cee60b5682f3984e9ba7b08ed170fd1e556e223d368382382f5af9997201ba49f773bde375c99a5796584ba7340ae9d2f7b5e00c308316fba29b621c3ad93a0180126cc7de308a8243b79706bca48e67a51935814b37f27e8cf71548e43b99ab1297116ccaf58a8006a32aa85e00b463f0e30f8fcf16aafa86c78a6ffe8d52a00e758da5a0a91a90fbe0a820da100384e8a03e7aa67b24da55d75e6403f3e3d152e7b31fb49d6cacdbf6195c3dcc79a627a137befb697fc4764f20499f365e42d655f5a90d5a23e5ae7707e4f98333f3f69d7c4ace33ad2438fd6a7ce143b9609eb5609990276cf7ae3129960f76684007c89409dbf3ed46bb386f8d1c077befdb8b556a9bf7b4e90711d577a6c239386314238e636c5d317c1eadbca09191fe96ce0a739cf92259f4fec7ff1ece8af584f9af34ed15a41210b25480dd149916ac9bda941ac92047036166d362692afdd22b1fe1a3c7f182905569493105c0149329938db2440f248c30e9568b23608ac4fe4733cad36d780ed7b8d161b73bb77d0254f07143ce0fc64e31fd2f9f65b274366bd2ed92e277b2abfdeb826549e403c0995d547381ce374a3ee1a197f0790d365a73492dc025476c7e8006036e341fc41f5637d730432bee07c0055f32f18dae5a055a2f43a961975de6db98a5e878a9bc575934b23645d428d531a8942ac8f5ec6181ea677c436b2d680bd85625d90e0624e6aedfa291595117cd6b1ba0c7e22741d4c2a51825e4450f988eba13c83f75a0e80fb36983839a16b1b60668cc5dcbc11a204ad8476feb17d72765f4eb6faf363b2784e842747be607e854c0b6719cf1b8466ea54ee9398ca98cccf9e3dd81a1d43c158d2941e43bba2f241582b667c911357c3e7f85ca5b58456c58fe81e2bcfc642a04d05a7fecdc4b89336c5d0e8574873e70aa286a6bd76aa1e5c4e1fe49037814252e4ab2b98f11cdeffe3842e49547f20dc54d92231c3a4202101fa32569d3adc6c87214dc81bb665e182e53ef6ce2d2b60bb65d064e58ff41671a54fbae74bf3f8a09b838f7de1c8d88b72362d37d0e080da4392cc8147ae6117c14a0feed9642735cc86b34847e7dc611cd018e657256f1b1a2f04e2cadf1f6bd8c349cf8a853902cc93f93cc81b0b0448a43d39633eb66edff7c5a6a16a51e2cf65be88618f80a7006fa8e40676cbc80798b29286d3f21b20198ed82d82f4b0bdc37e96d3076b62361df4fe3c52f0d066be50e326e92abd6fd84cd4b2dbbe38d2904c3338e713d4684e82ae33bf151adb5cfd2a1773ab725da5d01766136ce47f1294e94cf41d110fbccd502677410e4c3a211f4faa57b9893e4bf4f25611991c6f429a46c7e3eaea31e467cc4060158526df8d74cbc9e80447694bc72e3606c1ec4323bf298053cb48da6b30a7478d2ed418d90eb72ea88f53a9d41c31f4d221478d6544c46524c85dac3b98d871d6cf05dcebf13deaef1ddcf6ea3b99e42e66705d9bea89e45f972a84f811e3ba051c2e663e0a109ebed13a4d738b4fa5a6d9ce47785cd79c08fc23124ef94df9a0a8e774650035b6338d911d2e465417ac3a45f3908cbff9872c9cf030923a011734db0fa8e85555afc33fa6d09f68d6f82a754f4c19bf11546edae3ad3b4fa18ae4f43240d0cd5e1285e5c0f8fd7266100e3f0f7578abaae320be146553717a76b38aa70bc391d2b0a9da559a1fb4b51928597de278224e660d34e13e465a817805ad72aa6e2eb04080afc64b3d4c387e4154fd222db1d161e6d20c11eefdf416ff1924c70ab9dc06fa78bf74898cf55761bf0baa2b61abc9c42844c6b30c1588f07aabfc9611194e570a21505bb9ea6c09159317c86db50c3ce5e8ad501d2cc96d5d4e7ab75b455a200c0004fc28555f44c715a231f2b13a3260a83f3c53cb17ed06f62868edb1ef9bb8b469fd5a65baeab8d65dc9377b72ca30e9651622b5247c532c5ac5fbdb13b6318fbb0fa195d9da7eaa8a3e21682233bc6c6efbaa7d2f9c67aea28ad01df15c347195178d3260e0a37ca3c051646e723ec9c77fc94a7db8c0c196596ab6cb0caf9641e84832383a22218a032f0408ce9ec891ed00851bc7794ca4cb92efae4e4a19a419f483540851d0ab8181f3288f134df9fa525703db4e8f14a5c9243f17b6e972354be26339840271bb27dadbc3c7d8d5ebca9b319192de5b44732b2508001d471cc4a531f84304e2b47a0c03803b61fda0cbdf7f92e89307e38245c943a621afcb8623eeb5b070fd9437af00930a6740ac33a574336da02469509b408dec44b4713135fc6f6a7c4aecde027a4d47e44d326f3124b0c794c78bb426894fb12b150efa511ba4c9ef16d4aa4b723e3b39919eb9b6b20840bca4aaccd0395c812ff7be915156fde3d00b7a26d90a246e736ad3013ddb4865088cd98694e20f9f5d101b976574b3bc515e5642f1e367fce0387be96f671349db09df68dec748757f67fac3f8bf8116c55653ecf75e8931f744e3bb7f78483aa2b168ef94890e501c4b7c60626532eac3f7b050ac54fd2c1c3ce3bfb295fdd08fd6038dd874b62951e89a90e3b39b0f75468d82e92859e94e6391ae3cbadf6aed731164ba9ca346869f39d93a10c4801ab0c9b4f43c9b5fc800adcfad2307da777bb7604ea989527ef0cd919b17334f07db96052a6f68d2a2f7c096ca36670b67025c062c59746e9840072cdb4a3a53ef5d2540b0636f386e7b322bb3be68e344a66229f47b7e4e4025b9e418fb892df2fe976c0702aa04c06c5b89b93e5df40c48e92c0664b2e8d870c538bc18941ec2d1b444f95f22e8f47332d0bbe1c7d007275a2166a814f7b7efea11b349e5bdd4093b379b1283b4d47b1277e395173fb9402671ee53830ac70ed2162c602bc4de7302dd5e16b7c8179c14b6de1b2604812d52771bb904837e048515e7fcc81f6a93050796a7138ebb4ee91fbcab3cd7b440e96d313772738d585824f2350cb0167ef5148d49aff14080e190dd056f43a4b089ede41be384c1fd5c8022d6b70a4c3293824c126152386abb58d32caa019a4c5eb12a226f7629bfbc65c8b2897bfe1b8c5809ac94e65c390be69c6e22dd6bc2ef7b1a040990d82a01660a696ee9e0e8ee112a9775e58eec696f684c6929425c5f32ac94eeeec931ad81761898ca3ef926fba643aca7260ad0066d7ce028d64e85eade49105e0e036d83ec60bbb6e6ebc1959394e35e8946a990c3cb8aa2627ed60b70f7a3b3ac931c63cee188f73b23670f7c12b206659a100ff164c53441b7f997cf5da614d823237a3b91c78762d770545a83a5e4cbf9edf48d0b4693193a0bd3dedf1c92e6b602e1df4db1f22e082de0bbba6979b87113c7ad4a7faf618f5e999d9b99cc4cbce154061fe0233b55113642d1380fc1b5ad1f1610b746e05fb07c07023bc33ac30b9f1c6e3c1f5817df37d9841bbdd9cb5df910a82d76ef0f8036e4bcf31b85960245f760fe3d8e2587e3a7b553c1a175f9be891243e65598493cbab3e9f4d65c8e04769b9b6104d8617992056791e699d877c7dd23ffdc9aff53552aa244e73d37bb4097d0cf860b9f464e4d717ed9302f21425543f06d5905c61101e33384433ab29c4ce98d9109eaed1e2afc642ff81cc5922cd59540245f6d743efb9a773ad2dc2885838806060cf2f6f246aa881af3ef6c0371ceaebcf8d70c7f7b5dd4a60ba13e72c91aac447196f66283f11df92df686e68d7b42548a0c344eb520889a973027c90f5e12745caca05553a1585173cf7f3c2461409dcc2cef5764a61446db950bde2011d9e56757132a80f70223e2c84a4935e0604185106f4bf7991631e0503e2d6833e5e4141d8094be339c7726ef4b56a492fe08136bff9b3a15cefe061c95402c9018f92a954f2c06226f91b5513110ad25bd53998bac018b9151a2ffa12a4149121b58e308ffea010e7df313d41973753c827576a94a47de59a8eaa6399ab13f34d95b7a206d86f7722ffda2930ef5763bd9e03c87720d09c5a5cd8982ee3af7148e671ff5b120e621a55731304908be69d69be0db3c074044adf5aee04017ca68aa70529c6bffcdf4a48e46df7cc9152b89825ff29e9a1630842a5cfce80fddb8aeb964062ef6452aba98aa88a4fcfd51060c0c1bfa566a3bd48bdbaf6136b39748b0f226b0853c20a0024b58904271495be5c946362fcd67ad1515b2060c4b63f88e2240dac8b5b01a2a098daaadccd9b3347da1a91a50faf08dcb3cff3b89efe80f3e664d379afbcb6c0d2c3d4c870cffd96531978aef40e57b20d1cf6d3ff54d8c9b731fb7cf655cbf9c104957c838119b9fd7c5f305969480391b3507b0f3621a691e6e9e198fdf92993f4bdea794dd228824d4578bcddeadf2193e9a667b143b69de9ce99ef05f7e354160023ac3af8dca65105365cd6edd0281d819c8447575e23f18bd761984cd16e145941827b1a04663ae5f234247ef40d32c5646b625646f6e1d8afe362890efff19bd951decfe26d8351a80cc659d64c31e3875035712fef30e3100f246d", 0x1000}, {&(0x7f0000b57000)="2543187fe962be310d6aba379cb695d2d9ddd8cbfa8ca10db60db1b9c9883778db8729a568f9ff93e4aa16a3156aa0bdf4e1fd12df70ccbb95c645d4a6923acca8db43c1dbdb1edbf42970118fa6d6e60e25720786c1", 0x56}, {&(0x7f0000f7f000)="37b1af55d9046d2acfacf1750d5974d0fca3db18bae1c35a9107c7436a20dcb6f8471e99abf0b858668a998b3d88dd5af2e7f687eb08e07c7c740ea79fb5f940f3339dbc013ceadc705e0187ae0935f2f6f92b924462c8296ba5f2151e3b072b12bf54d565ab9ec2f2c76f7171f042af6a1a284d8f1732bd0b3fa95c1433fea825fd8a", 0x83}, {&(0x7f00002c7000)="be17b27409403b223de2a00c22384fcf3d7f92b4c2613a6cdadcbcca25baf4", 0x1f}, {&(0x7f0000d0d000-0x1000)="5aee7f5c8bb5f6d3bbfe2a6ddf3ee5420879f1d8b2032e084e6affdd01b49cefaa505cdc7f3ac764c16372c78b95cd4baa3d6e53a1f2e440b11eb5a3bdb84613890452803be812cbaf57b7fdaeca2f9e28db18dffa16b7bb6ca46ab9d66a829801f068a7a49875659562e691377c384c76b0f90caba780a8b4ed299e7522acd7f273fd8f86ebffbd982ce49fbc39044948f449af1ec7b06756e99f3395f42202b5f668065cea079d11da05a10d6cdbf8dd7902f6f78b76ae145e1bc6a5cbd64b7f663f99df623a640c875230a8dca9086e6b19d6a42804a29a613fb50b50b86539fe13203b0fa3f2d965c004088cb0a17a01238f393e054c471a14f62042b6ee8ab032628a5c7941117c1817706f870781a7bfed71e5f7794fd60391a7c4301a66876efe0b7768996ba5b0f6bed9637f52335f5bce1b1419429145df4bdd3dd9120313bb84847a3476224ea5d4a1c85538f78b06fb691868f0f36f36e7118861ab9396507cb0ab8994497c35b4620c904e0fa222712dd0ee411c8b8cfa307bcc3121c69d2215473d9d95eb3b7de5ef686cb8b8d1351826cb65746fa67a9757df3e72645a3fc49e96757c5ba6b9577c41190179a0b70c3fe0a17e04d54dffe2e852514aff9ad2a4308fd7b9accd6c0e406b5b1c37e0fdfce555c5dfb8ba4167e7904cc50cbe9bb0efaa7addbc2a19f7571b323f0653d8cba42fc44231630a145fabaff3198964d04aae1043809b1358d42a91db4422df32dfecaf3e0adfe0e0f9f7c4572a079932869182930ed05021454e652f93fb96a08aa3d2c56e0d714e6dbf8d569c3d6e2836529260835fdd91ff3a4c70ee98414e9fee6ba1315579892343b75316bcf23cd4671b604e75cc5391da9c6c4854aab9faf393267dea5052b6e0aaec215c38929251b3e41721c77c2609a074678f0656f85c5238a8f3c4f9796cbf39f4b947e4d5231c711e71a93680ba57515e70f77f0a3be03632103cf07e3281a91d382d71d54387103b52864b58994c5ef5a61a7b581eb9752ecf7a4400b469eba322e0ba951139649bf1bf8bb0dbd9fce4d36e0206d84aae73b14d1bac4d83399cf05a75dd7e3566509d3e03f1d9aea6eaa5ff13e4a8cad6e94c715ed73a692bbaa75c433e663fdfe6e789e84f64119afc520c3ccde7d0379f5e88b65b4461856aa29f887af063d7cdfbbe13c86fe31d8fda43bb6f50678881c615cc1bb06daffb4b11825f1b078211a1dd800acb03a5c5fcb36b8cab6aac0713a6e7ba18499b77bfbc43259fa489e5574dd0a4e93f06ba3d7052d423979330f45fa08e2a1c5bf9ec093bcc1aaaf80c4abc193170f7c5345dd2b0d5c89353592ffa0be11350a7ce0f1c801454b716ea941dcc3f8dd4a41b4b081bb3f1cf140b6bce527d7a60e9800bee5818ee0af4f314bee3b0b96d3a20bc49ac200981e0de33499ec92240343ca87204788234f068cb2d8e35aec624f1a8303b175c830ab44f7f27554324ad40bd4930a3bb6276a4555ab2ca3357a00cb8a342980445f79a284e70799c2a1d589702fbe747c58d62b855dfd18e8368d8436e43b73e32943bd80f1ebf7863fda7f4aa8e6a7f94e724941ee9f7ad8bb1d1da7df16f0f591162f282d678ce222dad5f2f39fc0e3f797c5834eb351f48dc970d6046e7f864139757a6bb8f3140dc442966a7a467841af20d865fdbdb9b0bf33a3aa92a37bbdb4e86d3df5de9c40e82269aa717f029e2c825838be57e7f99fc78c81674a87b35003ae6d3ade979f60053dd9a6d66d6e636d2e8f45b1deec7798762e6b46b26b2e8b70d374f6ff361f468a01fd03c7ba0518869c95921749fa433287c3f59b96601a4bbabc1b658e45c1e1a057e9e6dbf5d3a9bd8c0a1a11a545b38a14e5c3091461e9a5b66331efac3ec733853d268e1e959b3ff4c52990ef1c69a09d431f6393eafd4022c55c7205833b94bc2eca5823279db01f76d1e4ea2a6078f3734567d3395f3f62360d845582d1dbc57aeee40f9ebdad23b89691f7fb99bfc21cd46ded7050f8f2f97a4b27e3695da374acf320e556b6f2b734ecfb687e5d5f80bef05e007daa10f488a965605bd9ac431bacd7d2b06deaa608e890a36922752829c30f56f0d3da42f19f758b8bcedb61931608c4e0a8abdecf0343471a6b2be04fa06db9673761f7879e7b482c22f005e6433fda4d13fa8473528bfc61975e86390d4cf4b934bddaac942aec0b43cd0f76fa3fb1e71fa38965a732f653acdf74db3782b2b8c1852208b222642b3518f585024a504014b15d46e3eb60d999342d5b2471432f77d218c87d5b763cb128c09215e056b3e09b1f379b8c8896fd0a746f759d2b2a131451c1a5f0bebd7aa4a99abfad38e48bd297b01e4fefc70b6c09da68968475b546f66a6c1b682b58244e75aa8962de5e01db3ff7df6ec7a4d1969df0a0b1e732ae78e70f5c461164f558cf3149afff0d14f9afa5b70d3f62da91e431cbfff027fadcd8e3be83a6f8e3591fb19892a5b425ded0bb005b9ffa3e51b2cc8b8330a9abcfdc9345d9a184a19421fec1461f54f51ba836d22ef2cec66bc3ab2b9d1832f286c55b84f5a6e3166114559fa53d779c95c43c5bb77d729e44b2c6fdee1f21ee4b28c5bc70cffa734cd34e94a1320e83641e804a9882867bcb60b39dbb33c51ba083662a7572c69d0bd7503cf7efc519f962c2b09e0df0b6b45702302c116ffc009d7d6d6e28eee6f140554936d8a61d3e6366fba448d25067b2af1196de9aff14775c5d17135c488297e8fe21c47a7a608749888508b89b33a2198586a301136e5d358b1af373c39beec1184e7206b9706dd129ccbf04d84ab0a26aa8df5143227e053898e904edc985e3c079ad13e0816ec0ef48336915c7c6fd31e98ba8bda019f89e79b9336eeb54e3b1e23a2350d0bcd7fbc43701055094700f4ef030598db51d973e089f11d2189b7dec0af2e8fb7f660eee181c0b302423bc807917ca8e2549c7d77648e4216acb9bee86caf0bd5e7c0cd6dbebdac2ed40f7fbe894060b0299c866bb729c620ea08ddadf2e498f030f629c0cd14cc6091454f63c9d9fb68d8daecbd1cb003dbe86b4273bc4f951b7d073b10b0853c228c30802085dd825e095db16e951c7e57a0d0f61bb8fe835f862cd26b0577993b7093c2da9969342dde2cfb54631893d59826049673e105b09d9ce1217fdf823017bec325186587b265e9fd73763be730a5ddb5f24b1f8f340cdf50f94451ec8221c78463ee40a4afd8a290a9067a79b62505010379d73ed97f957661e8ada0cdc05a59924d8ac47d0191e0d293c59d481de100e5c052a09237c2ad690d330f603e49b7e13f5dfb1df2de9a5e70b751af1bcb65234aee69b39359557d1b4aaa6edf65edc88329acd409455be5b8d700cb1ae971750ddbfae31d4b8bb3581ee600d3a4da61dc1b51eea87f5097f1332512b98c9826dd92363f2d9451c4e601fc2f4bc64d3492a102227645133bb8e453710cd743a008bc1e6a62b3e5dad652d38a907c83336c7307b9c22d84ffd4d5350e3e3f12be2b38ff6059e70cdb60ce5d03f99be81a9634ebdd86747f700feff48885ab2c4e86eb4cbe21202d8b997db71122be4b9ea23c6605f9de5186bdcd7a6a1103e3cb0b9549194761f31c33b9b49b4f7d703115afbc12323045ad9e226b8ddf44417afde590a1909e5cd1201770a76fc76ff5f9f37981e6c1503db8e9cb6e9d45e3881f4874e82ce762d1efcc33c0833a641faf24ef093d7bf4e9b40900f8aafd8990fd90357954c588cbf60ee148cc0fd8747aa6b74cbd902b15a4763f70b8b1648a8f6cd2474f9661d257a536684e82932aa385758adbab0bb6522917a9e909afbae39e76e9e344b2d1f8641228808c96cde1686c4807e91e9d049c73bd936e297517056437afecee5113a136c7548ea3dc9826a1d83b46a5298b63aa466f3b0ea46a2c4f68e4c2852ff64c1181b805ccb22c094a551bd38ec3a818d457e118d9049d269ced32cc4956fd5708eafed4de7d3440c3274542b55634c78e4dc25314e4131a605aaf1451c58d2153834ca36a5adf8598f68a8e12d30d0748168525baba158928866036ba958fa46ced3621a9d1c9c3f74d8bbc91684c698358c6843dddf7edfe6f9fb3dcdc9655d6c053048fd71ac10e360b35981b909356fe29ccf499c61a38ee0e6afa3948b4d77db96f92a4e78b8ac426eaf5d289a9555133b4a5dd180c3909e431282601fd97f70ed6d133e490737f2e3e296ba9f92f2d12f201a4a8dc4c8a93939c77bbea9d46616dcf069068f40db70084e08539b4ef53edb4806ecf65ce6c8d0a8c2a8893f50cbc70a1456c4fc6aef7fd3d134abd1e58fba6d46e4b73ac0801ae64167ba265d3654b4678a4e05f1bb6cb1e2c3366472a109209b533a11c0f521d152592ca87e8aa6eaa18fef7e7ce2e8561b481a9d82f78f2f1462b43b916b819ab50c4196ad5d1c35cf67c8f2164b1bc7862090f7ef119ecb46612dd3eae7ed9c4220004d2d637b6538db400309fe4617afe02e2b605947e8dbcab639ed46806b832013bc6c699c2ed8d409b1fb05ea8b323142374c39cf8b2ec5c73b6ac89bbe59ebd6ad88c98d3540208157784d81add3002f642f59866cfc4190ac745b60a20798b41fb3ceb667c4a5f28091bbfa840edfb5a55f8c6f75f7262b043a419d3dc85bba10271e7175706e45a417a78445db542327cfebc77543fbb55320a60c9f6a126733eaaefc8873ddb937a95279eb200893935d3fdda634cdcdc8f4b0907dfc062fabad5cded2b30560cdc62b57ba979cfd83ac3f74ed8d76867dba9535d7badc50261defb2b1efa90805f8da47bc1c4251cfb83afd561829369c1eeae08bad06bf30e52cf9621f5293a228164d50e8cb14ec725ea1bc96eee0eaf45f1a9ee9b51862e596fef5d1254a1ed2de73b14bf7b18c0eb8053d777b5c7fc566af337578f0259956d6dc175e3a9fe733df2074e2216305dca75cb420077b42a61b5b13207c24946856f8191d24f15fcddd19ab4cf8a6bc830852d97834e367415f8f1f5c47913c48b6bdeeafd27d72e99eb5d85da0cd5b617c42f643fee3e72a39f455a4d3a4153d0ef5be4b33b847134cb73efd1548530ac9371638966260d319e599c9ed09ba2a2036bcc40ea9490d0ea8c1874514ea78a4e5cfa9625786a6d41a6320cc5e5f633989444262e15d3a69071c66be45b5d85d09a696d3c89603b09913c668af060cff64d0662f28577b9cc34ee36b21e1fe5d84c54964649759f7afba056383671939534c865d5ddddca525d6f452ab6a74c603688560eb8a646938bd9d9e5ed91afdd4a5306d72bad12e35641670df3738222d4d45222577d4c02140853f4ec67141d0380433117998cdbb3b414bdc8ddc4122b2cf471247d0395049cef9650048a1e126e33a2fe951dc91b0518383db0bc3d573a5eb3d360ea7e8a1aefb3996d8a6cc7387ab772168d80cf48508f2fd9ba9fb374ee7a803a7b5544fe30cd91709729ddd08c9381e6b6728c54f7f3c961990276cd7d848ead63ac6f47ba77c335bfe2544054d79ff0aecaf7e96489c3a16e87d84f9a5939769c9c329839a98e4a250d0d75fce8d2b1feee0a1b769b5eee3a32422ae2f23e8f7f998c96e8f188ec0c1009a36172a8fff148f3cb7890fc2ec06c6c9c30417e303b46002372a608b2d26a5ac609b59c5d210757b0f6d4689d671160ddbdc7c6dab5cdb4c135755fc309a317fd0f75a3bb525a8ec5571a1ad783de8bf18ef27708427a77053b431737cd212580cee2", 0x1000}, {&(0x7f00004d3000)="b4b082d1576196c8352ff869895520ab0772ceaa1e7eb33be45c261052f2cdac30201163e356afc7af2fe1d3cc3fb2d60a99d5b4483c3086c404775d0c160914899b95c1f5c4c0611fc20797dfa76750ce0bb754cc78ec73f454b32899c0324a548f2edafaee47942e934a4290f4244523a5dc9391c96c8b8b1eca6e42108b", 0x7f}, {&(0x7f00004d7000-0x3b)="dd967197db23f6034f578ba8eb113e01f1a6ff831577830e790cb101e83799133a680a9fc8d9dc1540977bff905e8730c754b193ca451424c1ac0c", 0x3b}, {&(0x7f0000095000-0x82)="6cd4c8039315d866b344bd3be6353793b517c3d0423f80a7e9bbea745394459c56f8ad4359eb42364efbe5fe8e8cae6cb7a6f1c66cd0415aa0eabd2ff1eb639703a97b8e8788e59f44f12e65a24232afa2b59ca061dc0b4ddf9687b8fbe550ccf252055e3bd9731266fa20a01d882580e7d6f2f9c6c86eaf7ff3c793d27799c77369", 0x82}], 0x8, &(0x7f000006d000-0xa0)=[@cred={0x20, 0x1, 0x2, r37, r38, r39}, @cred={0x20, 0x1, 0x2, r40, r41, r42}, @rights={0x20, 0x1, 0x1, [r8, r0, r43, r4]}, @rights={0x20, 0x1, 0x1, [r8, r8, r1]}, @rights={0x20, 0x1, 0x1, [r44, r1, r1, r3]}], 0xa0, 0x5addf55212d491da}, {&(0x7f0000bf6000-0x8)=@abs={0x1, 0x0, 0x3}, 0x8, &(0x7f0000ff3000)=[{&(0x7f0000543000)="44bbecf3370797f53992", 0xa}, {&(0x7f0000a30000)="abf78176d16822fc87e17a81a6b4f256b5d9f2456097a74dd8068f73cf0c421051e10ff688d6f02d757617753647", 0x2e}, {&(0x7f0000fa5000-0xd3)="64cc035f7d68655dcc9c9857663f2536251c87c031f4e953dd2c7a8e53094050efda68d0bacbbea8ed33a9fba78666473d22d7f2c1aa5a7f047da38565e892bf242b2f6ab772fec14cf83103efd2f5c00c27bef4a7d9936a5119bacc979ac6166958f571391d4acaca3569db761079086044c233fd0299730628aad2fd2b83a0cb6d1e1c48695fb894c6cc2967c6262ba2bacd4645034b5e32b430cd3805d35f5bd34fb4a3e6e27c94ec151e915d5b45ec9133bb66442d7ac9862ae0c76960c2aafd9fd1b5b229acd3e4b520f60ea248656782", 0xd3}, {&(0x7f0000bda000)="76f50aec605a9a361371c9ff07d5c110085eb0d7a782cb454bbed381c0eb6d8a947029cb35d1c8e6e9819cb89b24f60b3dca1a8645ce3a3c89c5ece1f75b7610c54772f8861f2d691820a5185654e4005db58649c89b64043a0130845872e1830f3297f860ce276efe6d799d996dbabb7a53f603fc1bd7fe80313ac4fe3586d108c9ae", 0x83}, {&(0x7f0000984000-0x28)="09511bfe534e6f17d4b56f406f9d2d89e560999721d8331f36ae1548ce0607b1bfbb2afd88e2d2f4", 0x28}, {&(0x7f00008e9000)="2344175922d9f92a53fddadc63419162b60d736ba38a58c9bc2ded0dcaa2a970a84056895e8662ff16fc39c8125e31b3013f45b11f1342d057943dfc259c13833a168130e56ec13a84702f48eec4b4dc94121897ada43a6a8a736b79c34996a46a19a877d70591e0d662db05776fc79b66bba7c6c0cbad8e8c99dccf2c1dd739dda14bcef26bc4834b7b3a487524cb00bb2e74915de11b8aa306786f761df00896ffd23b1c2dfad0d58ab54f0c3b23bae0c49be14e098ae7e6b1905242e8da6fc4b044ef9aee13b0e3f00388fefdcad07fa401e0afa3295b0122696030ee58985bceaf", 0xe3}, {&(0x7f00000f3000-0xa7)="2c9c9262097980c08d08f2b51b6555c9c667c831559cae16442a89b27dd45808e74f986b17e665b3084e74821194d8bb774c2fdecb3537526eddcb67127c1ec31bd6e8baa56568bfd90135c8c37cd12cc94c66153e23d83a13460178af22adb6d6803f10f9501fb44fa7349e784fcd7acf4b3d59afb4ebdf7e4fe05eddb1ef999c3ea439b2c81cf6003d695d1bbde70d75c277fa97d5cb0d87f8ef632d04f9285812c3bc97957e", 0xa7}], 0x7, &(0x7f0000915000-0x58)=[@cred={0x20, 0x1, 0x2, r45, r46, r47}, @cred={0x20, 0x1, 0x2, r48, r49, r50}, @rights={0x18, 0x1, 0x1, [r0]}], 0x58, 0x40000}], 0x7, 0x80)
execveat(r1, &(0x7f0000ff7000)='./file0\x00', &(0x7f00002ac000)=[], &(0x7f000034c000-0x8)=[&(0x7f0000ff7000)="00000000000000060804000000fffc0c6565643b799365005f1b76"], 0x1000)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000009000-0xd)='/dev/binder#\x00', 0x0, 0xfffffffffefffffe)
mmap$binder(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x0, 0x8813, r0, 0x0)
mmap$binder(&(0x7f000023f000/0x800000)=nil, 0x800000, 0x0, 0x200002487a, r0, 0xfffffffffffffffd)

2018/01/27 16:22:39 executing program 3:
mmap(&(0x7f0000000000/0xfcc000)=nil, 0xfcc000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x8000000000000802, 0x0)
bind$inet6(r0, &(0x7f0000fc6000-0x1c)={0xa, 0xffffffffffffffff, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xaa}, 0x9}, 0x1c)
sendto$inet6(r0, &(0x7f0000fca000-0x4d)="a8", 0x1, 0x8000, &(0x7f0000dee000)={0xa, 0x0, 0x0, @dev={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, 0x0}, 0x1c)
sendto$inet6(r0, &(0x7f0000fc7000-0x1)='\'', 0x1, 0x0, &(0x7f0000fbb000)={0xa, 0xffffffffffffffff, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
mmap(&(0x7f0000fcc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fcc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fcc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fcc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fcc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pselect6(0x40, &(0x7f0000fcd000-0x40)={0xbed6, 0x9, 0x4, 0x9, 0x6847, 0x1, 0x2a1a000000, 0x6}, &(0x7f0000fcd000-0x40)={0x9, 0x80000000, 0xff, 0x4, 0xfe, 0xedf0, 0x1, 0x0}, &(0x7f0000fcd000-0x40)={0x7, 0x0, 0x5, 0xd71, 0x2, 0x0, 0x8, 0x6}, &(0x7f0000fcc000)={0x0, 0x1c9c380}, &(0x7f0000fa1000+0x7bb)={&(0x7f0000fcc000)={0x3}, 0x8})
r1 = dup(r0)
mmap(&(0x7f0000fcc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_MODE_GETPLANERESOURCES(r1, 0xc01064b5, &(0x7f0000fcd000-0xc)={&(0x7f00001b6000)=[], 0x0})

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x40000000015, 0x5, 0x0)
bind$inet(r0, &(0x7f0000fc5000-0x10)={0x2, 0xffffffffffffffff, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
connect$inet(r0, &(0x7f0000adf000)={0x2, 0xffffffffffffffff, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendmsg$alg(r0, &(0x7f00000db000-0x38)={0x0, 0x0, &(0x7f00008ea000)=[], 0x0, &(0x7f0000001000-0x172)=[@assoc={0x18, 0x117, 0x4, 0x0}, @op={0x276, 0x117, 0x3, 0x0}, @op={0x18, 0x117, 0x3, 0x0}], 0x48, 0x0}, 0x0)

2018/01/27 16:22:39 executing program 4:
r0 = socket$alg(0x26, 0x5, 0x0)
r1 = openat$selinux_status(0xffffffffffffff9c, &(0x7f00000b8000-0x10)='/selinux/status\x00', 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = mmap$binder(&(0x7f000013e000/0x2000)=nil, 0x2000, 0x2000000, 0x110, 0xffffffffffffff9c, 0x0)
r3 = mmap$binder(&(0x7f000098b000/0x3000)=nil, 0x3000, 0x3000008, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$BINDER_WRITE_READ(r1, 0xc0306201, &(0x7f00009c7000)={0x104, 0x0, &(0x7f0000207000)=[@transaction={0x40406300, {0x3, 0x0, 0x3, 0x0, 0x1, 0x0, 0x0, 0x18, 0x8, &(0x7f0000001000-0x18)=[@fd={0x66642a85, 0x0, r0, 0x0, 0x4}], &(0x7f0000c7a000-0x8)=[0x30]}}, @release={0x40046306, 0x2}, @transaction={0x40406300, {0x1, 0x0, 0x2, 0x0, 0x10, 0x0, 0x0, 0x50, 0x20, &(0x7f0000000000)=[@flat={0x73622a85, 0x0, r2, 0x3}, @fda={0x66646185, 0x7, 0x1, 0x3a}, @flat={0x73682a85, 0x10a, r3, 0x1}], &(0x7f0000001000-0x20)=[0x0, 0x0, 0x38, 0x18]}}, @register_looper={0x630b}, @clear_death={0x400c630f, 0x1, 0x2}, @register_looper={0x630b}, @reply_sg={0x40486312, {{0x1, 0x0, 0x3, 0x0, 0x10, 0x0, 0x0, 0x30, 0x18, &(0x7f0000001000-0x30)=[@fd={0x66642a85, 0x0, r0, 0x0, 0x1}, @fd={0x66642a85, 0x0, r0, 0x0, 0x4}], &(0x7f0000ece000-0x18)=[0x40, 0x68, 0x40]}, 0x1}}, @enter_looper={0x630c}, @register_looper={0x630b}, @acquire={0x40046305, 0x3}], 0x51, 0x0, &(0x7f0000000000)="e40fa2a5e89328ff3590d798fcb43a0333957c743b40de11f38fdb83199d1b9b29edc45fcefd5a8bc85afe2749030959607e3d02a24c6dc3dbbfc91d9a2bf3698c3d5a32ac4042da1c5978c02ee124658b"})
unshare(0x2000000100)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = memfd_create(&(0x7f0000001000-0x2)='}\x00', 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_INITMSG(r4, 0x84, 0x2, &(0x7f0000001000-0x8)={0x8001, 0x400, 0x100000000, 0x80}, 0x8)
recvfrom$unix(r0, &(0x7f0000353000)=""/73, 0x49, 0x0, &(0x7f0000d19000)=@abs={0x0, 0x0, 0xffffffffffffffff}, 0x8)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = openat$dsp(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/dsp\x00', 0x200000, 0x0)
bind$bt_hci(r5, &(0x7f0000297000-0x6)={0x1f, 0x8, 0x2}, 0x6)
sendmsg$key(r5, &(0x7f0000000000)={0x0, 0x0, &(0x7f0000000000)={&(0x7f0000001000-0xb0)={0x2, 0x11, 0x6, 0xf, 0x16, 0x0, 0x3, 0x1, [@sadb_spirange={0x2, 0x10, 0x0, 0x3, 0x0}, @sadb_x_nat_t_port={0x1, 0x17, 0x0, 0x0}, @sadb_lifetime={0x4, 0x0, 0x7, 0x7, 0x8, 0x2}, @sadb_address={0x3, 0x17, 0x6c, 0x20, 0x0, @in={0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, @sadb_x_policy={0x8, 0x12, 0x4, 0x0, 0x0, 0x9, 0x7bcf, {0x6, 0x2b, 0x7fff, 0x6, 0x0, 0x0, 0x0, @in=@broadcast=0xffffffff, @in6=@mcast1={0xff, 0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}}}, @sadb_ident={0x2, 0xa, 0x4, 0x0, 0x4}]}, 0xb0}, 0x1, 0x0, 0x0, 0x0}, 0x8050)

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x13)
writev(0xffffffffffffffff, &(0x7f0000fb6000-0x10)=[{&(0x7f0000fb4000)="1f00000002031900000007000000068100013b0509000100020100ff3ffe58", 0x1f}], 0x1)
writev(r0, &(0x7f0000fb6000-0x10)=[], 0x2000000000000089)

2018/01/27 16:22:39 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f0000c7a000)={0x5, 0x78, 0x9, 0x3, 0x6, 0xc8, 0x0, 0xfffffffffffffffb, 0x0, 0x4, 0x2, 0xffff, 0x10001, 0xffffffff, 0x8, 0xd2a1, 0x0, 0x3, 0x64fc, 0x100000000, 0x9, 0xd2f0, 0x6, 0x7fffffff, 0x1ff, 0x8, 0x3f, 0x3, 0x0, 0x3490, 0x2, 0x69b3fe73, 0x6, 0x8001, 0xffffffff, 0x3ff, 0x8, 0x1, 0x0, 0x993, 0x1, @perf_config_ext={0x8, 0x9c2}, 0x400, 0x1, 0x96, 0x7, 0x748e, 0xf4, 0x7f, 0x0}, 0xffffffffffffffff, 0xff, 0xffffffffffffffff, 0x8)
flistxattr(r0, &(0x7f00009ba000-0x31)=""/49, 0x31)
socket$inet_icmp_raw(0x2, 0x3, 0x1)
syz_emit_ethernet(0x36, &(0x7f0000992000)={@link_local={0x1, 0x80, 0xc2, 0x0, 0x0, 0x0}, @random="9f7870885ca7", [], {@ipv4={0x800, {{0x5, 0x4, 0x0, 0x0, 0x28, 0xffffffffffffffff, 0x0, 0x0, 0x1, 0x0, @remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @dev={0xac, 0x14, 0x0, 0x0}, {[]}}, @tcp={{0x0, 0xffffffffffffffff, 0x42424242, 0x42424242, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, {[]}}, {""}}}}}}, &(0x7f0000ea3000)={0x0, 0x0, []})

2018/01/27 16:22:39 executing program 1:
mmap(&(0x7f0000000000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = userfaultfd(0x0)
getrlimit(0x0, &(0x7f0000003000-0xe)={0x0, 0x0})
ioctl$UFFDIO_API(r0, 0xc018aa3f, &(0x7f0000001000-0x18)={0xaa, 0x0, 0x0})
r1 = pkey_alloc(0x0, 0x0)
pkey_mprotect(&(0x7f0000000000/0x3000)=nil, 0x3000, 0x5, r1)
ioctl$UFFDIO_REGISTER(r0, 0xc028aa03, &(0x7f0000003000-0x20)={{&(0x7f0000012000/0x2000)=nil, 0x2000}, 0x0, 0x0})

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$tun(&(0x7f000078d000-0xd)='/dev/net/tun\x00', 0x0, 0x0)
ioctl$TUNSETIFF(r0, 0x400454ca, &(0x7f0000512000-0x28)={@generic="30609402000000000000067d08cebd5c", @ifru_mtu=0xcf1a})
r1 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000443000)='/dev/rfkill\x00', 0x8800, 0x0)
ioctl$KDSKBLED(r1, 0x4b65, 0x8000)
r2 = openat$audio(0xffffffffffffff9c, &(0x7f000058e000-0xb)='/dev/audio\x00', 0x181480, 0x0)
ioctl$KVM_GET_REGS(r2, 0x8090ae81, &(0x7f00009e2000)={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0})
ioctl$TUNSETQUEUE(r0, 0x400454d9, &(0x7f000053d000)={@generic="116dc1701ce8009a1da97f1bb45f38b7", @ifru_map={0xd6c, 0x0, 0x0, 0x0, 0x0, 0x0}})
ioctl$DRM_IOCTL_AGP_RELEASE(r2, 0x6431)
ioctl$TUNSETQUEUE(r0, 0x400454d9, &(0x7f00008e4000-0x50)={@common='rose0\x00', @ifru_flags=0x400})
r3 = inotify_add_watch(r1, &(0x7f0000593000-0x8)='./file0\x00', 0x800008a0)
inotify_rm_watch(r2, r3)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_kcm_SIOCKCMCLONE(0xffffffffffffff9c, 0x89e2, &(0x7f0000001000-0x4)={<r0=>0xffffffffffffff9c})
accept$alg(r0, 0x0, 0x0)
unshare(0x24000200)
r1 = openat$selinux_policy(0xffffffffffffff9c, &(0x7f0000001000-0x10)='/selinux/policy\x00', 0x0, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCLINUX5(r1, 0x541c, &(0x7f0000002000-0x28)={0x5, 0xde, 0x401, 0x2a, 0x5})
unshare(0x20020000)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clone(0x10084003, &(0x7f0000003000-0x2b)="7bc6b3101c3f35352bc7b7122ccd082bd02375af66db2c9071d600000009fba5bf0e2f5ef72dbf27b054e7", &(0x7f0000d4e000)=0x0, &(0x7f0000001000-0x4)=0x0, &(0x7f0000002000)="0005")
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_tcp_TCP_REPAIR_WINDOW(r0, 0x6, 0x1d, &(0x7f0000003000)={0xcd, 0xc4cc, 0x0, 0x80000000, 0xd82d}, 0x14)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_LOCAL_AUTH_CHUNKS(r0, 0x84, 0x1b, &(0x7f0000005000-0xeb)={<r2=>0x0, 0xe3, "32e3698ec630ecec523bb0fab89d764ccec19e87a058a9981d37f1f28c92f8a007b941ba0026a8f9e7a891bf8bd0abcc596a12c4cef780fd525c48d88c22fffe58ed4dce0e270bcf01937ed41bc91d64677139cb74769a8ef8f0dcaeb70145419373675320656463124d9ea8ff7ef97ab0cdf6bb06c0f0841bb510513b16ca7ac54c4d1f1d248876cb943f1f24d84f465394846d3cc386033bf57510c7a5ca2dbf5344ac9a80bb75da77b7ba8d40ba5ecf64c1f8d77529d602423d233b1952e7ed03b728e00dffc6a79eaef56f7b5fc84f96c0dfb096af94623653d9642d6ea9a37880"}, &(0x7f0000005000-0x4)=0xeb)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_AUTH_ACTIVE_KEY(r0, 0x84, 0x18, &(0x7f0000004000)={r2, 0x3}, &(0x7f0000004000)=0x6)

2018/01/27 16:22:39 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$dspn(&(0x7f0000e87000)='/dev/dsp#\x00', 0xf09d, 0x282000)
setsockopt$packet_tx_ring(r0, 0x107, 0xd, &(0x7f000061a000-0x10)=@req={0x85d, 0x9, 0x0, 0x9}, 0x10)
r1 = syz_open_dev$usbmon(&(0x7f00004bd000)='/dev/usbmon#\x00', 0x4c, 0x800)
getsockopt$inet_sctp_SCTP_ASSOCINFO(0xffffffffffffffff, 0x84, 0x1, &(0x7f00006ca000)={<r2=>0x0, 0x5, 0x9b, 0x2, 0x6, 0x0}, &(0x7f0000877000)=0x14)
getsockopt$inet_sctp6_SCTP_STREAM_SCHEDULER_VALUE(r1, 0x84, 0x7c, &(0x7f00009a3000)={r2, 0xb, 0x1004000000}, &(0x7f0000159000-0x4)=0x8)
sendmsg$inet_sctp(r1, &(0x7f0000140000)={&(0x7f0000ca5000)=@in6={0xa, 0x2, 0x7fff, @dev={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x16}, 0x9}, 0x1c, &(0x7f000014f000)=[{&(0x7f00005d5000)="78606960e504847658bfae651ee128d40ad3dfab06dd970fc7f5e13eb1b24687e9e97c200d453c0588d9799b95b77b35a1fbd51d9a0b1f4733", 0x39}, {&(0x7f000060f000-0xb)="e1e4568f967385be00c8e1", 0xb}], 0x2, 0x0, 0x0, 0x4000}, 0x20008840)
r3 = socket$inet6(0xa, 0x3, 0x20)
r4 = syz_open_dev$admmidi(&(0x7f0000cb9000-0xe)='/dev/admmidi#\x00', 0xfff, 0x2000)
ioctl$EVIOCGSW(r4, 0x8040451b, &(0x7f0000b40000)=""/129)
syz_open_dev$mouse(&(0x7f0000586000-0x12)='/dev/input/mouse#\x00', 0x10001, 0x40001)
fchdir(r4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x3, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, @perf_bp={&(0x7f0000000000)=0x0, 0x1}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
setsockopt$inet6_MCAST_LEAVE_GROUP(r3, 0x29, 0x2d, &(0x7f0000360000-0x88)={0x3f800, {{0xa, 0x3, 0x6, @ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @rand_addr=0x8}, 0x5e}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x88)
getsockopt$inet6_int(r3, 0x29, 0x4, &(0x7f0000209000-0x4)=0x0, &(0x7f0000000000)=0x4)
bind$netlink(0xffffffffffffffff, &(0x7f0000b2a000-0x8)={0x10, 0x0, 0x0, 0x10100020}, 0xc)
connect$l2tp(r3, &(0x7f000013d000-0x32)=@pppol2tpin6={0x18, 0x1, {0x0, r3, 0x3, 0x0, 0x4, 0x0, {0xa, 0x1, 0x1, @loopback={0x0, 0x1}, 0x2}}}, 0x32)

2018/01/27 16:22:39 executing program 0:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = open(&(0x7f0000001000-0x8)='./file0\x00', 0x10002, 0x180)
ioctl$PERF_EVENT_IOC_DISABLE(r0, 0x2401, 0x5)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
capset(&(0x7f00000c3000)={0x20080522, 0x0}, &(0x7f0000cca000-0x18)={0x0, 0x0, 0x0, 0x2d, 0x0, 0x0})

2018/01/27 16:22:39 executing program 4:
mmap(&(0x7f0000000000/0x5000)=nil, 0x5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sndpcmp(&(0x7f0000001000-0x12)='/dev/snd/pcmC#D#p\x00', 0x0, 0x81)
writev(r0, &(0x7f0000004000)=[{&(0x7f0000003000-0x3f)="a5", 0x1}], 0x1)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$llc_int(r0, 0x10c, 0x1, &(0x7f0000006000-0x4)=0x9, 0x4)

2018/01/27 16:22:39 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_tcp_int(r0, 0x6, 0x10000000013, &(0x7f0000d06000)=0x1, 0x4)
setsockopt$inet_tcp_int(r0, 0x6, 0x14, &(0x7f0000789000-0x4)=0x100000001, 0x4)
bind$inet(r0, &(0x7f0000739000-0x10)={0x2, 0x1, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
getsockopt$bt_rfcomm_RFCOMM_LM(r0, 0x12, 0x3, &(0x7f000055c000)=0x0, &(0x7f0000936000-0x4)=0x4)
sendto$inet(r0, &(0x7f0000852000)="", 0x0, 0x20020003, &(0x7f0000386000-0x10)={0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendmsg(r0, &(0x7f00005c4000)={&(0x7f000029d000)=@ll={0x11, 0x0, 0x0, 0x1, 0x0, 0x6, @link_local={0x1, 0x80, 0xc2, 0x0, 0x0, 0x0}, [0x0, 0x0]}, 0x14, &(0x7f00007b7000-0x10)=[{&(0x7f00003bd000-0x1)='A', 0x1}], 0x1, &(0x7f00001cd000)=[], 0x0, 0x0}, 0x0)
setsockopt$inet_tcp_int(r0, 0x6, 0x14, &(0x7f0000f44000-0x4)=0xfffffffffffffffc, 0x4)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r0, 0x6, 0x1d, &(0x7f0000f8e000)={0x0, 0x20000000012c6, 0x1000010004, 0x0, 0x0}, 0x14)
r1 = socket$inet6(0xa, 0x80806, 0x3)
getsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(0xffffffffffffffff, 0x84, 0x1f, &(0x7f0000a11000-0x98)={<r2=>0x0, @in={{0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3b, 0x8}, &(0x7f0000fce000)=0x98)
getsockopt$inet_sctp6_SCTP_STREAM_SCHEDULER(r1, 0x84, 0x7b, &(0x7f0000858000)={r2, 0x9}, &(0x7f0000c41000)=0x8)
sendmmsg(r0, &(0x7f0000278000)=[{{&(0x7f00002b8000)=@ethernet={0x0, @remote={[0xaa, 0xaa, 0xaa, 0xaa], 0xffffffffffffffff, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000283000-0x70)=[{&(0x7f0000e0c000)='w\b', 0x2}], 0x1, &(0x7f0000943000-0x1e0)=[], 0x0, 0x0}, 0x0}], 0x1, 0x0)

2018/01/27 16:22:39 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x36, &(0x7f000096b000-0x8d)={@local={[0xaa, 0xaa, 0xaa, 0xaa], 0x0, 0xaa}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {@ipv4={0x800, {{0x5, 0x4, 0x0, 0x0, 0x28, 0xffffffffffffffff, 0x0, 0x0, 0x100000006, 0x0, @remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @remote={0xac, 0x14, 0x0, 0xbb}, {[]}}, @igmp={0x0, 0x0, 0x0, @empty=0x0, "8c2c6cd5404c213865f34de3"}}}}}, &(0x7f0000754000)={0x0, 0x0, []})
r0 = syz_open_dev$amidi(&(0x7f0000324000)='/dev/amidi#\x00', 0x3, 0x202000)
getsockopt$inet_sctp_SCTP_STATUS(0xffffffffffffff9c, 0x84, 0xe, &(0x7f0000782000-0xb8)={0x0, 0xfffffffffffffffc, 0x4, 0x2, 0x5, 0x3a38, 0x6, 0xfffffffffffffffc, {<r1=>0x0, @in={{0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x6, 0x9, 0x2b, 0x0, 0x768dfaa2}}, &(0x7f000045f000-0x4)=0xb8)
setsockopt$inet_sctp_SCTP_ENABLE_STREAM_RESET(r0, 0x84, 0x76, &(0x7f0000e9b000-0x8)={r1, 0x200}, 0x8)
r2 = syz_open_dev$mice(&(0x7f0000ca8000)='/dev/input/mice\x00', 0x0, 0x404001)
openat$selinux_enforce(0xffffffffffffff9c, &(0x7f000021c000-0x11)='/selinux/enforce\x00', 0x105000, 0x0)
r3 = socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
ioctl$KVM_CREATE_DEVICE(r2, 0xc00caee0, &(0x7f00000f4000-0xc)={0x2, r3, 0x0})

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:39 executing program 4:
mmap(&(0x7f0000000000/0x12000)=nil, 0x12000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000013000-0xb)='/dev/hwrng\x00', 0x200000, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_PIT2(r0, 0x4070aea0, &(0x7f0000012000)={[{0x7fff, 0x6, 0x9, 0x200, 0x80, 0x0, 0x9, 0x3, 0x9, 0x4, 0x7fb, 0x0, 0x382}, {0xc1ca, 0x7, 0x1f, 0x100000001, 0x63, 0x4, 0x4, 0x3, 0x4, 0xe99, 0xffffffffffff0000, 0xffffffffffff9798, 0x8}, {0x3ff, 0x11a, 0x806, 0x0, 0x5, 0x8, 0x1, 0x3, 0x4, 0x10000, 0xb1, 0x3ff, 0x1}], 0x5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r1 = geteuid()
ioctl$TUNSETOWNER(r0, 0x400454cc, &(0x7f0000002000-0x4)=r1)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bind$nfc_llcp(r0, &(0x7f0000006000-0x60)={0x27, 0x0, 0x7, 0x7, 0x30, 0x7, "bddef0e758d104c049f486042b62389d62729ee7f5a424b378df048bd4979f3e580818a91b5839d4dd6131c49fe65f4422fd9b71c7607217fad35cd9285dbf", 0xfffffffffffffffb}, 0x60)
openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000006000)='/dev/qat_adf_ctl\x00', 0x1ffffe, 0x0)
bpf$PROG_LOAD(0x5, &(0x7f0000000000)={0x1, 0x9, &(0x7f0000013000)=@framed={{0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, [@generic={0x802, 0x40000000044, 0x0, 0xccdd}, @ldst={0x0, 0x3, 0x2, 0xd, 0x1, 0x10, 0x0}, @initr0={0x18, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x19}], {0x95, 0x0, 0x0, 0x0}}, &(0x7f0000004000-0xa)='syzkaller\x00', 0x7, 0xc3, &(0x7f000000c000-0xc3)=""/195, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, 0x48)

2018/01/27 16:22:39 executing program 5:
mmap(&(0x7f0000000000/0x13000)=nil, 0x13000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x0)
r1 = openat$selinux_avc_cache_threshold(0xffffffffffffff9c, &(0x7f000000b000-0x1d)='/selinux/avc/cache_threshold\x00', 0x2, 0x0)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCGIFPFLAGS(r0, 0x8935, &(0x7f0000013000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r1, 0x84, 0x12, &(0x7f0000015000-0x4)=0x3, 0x4)
setsockopt$inet6_tcp_TCP_REPAIR_OPTIONS(r1, 0x6, 0x16, &(0x7f0000014000-0x10)=[{0x3, 0x9}, {0x0, 0xf816582}], 0x2)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sync_file_range(r0, 0x8000, 0x6, 0x0)
connect$l2tp(r1, &(0x7f0000016000-0x2e)=@pppol2tpv3={0x18, 0x1, {0x0, r0, {0x2, 0x2, @dev={0xac, 0x14, 0x0, 0x14}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x4, 0x3, 0x0}}, 0x2e)
sendmsg$alg(r1, &(0x7f0000012000-0x38)={0x0, 0x0, &(0x7f0000007000)=[{&(0x7f0000015000-0x5e)="b649fda099ef5f376a35136e0a1d06a34e1c82596f3b079aeb1d5addf6462162f278adef25d227e070732512700508f1b6bdcbcaca82be7e749bebb20200379570135ad9d9cff2db08fb02028c754ec9d4d91ae3bc612cb26871e3d46838", 0x5e}], 0x1, &(0x7f0000014000)=[@iv={0x80, 0x117, 0x2, 0x67, "072c426e9f8f822eb151c95002e50972383f5f960e41c2c041d8a1d8b8de677aa047a76f331cb4270ab994042dfb451b63f394798cd0217216924b5ed297a84cc7b87528cb25e1e6dedf81944ffc702b7a2b348acec720f56bb07df4d3bdd2768bf27218df6349"}, @iv={0x100, 0x117, 0x2, 0xeb, "f0ce4246598195e920daa6b7c854f232aa76dced677024010322a2055561db792faa7b6ef5101a04fc52540ec882336c95e81c6fb075832aad42998fadf94c0179d63aeb3555044033b63e56fd37a327643ec5ca9e0d71db5aa6d82231f0a9c954a42ec0d18a5428e1b4b47b48ad58245e823b54bccd6a0bd5e28898c3aeb0d65beaec8e7efc34cb0f6bad321c02df706138be08a890211bbe3b6ba5e0ada5ae30f7b80f3333b3a85619beaf681619828bc82af2ac4619b863ebf128f6433cc7d807be1779c024fff6997b1f18a52f7e169b870fa4f7bedac82bbc6ed46ee4e92aa88458ea6c5ee3e798de"}], 0x180, 0x4000}, 0x40)
sendmsg$nl_generic(r0, &(0x7f000000a000-0x38)={&(0x7f0000000000)={0x10, 0x0, 0x0, 0x0}, 0xc, &(0x7f000000d000+0x379)={&(0x7f0000006000-0x1c)={0x18, 0x16, 0x401, 0xffffffffffffffff, 0xffffffffffffffff, {0x4000a, 0x0, 0x0}, [@nested={0x4, 0x0, []}]}, 0x18}, 0x1, 0x0, 0x0, 0x0}, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000015000-0x11)='/dev/vga_arbiter\x00', 0x800, 0x0)
ioctl$VHOST_SET_VRING_KICK(r2, 0x4008af20, &(0x7f0000001000-0x8)={0x1, r1})
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$packet_int(r1, 0x107, 0xe, &(0x7f0000015000-0x4)=0x7, 0xfffffffffffffd93)

2018/01/27 16:22:39 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:39 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$pptp(0x18, 0x1, 0x2)
r1 = syz_open_procfs(0xffffffffffffffff, &(0x7f0000b2f000)='net/rt_cache\x00')
modify_ldt$read_default(0x2, &(0x7f0000784000-0x8f)=""/143, 0x8f)
dup3(r0, r1, 0x0)
ioctl$sock_SIOCETHTOOL(r1, 0x8946, &(0x7f000062f000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f000072d000)=@ethtool_rxfh={0x47, 0x5, 0x401, 0xe2, 0x6, "d75547", 0x0, [0x5, 0x10000]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})

2018/01/27 16:22:39 executing program 6:
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$nl_xfrm(0x10, 0x3, 0x6)
sendmsg$nl_xfrm(r0, &(0x7f0000916000-0x38)={&(0x7f0000506000-0xc)={0x10, 0x0, 0x0, 0x0}, 0xc, &(0x7f0000180000-0x10)={&(0x7f0000019000-0xfc)=@getspdinfo={0x14, 0x25, 0x401, 0xffffffffffffffff, 0xffffffffffffffff, 0x0, []}, 0x14}, 0x1, 0x0, 0x0, 0x0}, 0x0)
r1 = openat$selinux_policy(0xffffffffffffff9c, &(0x7f0000498000-0x10)='/selinux/policy\x00', 0x0, 0x0)
ioctl$sock_bt_cmtp_CMTPCONNADD(r0, 0x400443c8, &(0x7f00004c0000)={r0, 0x20})
getsockname$ipx(r1, &(0x7f0000ba1000-0x10)={0x0, 0x0, 0x0, ""/6, 0x0, 0x0}, &(0x7f0000914000)=0x10)

2018/01/27 16:22:40 executing program 2:
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:40 executing program 5:
r0 = openat$selinux_avc_hash_stats(0xffffffffffffff9c, &(0x7f00004f5000)='/selinux/avc/hash_stats\x00', 0x0, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
pread64(r0, &(0x7f0000c20000)=""/53, 0x35, 0x0)

[   35.853758] audit: type=1400 audit(1517070159.968:18): avc:  denied  { prog_load } for  pid=4921 comm="syz-executor4" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=bpf permissive=1
2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat(0xffffffffffffff9c, &(0x7f0000bc0000)='./file0\x00', 0x44240, 0x8)
setsockopt$ipx_IPX_TYPE(r0, 0x100, 0x1, &(0x7f00006d3000)=0x3f39, 0x4)
ioctl$DRM_IOCTL_AGP_FREE(0xffffffffffffffff, 0x40206435, &(0x7f0000002000)={0x0, 0x0, 0x0, 0xc1371})
bpf$PROG_LOAD(0x5, &(0x7f00006f5000-0x48)={0x1, 0x5, &(0x7f0000002000)=@framed={{0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, [@jmp={0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}], {0x95, 0x0, 0x0, 0x0}}, &(0x7f0000004000-0xa)='syzkaller\x00', 0xea4c, 0xc3, &(0x7f000000a000)=""/195, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, 0x48)
fgetxattr(r0, &(0x7f0000bed000)=@random={'trusted.', 'syzkaller\x00'}, &(0x7f0000caf000-0x1f)=""/31, 0x1f)

2018/01/27 16:22:40 executing program 6:
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 1:
r0 = syz_open_dev$sg(&(0x7f00000cd000-0x9)='/dev/sg#\x00', 0x7fffffff, 0x280000)
fcntl$addseals(r0, 0x409, 0x4)
connect$bt_sco(r0, &(0x7f0000ed9000-0x8)={0x1f, {0x6, 0x200, 0xffffffffffffff78, 0x13, 0x5, 0x93d}}, 0x8)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6_udp(0xa, 0x2, 0x0)
r2 = fcntl$dupfd(r1, 0x406, r1)
r3 = syz_open_procfs(0x0, &(0x7f000012c000-0xe)='net/mcfilter6\x00')
sendfile(r2, r3, &(0x7f0000058000-0x8)=0x0, 0x10002)

2018/01/27 16:22:40 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$sg(&(0x7f000016a000)='/dev/sg#\x00', 0x101, 0x80)
prctl$setname(0xf, &(0x7f0000ffc000-0x1e)='/selinux/commit_pending_bools\x00')
openat$dsp(0xffffffffffffff9c, &(0x7f000020f000-0x5)='/dev/dsp\x00', 0x0, 0x0)

2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f0000001000)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
socketpair$unix(0x1, 0x5, 0x0, &(0x7f0000215000-0x8)={<r2=>0xffffffffffffffff, 0xffffffffffffffff})
sendmsg$unix(r0, &(0x7f0000ca2000-0x38)={&(0x7f00008dd000)=@file={0x0, './file0\x00'}, 0xa, &(0x7f000032f000-0x10)=[], 0x0, &(0x7f0000734000-0x30)=[@rights={0x18, 0x1, 0x1, [r2]}], 0x18, 0x0}, 0x0)
sendmsg$unix(r2, &(0x7f0000001000-0x38)={&(0x7f0000940000-0x8)=@abs={0x0, 0x0, 0xffffffffffffffff}, 0x8, &(0x7f00008b8000)=[], 0x0, &(0x7f0000001000-0x10)=[@rights={0x18, 0x1, 0x1, [0xffffffffffffffff]}], 0x18, 0x0}, 0x0)
close(r1)
ioctl$KVM_CREATE_DEVICE(0xffffffffffffffff, 0xc00caee0, &(0x7f000024c000)={0x3, <r3=>r1, 0x1})
ioctl$TIOCGSID(0xffffffffffffffff, 0x5429, &(0x7f00009ed000)=<r4=>0x0)
getsockopt$inet_IP_IPSEC_POLICY(0xffffffffffffff9c, 0x0, 0x10, &(0x7f0000c24000-0xe8)={{{@in6=@ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0], @multicast2=0x0}, @in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r5=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in=@dev={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00000ff000-0x4)=0xe8)
ioctl$DRM_IOCTL_GET_CLIENT(r3, 0xc0286405, &(0x7f0000b06000)={0x9, 0x400000000000, r4, 0x100, r5, 0xfffffffffffffc01, 0x3, 0x0})
ioctl$TUNGETIFF(r3, 0x800454d2, &(0x7f0000f10000-0x4)=0x8e)
close(r0)

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0x10000)=nil, 0x10000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_MRT6_ADD_MFC_PROXY(r0, 0x29, 0xd2, &(0x7f000000e000-0x5c)={{0xa, 0x1, 0x6, @loopback={0x0, 0x1}, 0x1a6}, {0xa, 0x0, 0x6, @ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @remote={0xac, 0x14, 0x0, 0xbb}}, 0x1}, 0x5, [0x8, 0xe1, 0x8001, 0x100000000, 0x4, 0x20, 0x3, 0x62]}, 0x5c)
r1 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000010000)='/dev/vga_arbiter\x00', 0x331000, 0x0)
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_GET_UNIQUE(r1, 0xc0106401, &(0x7f0000001000)={0xf6, &(0x7f0000011000-0xf6)=""/246})
r2 = socket$inet(0x10, 0x3, 0x0)
sendmsg(r2, &(0x7f0000005000-0x38)={0x0, 0x0, &(0x7f0000004000)=[{&(0x7f0000003000-0x25)="240000001a00030f07fffd946fa283bc8000000000000000271d856808001000d188737e", 0x24}], 0x1, 0x0, 0x0, 0x8000000}, 0x80)

2018/01/27 16:22:40 executing program 2:
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:40 executing program 6:
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

[   35.961751] audit: type=1400 audit(1517070160.076:19): avc:  denied  { map } for  pid=4953 comm="syz-executor5" path="/dev/binder5" dev="devtmpfs" ino=1087 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=system_u:object_r:device_t:s0 tclass=chr_file permissive=1
2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$cuse(0xffffffffffffff9c, &(0x7f0000000000)='/dev/cuse\x00', 0x0, 0x0)
memfd_create(&(0x7f0000134000)='procmime_typ~\x00', 0x6)
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f0000f77000-0x4)=<r0=>0x0)
r1 = syz_open_procfs(r0, &(0x7f0000e95000-0x104)='stack\x00')
exit(0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
readv(r1, &(0x7f0000013000-0x40)=[{&(0x7f0000005000)=""/215, 0xd7}], 0x1)

[   36.001716] binder_alloc: binder_alloc_mmap_handler: 4953 205a9000-205ac000 already mapped failed -16
[   36.025861] binder: BINDER_SET_CONTEXT_MGR already set
[   36.025878] binder: 4953:4972 ioctl 40046207 0 returned -16
[   36.029568] binder_alloc: binder_alloc_mmap_handler: 4953 205a9000-205ac000 already mapped failed -16
[   36.029659] binder_alloc: 4953: binder_alloc_buf, no vma
[   36.029688] binder: 4953:4958 transaction failed 29189/-3, size 0-0 line 2903
[   36.043004] binder: undelivered TRANSACTION_ERROR: 29189
[   36.043699] binder: undelivered transaction 2, process died.
2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = pkey_alloc(0x0, 0x3)
pkey_mprotect(&(0x7f0000476000/0x3000)=nil, 0x3000, 0x1, r0)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffff7fffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r1 = socket$pptp(0x18, 0x1, 0x2)
bind$pptp(r1, &(0x7f0000795000-0x20)={0x18, 0x2, {0x3, @empty=0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x20)
socketpair$ax25(0x3, 0x2, 0x7, &(0x7f00007b5000)={0x0, 0x0})
r2 = accept4$inet(0xffffffffffffff9c, &(0x7f00007a3000)={0x0, 0xffffffffffffffff, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f00008ee000)=0x10, 0x80000)
fremovexattr(r1, &(0x7f0000015000-0x15)=@random={'system.', 'nodevsecurity\x00'})
setsockopt$inet_tcp_TCP_FASTOPEN_KEY(r2, 0x6, 0x21, &(0x7f000039b000)="8270dd25c00301f133a606075e3e1589", 0x10)

2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$selinux_commit_pending_bools(0xffffffffffffff9c, &(0x7f0000001000)='/selinux/commit_pending_bools\x00', 0x1, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_IPV6_XFRM_POLICY(r0, 0x29, 0x23, &(0x7f0000002000)={{{@in=@rand_addr=0x0, @in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, <r1=>0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in=@remote={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in=@dev={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000001000-0x4)=0x60)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmmsg(r0, &(0x7f0000001000-0xf0)=[{{0x0, 0x0, &(0x7f0000001000-0x20)=[{&(0x7f0000001000)="c66b72b6ba240023127887a6b13108c38d76caeb3a22f23480f2ff11d632a9624f990d7b97d9800fc1f9e273453fea9eeaf735a5e0087fdbbe851d85b5f65636b0d81eb2c904de54be12cb25b7888d9e93b730", 0x53}, {&(0x7f0000002000)="7c092d1e1e5214c24397680a9ece83fc3e115e24855766b48e8c18502edb21a5dcb5767c4a204d3edc61274694ffe46b4dd36d658cd42253054123eb2d0c9d8cc49fc43dfcd132f176f7d80bfac31dcf036ad44fab729f85713704b2a15b7e13aa3355a99ebd29482521e8983cdd5cde1c7407656a824e60ce074909e4b3c68ab987fe5dbebfb692614fbe25e5f9fea9aff61f24fc9697272d93c36968", 0x9d}], 0x2, &(0x7f0000001000-0x648)=[{0x108, 0x117, 0x2bd, "f5ccbd7cfc9b90b9914b511cbef49e6a887defb0e812c2c681c639188762d463df43b1337d4c7c2a1e8a5eba92eb36aaa5cd00d86a03f1d9d4669d2e0edb2e9d8b9da885da1a7a86c1cf6e29a3a9c388adb2ba19c64736d38126d44ce6b08fee66438b9f858e37969066c4a046e6a2170b4477666b5306e4ff42ca40190e3746ab363a06bd5ac6104c7db5a44a00c9d7a9c09bf09b099b22e1cdf312d05d2f240eedb28fe812893c85cfbe8e0fa8c32711d466b033c4d4bd8f3cd25ab62e17f5178c12a1cdbae7909cabb93830576e4dfac360d60f33c3e5da8482f09ecb9dea61326e27ebfa6815c1b2fcdaa01a14fb54730cfb2d754c49"}, {0x60, 0x10f, 0x5, "ff90a2abb09badde101f4d820ab49aa609b4f3e295105d22ed9e1900c77a47ce98447adf7b305170ad2604b2312baf80093543bead83e71c9e40bb6a5fade8eee273b95ffb1aba551ec1df6314f890"}, {0xd8, 0x13f, 0x2, "b5a6c74cf786c298c89325ad002511179f27be83ba2ce102a92f6e9c11330e63db01505e9ec32e9ce1e613246f23caefa03bc77070b75265485352205853b6677f4afd40ef7b8239d0304af7f3b158bf810ecfec342d1a8ec562f3c883f2b0de351888d033793842556873c9144ee77507f88da595e342704dc8a2f9fb61cf83674921b4dcc86f1d53a866fff6f52b3291b666aef0c5869adae444ffdf16a8c8d9ce4c2c2bb29b234223cc7fb0142c5c6ebe20b80017615f7f1c8953be7e59d03ead69936e"}, {0xa8, 0x1, 0x80000000, "ed2ad69a544d07444e3146f4941787f167fedcdbe55b165358054f625af982b984a8e83506b24aea7e5b5faf884967ead8019fdc4fb4e37281212842a678031fffce2d29205a660649fb11712a2b449b765abaa9ba64d1af02829a718dea0874010a0f2c8c3c4fcb4567c12e9ff6e59a5ecade7133f964051f611a9a572cd5dc3ccc30add0dee1c6c470b5d82f8a41be842255b68e4c"}, {0x108, 0x11, 0xfffffffffffffff8, "a97532970879246e7d5c25ce8f259b642bac438d6f6d8d020b3e64ac951d429c767a197fe300d65ccfe3917989327afbf11fc60f7118d75b018b1708d39da6e59b33857b4420c92735e4f0866641b1d715a7ef77264e1224bf562cbd16a459dd532f4c3430587d1313576649edb4ed7a93c7cbf1ae4fa27a51495fbb41deddac0b3e7ff0b8df5614feee1d27b15a8924653444961417d1986c8810fa5591fe5acc6e12fdfe3d52fd72489b6f113ebc7eff7afe7f99cd816bb97a27c0f23360885a24dda2c558a58c1962308260705ec2d4fc25ca82abfd2e2f595f51033f7dca7c467b28cc298ad5454f45cb1bb0f28b830318"}, {0xc8, 0x110, 0x9, "fe40a1e1e642a60fe3704ee28d74c8e07bddcbcef4fad4d05a37160555908194f159143c9ff31cb344c1d2d5565e5fbdff4b85c1e673ba09fa663aa78d1ada842ae1f2fc0ac10bfa3d8ba69cbdf5539bfb837cdcfe2304b9f47c631f8fa9ad05d54db6b8cfa34d855a69be5fed6250271ee627c02674e328fc9f75d1bc79565c3e19e77e31fa76bbb635e97d5e95483fd2e9a6b77b586aaaa354029937cb6dcd3bdeb6f7e385ec45ad757651b5f6dbce78ae623d0736"}, {0xe0, 0x110, 0x5, "3a9cd9d5aaa8d51552cca011cf9dff6fbcd87a25c88636ffc3fddcacfd9269c58a7be229e26bbc312c7ccc957b8a8e09e79b6a2956cc1c22cadcaf9b0bf66e91eb441fd0f159b02c38819b98c0a66a5b47e143dc183ba1ec6074b520516527e656cb8452ccd90426600daa035b6d17bf218bd6f473067e6450ada9c6f13670f8b6e9d528c18e17218ae7dc2cff1743f20a0f6c9f761f60779a4676eaadc88c3c2203ee77255130ba0c3318ebe07cb5773c2a70b2e1651230bcf3e86cca9d520ee54561839e3a40f4c729d3fc45"}, {0xb0, 0x110, 0x5, "f709e7d38e90eb08769e1cdd79cf41ea00d3afcb6c7c387d2852d40eecb5cc9fd3fd1393bf9936a7e1b3f273d18cb56c536b32d896f3f4dade0cbbef8a53687273c6c4a26f1a6318fdbab09ab62631060627b8a253f0abebaf9077e404078f17af5346434e6502039a885e799ac4f6c4de1920072fac0e5492dea22a009dcf6c5830c6060306513bce2b4e7b42cb363c1943b2b9194139b395aa46c629"}], 0x648, 0x4}, 0x8}, {{&(0x7f0000000000)=@ax25={0x3, {"a170b981a73079"}, 0x4}, 0x10, &(0x7f0000003000-0x60)=[{&(0x7f0000002000)="abc4a63e551d5e8786e934f9f04ab04d86b9c5705a0b95597721916cb800cfbc6b1f25011543491e4171fe4a69963fac51d482c6757ec5bdc228fc0f0e30ca236912f549ee2d637a8a5f8fd21dc182b51f9aa9f146737a2a4ee05c1199a05955", 0x60}, {&(0x7f0000003000-0xba)="c72b2f8c0be12a2d2722c5a5856fec58577c511f8698f709d2d89b92b22a507b68d24e67af6e313b4bd4d7088563e82f7dfa8bec79f8613c8d9a406da28971b1ca0ca5ec2876587dcc559afceb1403f400bbb99f1af8df69010ddcd8cb2cc65e3200e9b224d121cc7a7b00ab45a582abfd6717d2a351aa8a03c8a10a526d3bdc418e6517d4a2781f2529f00bb1e3fb2a4b75a18663c1beb4052d8a5e6d8cdb4c84df1544757ad267803437cdba5cf1dec0f1b61e2ef0457cdb34", 0xba}, {&(0x7f0000002000)="25e40f2be6be9f08e8373c529c966f46860ebf46a58b58311fd53f8ab2b3d038d2731e45b7f43321b3f9e3598bb181337f31cb596291cd5299e18961f9d480114438bc5d27f3da1c7f1587177fa7fd1ffbede0161009c159665798d4a60a989fa94c3fe81bbdd8a6dc4e345c39cdf21e17a53bce941cfd6011ca04eab0a67c6cd0030b8a77f5f0967d1a06698157a25c207d3788dd6950c82d8bb90a679cbe111687c054ef47fcacd2dcd39991441f97f837c9f3dd8d02dddcbc04cf691db96c464d6c827beba10c5b24baefd2115995f37e947f10028333f0032a317f226036416e99daa48afe491c2e9ff180234ba6fc54b38c23980758759281d1073a138db8e5c3f8085afc1c93f71d005d04a26b57defe51659a53494fae60827965943eef921998795a58c1f37fdee1fb6b3477694cac9d51f9706f351bd544055058bf899d8f53df4cc6c743e492d7e7b29af06c4fcd15d5498546d57fe444829fcdfe343e36fe5781070bc2fd9645267b8c5e142811fdab44bae8b50d1958c54bc23c0d4508b558f3abd07ed24dba094a506db2437d36d95751022f1e745c36e6465d244cacc494bf947ef04f505e90d689176993d9e0db883f067fab77654bbc959bffca8531a34cbe3e29b1940d54cc06e8ea40d959fc734ddd99f56427915b830a5f002381a8875b0100459e271c94265537fc2839f59d6a674b290b78bdade9aad8fc3d66b0f4b9d4d3f1922c17acbcbe8a1ffc969c590486205c982852cb407eade64415260813726f789f6c335d60bf8964349ffb3a180dc6210a3d4e874781fb4862f012ccccd8f06952a3ff624236807a53ae81d09142a3770b5b600f57bfd47c7bb4d374526d7e11d280daf2e5530df385dc8ab0b227e1028749f8f6b45fd2336dc9f1de656ee29967a509477e426dd99e6b46264545b10834468f8a5c94a66fa0a529b374d017b735f3033405414a0563bccd5618fbd68923f76928763363a97bf59db42f1b55b307b1333edbac403a99194da1add0082d9b44b4d038d6ebf6cb504eec09cbf8a05fe67f34b8a388968901ebf950888cb95005c3dba63ddcf8511880f24a3c431fc39dbddd45e1e1a1f01bf4b3d29691d8c1fc4ad018030cf7a278823d655fabda4c6b39ac6034fd42655417aa3b037599a91e8f9493a22d233fd929f984353c66138a609a2e43d5afd486881a24416a713b5add12effa1c44725b087eed2539c0776960027baf9ed3cee04e26bea11cdf934be56f31d5e6268cfe36e371a6a7bfe383b42d6e1dac7ed0bec3614d9b89b7de6df5620608dffd2d7eb80ced892944df1cf8297ac9e4748476efaefa494ffbfcb893d03239808104bb3ed561dbf86dce4973f6868b5b75a62639579ce4296e0ccdfdf57be8f149f0f10df9712ba355e8a58f043eeb19692ca4a7a0ef39e96cfc95cdc591ddf0345a1ec07f7741d8dd18e0dc4cf20fd0b6d82da0bff8c9e8bb840f59527844ac67d29467b3f1fb4725e616c850b90243e5509eebd01bfe550f01dec7bcb7c03421c30ddc73ab3c4813c0c6b2b5e9cb9e565c35769361cf5f47ded0374a4406401216857a41eef833fd9e52069ad17a1a19db0eb40c050d82d2e9ca35a0802895e3e8f4e861982d1abb4bc7a8462eba391bc587384ff138c7b1fc320afcae6a660e6ee38a8f3a3d05dc5bddcf3899868232abae4f494e9000349f3f2c50e94f465f2858eb411c795a227bd7aa78243f2d055d8e6bf1fc42dd80b6c740285659bec83f98049fc57f7e911315147c37e8c290b53617533e2333d79b782feb98e45aba0f56581b7006f11e5fffcad206dce253f02774d87b4dcafbd48108527f56b94cab75e1cfdb4d7df06db84d34feb87f458020351483fa29e3699ae60127a5f80f369f8bf49b139fb4f680127f603f56be22af062cfc37f5991984a158f2c5c3f06edc27c1d0a5ee22e49cae7d2b25a8312e0a384dd87fd1f4f9e8231e9ddd71bc915d4b1a6cb0e8ce3e227795d57d6bfb38009f24640ec6c3d9db5b3ce85cdd79f4ef81bc842d9fda3b5dcc383f831a3b94f7feafd0a4af413639f0bf32b5cbf58eb32d3d6f8851789eff41a7ff8822143f767ea9e23858ed6e6146dc4e0a66b9049372dd97a402c1036bf4af4503d88f8702fa523b4f365cfe09781b8417e5ef0f6d4305dc676713f494a1a9b57c59df31fe055365c002edd6f2d0fc0c865de60e2efdd5b373ba984548778fdddbcc6072e4cd7eb405bc89bd6aadc91df00270368e19a74027501288f89e25ec410e25b3de3f7a2e847f9b4ac346a45c5073b0dce22f7e6dd4150d79f5d09468c37b9b1d0f9c208ab96173313eee26c2d78c7bc596bd2a481fa5b70ac139dc21e1c3c15b7c2e6619c2c0eaac05df2e55099e2e0814734a60ad2287898c90440787b33aae6b82e38ce4757dab73a7103f809630c10f38eda803a24d943cd3c2394dcea60443c0324bf15b3a43d3a0c2d0956b0a0928d717d6fdf3a4b417a7759687252b413de363155f55fff30e67a31aac11477312913490412b923ace4111a2064a919e5fb79296dd9c065320e48bf8fbdc81371c4021ccbfe37ec4816bf43c3a8cba757a1ff91891f471608670cee99ca30bf8778493fd3296cf9fd2e6e5b1e081b7a74ee157ca73ffeb8ab7e4370a46fc1e7b0cfab0811fa3df9a14964c803fa463d850bbaacb38d0ea8f824750ea210f2711ffde776e08a9ce2b7f73eddf411c0d9bfbaa412472020e51f1c261821af0fa61e671c97ab877b66bbf853f6dacc8c1de0f41708256463b0b2be5830aca782116d62c53887b075a195af1d335e7b1c43bfa5d116d79f89b36b75b719fab095f034f5d2de233bf995dba6975403b90a30aa84c3c259dc0cd7f105390d274011a1ac3fa6891b43a915cbf47a62634e8a63e71c262d93f8261cb2b8e74c66dfcd844cb9c261be7553a0695c7e4141b101cf7b5c5235925ad51e00b5db9ffa3f3914ee757b79d1b52f7dc5435b6d1c12b2b0ef3cabfe2348f95d917ee6afc97cf9025ea53bebe3187f3802c619ab463252d1d815f5f71830c7ad16b11a3d3de26b392d6266f1d86d115320712252bb682810bde7d937d2a916738d94891dde1b2539bb4a2eb6874848b07f016afa2903fa4d8a1619f4ef953c27ab163e290e05da4a40d8daf449764c030dcbf4e4686669530b3f7b60ce9ee39980880b3abc263765bf824a6311230025d6f947c52636d65db31b677efa21d6c9f3ce8bf7fdf6a99b77ef2ade947254a5910545b1785aeaf859da6874c0632e60504cf8627bd65a9b6775e6a667b8c169e9fedc8c19413001c04fee7187622990da65798797f251944cfcc9c204dc962688780f44125ce35cf314b6d17f31a460643f74f62e3089e3ea0275a000ec6c9631b28907147286eefdc7de99b5b38da1365b75a9590e45c4a5da22b1e5402d1fc3d5f4edd60999b2db2cf3e0112f8319ba2d5fbc1cfc27af98f727ac613fa313a1fbefa715e9959a27d0b6c5e67600e42ec2821f69eaebbb0d252e2bef1d8eed710fee421354436f460b759e71481f342782da97056ad77940f2b65bfb6b71ab90bf560f4c8cffe7105394818342082f320d11696435dce4b4cfb302f6659882b247c566b47a048a8f9ee7503308331753f945e268fa7c586b1f12f0253604c40f6d7056ed881a0a31488cbe45e16c2cef9108c73cbf317507931e01ad7107f53761c97d40a2330c2910cf23ae11a4972bc185269433fe9f9c99adc21528477064dea1e844b89461000020099836f92f4f18feefe6d206d398c0398d1f1953e6fdb49cb75a5acdc121081fc51cca6e2dc5af75ff2d1f1e783846a6d5a540ad486d158a6bcecfbd06ec34f55af55a9d448288abb9241efbe43f63bca9de65ae03aa486dc841ccccc3c0f32c366cb6caa59e8b4d1c247e8d70c1acfd5e0b82ab4fa559d5860f2d7b85511a3a890501ef0f3029cd241a61b6bb213f1a1bc9dbf28730acf73a7d6e7366faceb492a8328d3398e060d37c8eb445536a8330c67f0b30e358ddbe48c25d7787d68fe18f18df954c1a982c7d14edc98c8bab9dd15617432627663f0e030ce4907f021833844afbc3c359b773ea3dbafb53ef539602c7459c61730d818f3c587a051e6e35438897cd6d411dbe9f540be6e6b697c26990d31e1b95182116e3c7238731b0ff38aa3e5c773c34b9bbff1acdfada14a1a2e0e6a5c4e3984c007c019cff28161749a10177d21bb89c58b3970951e4f63761f0cef71b9fc02bbafde9ac0e0d726d6c06e45f2fe1b6d69791629df3b5018699c68e8b93791315be31589dc59d1e7d8e9c656cf505f28226dd148c78c69bc8b825810b2fc0d31db00bee8be7f4f091dac02149b2bc51256919808c18faa3b0272ffe4377327427bffe0a40d8f8f488e5b332c3bdefd319103bae7a3e327b5d00b460449219e4a97d0c0e2d210d2edfe98549403790da74daf7c1b44382087dcc16fd33992a1e217874bd49e2a4225bc92a2b4ee243dc07fdd797679cf533a44a0798053db43e95d899954463a50c793e86807426e2d1d7529beb5a4188ef31f73dd19015f48ce6ecc8282b8d1e7836463a0ca82afb87dc3aa008ab3ac14d4e5eca05d029ca507130b9b3a7396b7d3d20814fe7e60b7692228e96b9e59b1c8bb1530498fbe74c11a468b26aadc8c1cbe4b78c2df1829632343679af44ab325f1ad7097af750c4b23f3db95981d3cbf655fca809a6d8f4f209943b424891d3664fde7a69a78b0e1df22cda83a85f575a7adcbe89809366f2a530bfb74e26f4872425588ca943ff0094a59cc8a4c7378d3c1fe48a11c6345660283d3d374cd70ac260b5f637721e38f831f29068e62a3b0b0fbfed946c96ace5bdd817cd237a91670a0d741c909cae55756f7df77e844c73df53a29d6a314383a22610fff186529071bcb7da65f0e4d4472c5a6c59bc737cf2f1a4f9cd68771497b37c0ae0a48afd9bd67e2b388d0708932a0db9a8f680c6f68763213778ffc53c90aa5dc12dd6de03af6b8d0e2c9d85e9b21deb968a5525efaf7bd53090f810cf36ad34c26a74bcdb6d511199cea6ae45d368c75ab28c001c5eeb96bfed2d75d6470b3e880b2de724e3c3a966f4bfefe340494fbaff4f6d243d9a5b6e61a5af54cade48b9e5f110f9585202a3b925240dde75445c94832399925d829bc625dda932159f308fefa2bd1b045ae4d3e4525eb4253237dea1cae3aa68b29897774278ce1b8b1ca6515af95337101894569ae00ea110c1ac505499cdcb63ffa9acd9f3ffada062cb94f0e423f5cc7213ae5f81df572e1ed16fe7d9b1f448a4dadbdca5fb7fdc74d7888a6a368acf07fed0ebd1d1a6202d4c7da518dab8c207308ade9ffab6f2fd5d40986efbc5275fdd51996a81045f6a4a5c6d5e77c65e6ed58f396143f3a6dac88183078fc56062178dc038eab3bbbcf8b0beb973985c99660956a6f10e2a0499114615fc78a5e7211de7297d7076bbb52bbf371cd9cf2009273e86ad25d46c36b09261cd3971a770161e51cf78971a85caa8ad2759d4a8d5ed5badad132086bbbf5a2d0489ae575e05638702b3e95b36e5dc5ac6c1ed4fe6dd789d90fcb7159e1e80355d51f3b0a699a42d0c767ae267212e1982e3ca870b39974a975cd81548d085ad16770f52f03e5266cc9464e7eff7a4e56e35bbf0d883d68ccf1693f529a3d09ddff96656edd31ddf366465f6afd2883a47caf765a4d49ec3f9aec99acea387b28cf7595ea595f04e1de2257739d11fec11992f689350f", 0x1000}, {&(0x7f0000003000-0x10)="5d5ccdade2a06523c4f43b9d655cbb05", 0x10}, {&(0x7f0000001000-0x47)="4ac7982c8d92c1573a4f5a46047f65c9537aec0d9906e9c70a4aab720956017cd791da02ed6f65a87d3db419492833f5ea299d7fbbd8f10f09498bc6ec16ca041dda26a12af90d", 0x47}, {&(0x7f0000002000-0x18)="f32a605fe38e3a34f84332f06747dd302bbcba908ab499b7", 0x18}], 0x6, &(0x7f0000002000)=[{0x78, 0x117, 0x3e40fe11, "50b42cdcfb8b0556655ee6efb453050d3881a767b858773ac3f3765cfeba97ca86c6a180aa902d588cde7847c5bd4f4c792a4cff9c92a8fd52ad28aa2015e72a6e4978b0682820dde204bdbeab1710c580adbdb6167e38bcc3fc49d650a6065eb133d557de0e"}], 0x78, 0x40000}, 0x781}, {{0x0, 0x0, &(0x7f0000003000-0x80)=[{&(0x7f0000003000-0xe1)="b4306f2d2d306a99fd745a4b4801e5f07171b205fc1d5982524ebd8afab0f7b718199b50df719c522e0edfd0f274df9a601547f0e9727a79804712ddf0392a06d7d806060eb8c23359bf0ffd1b724f0f8bd7ae6f054f43b6384e0447420074e0481906fc9c008cab133b24dfc29ae4ac259bca62b243d307916e458c1c821be927ab95bfd492b08fce10038552799dd8032093e4d6deebb5cee76f77d1ff74150306b74b7add7925fb62b8c2531c0502e6d60f7ece488e072652bf2897e91b8f060daec44ea3855a71beaa3ed7b81d709016d5db873876926fc912729e4dcfa433", 0xe1}, {&(0x7f0000001000-0x85)="255a3d82d76245ebf2beefec5538a6bfa3d2fa93660c053cc8d43e7315de65694409644e8b11023799dcee3d6ed7fa1e9aa9eb97b1632848974b5e4ea28ff86263b9ed5076402f775f6e116563878f7a5e36fe18465af8c1e97484b9754bd1c895d2ed1d59119e0acc20900de742fec6c81f8f276cf29e80951404c67514cbc15419eb1ca5", 0x85}, {&(0x7f0000002000)="dadb5e37eb5ad3af92a1ed323c86f2452c85916dfdef4610e86fc264ad5c1dd697113e3c1147cad8f644f86f7c161d94db11a3ee1f6ab2a1e5b17395ab26163ffc140b9b6a21293eef8c192136ab3f37de19426f358f6c38520f7ab9219eb447524a686d72b643a2039f5640bd", 0x6d}, {&(0x7f0000001000)="83e169f543f2f8bf7d3e4f9ad9d5fa98e85e1489d82b6875047ec9fe446af8b3e0cc94a5793b9c8159088cafcdf52cca518d252a279456dd79d8109ec941d940ea96821a3481d45ae029149171b8284153604ea47a747e6efd34f646f5972ad562ad5ee0206495b04b1bb2d7d059a53cb214498dade4e3b0c9ad4fbbeb8051ff3a1573685fc693ea72b5f38370", 0x8d}, {&(0x7f0000002000-0x71)="322443a767a8a7a0fc89c1b1ba092bbbcfd43d88e18e63936212d6e6088d1c6f03e8776f8e23c560fb8eb434f5dd9d20f6ff45a089e8f45f6bbf8ba2f4434a17f232d6a300a62cf473098c6e2f46f9b00b2815356562ce4eb306e3d0db0241cc86423d21db7dde2bfcd40ac560dd121efb", 0x71}, {&(0x7f0000000000)="f1cfde96becc247259bf55ab12d968374f3ec3afdcdcb1e4623b8eafd48d2038589bce002a410831ae1423aca08d5ca9f1f2a83fd302da8fa031ab859852001c50902e0f5958af1c71cef9ada34ae6cc7f77e335a441a06628e674feb8f755d04320e904e584800d086c02b31bf8fcbd51577bab0eccba1a187e8e9711336fc2cbe4e898d9bdbfd735330e124b5e454d9bfe8bcecf552845c3d496de31f8dee9d6175cf8d3171d90ba352e0a3ca027e85b554c875ba07dd9ee3799ba648de734636bc7af4441dd209be6bf1fd4c7f6da92e000d390686a5816d8464cc2bfa6f2befd0caaf9490ba4309b65fbc4c80650018b39f929fc6193aec975894d094b4043d959f1e15c721b4f3042e8d97b999ff86de6fb2a9adec860792a084cf78bdbccfa64d9efd9f0bd7fcc5db7eec319395a8f460e38095b4ba0e4a38fe5f29cd76312905c86264d43fd12e7ef289bf2565c0e4cdaa0e6db90866712eca563c8251b1950b92f3d2afe7bb2be9f672efcd49a416454fd98644ca2ade63d4f9c52044a002470d8d91d484042a523edeead47d369ae2a711aa8565a50688fe6a63f6f622c6f43f610a88993684f0b5d9ff513e01c0df323a879caef9b5592a0edec429b3326a52c975292227ce47d9e155794831f564800447cf294044685b2be3aacce155107584633db8a3b1ceeb46a6746ee48bfbd640274c67405d9eedc522b9ab214612001b619d0979640e51770cfab3cd28d8ee7bffa92114e75e272c26ff80ab7f988f06ee5f6ba934fcd08f2247f4fd687d20936d2a0c9a8e2921d519268ec607216ea3a4a27d2e321c56b63d1c8d3371c55bd64386c3e1b146c44ce24e3263aa40aa6c4583550db1224c60d9a1763dfc92d95e1218c3a0961932c8766557069428f9606c91360c55a86caac4643f6f23ff773b269be79ebc83d76ed0bfed8017907822137192554fd0bdacd72bee6466214859676d06f08670702b36f3933c921f277a3b58236f14e718a9caa3d9a16de3571e7b16a10b113f6b00dd722796bb73006c01cb226a21791e4f80cd6aa59e3205d818cf7b020194de692543d5e4a4092d581932ffba210158e043b87effe9bbcc07e8f07073051a473ffa532170481d2d0c5df9578d16d4aaa689c02d80b8a89f05ac6fbcf01df128dafe5e27d5b80801c14da033c2fa3a65a23a194f326599c134bcef9f0486d6fceb6a314a12d29feb22f7f879c8003eee8dd6d1c510c35cfa4858cb9ae7ae35e1b51e96612c8b9b906859ea15997c04f5646c1c0e4b6777b99f1516af704553f786783a955864fc61ec1f666d061dbf0d86844670c24dc19ee5db1bd813740a36ea2f38ed837ff9152af95f1822ea7ce35ff870a7b981e1e8bdcef572f1d2f9e0ddda0f53ebe86b70e8f2ff1adb5d500e55e55aa8c2796294baf1676028e32fd3723676f031a9dda30050a2060ff2b76ecdca5345a6b3e633b4e4c83cb5135b0027b46d6ba15a3c7541311b284ecaeefb9ca9328526e4c82174db7749abe572009e5156a172a13e3d024365036ebef937cf4f5d42b3c19e48390da4f08161d80f986bd54a855465a522c1b658f302d84e09d62dfe62fbc10bdacc191d6126375b057d677d44b95263d897b474cfe48ec513fd0383d999ac2efd92667493b2adda0e9afad2157cd62b5e318244d18c9c0a2492f57e072dc0c2a562d3482e4cd1fbefc4c6ba1b12f83de47920199935b06b108b9566da2649472733ccffae4c1d4559c54f873bd28b42555ef501d8aa3fa4a542097e77eb6fa69774da9dd75f24beef05c2dac052f184a82c93cca009a0ccbaae24eb5652e2371a6d67a28c7072e2a5c15d9fe7b5eb607f0d0837519c2c04cadb8e1ec994a15ae057e216497e25ffc91ed0d940a9e534233ffde16b1503b1916bbc0c4fb4a70655c1ce6714f38d626d031541f6bcfee6617c0d6f1182bac84340dad52431207d9e2342396e0d5a18385d079e468028cd59d423962445c0ede4d59af835ed4868004854a482c10d59b36224e94bd1ab6d7cadc6397ede28501427da2d47bf3e0ad84dc096cba879876465ed18409708f3caadec9b585d3b5fc2b199d77d781d3086b01417c7df277579a6fcb1f275b6b1a11159666bb34181a165c39aeeb38c1a677bfe65573ca1c61cdfd761e3645d4bb5fde1e0ab865cbb332576852891e1e76fc404a730ba308aebe38bb86b4f781d3069859a8cf953c2db26691721c9ae993f74800a0a4b7d09deda2f79f735059a5def72bd73997c7bd513c7a342a33ea0258aa026d49af875f8085beda62d57a756f7c7ce69cc625b2cc058cbf5dcf0a3db29a8b2826c82e27cb0ac8c2f60b661aeb95b80f44d08f6c17ae23e730ea19da8d11dcf8ba6465f3f3b771d99642a5aab655bb3638bf8dc9910a4d8aaea19e47b219e479b46ddb0bbe9626f81bd6460cc9e96c39993f6736d8264401411a2d3bfd3bb5db18fb830dd3a3ede80dfdbf5d84b24e40c46943b628d3ac64baea4b4441795fd29099d502c9c47d907c4deea4be9b0dff1f336d659124dee8fb43702be9946003d8d724c8ff9ef91a810cfc6609fed9ddcf1155116715a65deb4969f40fd5923d6aa3ebd882aada4e9ad1c03e8248668a449e0225bd858a75566ebad1f287d4a1ca8585b7197fe97f64437e6ccb95750207557b3241cf3a24098547214ceaa443edcbf081c8a503081e14d7fb0e360fa4ebe615dce0acf7610d0cb96b980df94ff2a3cc205924422d85842c4dda6c288e48f57d7caeb47c6c2306a701c69dc60b6f0ee55efbe52ab95a9d07b507880afda560f10f196be9690a22af2840ec804d0f3bc3ed06510aac03cef0ca7e379ef93826d9d06782264cbd937ec3e2cffa7a509a057ad976676a7f71c11520a5104cb4169a177f6c99f9845cfa7281c807c887b7aab3c362a9e8588a7f1a0ab249e6d68ed44fe19d15d19b551568674b7a56cf4669ef813334cdb856637b0aa63c4e7182be0235bb58c5875b7737fe699dd9546000d02233a3c1ba2b2a1aaf11928c079538b80f81d1729e82ba7aac150880a61003396afc55ee1b8a584dbaa59274d82af9a3e859171fa208a7cf430ed6b45cbb83027fd74b6bb267b19862c4e433e7b9601e5cd3596d60708785f7dcd9713dd055fe016d8ede429e7c177d438363d294c0b16387a5878964daba5092b030c5d487bc1ae12edf74703d9bbdf9fcc41d9ea7da9b2a393b971da87ddc5a2f595e9d19cd88d95bbc8e623d34189e05333ade6397852601150b1db8732e051fc4b9902159aea664b5cfca69c45ced02a107efed82da0864eb0386c67d56bf8e61e1599ba7f3cf8623cf5ab3991ab68b3fbf13fd91c22e98efb7039ba5f46978cde7478488c7b34cd412760035d20b68bc0cc2c691f5011b9e052a5613ae10146a632b5e3756089c527e9be8c37886f3d791fb216b4f10594137857f68234ce3fd17c4027b4dc2a8b2f062462a17a9991a535fe04187094da2d96c38a41f3765afb86c71799d4553bdb0dfdd521a6cdfe0c6b80296ce3b9198648abfc8012286702ec3168857668fc49c605fe9f060379c17dbb0686812423ceb2edcd5a8b748ee68e9be01ffdd57bfc0c36a82e904e8784fdb19c88104467fc3356404d2dfa97441203c5e7cafe05bb213d2c0fc3802c425ab9f3ac4970f6fd87ff3aab0dc3a11dccbdcf4d4e5b567b9f35144b4f5b8c688bb2a032a191b43b64d1e96691530dcd9c58ed6082a9817607819bc4a05b62ce3815e04f560acd0310de981fedad4f073b6758af49eea7429844560c6f7f6eaf8387a3fd56cd937a79303500ef3dcc31efaeba39e84de12979b008a0e5f9b557fd6c63736a5882f0e679a4593b482ee7a532f03742bcb07cd0486e8b5b1c36c45f02580fb6fb8f2406a598a6823ec85f1c9f26c93242aac22bcd8796d94965f9a2766fee26f8632cc442fa3f7c71593579bdd303fb47df4a39dc63f9a8cea2fa8c8081bd5584bb82f4748625fc3752648a4da1b3510e3881d3f4de24755427b0902d1a0e6223769bf8dcd2352ad69c899ad68ba1bf37684df151ab1a3ada158af84a5771e0d204c8561702d9fe44e1764a288b2dc85d6aaa6f48237346e486bba3d5c14fd0940a33418ec47c169ca70bc05da0caa59157b9b9ad1456f007bdbdf61395092588aedfbf0029b205459d84494e06e0e5b8fa8925b2d1e069a339cd71b8caed1367395163340f5f3872d829c045e8deb827a9aa60e9d6d51fc718fb041e4240590cad032241734f8c91b2797a3287c8997c1368d292ed2105cfb7e811235417ded656231a225fbc65091ae239da3b3c18a217695136f464c91e168f338dc653a8c575761dc41e676ff3ca39c1942a6602816fc970c9a63cf3ea43cde4a3ba857c7a84713dd074e04cec6713e1f8b290676e6d4ca1f76bd848a4981a34915d1cc5e3062b3bcebc269ec9b09426e86a55576cce010efe45a32885c9df27e6a0ab7220599df0bf85416dde38a8bf79cd9c3de64f2b607d8e980c42eef1b5c409fa3bac9edfa8f458222aa1158a6bb560e3548c043e04d35b790d81be1936f980a872a9f46f6b0f1963337760d6165f294d86a4ed30e2fef8bfaa9b31004fa0953ed9753aca88f909b4725ece44626cbd9c3ef05f4557784dd2cefb4146012e2fde963cf69ca91793dc6ec1f19786cb6d3c65b00fdfe312c345b62a61184ead5d95949b92fde2f5802fbcf7f5cbb223c50910594245be7c4f6973a6c8193c29a3e15191b5666f1960386bcc49506d1b6cecc8173cb04eb5775e29b2e6199a41e6d988ca8b318fac26e84991ea11c817a55854953d3ff79fb854f531c43d24a895bfda02efc285952431da8afa441cd99a01b9aab22d82ded40aa5959ec8c5d9782fbfb472480842b2b96ea8cc79d83165c931a3fa9031541e82fc302c0dd4c33751c559445a5517bd49cdfef7f841c2175905ed4463a78e825057ca2304abd7af09d180e82ecfa77b1f4c5197015df07b4ad0312ef4679d4009bc301cc467f765d314ddc01e45713a43285c7f9a94080f159790c62c4f8af7fd7fa88f735051a870a3af017303e2720bb88e44216e277c05cd3e4603e7c9ca9ff6c5e309da04641e15bd6c748721cbdc0b3620324bc3e23d6d74fa87f95c4a75f813a45a73b1333bc32e4a46e29e71ec6744951ff3c57dff7ba033dc688410fff660111daf8e6b4e2dca0b4b0416072858bf6b85d15f0ea84149cc608c2bc2181c1e48eee7c76f167c3e1bfffdf7bf10f70cb980c17869ef8e2cf1243f741afb5e06b3011b354e3bac37df265eed7aad4cbcd442e63f188ebe936a53589acad5df87ce2feef26d89795f7b45133cdfe03e9062d27e6963dce010bc58ac5e4f87523b535cd567eab6f76f00d7f8bfcf7aaad1ca7889c8eaba6f190bd4e190fa47d4d675a68414a081bf8bf0213b68fe2b74d07ea5d2899f2f2590dfe461fca22ca6f99e93d20366557b07f8cefcf18e4ceec51a55668790931e74f2b3fcd5048ac75c8c21606ba2886a6401a3af9d28a947f9ab3b15d0fd98fbc2fe2d69a5e43806c85ce3bd416b029b1e9e26d1e8b3cde7fc3bc33174977ba7701fc9b7437f7acf10c8a7bf75306039f6a03b79fc543de4556ea5fa54b4372db8fe5aa57555e8d3dd2643d2a851e2ba096e80c0565c648d38288b18b08da2c0d977d6c617427fef10f9f8fb8beef291ae55ffe87ccc9550c9dbeb0988f417343b7d0e13e7477585dd6928abf68923916268b49b5f07be201ea52b9e4b212c5ae1f", 0x1000}, {&(0x7f0000001000)="bbad6ef9f4bb11aa013b36350ec9eeab836dcdeb778ab6da66ef3ef97bfbdb955f597e51a8d718360b00dc", 0x2b}, {&(0x7f0000002000)="e7e4e0afc844d4e3686a9fc605c4cfb4a7cfb89825cdc6aa560de83383537282cd746e710296f813a193080513e978a9851d76d0b8cbe519137fd36021feba19cc65ae9cb1b39573840d11285e09c88aa93daf605c79592bd3903e4a6fb731f8ab0ff53147ba1b2add5348ea997c4625c4188bfe2572d907755780fd0f92751bd3d68fd1a1940a7dd82fde5c704d14642d49e45c809840ebb7cdc147beccd3f9b3f5a96cb480a24303c6e0ee21bba94e8b399a8c3a2689f7055502b7af5c30", 0xbf}], 0x8, &(0x7f0000003000-0x11e0)=[{0x78, 0x104, 0x4, "a65b4e32fb060ec76cd643a185e2fa6a49f688f19d5de644fd9438e06bbeba774ba40050cbda9d634e6f5da38f2d48fadf7e6587a5383e15e73816c566bfddb646e29c19ad0547ef435a59781e5201bb7961c4774034b3786c9ce7ca374d92f7f0cf34ce"}, {0x18, 0x11f, 0x852, "d4f851bed77321"}, {0xd0, 0x114, 0x9, "e718ed23049901f776ed9776fae206c9d5838a1222bb7e17bf00de6d73d10b3701e2a2d01e6d82e36b07daa45fcc3c5c344b68c3a53956976dd5f58759a5cba6b845332ec2114b7bfb8af3e4f0061873ca10fa62b9ca5dbcf5c480eabf7f25640886a5e26eca988de7fe8794e223fa32866afcd2943aad0e05bbbdc0ba88320c2f2f89020bf1356fe852ad7addd7e3860ee9f47a6ec00de65721683a052781551cd56e177997def38b84cc5841be016469dfd691272d84cea1bf523c"}, {0x70, 0x111, 0x4, "a20e1cb0599948ccefd392b759b5f2794d9adfc72d7627cfbd6cfc465e7aa7d21dd9003b3d7b5e9d1f4562692704024a5a111797372b8975ddafab1088cad74f1b78d850aa08696915163091ca8058c3cb9fc5c62a95672f9307d38f80da"}, {0x1010, 0x115, 0x7, "dce5d4a12f158335d823806b5c158cf71b2f8408424e5fe897055a555287a15b36f5567e3c2bca4140ea6f554386333193516392ccf5e38aa1033915eded6f8fe0f0c6df7f3263f82a596314d40cc3a01fe0496c0b8ddf5352924a3f84208e934f8c29c716ac08b8e0686183844d7ff75f3a587bc6faa1c23cb57edab950d45de472dc01f75fd934f767b9999dda0f06f3cef927ed61e42c94dedde1fe24a7753236a223c302475726c8259a8157b4e87ac8f5e15a2430f893fe3095491124ff196c1b524044f2b2873edc937787e17cae69fae3c6b79762a6da87591176b691101b15eec0f8c0e09db6db568f968ca583171b5d20d524d9d0e21ea181408b59df70c8bb4cfc1cc26232a3d1c97a110121b49821404321e4cbf4df23388c0c18ffef28d6c719c18067b1854675d71007a922b13d96294fcfda41e2e642dbfd2e139a1a3815570806461f1bf815cb5ae361eb28c8c222028166ac3cce1bafb1226c5c3d7db87451848ca929b8147aa7e7391a33e20d4adbcbc92ce35d0d77316ffd77ae228cc15c5a8c9a71739e3a3b94dd0ad6e5879d4147ff8ff5a098246ff12aed008091ea33796641ede29dbbe462fd6443d2534c0453485c370dec2ed192bf5d4e04ca4f9e9eb8a1e487b7b24c2a279ac13728af5b6c4a6631671844e0233aafcd63c39c49be902ba8291963b30a892380b6bf0ff61f83acd28caf29df599556a9d2b7d6c79e276bc1e6cef7675b174b6c0e19c6a4efdf3b32de0f44d8ae216716014845456c3edc0c775b641681f6ae9b385e91f1119cdf8ad5f07e41791dbf5343071682139b7a07a810d8422cc11b6daab9f0ee035c85f1a53ae31e37c8358d58dd4657dba5e71899e4a8a7cc52f1657fcc175de889e7fe7c40b6d5dddd8f98700dd88b1cb6398127e441a8c5c060097b186f4bfe5dc5af5f610eca1b85a4e95617ea966ca162a4caac5bc58ed2735a0c0d713d860bb18072022b4f34ef272c5a7f5c05e5bbaadfbb5a6b2530cc17d915fe6b11da54367c9ed78b10309c039bb99601e452d40300ce42284bd3f234d7bbc5a8c9dd9d6d0ca64dc1d9e5412c4644b907661ce7a84653e3641159218a3704f7e7cf5b9d57000bf7f3f780c8329ead520c792b2dbbcfaa66f1c087171b4adcb9e0a8ec47c6351dee11f5279c0c9c5c311f728fc778361a6c7d23c491381d74182cf052f6b91b88e99c31219c89d6b9a7d5b250350057ba204be53feb6056cd9bff2a22d0850a5026f0c0a6bc7ac72c998d98c4990e2d745450be7e008fcc2f9a5da8655e981fc403e170bc5fdb991fd22076911e79bec52bbcf12b07ae6cac781a6cfc18dd31c0795d7d32eb0ff112815ef6ca30356a95ecaa13884e230939a45a27ce129f08ec338cdb23a87b3a65d75bc69e74c5aa1ad91320ee3a73e92256d849e3e2c9a398f3b11a75c1f3b469a5f921301f8b50a9613223d74a84fe9a91be5aaf791eb63282b5f6d1b7708f0253958587fd82deb8be431d1e1a8969c65cae78c3925f23e7ef4615fb36e47f0d79029e3817efef4e81a11c7e4a1cc35c6b273ef53b9904e5434bd7b81a3b0bd54adfca18beb89fea8051f8486d0898ef7f4bc4918c68df67fff8f906a601619f13e16c69ffddfc65b53c71b75557b326bd8b9f34a424e41ef296cadc3e53d2d4461c7043e06541309c450d31d7cc85520fc123d2170f1ff8a849f3ba6194064af2d0f612e331771568212ad023508fbd29de4780b12fb2aa4cc288f117e79317122f77dd0894c7ec2edc519c84b1f652d5225a246424250c29a32fa69224c9000ded44ea45879450f3b840ece81cffc2dbe27f2de19ffd53d5b06613fe76df7ef696a3165958da119da8e6c3e990868e6e6570dabe7920b643cf74b922b64300c840004cc7922e650f3a1a07300ea045b642e03ca523963d0f5b875dab91607c63d243259e81ede84955a5f843523f02bd193b686fbec397dd77d1c07b0bb6ebfcf977f24c5b134558c0801122f1de1b80bbcdb32f34fbeb76aa630ec3f2b3e4452f1a66adda3e519c165a5b145cc7ea00366e66fdfbee2acdce67aabbad852c28c11258d36eca3f448d89de1ab862a24a1cf2c797ee829d0629c8e64beb7c284bc1a2e18fdea307fa0a418880e3162d75ba95d5762758cacd9e98b0771dd0c8734bb4789d22ea51c81acf3654ffd0421b7ae95dc877470eae71eb2bfcda2e8021d1acb0634b35eafde939b53608b083d91d65b6b562450e9d79cb8e3e24f65dea3403e59f6994faca64bdae2d0bd99ad81124e3166a2b211729afdcfae577453ed772ffc7f6cdf86f3332d1e2a92bf13abe81bc4455b36f9d40275c69d355939843a138ea4e7782dafa96ec4ae4d2129974bd09517043028c6ebcb7f6a2ff571e1ef3e5a31f837d8c9329ae2b874f1e0b83255500b1c0829d73ce7597203111cacb4f2c1e9de66f7bc516d4b3549d0578ed539ec0b2d5ca383e942fe07c587583b685f2a4945337da77e01d3dfe113ab4eaf6460574fc969dc5e67fdc52b75c49e5fd753bb857f510dbcf707dfd70e089961ecb88bc1b929bbcd430ca5a4ac312118ccd8f408cb02fd8420e7c8b97575e68515edf15f581ac86da509cca20c2b250fb6d4a7d4e73eaef154f403577cb804458670ac575bd9df90a4fd3f60ce7871dfc6a6baabb1fda571698f8faa85328be05549fc449a3a9d5473147c1282188ded4db151f665117830310ecef61c3f8091d60b20b05ba514eb4b8a38de59a539ac1849c7fd6533da775edc596e7b59afe5b99083a5c93d813f1d43f8c04b3f14fa9c3d7ed990ad8426c12c8d722ee2b0533bfebe234c4e74d8591e0694099ffefdfa0fad3f82e8ab84fb720be97d831516ab5269f7fcae13e86a40ff1e3576ace50a32144c599acf821fbdca33db893b84cfb712ae224c377858b1e032a98a19beff13a52fb6020249befe82cfc95df05d923bb11de93d9f7bf8dfaf9b4e319014ae03c831cf08bed0f5a34b3f7957c48267294a2471b11839f8c6d10fdea1634bcf58af4173ed86c2f5e4fa4392761717ac4e1b2b86991c5831372267bc924d46e689fd4af478ce28b7e39f745013fed958a3d5a2d04cae3124234e24d4bf7fbefbdc94605cf1f0efde1c37c28bdac787ed7efc8a1ed7dec8370d23ddb258d0cfe2290d632cbc70be5d37e6a7e3e71720cee198a5d374aff9ed5e51d6abb32cd3e1d0e62650fbf7d3acf76b27cd90ebcf931103dd6859c476f45592016b5f725360dd5aa1c0c5d0becb12c5f10eedb8f245055e1c6630c7b6db81b0eb50784e3e46b9858995eeada4c38e0bb09a286f53ab0a4101c339eb4547b6b40a2804b65f77db80e49b80aba14fc8b0c3368cd10474f54391ab9b5726debadec10407b7abe622aec9858f7e1f31c89ddf18781340044b1a587b2faad9df9b999674b39ed3e09056e62e742d3d4ff9f0a7ed93275324d7e95555bce673228485abaf8523a5adf078ccd18f3e0335277abaecd904f62f9823f03a2c8295ed1d8cf63b0daa8e2e982aae77c4493857b6a7a9003e392609ee7d979dba10e3c2c95a68b061d454e210e80dc74ba4e108bc546e062c44f2df128131db65d7335dd5d5b4cd074d04095b0e690132c123435dc41d5b0b452be3f48313df5204edf2c3d3012013e8453fb3eeeeb9ea5788d368f3efde10db7a2d04ecc1c80ac6f6c2ca220550891659534849d3ea7ecee6c753a0318d4d1b61b1e1d38d92bf7915f24ee6e639d371eb468931ad2c6b2d76d498feba4a4f9c7752f8c0d115bcf7c6c1120b476932371263b97ad06a7d7969c8526b62e47511211f91be3013cdf0161cef853ed98da7c566fd19b86e148ddc266db3fef374078adef824fa8de9b936ca0627596c4024c44eded997ddc0ff888ad7512f6c521556dc39c3b147941c8a7f8a2e544b5d852fb0072962106be2c8c7624dba7cbf3b2d08b7c3b84a758cc91446e1392d85db30cf7372ee33dc55b55f85a8619f948f2a82f5e52d30d00af820772b76662bdb2754e157afd050005225d96bb6f83744a736d859b26369d444e7254f9fa2fae4cd5b033b3dcdbfde73fe3de1ef964c48b96a5725b22dbef5b34c59551b80ff907c4f0c83a443636e4428b83fe5d3e2d5b6f094a5a7ddf421f8f895744f22887de330d88256cfb351cb54ccd2956fc885e21ca4bb4e1a45c2b1208c6c9367aad4890c908659b0cf6f4fdecdb2cbcbba822ccaba9eb553b53b5c86f52ec806ab1fedad7dc1aa79fbf8fb0f67e54fd17f90291f693754c7889adf14247dd5e30b25f5f7231ff23564d16c7460221bf762a0ba07a95c8f2ef6df155d5d0ded3f9054e92d717495477878b1e08f01ce12227c0ad8e363bd0ac67232c2ec8be36f4a22adc2ada46ce18a1852bed8203bb4af41d505c288f569f133d32b80322c18cc9c26c81ed6210e184add014b9345cbf7edb3dfec4516a394f33c49d3e2bee6e340421478c026e4eed249010076a016c62b7460c22062f658515107fbb96ff9bc38156adf835f92358d0561fc7542500e029ae82daa4a6186ba148576c2331e8621d92a6688a5bcd92c8a14c0bdf9d0731c967ae01e190939d5519ec5b3ec9f3d95d8b60c67cb20713c1ff575bf7907932272e66e4ee76771b2ca0d0aaf5e72189203d28a4991c230e263318f87625af42c4597b55323b0257aee5c09aefb99af3817a71151ca93acd2f583114bf161372b33e1526bf28f00bf32b817e87e1e36f6cae9b28b417e0a4efd1a241bf83574a10ed7865eebf10e1487dced3c6b8939cf01ec3f34a9514cca0b35693abedb53f994de8bd710968ad16f23e274c0dba738ad3742ca88e2f95a52c1f2358253760dc347f9960106efd702b03c76dccbe1fd7065c86200b2f6ba772a73b2a1973e637eedc481e6c9767a643aa19c184d44cb6dae235b680a400ab8427756688f573f9c204018a654b29c78e379ec4ef960ff5ba2fe84617c677dfe19deab97df74f4866d6ba435bf427a24a579c4d2018586635b68c51eaab93d0796ef900f16f7fabea89dc863d794f202ef9e12ef0d3f8d38d61e0f13f32f6559bc0ec57aa62bdbf2d245c6a57fdf0959fab1d952ac8124c8a1b2fce5ee77fbbeaa9d67b9fdbe600634110752ca18d963218809fef36b7a9831f7889440c26a88e80ef933de39e3c6ab48be53a03052175843566a5f304d271653212e990f3cc1fe35b086e347b201909b0fd54f553c1d4f4dd5a4cc7613d070ec56879b1f4295eae0683b8c1dc70342febddbf1f6d9d5f76cafdb7e33653b9db3e58fff14438bbfddf758002b089b59e33a0f0d0d7c549c35264d4bcfa94414f0770d8526fbad795a19f31514e5501dc3517ab9cdc875f9c33ea554079a5f55e0cb367b3c57dc211acc24e014107e8105b336a564ddc27e6912be9548c115152133854d042f16d39d87e36219c5f818f437084dc880f41f6ffb64b84bf491ff3a00e726bbef0edfaa2ae0f5cef40b36f09a6467a141f8b949fbd9c28fb242808da2d993bc7c0ae2a8ea54e32fa1024d952b48b9bba0c682970a92e316419ad7fd0352007325e528a444b7a17a643e797255a02f4831e4e9d6a3decdda129bb42bec8def9e5246415b361b197d74fb66dfc85785afa72f73274bf1655b1fa34277a81f28cbf20f4f322b7b2f77c843c764d47c0ad073776e349ec2ff38c83fee246c2cf857503e46d1c779b35992f13dbaf17dfd5c39bbd9f036e5e502855b288fd414717444f2f9ac74c5e3c7868823e7d784ace5a0827db"}], 0x11e0, 0x4040000}, 0x10000}, {{&(0x7f0000002000)=@can={0x1d, r1, 0x0, 0x0}, 0x10, &(0x7f0000002000-0x40)=[{&(0x7f0000001000)="fcbc69ad2bb07cad9acc261fda37fc03990d08478948c3c667c225f740c0f452d94b8d8e8595912c1bd3e6ad048e18a6e85bf5ba90597f", 0x37}, {&(0x7f0000003000-0x72)="05ca91e682f055cd54801b0cebf0923d0aea2832119cd2096f1f6e138c64315f1766844281af6dc825190918d2de046accb7eb696c8f173de4b4a29769405a6f2ef641929f0289f3e6c5b2a2b5911caebf0db485f8ad35a52a5ac7abb7caeee96e8836d7b47a261bd2ebb720aa14a68daee0", 0x72}, {&(0x7f0000003000-0x4a)="f7c2c7693ffd73a13dd94328c9d3fe2149c422bc303ac15d859e66bc60b4b4a4c5f9977f30948f3143c1977d698f0715050651543247246dba1dbeb8abaf2f4a96560221d71bf08f9e1d", 0x4a}, {&(0x7f0000002000)="6f66c9ab2e19639c1933c48181f713831b06e01505bd2740c2852b8e9eafc816d01af44b96c4086eaa3553732a4a9fb5737320b07ee5b92d", 0x38}], 0x4, &(0x7f0000002000)=[{0xc8, 0x11f, 0x8, "754f6e6f92314ccc0acb9fcc341085de185c93f0018accac1e2fca03cd17a169bdacff56a13b0267e2b63213f6060c45f95026302d3e42cc8903d4917a6533c1e282dc4dac6bb26390f3e307cf3f9b7ef52ebcb75600bfe975d4df52fbb1850fc88b2b5bd3c9c4850fd895c2d4cfe84b77be949d47ac5fab237900164c290e3a5fbc82c346f653bd833811e234f585ff1f58491fd5a997e8b14a76ad18cba79108582a70c77df84ef28147bfca234f00df8e3d21b2"}], 0xc8, 0x20000000}, 0x0}], 0x4, 0x800)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
lremovexattr(&(0x7f0000004000-0x8)='./file0\x00', &(0x7f0000002000)=@known='security.selinux\x00')
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$selinux_checkreqprot(0xffffffffffffff9c, &(0x7f0000003000)='/selinux/checkreqprot\x00', 0x448000, 0x0)
ioctl$sock_inet6_udp_SIOCINQ(r2, 0x541b, &(0x7f0000001000-0x1)=0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
process_vm_writev(0x0, &(0x7f000000e000)=[], 0x0, &(0x7f0000000000)=[{&(0x7f0000003000)=""/4096, 0x1000}, {&(0x7f000044b000-0xaa)=""/170, 0xaa}, {&(0x7f0000001000-0x30)=""/48, 0x30}, {&(0x7f0000001000-0x58)=""/88, 0x58}, {&(0x7f0000001000)=""/137, 0x89}, {&(0x7f0000004000-0x31)=""/49, 0x31}, {&(0x7f0000002000)=""/135, 0x87}], 0x7, 0x2000e000)

2018/01/27 16:22:40 executing program 2:
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$cuse(0xffffffffffffff9c, &(0x7f0000000000)='/dev/cuse\x00', 0x0, 0x0)
memfd_create(&(0x7f0000134000)='procmime_typ~\x00', 0x6)
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f0000f77000-0x4)=<r0=>0x0)
r1 = syz_open_procfs(r0, &(0x7f0000e95000-0x104)='stack\x00')
exit(0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
readv(r1, &(0x7f0000013000-0x40)=[{&(0x7f0000005000)=""/215, 0xd7}], 0x1)

2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xb2c000)=nil, 0xb2c000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b2c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = accept$packet(0xffffffffffffffff, 0x0, &(0x7f0000b2c000)=0x0)
r1 = openat(0xffffffffffffff9c, &(0x7f0000178000-0x8)='./file0\x00', 0x0, 0x148)
mmap(&(0x7f0000b2d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT(r1, 0xc0a85352, &(0x7f0000b2e000-0xb0)={{0x5cb3c31e, 0x10000}, 'port0\x00', 0x10, 0x402, 0x5f0, 0x2, 0x0, 0x10001, 0x7, 0x0, 0x4, 0x79, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
fcntl$getown(r0, 0x9)
r2 = socket$inet6(0xa, 0x1, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x100000d, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(0xffffffffffffffff, &(0x7f0000002000-0x51)="54f914a0d2c0692f424ebda9d0d59e51d8cfebca9650098bd2998b536de5ae4385432d1895ebc413d9889751d60264d2901cb0d1569dfac9249b61cd52e5f12a1c928c4bb573d18be7f79dfbfdff18b401", 0x51, 0x0, &(0x7f0000000000)={0xa, 0xffffffffffffffff, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xbb}, 0x0}, 0x1c)
mmap(&(0x7f0000b2d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b2d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_IPV6_IPSEC_POLICY(r2, 0x29, 0x22, &(0x7f0000b2e000-0xe8)={{{@in6=@mcast1={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, @in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, <r3=>0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in=@local={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in=@multicast1=0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000b2d000)=0xe8)
ioctl$sock_inet6_SIOCSIFADDR(r2, 0x8916, &(0x7f000061c000-0x18)={@mcast1={0xff, 0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}, 0x3ae, r3})
mmap(&(0x7f0000b2e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = syz_open_dev$sndpcmp(&(0x7f0000b2e000)='/dev/snd/pcmC#D#p\x00', 0xcd, 0x40380)
ioctl$KVM_KVMCLOCK_CTRL(r4, 0xaead)
bind$inet6(r2, &(0x7f0000002000-0x3)={0xa, 0xffffffffffffffff, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)

2018/01/27 16:22:40 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f00008e4000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000578000)='./file0\x00', 0x0)
lsetxattr(&(0x7f0000713000-0x8)='./file0\x00', &(0x7f0000fb0000-0x19)=@known='system.posix_acl_default\x00', &(0x7f000054b000-0x14)="0200000001000000000000000200000000000000", 0x14, 0x0)
socketpair$ipx(0x4, 0x2, 0x0, &(0x7f0000a39000)={<r0=>0x0, 0x0})
socketpair$inet_sctp(0x2, 0x5, 0x84, &(0x7f00001e3000-0x8)={<r1=>0x0, <r2=>0x0})
r3 = accept(r0, &(0x7f00008af000-0x1e)=@pppoe={0x0, 0x0, {0x0, @link_local={0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, @syzn={0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0}}}, &(0x7f000058b000)=0x1d)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r1, 0x84, 0x77, &(0x7f000037d000-0x8)={<r4=>0x0, 0x0, 0x0, []}, &(0x7f000066f000-0x4)=0x8)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r3, 0x84, 0x6c, &(0x7f0000391000-0x52)={<r5=>0x0, 0x4a, "89dbc1b33c6f40e0c13bac7f142903077789dbf04f94e9c180b237f2d30a42a8c9a5737fd4d5c23f9091f7b7d2f700f4432599910bd239ef67b2825735ecdd5a8ad70ba51968247ffba4"}, &(0x7f0000137000-0x4)=0x52)
getsockopt$inet_sctp6_SCTP_STATUS(r3, 0x84, 0xe, &(0x7f000087d000-0xb8)={<r6=>r4, 0x865c, 0x3, 0x101, 0x3, 0x8001, 0xd9a, 0x6, {r5, @in6={{0xa, 0x3, 0x46ce, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7f}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4, 0x4, 0xfdd7, 0x1ff, 0x7e6d}}, &(0x7f0000335000-0x4)=0xb8)
recvmmsg(r0, &(0x7f00000f4000-0x12c)=[{{&(0x7f000089e000-0x10)=@nfc={0x0, 0x0, 0x0, 0x0}, 0x10, &(0x7f0000fcf000-0x20)=[{&(0x7f000061d000-0x3e)=""/62, 0x3e}, {&(0x7f0000b44000-0xe8)=""/232, 0xe8}], 0x2, &(0x7f0000e11000-0xa8)=""/168, 0xa8, 0x8}, 0x2}, {{&(0x7f0000a67000-0x58)=@alg={0x0, ""/14, 0x0, 0x0, ""/64}, 0x58, &(0x7f0000bb9000)=[{&(0x7f0000d7c000-0xed)=""/237, 0xed}, {&(0x7f00006f8000-0xcc)=""/209, 0xd1}, {&(0x7f00004d3000-0x7b)=""/123, 0x7b}], 0x3, 0x0, 0x0, 0x8}, 0x0}, {{&(0x7f00003ce000)=@hci={0x0, 0x0, 0x0}, 0x6, &(0x7f0000c5b000)=[{&(0x7f0000312000)=""/154, 0x9a}, {&(0x7f0000837000-0xfb)=""/251, 0xfb}], 0x2, 0x0, 0x0, 0x6}, 0x8000}, {{&(0x7f0000f0c000)=@nfc={0x0, 0x0, 0x0, 0x0}, 0x10, &(0x7f00007d4000-0x10)=[{&(0x7f0000a6c000)=""/128, 0x80}], 0x1, &(0x7f00001d0000-0x26)=""/38, 0x26, 0xfffffffffffffffc}, 0x0}, {{&(0x7f0000b9a000)=@llc={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @broadcast=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, 0x10, &(0x7f0000f30000-0x20)=[{&(0x7f0000e2c000)=""/119, 0x77}, {&(0x7f00009d5000)=""/4096, 0x1000}], 0x2, &(0x7f00007c9000)=""/199, 0xc7, 0x400}, 0x4}], 0x5, 0x10000, &(0x7f0000a90000-0x10)={0x0, 0x1c9c380})
setsockopt$netlink_NETLINK_RX_RING(r3, 0x10e, 0x6, &(0x7f0000732000)={0x1ff, 0x3ff, 0x8, 0x7fff}, 0x10)
r7 = syz_open_dev$amidi(&(0x7f0000b25000)='/dev/amidi#\x00', 0xa9, 0x0)
ioctl$SNDRV_SEQ_IOCTL_CLIENT_ID(r7, 0x80045301, &(0x7f0000a36000-0x4)=0x0)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(r2, 0x84, 0x22, &(0x7f00009cc000)={0x1fffc000, 0x2, 0x6, 0x0, r6}, &(0x7f0000afe000)=0x10)

[   36.093149] audit: type=1400 audit(1517070160.112:20): avc:  denied  { set_context_mgr } for  pid=4953 comm="syz-executor5" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=binder permissive=1
[   36.116532] audit: type=1400 audit(1517070160.114:21): avc:  denied  { call } for  pid=4953 comm="syz-executor5" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=binder permissive=1
2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
capset(&(0x7f0000035000-0x8)={0x20080522, 0x0}, &(0x7f0000034000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r0 = accept$ax25(0xffffffffffffff9c, &(0x7f00008a3000-0x10)={0x0, {""/7}, 0x0}, &(0x7f000054e000)=0x10)
setsockopt$sock_void(r0, 0x1, 0x1b, 0x0, 0x0)
socket$inet_sctp(0x2, 0x3, 0x84)

[   36.164091] audit: type=1400 audit(1517070160.278:22): avc:  denied  { net_bind_service } for  pid=4984 comm="syz-executor3" capability=10  scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=cap_userns permissive=1
2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$evdev(&(0x7f0000001000)='/dev/input/event#\x00', 0x200000006, 0x80)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCGREP(r0, 0x80084503, &(0x7f0000006000-0xac)=""/172)
ioctl$EVIOCSMASK(r0, 0x40104593, &(0x7f0000005000)={0x0, 0x58, &(0x7f0000002000-0xb0)="6abb5de82b839dc56bfe48b2046f2b0b81ea3cdd3d01b8f5626397561118da79e6a9f1aeac7e1cd6a232b6c497d14e0b1bb23f952255e99e9330e9183a9a455f53cfa0f2f12f7725c13c57a3604eafc0468bf76a5d8c2b35"})

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0xfc1000)=nil, 0xfc1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sndpcmc(&(0x7f0000144000)='/dev/snd/pcmC#D#c\x00', 0x7, 0x400000)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = fcntl$getown(0xffffffffffffffff, 0x9)
r2 = openat$dsp(0xffffffffffffff9c, &(0x7f0000b56000-0x9)='/dev/dsp\x00', 0x200, 0x0)
ioctl$sock_FIOGETOWN(0xffffffffffffffff, 0x8903, &(0x7f0000ce9000)=<r3=>0x0)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(0xffffffffffffff9c, 0xc00c642d, &(0x7f0000fc2000-0xc)={0x0, 0x80000, <r4=>0xffffffffffffffff})
mmap(&(0x7f0000fc1000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = openat$dir(0xffffffffffffff9c, &(0x7f0000d78000)='./file0\x00', 0x80, 0x100)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = openat$dsp(0xffffffffffffff9c, &(0x7f0000fc1000)='/dev/dsp\x00', 0x600, 0x0)
ioctl$sock_SIOCGPGRP(0xffffffffffffff9c, 0x8904, &(0x7f0000fbe000)=<r7=>0x0)
r8 = gettid()
mmap(&(0x7f0000fc1000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r9 = gettid()
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r10 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000fc2000-0x11)='/dev/vga_arbiter\x00', 0x10000, 0x0)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r11 = getpgrp(0xffffffffffffffff)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(0xffffffffffffff9c, 0x1, 0x11, &(0x7f0000490000)={0x0, <r12=>0x0, 0x0}, &(0x7f0000fc2000-0x4)=0xc)
getgroups(0x5, &(0x7f0000bfd000-0x14)=[0xffffffffffffffff, <r13=>0x0, 0x0, 0xffffffffffffffff, 0x0])
sendmsg$netlink(r0, &(0x7f0000d17000-0x38)={0x0, 0x0, &(0x7f0000fc1000)=[{&(0x7f0000fc2000-0x18)={0x18, 0x16, 0x300, 0x3, 0x0, "", [@typed={0x8, 0x39, @void=""}]}, 0x18}, {&(0x7f0000fc2000-0x13cc)={0x13cc, 0x3b, 0x300, 0x1, 0x0, "", [@generic="dd8f27aa73c63e9ca037e02b24b48590144dbae24071bc57057bf15b854d3adc197026eea2fee3b592b4a550f6557bd3f2af5c02419b023930c8e00ca596e250e406132c5b6558d2309c97b1856baad57f1c0d9bca1288dead76ff768ab0d7ba30266843419f3dec08ed667e4de028ac4d4d5d08d166d38398800c697420d644fd41572956eade7587b4dbfac497090f12e211edccc2a7623bcb05b399ef20cb7f5b758672d19efa726e08c0cf45df1f730205e0a62f787f795a8ae40c71133e5fab33ed05375e19cb8da7af3bbd57507116dec7002a3265487d4688134b557add2bed17f16031a2e04ec13997ff", @generic="fe1e6814e51feb63e3391841e3560b8e0f228c2f5b24c386989361ad16cb04d094c13aa17ad28395f15d105863f6521a17214c5ca6a57d3a87583e07f1ff9d6c0d532dbde29a62aac0705da6f6156449c68eaefdf2211102bbf33cdf6e5a685fbc9bd5002b4ea449ef3034f931cb55f8f81c24e8f421c33d69f9c3bd8004953e69374a7836253c0c60368653f778105d98c40a209c0e648cf0aa7d30f21925377e8917f4793adf5415f2fcadd84fbcddb0398237d02df597de5694418ffe8b0488dbb73ec073cf003b0745", @nested={0x1074, 0x75, [@generic="53c795b54a1d006241dcb0115d005a481622f422f5ce178a43f112d044a2489e09de", @generic="2082d60102a68327511fb38d99eb12d65dec8d8464", @typed={0xc, 0x56, @u32=0x5}, @typed={0x18, 0x31, @ipv6=@ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @empty=0x0}}, @typed={0x1008, 0x6e, @binary="362adf363f32929e1c62fc664911a4d0048c26e180b1331c09ed28c7ca2c2008d200cae70666f4bcd328d23257bb0da50dc8ce057b5c38f886670f9c3ec7eedb291a55e97fc2dfa3b3db5d96a44c263e2ec57e10f75c1d056457da485cecb7f1b1b12ddbcecb6bc0ba9a05a622d63f2c6dfc4f141342fe2b4babe57c4c4b6a7becc7786857adced8ea4c0495c0afda6b9754e045194a2eb16ccc1c577bad7cbc67b955264c2e4afaaaef15a142ecc8fb2fbc3bb58c8f1b42ba6b329af0d2870f2310e68b2b04e1f99c30bdd477a6de14a4bd77b663e19fde4b8774772121c38dbc4e6931f1f6d0ef93640abad3e74a365064e54c24c95617ae60abe6130e7e14c8465a9b9c2d4979dba766f166aaceeb27bf3e2b8cba0fbe8c34535c98ecf1f2913d2325d1c67c313b71010de6b58f0342ea41ad3d11f504df60572d571a42a6386f75e5d17f2dccb9c109896fc25de0383a72b8e0d1dcf7c5ff38033b2286ae976dcd6f1094c92b599215bde3be9778610e5724f03314324f6897f7c734d9fb20a9dcbe6f7ba1bbc721ab10cbf09459ac20c0aa33ada6c7f40e34f8b683ec44645a126149ae8898e9b745537db8badcf3ed0d4c9f5d8ce2bfb40fb2afa779b8a5adec2dceb2c79acbd15facd4cf279d0220bdbedae7e292331f678e016d3ebd6a38fe06b4eee528ba03c635ebf122ff950171ec2d9f43b734ced373ea4e0a9dfde519306a252b98f35e7108e76e569536bc684f69b4b88c6bed78ab94af49d8c9ed01534b0e9010c132b77baeb79f7f8c7c4ffa82bd540096c7cc69ddc17b0fdc1dfbcca4a98c68aa8e154de1de3bd9c416b453bd357d0d3381f54e0fdda3930a1871b1ea736ff95ac1658115e0f28b3abd4e4e2143b1d2188159dfea03c769792bf55e8be5f0e85a219befb3d5d9e6c3efaf581ba7732822d6beead8bacbbe73010a3f6c135059a251a4d944ddc21b0ae36b09be67b4edf0c400a14034a96b8e20c8dc170a1d467dc45b3288eed4e6b5f5c1ff70cddd1345b14eabf83e4b13657b89156ca8bfccde37b4283ddcd9d5124b7d1851e39f51f5d75b42e367ad89b8ea27bd1b7799eda649701660b3493a59399ba6bf8567e60326f961db6f7e7aa51d4793544aae54bc29c2ef5173c3ed9541a46434ebeddc9835a9d99d72455ccdf6ae41f053ade765a081a05127f8cc73c26a1f95fbc03bc85575295b60f2041f1fb1518007af58b49a735cf9ddc8ca524844fd6cf931fc2dad1efe6e07d284c95de31f149d75ed44198e3f957a070a53bad9337080e9cf48b24ff20af67b125539d580d849742dea2b602dac369a04f8e5b9ea11490a1559da55e0fbcb8b5988d7527b9e87920d7f0581e35fd7ad0b7ae644b9102c3c6daf14bc226662e9f49091b3307b1188a534f0c1199c8d98f7342525bdc31370b4db13306aab2a213d3024acc6c6da7b89093a2ad8fb9d44a077c637c61ba75958a2b6fc20bdd96cefe746676a58871f33b763d3cd31030d809b63db227b36dce17324b7c45d90302e26944858531913a7df5f6b95cabf71da5d3ee2dbe0330ae1b638146cee5bc5f6b28df2d444c193b4993a5e5c97b1f528c0876f1a0539931a462c45070b43b592b8549c8f0bfd0af22ee529ccb50d865f01185865dd689e0bb411836c011189e3284f877eddfce8935d5eff31d145cf3f290a8c92b55556a7afe07a6f0a50caa51d6997a35e814264d7bf5c6bc0ee56c517d72573bf505aab8fd9e56ce7274126377044cf9e0014968f4a0470f74048ade340eacfd8ef3aaa7cf3db9ad3674b0bf93e6592d0136d120680ed74476d452b219b2d6a2e7ac86b4d09dc6b0da409d2c13fa24fd138edd71dfde8850e91c021e4a845d737369a65e4050ecb0c7c1672fc247948cb3b03ba19274cf5a03665427aa3ac993bf36b087e3ba24ffd77492ac585fcfd527a21b12b264f741f38951e2f4d33b25aaca797db929b3acc152c9b45081bc365b38d5043081c977bcf314ad35cb9d07af9d9a328d8bec63efa695355af5a48b88a5003ac36b1d594f9defca5926e1d799d37b1e9d3875a91c349ef5edb5b0d9a65ad0b42223c744dd31b1dee6167049d8f7d7012f5bdca7293721f23faf63a11343d9fc51d187ae6ee3195e110a3b44f88cf5d49df3d0e6672539ee6b9c0c2184d1d24d6dc2087d16d6c44f1b32976dbdb29c6ed5b61e83fd3c7ce037416cbf2c1874871cfed3c42bbb083b806f8b27b0da69debd91f4ee7f88651b398d9c1e9bfdbcf55a61eab58a4744b9721e13c5c3befdece4a92f81fc2739567276a7273b77c7543a9139dec4118c0f0fc4c17a4acd3c36728470c4d8c277c6497b78c397adf5efbae60cd3dd996c7ff212a96fa41950174fbcc7927acfd57de1bb50cea8ea0b903946d8885b0d5c792388a3b7cc36c073cc0a2a03159ef908a9867b3de0d52d1eb482f1f0c87ec0a76cdf660462e7ff437872a48b70265d4728af07301a882ab553cc172d8f9f373387c60d4a3b040f2b0498a1a8b6fd159e4688f81b1381c2dbb48100e5436b27ca9734c76176ef5cc05504b2bd89c138aae895787f71e4000864ac722d69699dfa529e8d61c4d6c1721563bd46384e2e8f4fcd597b290a435e7f049178e30a66a919d67b2b0246a58c23141f213a4b06e89fdb4b24fc94ef55fbbbeda6665ed9530949299ed3b23c97e1f142142f614da00924b1d509283f0c150ad559e0ead0c25aa6feec2d4dfc4640a7a6c49544b92ec786af5d1fdfcae29c1f06daf8cee77fb8bb4f1ff56971ef4a5e36a00cfda9a4d8f35ddb59d74972e8b34c2d9c6781fddbe4ac15f86a52d648782fc353823321292915b14d47ec3fc541ea517e84d38312b5b6b6cda4cab831402006d424c492392c4185ff3b4ec28621e1e136a6c77ec5285081ee8e9050043a3a2d29e2511570480e6dcc57937ee41c499fef3b901eb158df517758f53f5431439b649b6bdd99c63f90a59ec31353ad121c29419c3f998b1251f82eeed1425feb08ae1cf8c23525f7fffce484034e3b812607fe8a121b373908d79903b51c0a4feae2e33f1094760845a758494996c5b57dcf27acce0f845c72bf7306fcae19e954e255f61a5fe6c59ae9ea4356a83b5d210be9fe3b4cdb4c630c1dccaf9bcb90f2f2322559e66fd28a97bcbdac80842d0ac1990ca969aa7da8a8961dcc07598824e0043ddb7954a843b3fe5a0dcc454c0d5cc0023543d288b9da9d6f3bec9ce455115402c53e63846f90c934f3ff09d87b1420adf81adcd41dccbfaf0acca034f7803faf60f5306641570bad54e2f62af2abea89cdf4e65c7145bb9b1be188a7c9b63c72b8bdc888f9e9920e58fb7b6ed32a9bdee393a7106aa4b4b9d7bbf545d9194eefd2c8819625e3bafa936253352e73c5e78ff6fc977eef49a4d91800e91af7309972b783b6bafce7a168518e37a95470dd91af11e7cd2c78ca5ebd440bfdbbedb6ec9b690f857cf2c175f14f82dc5f58ff0fe0cb11c7d18f66766ac76c877c02c29e0698004907eb63b86b79620741db953ea30ffea64cc454afadc2984c7c0f3905de2b8f76c0e7a222c6dcb3690fc0d698826840d581b0449aa56319e14205eec9bbe32fa899958ffb4ae377ed2408d3bb708d8379c912b87f5235b9d578bdc576fb68b83df5163287ce08ddc16f022d8b4591566eaba9e1f5cd12b98e84df1bb2e70a9799b921fb506ddbea265e99bf857e747f469ea45a3f991b8242f7ff3e081fe52d0fa5e3774ff99dd67c7fe0bda50b190384b4841afedd9c805f00c4db67d8055a53c672c898f56190c856874f5acb96d52e03e21705a9a5299c44b04e7767eeb29d6bef9c1dfbcf50254f482d4067adcaf7a46bc413c5ec5820f9481b2425e8cb0ebc5592b4a1fbfd6485f624ddd54f90d7e20ba08fc2ab6444ea80fc29b4bb5595fe861deb656330677418dd489a2a9e3ee9c7d4403cb021a5cf05db268f47f32abfd506ecd5f29425cb30413ba508563bb656451bb6ebe67a1f4962ca1b53181b3686cf38f37f407b7e75573f11690150d402d239d1463dcdd5acdd96dffde51a6cf5b7be4b0910164e97145f857fc46237285dd7fd4220fb7a516efdf8f2d4101fd3a849496196966395f748e4f3f2f9cf54fe33f02e9566ac1f51b2e5616a6a8051d8fdf5089f2c499a92c04e2476900f519eba21ad2b56f4d9400d135480bec0123b02811878443813a3e21e7859574225b74803319879742f1ae5c20dd3aea29eff26770b1acbf6d0d81220cd57aa58613ebac58b06e4a51f68dc618c0a9dcf8364020e0a54b8c5b8229b4b9c78720eb8d4cb3f7150fc452b0568a199a01b21bb4dd59fcf8c80febe15bbf1911fc4ba264b71b4327a10389dde47d3a5415e272a1ea09528e33845a47805ca19f964df9b366d0b9bcbbc7ab77b256a90dfd2387635a91694bf4d8eac35500f20c376caa1905d2154ea622c3d50c042b5185df7b713a8cb652f55045e0cdf8b7c7cad22d8530a8ef3470f54391ce2b19d31f80ff1dcbc4ccdfff468d99aa7543bc0161472479600be87240b654d79dad5ce3fc1fab1fc860bc389f0b46ece71929b2f631a51c42e035b7043661bb3c74b87ff3ab965b0d5e9be085a21d4260ed5828822bd9ddcc2f76a1b80c248a0278b111e2d20fa341c66536d7bf46a347346ba1e7fd6991da727969979142f8a89fe29d4619ac6d08a9fa69034626b7d166c814476f5df13c1e7e085c919e24b94cc9fcc2a5ceafd6da196f0166d7ba397748d3359d7a9e15bf97dcdb941de3cc12faff7eaed86abc04bf34fd557f0155008dfc9aa1cc67259383a7e4359d2c497f24b834bd19e665fc58ab5a26d68f5c898f0dea44cd2da84a1df4e9e671828229397b323e2115679cf7eb584ab682e4bc2fe060ad23bbdf28a8bc5a146607a9539462d1bcc2092af20c4c5bb1fc4d2e99f47f5582fd2af3eb7074ddb5fa257b145b2baf31b639b35b4a9bf063aaf00b7ca35474428fd55ef6b405a17bbe4b987693002e9fbbb82d55223b3b6239286d49e1b206fcbdb2bd147bd4836bbf18d88f3f58a20bae91a262f7bcead1cf63e02e3456c0a28e2da1213091acf5f583d7afa1b33e3761c462edca3e756a12c1308ec76f82d6907a08874864c1f8f49dd2fa2024cc6cdd9b7eba0b23385ebdd19c939a1beb0cfb8b61d2138486adab0a1aef023f174f7f25631d5b9293c6915c455b7c705b997434298d9d5b34370b54cab19f72808c2fd680377ea24f3167ce2322bf8674e5a5f1ce2458bf96d0fd0d2cf1ba5367c308b4242a1c80a71d6967f9b68a010ceac2941e79982e0f30be0079801ed4fbc7bc89e146e0c0b9be83f3dd43de2e5935615e29e7cc3fdf8131d50ade9b2354920d54a13df6fa933b25338f5577f54853191bc415c762f19039d6d6c92dded1b11b8612794c1be0c958a731024236894727f072d71afbf34c8d0cd899ad280256fd9b8b3c02b634c93755702fd723df17152df4d88f834a9af51439e1a0aa419279d2406dbd1f23089b3bd13e9b072135fdb80df723a3b57b5766707f31e035987a03345b3c17cbad647d70e30449ae7441bb44e225b82332ea4aa90f573f1529484b0e43fd9ec10cf145cb1285d40ffa2a449617135a366c1433e01e223e354d5062f58e58561416d1520db9ee54f4342a2d48a8d101b6444ab3e71e6fbfbe26d127917724f255e6c01b8a098e0918c8f565d4ff3acaa72a40061c16be116d7a4ac9fb20d3258a9604159239befcd1784eed7c4afa500ff942cf"}, @typed={0xc, 0x6d, @pid=r1}, @generic=""]}, @typed={0xc, 0x13, @fd=r2}, @generic="3c98897bee226b912b5b924042a332f215d0cb043006c39ad042831613cae584c3625e1b93a7a6ff4436e7bc42418be32074cb11963d12d0c69f1b04b40e7484de3894a5d6f182c3c51b2565ece80dc0313c2c129742811039a3a80f209b2336f31ad9707eda15a6a450d256a8be96b5a9c43feb365141ec95a8fea23b4cb8f43eb1c77a3a0d4b30d8b1340912df04c020ec420ff906a473598d4ba43a", @generic="a18f0f638eca58325afbb42ed2592a603a8acd297b0e96479f759c53a289fb0ef86429dc9d32f7126c18ed54df69f688a331074c8c26bfd92d731798cba16e79613b851225c433", @generic="bca6ff7253d2ee57e88f9f454b1d59bd555244a7e853cdcd179aba8727c89faac319fc528c8f734776259f43b579e5cd99893bd5df5726a42542fa7859dcb694584b78055a1f5b9a2c8cf96558c18557b033d7220be38a52760d481f853ac138773500a75b0191b7d142ced8487f5f5157281c20b24515a26b0435", @typed={0xc, 0x18, @pid=r3}, @typed={0xc, 0x84, @u32=0x1000}, @typed={0xc, 0x12, @fd=r4}]}, 0x13cc}, {&(0x7f0000343000)={0x578, 0x23, 0x400, 0x1, 0x1, "", [@nested={0x220, 0xf, [@generic="cd94651ca5069d52fd8a08c08b358cb0add9f61042d9834b1bd37f477562a746abf47fc7dbb0ebf6a0815aea07751be99a81e6b82d4859f5d1e3ea049b31f2e099555814ed78617699b80d40832ebd901debd2285aeae4d5ac270271919bcb963e87e891a50580342171bb0466621793da4acf2127adc9dd8bac83b520c565bb6e8df33887cc6576105a3435d0f7da9f5da7fdfab746dfa4ffaf6006160df5ea3f5e4598991a32bf653a6a73dbf2919acc", @generic="15e1a79b0af9112adac1438f0278eff97ba9478f21c0bfb0c55fa100d101afe8a6bc8d981806294ddec0a85530ba75a647ef5407eade346be05a72f9592e9ebea56ba36688dbb8b489d7ad900d80948acc6cbb1d40b84b98f150bfe770634a0fe1e4f2d4a33f779e698ad8c7fd65cd34c20954bd59660358f9a96bb925afb49fb41dbfe4fc45f5b4785219564e61c887483cabe8bf291645005060c53ac4b5939ebaa2dc842f00acb520815f1a18facb8d83c78108a33a6e8a7fefab0035108bc2ad510d5be04b", @generic="fbe23449c3305cadc0eea1be202431dc6c642dc25fe290705b04bb5b788df3264a1e4645fbcac8cee0992c2678ffb0d927f23ccceeb9df1040d2031ab35040747ccc70aba5396c3a23a11364d6c8be320cbc955d984b93a73641f47a82450776937822dce4393a1cc9d5b89d41ea8655f5a8fd8cbc065d183123df325e93", @typed={0x18, 0x59, @ipv6=@mcast2={0xff, 0x2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}}, @typed={0xc, 0x1a, @ipv4=@dev={0xac, 0x14, 0x0, 0x14}}]}, @typed={0xc, 0x2c, @fd=r5}, @nested={0x90, 0x77, [@generic="97b318f2308464188d772b2452e8c377b4e5135ad2e7a24e8db4ca94ae3f022d59a0e05b993c0da0678def8ce242d12e3810293ca410cee25488ebafd031c59a9f80fceb3bada3f28fb5cb525e936795631a01f078b6a291d18cc3bc5523bd05b985d64d5bf2e6f4bdc89bfcbbb0b6670a196e55b5aca48dc12e98099a7c6f6679245d94bf60456143be1f1a"]}, @nested={0x54, 0x3a, [@generic="971af68d23ee7a4989961f17f81d469c29af533ce215f1201fd79c7f19c1c98518a457f87b3f3507422456218fd8975d4aa639864fd34fdc2dd3899407ab7ad2ef0d4cb8259511b9eb3c1489fe"]}, @nested={0x1f4, 0x8, [@typed={0x18, 0x5f, @ipv6=@mcast1={0xff, 0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}}, @generic="5fddd82d6abc1837faed8d626b0c93d8ff74ba3571bd5dd3ebedf3462bb4fc0078d0f7486fdfc68e04e307d84cbce46d277390a4b0c2408c10b0dfdf2c5916bb0ace940645eb46f9ce274858e0e4593cebeb4a5420b109fa929f38846943a477e9b5f72ca24a2c249e62bbe8d1c30cb5e8f7ca6f197507fdce6b24bd75511c3d10d18004e4fcd87c2eac31fb9c238989276f9b8ab02041106da0428ea69698ad3a3d9fda70297aa824b96d6dbc4bd2f9881b3da96b278f72fdd8a215b7a37a87015c371cea9f6a60b3edf0fd1854301f6e7c01f5fb03666162dbb1119ae7ae021c43fa826740c4b8a9bf", @generic="cc7fc5e22a6f5136d0bbbf3f4c8119e36583b797d28e1b9c5b59c2ee35742d40fdb1d2935c699534c7d54a5ad920ebf6284516661a802ee9d2cecdacc8d0653d0db90b417414902826a8ac64e3914e9cca6cc5a2dbab26e03ba6ff713ddb5cfb6e63c3d9c292093028de49a9fc27749146ea74c8829f624750356d131f1763a8bc2b68ef9d9b0a867531cf732c16867c7f030fe24298abcbb3b1149d36f914495893ee6b49e1a941890ca75e83351caa6d544f24c6ef98", @typed={0xc, 0x88, @fd=r6}, @typed={0x10, 0x49, @u64=0x0}, @generic="7667baa13d11725330ee0b76a671a04c0fee741c8806b2d1a0"]}, @typed={0xc, 0x3, @str='\x00'}, @typed={0x58, 0x80, @binary="76dc68f657f89f45f06d402cb405714dc9d906dc76316d204899a8b7f265b71c741a8b734d18843879f1079a9f8eeb5657aee1b824c7257c771865434754b77eda79487fb7ddb2f6334e1dfa5f51a5"}, @generic=""]}, 0x578}, {&(0x7f0000fc1000)={0x148c, 0x30, 0x30c, 0x0, 0x1, "", [@generic="60d837365e9281241eeae883b81020a424205b06664217a4bca439e7e60bea4d0335b37a04634361ed2a8273e7486d0c3fc1c57c16256d5f149ebcff5026958882dbcfa7db160104a9403b6e1b0f497fe660853c80bf50867c13b63acbfaebf70d7f7ef5de18f436c75788cab2ba88fec3e8e28b77178f2eaf64026e105aa24a1c7abb1f70b8ab903cf80f21725180cbcbd14c05344167c4fb7af4f80ef3f0c9f79a95d6631344723f78887dd51f2c01c0c6b2a8f12dd4e7a849f5dfd3dc05227d28087b71656db558e86d09909a9252b8b98993c9bfaed47f935b5fc5af947b37833926286fa931bb15798c4c96216071644d36156554de7780ee05f4da26bc9b44574b8bd3506aaaec1f0a4724c49b93bbb2582254bac63a850469b2a2e3ee72d1e92b6ca350d1b0fd194d780e3192fa671944c8a12daf2690052d9ac784130cb1fea1d91194d022ed604e09804f74d22bd7f61c6d5dec7871c3dad162607eedf9809c9f297c7bee6cb15144526f1cc781ab947c5b97f745aa9a20757e6e3a13611edb9fc170231c1bade31851e4aff27bfdf13b1b2500df60bfffb9e83d4eb1cfcea212154691c53e194c9ad9dcd0e63190dc078c25b2023ebb2a90cce64578278154e603a0281896556b86457c51316b9d240478183e55ded00f691a55f6fe7b5f2464f40ced8ad8c7de2615ff0a579f79901fc7b49a9efb422d91bee4ea3a7841c36783869c772038e16babf79bd726b7a5640f0cca5cb287be98337b1c497573d61f48d131de9fc94cbd6921be68ba51a1091e998420cdf8799f1dc05692ae639b33236217cb9e6943f9fea0d936e30f91f492eaed93c3a0504bcec9af4d096235889d917bd660f57cebf106859f4800e6dfb7ce39202853975c2f9f73527bfbb0f7bfbc8522c71e8169e28aaefcd9dd34010c2184c1d81bfe0aadda678ac123d9073d1fcf411acfda0f036723ae360b4e62629bc3a57b78e44685d1ea4f64266ff4fbc3ec0a8a096ee519caaa2d5ab3f96b7631508c1a0465c6289099cbed8a0dddb008543765004260e9e621c74b809365ccb908687ed1d5d117dff6a5ed75dda36339f3122779174dbdbfa4b1ec2032f03c6a2ee66d000bbd70ce74c4e0a2280bd2c565b3c9bb17592a8634d6d3093c95cd1c50c53afe8ffc51e55942a2e17910b34f559a9a59450fc07d31bbdfe579008702d997baa45e1e20ba3b1d8d2e9a6545fc95d9b3cde87510695c6aff61858a4363cc01dacaa71ecee0795788736d8a2f897e363976cba58ec19adb6cbfc451256ee31527f5b949edf6965ffa7ab74695dd43722227247e5a22ac9361b83f466429974004f5a03c7082541d2fd2ab78dfde8a2f56cdbd36b6a2996bfbf9a2ca8cf30897a4aa7eec5354dd0b4c3652badc994e6b3afe1cb7abd78215c9dec62903b1e8b5f665ba2b9d3797f195ee93a9ab5e7f4681cb6baeade8c52835ca7d6ac9163b32ce510ae3340337cb32400735916483c53bd986513ac2ffe06104a7a123111a4483d82432af2085af35f76d31a2bba7298c1825a4fb5c3df8bc320141c54dee51dcc7eb03f3abb7a9fca34cfc87247afacf9b0f0a16bc9162d53393aa721059476171651cf12db2d2ded680cd5b74426bca278711408d4934a8297d8c24b4a94c2fb215e865e554493f07f2e8b33c3a817e6beeb7eac72c796f8c6e4931827107127273f347096fb5f69740dcd8e0fff83680e09243f6219c1e15b1624718feb282ed2aecd62af51467abf162861115cfb6261361770150b7e981375fdb605b27873808ca9113614438a2e50349d2f20285d074bd92c1e6cefde451f5446e03fbbf6612f18097372a4fa5be782db621c63b3d3623aede30927f2bac7d67e1f19dc9a19fafe1d48dec6a6fe257a978487f44c6390d18d0e8d030c95c3aebaa2426fa62e93c83f2022b6e99d6657bb96015caf415a8c2975ca4ca2e948867b60be7fbdb5980d88b807105fe3f6670d7c3220278ca90a2250385db1a6c4eeaac3a7c6a5923d9f699cfeb16223a30dc794e43a574c1d56697a0342eb8087aea8dd4f425dd8a0f7225e5baa80af2b446c65c24d4fae8845da4746f177c21833fa5e2dac3dd9faf73bc4daa108ba0e1ecc64f37284e93b9ae700561d32bfd17d06a263dc46f6f01570e614b31a0c7cc3d1fd37d4eabb763ec3da6c3fc77e94a2de013f7f7250ce53fe6df15a0a85d30d3ce9e5ac87c9dc89419033323f26f4a6c354dc671ba298a788cea7cc8d1e68816b54d2c9be6584b8663e956ca3198e609912e3ee4fef1d745b0c27ebfc37208996af0a5f166119724491a37f5ec049f7cb6ec2e67d4d749acfa638fe4d16425edea7b46c0812c9442d76be176ac9f63778a1c46fb27aa7ab027d4387d494c0e0a91d6c79590fe1e3633928b1e1763007dcacb2b0b9177b5801e419cd77bb58f9f6588a49035e7a0cb0388bbee3cb565c49f0dbd953a16d9b110765345984a7df88211ad024aefe03cbcf1f6d48d18c49595127eea3d37f99e02ba4468c614b1540aeba5a8b3275ac98487d0d7a0eaf94fae26e5f0c29eff6d5cf39d5a3d54c22b2cd94978d8b84fdb6183fd2b520ba448d2812148f36973f38a2d6adf1554f65c810503ed851ba18cc843d3fd0031c2e971dcd465a4b1ea5ee8a721f9b034e2b8fc94b30e59bc83982b7ebf6311b9b6769c65b00c0358912f5c7369dcb36431569e7d276b9ef88628dc8de2bb904ecb06de8745e860300d68d0c3d651590449dbbf0a600d3535c34a99f80501d98337b82eb7d1297ecd8211385e0125f47ddeb9dde0951f213a3a4dddc20bcb6b041c46ab4c837feab6bf2c4b758db92da2253d87c2103660cab9feb495516db1e6342a33fe7b062523e5790ba707180ebdf43de4d8b8f2ac139d903e36e8fd7041fe3f28ff118333c2997fae3e30daca5431bfacd2fae0d846fba3e1cb0b197cc194670d079c2718872b0c290b9389cb33f76b970aaa6fdcad17e4f8eb0195dc2c246083bec9735d8673afed137474c5cc6ee1bcee2b7f1c079e2705aca499e3fb62c3ccf38bd91b3ffc6a77401f68c0418c8515f72d2da9ccedab3290975b4cfed167a364eee295287112125955b4a1196581530b232c40abb77151278e07ea3f0eda09feef5fff0c7a730d17b8c974e11ca1a9d4a9373a16f1cb2b7053ed2994f995a50c476af76ae634b06ca7dd3090f106c1f20d05ab7ef997972dec3959901aaf59cebe38e1da7be1d3ed139ab9c0f0c500fa930c054459190b97c51f7b0e3abe080fe449696194bcd1db0e63b200e163c7cc8f466ad48e9c08692c6c8f2f19d1cd6a6835f7b2f80b193410a363fab91678ba09e716f8c3e8fd1fe020a18fc98d7d16f4e7a6d54b199e3d54c8a98e812f4b29677d9ab74ff737beeb155fbe1c1d08a2deee1e1b75fa1ba206e1eda5268f9c166c64916a1a5ded756c7173658a5f07363f21961dbf77d89c6facaf425a526ca75173fd36b43955e65755e56402d75e2770c8de2a0a9f1973213e3cccf80a6ebc0d491c83a5a5f1cc7ac9822a58b9065ae0ac90cb454e3e954d07525bea9712cd77e5637d93c2c29327372bfc97d08e07da6d35b9e7c95a6d7e463ea26cdababadbf36da42514d9d9efec1ef0791f7dd12412d9875592770dbcba9c5ac8189f9e2e0583a4ae717edda67a67ce468cb04b4c79fc2a00da1295235a0fb56ca093dea0c9ffb0b1aca16ba2c28a9724ed15f4c12f0bfc72cf8f0537eede95cdae653608a0fa44668a50873ac509a8cda92e5dac9a3f3336fe366798b66a917ec8ef0382b7341abf56c626bb83a2810d3396393e84ebbd77436980fe37a56bd02269b1a51bcfad01b862da324bd9d4a2dd11361baefa71e6a24dca5b1c225445bfc689a78cd07c520f4bbd0d043a9e8fc4fefa96288818ed1de611343b0a0eb06db0348789787d7778ded6f0990523c28efc01af0d0ed48fa61c1747c951917debdbb2331a19ed2a38f1e97569854c7d76d8a919da00e717322c91a263ce3b9122f326095e29cb528102cbfae64f96ef6d24e609257069d95fde25bad60b59d5087ebd50f8f7f5c19807ffcf7deb2964c56e521681a47a91859ab5065c837b5d25e7a800c67365157d675524b3fd1854d6bd4a7f72018f0037655eeaecc5eb0c9576bda3166eced03e6763d428e583624c3358387a692d26d98bd7ca1e7e5c9886eea021557daea5746249a1a0c76ff84e385d984cf11ac7a0f5b7a2dcd95a03ee0778b3b5654a681d6039dfbbdb3f714e61a577c5a845776eb1529ffaaa602d2cda6a5e2793a376da925282a8a0956eb8a3f0551da738f44f154d82a0db60762e364e74ad44c30ee58c736d2d2d5468db124c7a1145248d43ac1228b1357d56ec32e6f2355da58c09ffa75b248e27f4977dd3d3992a6f1a91164fd34d41392e023b9bcc6da3032c9bf2055de6d2a229640f582b86b1debf1b0586450d1f57031f7f4a468326ca8f6b5e89a1244dfc9adbf60bbbda4ec9f78d8b2410c10dc631f475ec4f0316b0007f150cd852bb0c78bde0c337a0406ea8e3d48bbde3dd5223f62ad422372b1bdac8442e9954b6a249ad7ab0cf2c51ef7e357a9a387f36941d5e8441fe939157a51827307cac85a704314bb312f3e89c489e84f9f04a4c5a086151e45cace0679c3d946dd6427cb894c46518ef49e50ae7df5b9189271371b8d769490c24cba9f0572a48995c747e3e876551fc6f1e2a655cafe890908173132e65bad94b8e9733d801b917624fc44255e6c90e7b4e4bc3721a33e266333e94a5cb045d4b17a1e7f96707e8d87003c82b04eaa9db4132a948b33acfaf77508d051643734573dc17b0057aefca5a9dcddcc89925466a3efdbbfd00ec705fde1f8d01ff6ae4a6a04af959850a5f58fd3355db7e11bf6df00fdea5cfe3e4ab9114f67b30bb2f950206afe2a308a80d421892484055c6b2bda0747d4a8a1dcf13c831557b764391676de58b9e4d36988b6bdba803b4ff22928f0b77121c4197923c7befefca81c1b9dbb0015821d6cdaea63bba895fc6d9064028155f8b549e143e8264876d6cf88a7f4a29fc3151970cbff0350296fd3f9349e60ecd2573b7786d45ff180662b98747c6968fa46cd0f3c175d3dd7f81900505e42ba0b4c2c27df01dbf45f0a21ec42555c59ddc83fba1f63896212104840cf1fd47eaa8c438e632fe797997ed9e501836bc2067fd03df2ca0519155b8690020c4c32d2c2448b18900c2bbcf83ecf747fc6358257a9754769c60d4999454c03261482cd24b9986006ff1a7ebb5c2998b02e403b5b686d5f5244fa6b76d0d541e0c3627b128ff106198dd8ec47c914128fefd1f6ed71969eebe3d1156c50d88f4f8099b605afcc97fe0c7f707cbb02311a4175065d84d104f1d3e268f0bf0699cb03cbf3cff28f0a4d10fdcc18ae1b4ce8556aeb342f7e8c1b93234b3bf5c77c0fae4627c68e6b46a433233962754e4ab71168a79aa1abbaab9f8120cefff0226ccbf86d9f0c6d85512592f895fe92d439a5102e2307b57415635af8fd6ad05a381e74ec5eff4b3786082a246edad74631b45e0461d43776e975076e8b61804acc81f4db1e970160d915a2adde3509dd9217ddb8f7be98b0670c9d1361dceb069623045be58b92cf942a0be20b0363bb999683105434f61b104599a832de86ce23e3cb4b22c0714db0c67c3ec2a492505238726f20cc5cded2a3202d52eba8efd26ffea8fceb638f6f0bea8f6fc6657814d7e14fab857301e5a5ed9b774bbbf02b774fb", @typed={0x18, 0x94, @ipv6=@ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @empty=0x0}}, @typed={0xc, 0x12, @pid=r7}, @generic="56bf1a1734a9784526c95c4b98319814f3518f1347e632b9b9e3f0228433cc113d573799a8c293cda9dab32825e15ca69f6d140f9cb8f663662a5558f9dd568145b9daa5dda31c88612d4fcd7e19a05cfcb4a4ad62189f8680f75a72e96a54fe95b0bc6db057d8a23d5fca4358c3b981dd318ce16edaac6de9568105c1329d52f8d9", @generic="ba7354e1f4062e000cc9baf9b0658f64c2c2a4bd2838008310f53d2a81602a7df187217e00a39f5fa4b1b60c33b52d9dbc7c552b69eac950b34b3bbd4ecdafe50185c226028b607e246427222dd457c5583d4abc98b9ca7a515f943e589f0f014a8e7a0d46c2e7bb29b1bae75f865671056763792b0350a6066c675aa3d9607bd6e134b56f80256b3eb9e5eb447e58298b6f85cd1bc266e7f88c95de7231560b4fb2e3dccb870772e90b1a218d7475c038ce833745", @typed={0x68, 0x83, @binary="43d81734b0ac07ad1f4d6a06720dda916378ff2127342ffa81861166f8d7e1f840f36b2b6970fd62156fb93f6ab580bc46d7a5632c8ac931b3805a3244e611f83a969b2df1d307a46219a93930de754490215a8576ed7dc5fcbd6d7210"}, @nested={0x1c8, 0x59, [@generic="2d39b59819b0a066a89f262ac8c2ec118d21cc1ac40f587ba0ccf2048a68a4df2f34c6c4be97811b1f54728f65bca63d7c1e531c707415e6097386753121fb7f94aef5f05cf9aa857776e6f085fe9b6d56b9cfc26bed1a5d2fb0897f4e8b769812313448cd0b6250059cc2b2958010fa0d701de2353d001f87d5dd4f69407ae2b0e4c6fdcc9030c2c36da3df83fb03a6fa757c2858c26f155ddb7a51c4df344fab22c61b3050898ed08a5a40807f8dd32f750d841ea7b652d689425c6dc065c80f74d7a17a40be14b1f9", @typed={0xc, 0x36, @pid=r8}, @typed={0xc, 0x93, @u32=0xfffffffffffffff8}, @generic="9e075ca0c1f085ebb15e25a8d283df0e8292cdf14eaa53f4061e21f87212207200d131306774932de835c8c3ea7106c9087908e5fff16d2085a5926b5359fb33ea05e9892374094c9a4231280e6e8a7451f570004978be65c86ff776ceb8acd437d88bc69bbf75b532f1bdbf30561bdaeb32a6f576898fe4a24c2363ec84f009aa96b35b1a73499e3ec1d4d08002f7b20ce8132b9e4e1314a474212f9ef139fb953d6a436d9619e392da76ef3c660ccedabe3cd1b465c63e25b561e1d4027fc9c7d679d7067ea26ae5a0b606c69f7bac276bc385fadb65ebbe47b81aba8bdd47"]}, @generic="a3a504c355b8f25dede708f8858f70f78ec55e63c0d6afe396e03b66994b4697c2353d4873b34caa70962c922d3de2df73d5719c8d98d1ac8faf4590b99fe50acc1375de82ee88a4335f6ae9016b40c49d5cd0e4908ffea48203542686854f51ae492c7b37523925ed9d973f0c2c249b84b6144811f0fd5bda623f4d00b9e116ca86bf653c2ac52d65e9dfa0de80e748a4e7df3d567f602a72574907bc4093d1cd203f4b7bf6306df07db19448844a63a65fa5dbed7e6ef69a943f9979ce2b3d85bb030aba522192754c0e664fe29fb1f0b99fb8156226", @typed={0x18, 0x55, @ipv6=@loopback={0x0, 0x1}}]}, 0x148c}, {&(0x7f00000e3000-0x2d0)={0x2d0, 0x25, 0xa00, 0x6, 0x1, "", [@nested={0x114, 0x42, [@typed={0xc, 0x93, @ipv4=@multicast2=0xe0000002}, @generic="c8dd67bafbb4f30e453d3769d624eab398284853dd9a6d485a6667d12560be38fdd6afa8211214f91d7cc25f6f708bc77d1bbc0d6c3ab355f02a60c747b914cded470c756f4c288136444bfdfd7cd4daaba7151d3a9cf8aabe885904516b73dc679e9a103f0407d57ee75d2b8c135bdf77de1488c55c753c00fa6f16a52e5e414dcf9286d36575dab36c5a4cbea0780a52a1b0b117b0187a0c268c482314e35d120f354979d1be8e60d121899bc14a78e57e4d6dd4871b69f17530af9605091eb3ea6e3e2c86fd7a68d32a4998612ef9e39d276d654cb02f54ea0620e6b9c2fb734be8fa48aaad511e07add0df5ab494", @typed={0xc, 0x10, @u32=0x101}, @typed={0x8, 0x3, @void=""}]}, @nested={0x18c, 0x1a, [@generic="0df1d718ad59128af78173e6852492003386801cc8b3fa623e02c5ac297f2891b663021d796536100773a4877f9366151941af7219e20245f115206de3191451ecd6ee36a9ebe484cc603a", @typed={0xc, 0x6d, @pid=r9}, @generic="d2744250493134079c2340ed0cb5c0f4fc9acd11c998cc1ba65473eefbecb49d52e7db545da1f5ff7f1e0b620cbde1754e", @generic="0a9c2530ca26680ae3985e87f8c3fe3ac6b20b47763958898511a3e9f28b9b647ae2738c8af844561f6ccc8409b34663b6939857af8240ced8638570124d2ced86d44b30923d03cab7b4debac769eaf9cd15371bc15c0c49dccee59382b246528d71b7d1725c9187bf15e3049513aade06f6227d7d48642f85cefdccc2b708032254fea11939abeaaed5c51aa8e6cc649432fd8af8583a52d729bd342cd67d9acf67faef64b4cabbe571d08f05cbf6708f277a29f0dff30ecf7cda68980c2296290d580dcdd5971df4a88df5a7194755c3d2675e9d5969a3b0255b0544e66d5fcc0c91a37827eabd09c8c32c2eb0efbe3c2a5f14d5bb216136086124ea"]}, @typed={0xc, 0x2e, @fd=r10}, @nested={0x14, 0x6b, [@typed={0x10, 0x70, @u64=0x9}]}]}, 0x2d0}, {&(0x7f0000244000)={0x1c, 0x20, 0x100, 0x2, 0x1, "", [@typed={0xc, 0xb, @str='\x00'}]}, 0x1c}], 0x6, &(0x7f0000b6b000-0x20)=[@cred={0x20, 0x1, 0x2, r11, r12, r13}], 0x20, 0x40000c1}, 0x24040094)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r14 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000fc1000)='/dev/rfkill\x00', 0x0, 0x0)
mmap(&(0x7f0000fc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCGABS0(r14, 0x80184540, &(0x7f0000fc1000)=""/242)
r15 = syz_open_dev$evdev(&(0x7f0000fc0000)='/dev/input/event#\x00', 0x0, 0x0)
ioctl$EVIOCSMASK(r15, 0x40104593, &(0x7f0000915000-0x10)={0x0, 0x0, &(0x7f0000fb2000)=""})
ioctl$EVIOCGMASK(r15, 0x80104592, &(0x7f0000dd5000)={0x0, 0x0, &(0x7f0000fb8000-0x2)=""})

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0xff6000)=nil, 0xff6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
unshare(0x8000400)
pipe(&(0x7f0000038000-0x8)={<r0=>0xffffffffffffffff, 0xffffffffffffffff})
lseek(r0, 0x22, 0x7)

2018/01/27 16:22:40 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

[   36.171492] binder_alloc: binder_alloc_mmap_handler: 4978 205a9000-205ac000 already mapped failed -16
[   36.177158] binder: undelivered transaction 5, process died.
[   36.212795] binder_alloc: binder_alloc_mmap_handler: 4998 205a9000-205ac000 already mapped failed -16
[   36.237103] binder: undelivered transaction 7, process died.
[   36.277127] binder_alloc: binder_alloc_mmap_handler: 5007 205a9000-205ac000 already mapped failed -16
[   36.284108] binder: undelivered transaction 9, process died.
[   36.313592] binder_alloc: 5017: binder_alloc_buf, no vma
2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_ASSOCINFO(0xffffffffffffffff, 0x84, 0x1, &(0x7f000018f000)={<r1=>0x0, 0x6, 0x2, 0x5, 0xc81, 0x400}, &(0x7f000013a000)=0x14)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r0, 0x84, 0xa, &(0x7f000035e000)={0x2c4, 0x5, 0x8, 0x2, 0x7, 0x59c5, 0x9b, 0x9, r1}, &(0x7f000069f000)=0x20)
r2 = socket$nl_netfilter(0x10, 0x3, 0xc)
getpeername(r2, &(0x7f000075d000-0x80)=@generic={0x0, ""/126}, &(0x7f000077b000+0x79f)=0x80)
sendmsg$nl_netfilter(r2, &(0x7f0000498000)={&(0x7f0000de3000-0xc)={0x10, 0x0, 0x0, 0x0}, 0xc, &(0x7f000024e000-0x10)={&(0x7f0000dea000-0x18)={0x14, 0x1, 0x1, 0x800000001, 0xffffffffffffffff, 0xffffffffffffffff, {0x0, 0x0, 0x0}, []}, 0x14}, 0x1, 0x0, 0x0, 0x0}, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)

2018/01/27 16:22:40 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
rt_sigprocmask(0x0, &(0x7f000003a000-0x8)={0xfffffffffffffffa}, 0x0, 0x8)
r0 = gettid()
timer_create(0x0, &(0x7f0000b42000-0x60)={0x0, 0xa, 0x4, @tid=r0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000558000)=0x0)
timer_settime(0x0, 0x1, &(0x7f0000e38000-0x20)={{0x0, 0x989680}, {0x0, 0x989680}}, &(0x7f0000474000)={{0x0, 0x0}, {0x0, 0x0}})
timer_settime(0x0, 0x0, &(0x7f00008f2000)={{0x0, 0x0}, {0x0, 0x0}}, &(0x7f000068e000-0x20)={{0x0, 0x0}, {0x0, 0x0}})
socketpair$inet6_dccp(0xa, 0x6, 0x0, &(0x7f0000387000)={0x0, <r1=>0x0})
prctl$setfpexc(0xc, 0x3)
recvmmsg(r1, &(0x7f0000d6f000-0x21c)=[{{&(0x7f0000290000-0x80)=@generic={0x0, ""/126}, 0x80, &(0x7f0000f9c000-0x30)=[{&(0x7f00006da000-0x1000)=""/4096, 0x1000}, {&(0x7f0000351000)=""/26, 0x1a}, {&(0x7f000027e000-0x1000)=""/4096, 0x1000}], 0x3, &(0x7f0000a2e000-0x22)=""/34, 0x22, 0x2}, 0x7}, {{&(0x7f0000c7c000)=@ipx={0x0, 0x0, 0x0, ""/6, 0x0, 0x0}, 0x10, &(0x7f0000d0e000)=[], 0x0, &(0x7f0000bf9000)=""/145, 0x91, 0x9}, 0x7578}, {{&(0x7f0000ed1000-0x10)=@can={0x0, 0x0, 0x0, 0x0}, 0x10, &(0x7f0000d74000-0x20)=[{&(0x7f0000c5f000-0x1000)=""/4096, 0x1000}, {&(0x7f000087f000)=""/239, 0xef}], 0x2, &(0x7f0000f20000-0x74)=""/116, 0x74, 0x8c50000}, 0xc95}, {{&(0x7f00002bb000-0x32)=@pppol2tpin6={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, {0x0, 0xffffffffffffffff, 0x0, @dev={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, 0x0}}}, 0x32, &(0x7f0000906000)=[{&(0x7f0000cda000-0x35)=""/53, 0x35}], 0x1, &(0x7f0000e37000-0xb6)=""/182, 0xb6, 0x4}, 0x1ff}, {{&(0x7f0000819000-0x1e)=@pppoe={0x0, 0x0, {0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], @syzn={0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0}}}, 0x1e, &(0x7f0000c7b000)=[{&(0x7f0000faf000-0xa9)=""/169, 0xa9}, {&(0x7f0000484000)=""/135, 0x87}, {&(0x7f000057b000-0x1e)=""/30, 0x1e}, {&(0x7f0000b73000)=""/192, 0xc0}, {&(0x7f000088a000-0x7b)=""/123, 0x7b}], 0x5, &(0x7f00009b9000)=""/170, 0xaa, 0x75}, 0x80}, {{&(0x7f00000eb000-0x60)=@nfc_llcp={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ""/63, 0x0}, 0x60, &(0x7f00007c5000-0x50)=[{&(0x7f000097c000-0x3c)=""/60, 0x3c}, {&(0x7f000064d000-0x46)=""/70, 0x46}, {&(0x7f0000541000-0x2b)=""/43, 0x2b}, {&(0x7f00005e3000-0x2b)=""/43, 0x2b}, {&(0x7f0000f8d000)=""/196, 0xc4}], 0x5, 0x0, 0x0, 0x10000}, 0x4}, {{&(0x7f000024f000)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0xe, &(0x7f00007c1000)=[{&(0x7f0000005000-0x99)=""/153, 0x99}, {&(0x7f00003cf000)=""/4096, 0x1000}], 0x2, &(0x7f000072d000-0xcb)=""/203, 0xcb, 0x8}, 0xfffffffffffffe01}, {{&(0x7f0000b65000-0x10)=@can={0x0, 0x0, 0x0, 0x0}, 0x10, &(0x7f0000723000-0x40)=[{&(0x7f00005bb000-0x24)=""/36, 0x24}, {&(0x7f0000a67000)=""/177, 0xb1}, {&(0x7f0000236000-0xe9)=""/233, 0xe9}, {&(0x7f0000dc9000)=""/4096, 0x1000}], 0x4, &(0x7f000049d000-0x1000)=""/4096, 0x1000, 0xdbe}, 0x2}, {{&(0x7f000013d000)=@ax25={0x0, {""/7}, 0x0}, 0x10, &(0x7f0000752000-0x50)=[{&(0x7f0000b02000)=""/0, 0x0}, {&(0x7f00007d5000)=""/71, 0x47}, {&(0x7f0000277000)=""/251, 0xfb}, {&(0x7f0000afc000)=""/83, 0x53}, {&(0x7f0000cbd000-0xa5)=""/165, 0xa5}], 0x5, &(0x7f00002df000-0x5)=""/5, 0x5, 0x95}, 0x3}], 0x9, 0x10000, 0x0)
rt_sigtimedwait(&(0x7f0000f2e000-0x8)={0x3ffff}, &(0x7f00004e9000)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000d13000-0x10)={0x77359400, 0x0}, 0x8)

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0x6000)=nil, 0x6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$dsp(0xffffffffffffff9c, &(0x7f0000005000-0x9)='/dev/dsp\x00', 0x0, 0x0)
read$eventfd(r0, &(0x7f0000001000)=0x0, 0x8)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = add_key(&(0x7f0000001000)='rxrpc\x00', &(0x7f0000007000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000002000)="2ceaafd45ee84ead30c2b3e2436cc574a54e89a48499b06fb036f109b0d3bf7766c6cb9d2218d4294d4a19c4efe33fa829c15ba3198ff67ce224de74b720eed9847d5e676766bf3f7fd5b11b3c54bbeb1b5d50d5b5bf4dcc1ffe6426f7eb13a1e42bfbe88248c67e4368c360e5cf34f35378f19f2ef313db79849a2c6d2ad176d8ae9da44d17b512cf5d0c34d0485d831b2a40460c0a31ee510fca0e9a8ca2b3f7a4aa7871a5e97c16ba431a148de56dd877b4f7e2ffab9bf9cd1f3edf", 0xbd, 0xfffffffffffffff9)
keyctl$setperm(0x5, r1, 0x14040000)
mmap$binder(&(0x7f0000000000/0x4000)=nil, 0x4000, 0x1000001, 0x2013, r0, 0x4000000000000)

2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$mixer(0xffffffffffffff9c, &(0x7f0000c6c000)='/dev/mixer\x00', 0x402c2, 0x0)
ioctl$VT_GETMODE(r0, 0x5601, &(0x7f0000cd4000)={0x0, 0x0, 0x0, 0x0, 0x0})
r1 = socket$inet6(0xa, 0x801, 0x0)
setsockopt$inet6_int(r1, 0x29, 0x43, &(0x7f0000c1d000)=0x800020007, 0x4)

2018/01/27 16:22:40 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = bpf$PROG_LOAD(0x5, &(0x7f0000eb1000-0x48)={0x1, 0x3, &(0x7f00009ff000)=@framed={{0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, [], {0x95, 0x0, 0x0, 0x0}}, &(0x7f00002bf000)='syzkaller\x00', 0x4, 0xb7, &(0x7f0000062000-0xb7)=""/183, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, 0x48)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000fd8000-0x8)={<r1=>0x0, <r2=>0x0})
r3 = socket$kcm(0x29, 0x2, 0x0)
ioctl$sock_kcm_SIOCKCMATTACH(r3, 0x89e0, &(0x7f0000583000-0x8)={r2, r0})
ioctl$sock_kcm_SIOCKCMCLONE(r3, 0x89e2, &(0x7f0000d55000-0x4)={<r4=>r1})
setsockopt$inet_MCAST_MSFILTER(r4, 0x0, 0x30, &(0x7f0000060000)={0x8, {{0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x3, [{{0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0x2, 0x2, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}]}, 0x230)
shutdown(r1, 0x2)

2018/01/27 16:22:40 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

[   36.313621] binder: 5017:5020 transaction failed 29189/-3, size 0-0 line 2903
[   36.427563] binder_alloc: 5030: binder_alloc_buf, no vma
2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$rtc(0xffffffffffffff9c, &(0x7f0000f2f000-0x9)='/dev/rtc\x00', 0x0, 0x0)
clock_gettime(0x0, &(0x7f0000c7c000-0x10)={<r1=>0x0, <r2=>0x0})
utimensat(r0, &(0x7f0000473000-0x8)='./file0\x00', &(0x7f000066e000-0x20)={{0x0, 0x7530}, {r1, r2/1000+10000}}, 0x100)
fcntl$getownex(r0, 0x10, &(0x7f0000740000)={0x0, <r3=>0x0})
sched_setaffinity(r3, 0x8, &(0x7f0000f53000)=0x7f)
preadv(r0, &(0x7f0000b39000)=[], 0xc3, 0x0)

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 3:
r0 = syz_open_dev$dmmidi(&(0x7f0000e9a000)='/dev/dmmidi#\x00', 0x100, 0x8080)
setsockopt$inet_sctp6_SCTP_EVENTS(r0, 0x84, 0xb, &(0x7f0000860000-0xb)={0x7, 0x3f, 0x9, 0x9, 0x80000000, 0x0, 0x7ff, 0x0, 0x4, 0x69c, 0x80000000}, 0xb)
symlink(&(0x7f0000e5a000-0x8)='./file0\x00', &(0x7f0000876000-0x8)='./file0\x00')
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockname$inet(r0, &(0x7f00007a8000-0x10)={0x0, 0xffffffffffffffff, @local={0x0, 0x0, 0xffffffffffffffff, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000001000-0x4)=0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCADDRT(r0, 0x890b, &(0x7f00005b7000-0x78)={0xffffffffffff8000, {0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1c0, 0x1, 0x4, 0x100000001, 0x1, &(0x7f0000001000-0x10)=@generic="aa9eec7e3edf1849103b9ccbb541faf2", 0x53, 0x81, 0x401})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6_udp(0xa, 0x2, 0x0)
accept4(r0, &(0x7f000094b000-0x10)=@in={0x0, 0xffffffffffffffff, @multicast2=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f00001f9000-0x4)=0x10, 0x80000)
getsockopt$inet6_int(r1, 0x29, 0x10, &(0x7f0000584000)=0x0, &(0x7f0000b6d000-0x4)=0x4)
pipe2(&(0x7f0000f8d000)={0x0, 0x0}, 0x807fe)

[   36.445248] audit: type=1400 audit(1517070160.559:23): avc:  denied  { getattr } for  pid=5028 comm="syz-executor3" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=netlink_netfilter_socket permissive=1
2018/01/27 16:22:40 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

[   36.501687] audit: type=1400 audit(1517070160.615:24): avc:  denied  { setopt } for  pid=5033 comm="syz-executor4" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=system_u:object_r:unlabeled_t:s0 tclass=socket permissive=1
2018/01/27 16:22:40 executing program 0:
munmap(&(0x7f0000eb4000/0x1000)=nil, 0x1000)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
keyctl$read(0xb, 0xfffffffffffffffd, &(0x7f0000000000)=""/4, 0x4)

2018/01/27 16:22:40 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
gettid()
openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000d58000-0x11)='/dev/vga_arbiter\x00', 0x0, 0x0)
r0 = inotify_init1(0x0)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f00007dd000)={<r1=>0x0, 0x0, 0x0}, &(0x7f0000360000)=0xc)
fcntl$setown(r0, 0x8, r1)
fcntl$getownex(r0, 0x10, &(0x7f000066c000)={0x0, 0x0})

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
r1 = mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f00009bf000-0x30)={0x0, 0x0, &(0x7f00000e8000)=[@acquire_done={0x40106309, r1, 0x2}, @dead_binder_done={0x40086310, 0x4}, @decrefs={0x40046307, 0x0}, @reply_sg={0x40486312, {{0x4, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, &(0x7f0000341000)=[], &(0x7f0000881000-0x10)=[0x38, 0x40]}, 0xffffffff80000001}}, @acquire_done={0x40106309, r1, 0x0}, @clear_death={0x400c630f, 0x2, 0x0}, @increfs={0x40046304, 0x1}, @enter_looper={0x630c}], 0xfffffffffffffea8, 0x0, &(0x7f0000fc2000)=""})

2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffff7fffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sg(&(0x7f0000b7b000-0x9)='/dev/sg#\x00', 0x0, 0x0)
mmap$binder(&(0x7f0000cda000/0x1000)=nil, 0x1000, 0x80000000000000, 0x200000012, r0, 0x0)

2018/01/27 16:22:40 executing program 4:
r0 = syz_open_dev$sndmidi(&(0x7f000055a000-0x12)='/dev/snd/midiC#D#\x00', 0x6, 0x200000)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KDGETLED(r0, 0x4b31, &(0x7f0000000000)=0x0)
mmap(&(0x7f0000000000/0xd000)=nil, 0xd000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$sndpcmc(&(0x7f0000005000-0x12)='/dev/snd/pcmC#D#c\x00', 0x0, 0x0)
ioctl(r1, 0xc0884123, &(0x7f000000d000-0xd)="")

2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$key(0xf, 0x3, 0x2)
sendmsg$key(r0, &(0x7f0000f56000)={0x0, 0x0, &(0x7f00008ff000-0x10)={&(0x7f0000f85000)={0x2, 0x1, 0x0, 0x3, 0xc, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, [@sadb_address={0x5, 0x6, 0x0, 0x0, 0x0, @in6={0xa, 0xffffffffffffffff, 0x0, @ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @multicast2=0xe0000002}, 0x0}}, @sadb_address={0x5, 0x5, 0x0, 0x0, 0x0, @in6={0xa, 0xffffffffffffffff, 0x0, @ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @broadcast=0xffffffff}, 0x0}}]}, 0x60}, 0x1, 0x0, 0x0, 0x0}, 0x0)

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

[   36.515080] audit: type=1400 audit(1517070160.628:25): avc:  denied  { map } for  pid=5029 comm="syz-executor7" path="/dev/dsp" dev="devtmpfs" ino=1122 scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=system_u:object_r:sound_device_t:s0 tclass=chr_file permissive=1
[   36.531651] audit: type=1400 audit(1517070160.646:26): avc:  denied  { prog_run } for  pid=5033 comm="syz-executor4" scontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tcontext=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 tclass=bpf permissive=1
[   36.640358] binder: 5030:5032 transaction failed 29189/-3, size 0-0 line 2903
[   36.650610] binder: undelivered TRANSACTION_ERROR: 29189
2018/01/27 16:22:40 executing program 4:
mmap(&(0x7f0000000000/0x8000)=nil, 0x8000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
gettid()
semget(0x1, 0x0, 0x180)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
timer_create(0x1, &(0x7f0000002000)={0x0, 0x33, 0x2, @thr={&(0x7f0000009000-0x1000)="22d3f2136d4d19b8ac24cf53259ebbe14aac6495a391cfaea0eb96437990a44af9c0ffce7b968e6d013c2c967330cd9aa41ed9952ad0b930b00e4429166a4faecd61bdff15c493e4dde28dd8f0acb48762047f7e6a8348325e3cd3fa0f8f4e0c8e3cfe0a3e92ea684358b161b935f3767dada5b97f7439146fb9f67f55fbd5c94f8e076965f8bc9ab2353774cb7b6bb6e61cf319430adecd8b5f4a9dfaf46e4be1aafdee702a341cf13fda83a1134d5c9a5d33e86ae6d5a4e542749138266a0184be76de484702408c004f2dd069ad555fc0c2068133464b610ce3c16d1b53ec5391bb48013c11a041cceca6534bfc6bdfd9335e8c63b66e08be61637561fa269321c673d8fe5b35d91624d235f2de474523c8363807de248be6133606a8f6f1ce2707ef6caf36e917c56b92e74c916ce07f292223a90c61df181c46d03e6c4caa6047caad33599707219959a072fad5cb2fb48c9a34d5332eab2e5635c5eee0e61b4936b574c180447be9aa7b97ac9563de0cf608f10df6d6a561311ba115faaa9b6e850fe9b1a1504942f2b4c2526fdfd242994ee8602663ee9a9782f7508db7cbdfabc94c4013efb75f9ba93c0773f12d8f1de41427dc876eee91a1a712208041956755b54266114826eb29c51aa13515d7aac6baa2451aade9330b07b5c9c8071c41713467c3c72776c2d348c25182281cccff65a71c673cad3d6b634ea64b3df67a8d663d3d5c85cde9824c272fcf748aa6e5fc56f10cc2547a3589da3dfb6c9c487a8d4894d76f27ef42eb7513638d4d824dcf81c2f4fbdc0a0f3e026799c782b2e9421ee100c3dc474f23c64a6a5493d2a60e37ae7c49c5948016c01da8bd4222dab3ed8257fdff53f4f1a7388d4bb1edc78523616cdbbf633a20e1a55563ac888c965e0e33023cd461e83bba1984319855c91a62b09573585c03711fd09dd2585ee2cd3d09f1c68a44367eb292364a4a2f127f9e50c3b16f2af74896b0ef37cdb0ce7d6b3438d0a8c7951e90cd25fa14db8ecab22007c87be7ff8e6a2f3d7f3da38355547b5121b5af77bd9be6bb21604b4f02f32212c471b64194a4fb7f168df73481995c41bf4e51b8bfe8047f256160620b2280d0170510ec4dacee4652d2ede83de2f15cef25e3e2de39fdbd731e7cc1d9a9a1bb30950b96d8c8a41ed54ebe5f6fc28ee0a230560baae240cd250f16a0b0269f612751a9494a596b31c86cd1014411c4a01cfb865f5e064170f47a29b8d878686b3406fbebe2755f953a1d9cfd6e3a27d76ea7afcc8dc2257f85cf3298f83d2750490c12cd34e51b604edfccaf60218349ee14cb57d83c4e852a6c8c3315fbe93747fc50321765cedc6d00bef092c319396d2d06d68dac74bde53fbebec55310966aeb49dd90c92c3bab09fe8d301afc62f97c3e396e6e3d72d7cd2603aab94215e9a4acff057467c667ebac8b62f2aa81ad6dadbeb585d18a9cfaa11e1009074ad361f663d8402999e77a17a3c91c6aa6bc40ca2a8d83c2c6f1198d8f2e5890da90fb2c99aca6411affe453e385a1d1177d03decde75af0c1ebd4b3667cd7ff3c1e0d93a4b2f61f3747b37653de0dac6d4ba99ed0791acdf5d7ad6927f250d4191b5285619d5972deb96f08714dafe7905b76f171ff4502ac1788ec1dc0633603e27de6b1332689a7316f11507af90003979830d9189e3aaf33f4ed045ddd6b49dd6f2a8c7581fa91a704207ab56df9e88b3cedf76aa5b17fc93485e252fe9fd99ca84de87ce30f204572d61ccdf9564d6bcbd48497a94d5dd300d218efe0af6fbb567faf593f0c0fca35aff441b3aa09a02ddb2bb298abb21096fd2c2ab2b55bf1d865f654657509584dc91e8a4441d8f29bf714f4a66624aec309e155e9243321a4405995bdc04103949de2e3a9aab2903f72ea359262637a4b3355d6a7b3968934457272e3da074fe20835ffd819bf8a6fc6538cb6754499a71681765edec3725b95eb7d676020c8c496a70ae4acc43eff35639b9a17e5fc3531e21bee6b1825660cc93aa464d8fad6e75ce04e44d8343888909474f3aeb7470fc2761a5b275540e17a3383cf021b05f63116227e874564cf8892b6f2ee0bd1bdf8f21ed82eee8727cf6dca3aeb9d6632f41d79d60d804b74dbaba16295f0770bcf5af4499f5a7d99086ab30a9c3ca0b0333a722a9e8486ad58eca8c4367c5769c5f02aeaf105f05ff390817419b2ce878ff044ec2389f8aff2a2c9225b48170b8f729bdbabc43c7887dd21e1112eac5039fb514c1daf60ddaec8d22f970e2a98479b26bf93563c3f785e9c58c94e27d696478129610336f3faf8436e7602f001183e0722ec2181d39f93b6505cbfb04adf9ee1049a043d86226e3f2d52395554c4ff9bbe3cbf6b98e10adcb516ca4f19b683ed05e81c0334f4242b6550acae3c6433e08a63e6c7dc3b87b3ac3a612d9bedd02387a6d1f3115b940179a6af852de882ea3b99dacac56ce20594ab5e14420aa8daae34a4e0f82715707652738a84f358537db88a67fda7013449930402c785c85bf8e0388a57b1a7a4623e912aa40d11a5bc080daf1222d9e7396c3b9dd11e33e912752ef2e8ca9842013e4d38b1d98e8f1d88cbd7e02bd5b2ea68cd1f34d888c8e8467798c010312b7eb51200c53f1aabc108732e1037eed4e2f9cdbe1ed9fa462f5fc03268f1100a4e69604b540048fddd1a39692d48606e4cc6c3cc0f8b5d80df15871896c845fadafe1fc8929fc8c214263f44971be02f8031e7d638386da94d4f7c3255cd746d3f3061fda5f05d37838f1d6276a6d7fe32b432b5e33c3c4c9f15d2ac1a69f1fcf746e178af114baee7fa0266df8ec2f521416b452c38cc2eaf79980f2e6007f9eb90e18ff65ef813f3d39ab1a932cb7a4871285be664419c2cb1f113f7921cf4e300db14c53e9f24834d211a058a3577a67e43875bba2f8f2d016cdd38a5d8cbd6453df895c43c0b1701fc56c25694d32d9ea4802dce52659d9ed43fb28ccd3847dadfd8ee8eccd16842c411a12bc33bc7ba55c234ffb24449458f2187fcdfb30b5e5036840e04e538344f2025f97384230138e7db444435206612e85cd01183c995ddcf5b8227392ba45100a073e9260b08ab6f018df115e0c3861cf360ee0fc78f5b7f1ed45f2c3da48bbbaab46acd368e573893ec71869887c6115d6fea467535a534ce22435f39c096a64bae204259b6f72c574ef35049eb3889894dcdf0475b97c00a2bd38b6b6ee530f1393cbc10b5e0fa457a4bfefc0fd7cfa6cd5d31caf52065c01945ccff1279cd4e7e45c82e452e7701956227cb544132759a8caf1e56037170dea56b2808cc31491aaa6c76345a80023d9eeb3fbce1f57dd7c70b26a12829748522cf1d2805d2e7b3c016cc4cdda75db7e9c5b2a0cd1bc349cf267958e4fad045a56e4d57f5a24360e4192046fb2255b7f8165b662738eabe3b74c37139e9c06ad362beeb3df3143282fceb96b512a7e44b0f7fa33c1210d19f68dc1d0970af1b39b21d54f29654e134d009944d7a59181a8e8bfed6f4adbbbeb83697daab39dcea4ea1d2f0f359bddd370c3901b5c02ca22374c0d92c6f91a8fa41797f89cc201107768830cfa5697d4e212e32cff977d521dae7a13afd66a67cec71b285eaa2b2cf8d1a714e767ecc90e6fdab04a1fc66e4e1d2bf9437407b3d0e10bdde894d434921cdbb21c13890adf0899c30a93c0c54e5c017fa92501395fd57c351dffb5191bfda6e8b284852107d4efd0f8db5214e800f3bfd6404a8a417a860a2e6fddc6c13d3bbd3a6f8c076a4bde040b500d4d370b9342d471c2bba5e5d3f91e691c3101858bce98e7f92681367f266b713cf7100922bf07fe16acad7cb6ea4a074b5b35243b4de3dd40d662231e03e70616082f8ac7579933495402f5acbd2885efd52c2db1efbed203fe2ba6e7fb5f07e110ab4b3ba4dc46b40a6ccea085d37e765cec7c6c079a059b7b403ece98017bd35f1cafda5232f937944dd7dae50a358a412c566a24cee6834dd0b44a946725b294a56532bcfbd60c441c58b317a26e55b9fa578790b425783d5f4053c142c7c9e8c355957446e8e28d709884aa65c7dc878c3caf10933ce0d234add5209cc2bfa4da196aa145986791c059db3bd29d3822061f9dc8a7baaccd6e9461f61374924a7c15406306d32a7dfcca82f501f5a6bfddb3ceb7e47f188a2efb9de42cf847d03cdf94d3ac1558ab80a3c9066ebd9e2ed99056513a340f73716b473cc5c8a3968541f5f77270dfb87bf072cb08316d0add9ed4eb8da784db5872b7c2089807558b8e91409ba28950253f3574020c4e0cff5f2a7ce7f47682c3d82fcaf4182f7e47104d9d14b3fc194d10d5d989c50705345bd94f905646483d92bf70869bde630109c5a5007ad216a74e5f0e3225caaca1d4747858c9a97d07ac741f2a7c908d0607ea5e89ceb52c44e738f09353d8314146529fcaeecdd4a063b57431e319ea35f6404ef70d94bf995fd633cac7efa886713e4209225165f19b1a155b98fb764f3218d14cbf7e7dbe7a724a9af7b9246757c76c768fde0986969d8d88d2baf50bdf3367dce5b8786fab30abd3e20163cdd3b85758213650707074b1e1c0d2863fcd503ca174be40fdf765759ca38f74c3c0ff20570e8839f44a048e1b158e940670e1a96d40632ac13c7bd63b24c918db075d3a2884c91a86a455a0f53ef35e16221e327afea113ff7ab269d23f636492826e217a658a6e4c6b24bcefafdd26900bb37282d9aa593dda4fd80666710a90c2f984770478fdbd9f49be06134675f7ed7940bf1cd4164bb822479d90c97d09721f84641549f56b038f4a6c66b2f4e12b98859902830bac7b58cfb9bc244640902b1f357a4b6573d3f43d698d5c950db93e2a2805666dceb4b2cc83a152e5ddc6c2cd06c4eccdce024bc51254d07c8a0ccc1e55691d5e920b310345655a4721baffc6a4cdc7fd2644dbcd6e8386eb7d38750defbfc2f6ba5bac574f29e2d8a5dd9607e74e322ce55ffd88ea3eedfb8a14240603817c7504873f0673c1c55c47d538c62885da82265f1098ce82f4f5e87feaf94f813049be4fbac46e835ddcfe7c7348667a72128f36a7882285c5f8b69879d0a24a1df66ecf263cee4caaaac574f7411a07b502dbf5ac48701dbc0c99320395270064ae3cf3134bba442035d5225a6135359f97ee6b83165fbd0f109d470f2438602e871630ed090f637be750ca7b38ebef4ab09e5bfbdf5b981f355006452b8a1780e2b3c2e22663242a0e69723186e3d1827e1a32d3dd39142e68fdc8254c8bcbe121b4f702df18fa8621c2dc9c86fd133dbdb2578f62e66f4f803d71f9e6c4498d514cfc8896854e3c0d5cab8a8e304125c491d470f7f03a90220abeaee2b765cbe097579a8880935355435170aa85d18b030ba204c7d93ec6d13b7b4d05bbd0fe4a3d56faf47adfe6b2d990c7432a85e1a0ba32f1ac8531199daa4ea924bd24cb6019f4ac442ba1fa99b9a5c8c0ef2a841240634d41427ce0b12ba72e54817d32763f47cbe76d39268713e66c3c29e01afb429294087abd923667e354c56fe6598f12a0c56545c321a1a2fb788999b2de6ae23aedccb8dc9a1be3043cfe029648889ade33f245dc92bff8598abc3003153e81fd70e849a9aa21ebe2b2f0a3c7e7ce363c8a617e029137db0d4c8961c5b14c3534316f45cbef775d6b623599701eea391b27492f1aa5802068913f610faef1354139e223e1d349c68ac5a293a6bef4794490f49943207df8cd7bb5a7942389f", &(0x7f0000005000)="11fed521f6fc603a3302d1e3ca55a2d3385f88c2b41e1d373ce249f0924698801bb63eb5eaeb702ed8c9c0c668a40c67809bf6b30469062ff51a0b0078d967319ad84adedbbcc425baf98997f79c11317c92886547d46da6c0f58c55fe08a6a523f0f06feefbbbd5a39d93b0d56f29bd88a80a2eb3bbb4fd208d8c5ba28f7eb1bbbd83a1ccc2ac3a7b93d3a1877dc1953876f80da5546f5c799147e4726a40ff1d92be1fbeea1cc94a1423195493b2c69ef7f443643f826336fd629c952da2e7d232e8eea3184e9904cd78d123d40d2b1a34031c8944"}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000005000)=<r0=>0x0)
clock_gettime(0x0, &(0x7f0000008000-0x10)={<r1=>0x0, <r2=>0x0})
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
timer_settime(r0, 0x1, &(0x7f0000009000-0x20)={{r1, r2+30000000}, {0x0, 0x989680}}, 0x0)
syz_emit_ethernet(0x32, &(0x7f0000005000-0x100)={@local={[0xaa, 0xaa, 0xaa, 0xaa], 0x0, 0xaa}, @dev={[0xaa, 0xaa, 0xaa, 0xaa], 0xffffffffffffffff, 0x0}, [], {@ipv4={0x800, {{0x7, 0x4, 0x0, 0x0, 0x24, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, @dev={0xac, 0x14, 0x0, 0x0}, @remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, {[@cipso={0x86, 0x6, 0x0, []}]}}, @udp={0xffffffffffffffff, 0xffffffffffffffff, 0x8, 0x0, ""}}}}}, &(0x7f0000001000)={0xfffffffffffffffd, 0x1, [0x0]})
mmap(&(0x7f0000009000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000009000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000009000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
rt_sigtimedwait(&(0x7f000000a000-0x8)={0x9b77}, &(0x7f0000009000)={0x0, 0x0, 0x0, 0x0}, &(0x7f000000a000-0xb)={0x0, 0x0}, 0x8)
mmap(&(0x7f000000a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = openat$dsp(0xffffffffffffff9c, &(0x7f000000b000-0x9)='/dev/dsp\x00', 0x84000, 0x0)
mmap(&(0x7f000000a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_netrom_SIOCGSTAMPNS(r3, 0x8907, &(0x7f000000b000-0x4)=0x0)

2018/01/27 16:22:40 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$vsock(0xffffffffffffff9c, &(0x7f0000ada000)='/dev/vhost-vsock\x00', 0x2, 0x0)
ioctl$VHOST_SET_LOG_BASE(r0, 0xaf01, &(0x7f0000307000)=&(0x7f0000eeb000)=0x0)
ioctl$VHOST_SET_MEM_TABLE(r0, 0x4008af03, &(0x7f0000337000-0xa8)={0x0, 0x0, []})
ioctl$VHOST_SET_VRING_ADDR(r0, 0x4028af11, &(0x7f0000df6000-0x28)={0x0, 0x0, &(0x7f00003ad000-0x69)=""/105, &(0x7f0000bf6000)=""/228, &(0x7f000017d000)=""/199, 0x0})
ioctl$VHOST_SET_MEM_TABLE(r0, 0x4008af03, &(0x7f0000314000-0x68)={0x3, 0x0, [{0x0, 0xd6, &(0x7f0000d88000)=""/214, 0x0}, {0x0, 0xfffffffffffffd59, &(0x7f0000db9000)=""/4096, 0x0}, {0x0, 0xc6, &(0x7f0000690000)=""/198, 0x0}]})
r1 = fcntl$getown(r0, 0x9)
getpgid(r1)

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

[   36.676201] binder_alloc: 5072: binder_alloc_buf, no vma
[   36.682430] binder: 5072:5082 transaction failed 29189/-3, size 0-0 line 2903
2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f00005db000)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
finit_module(r0, &(0x7f0000a2a000-0x1)='\x00', 0x3)
setsockopt$inet_int(r0, 0x0, 0x18, &(0x7f0000d7b000-0x4)=0xff, 0x4)
vmsplice(r1, &(0x7f00007ea000-0x40)=[{&(0x7f0000400000-0x1d)="95a8b4cb16718402617f6857d90f5e4f00dc0394100e39af36920bb7ca9e", 0x1e}], 0x1, 0x0)
getsockopt$inet_sctp6_SCTP_PEER_ADDR_THLDS(r1, 0x84, 0x1f, &(0x7f0000e49000)={<r2=>0x0, @in={{0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x8f18, 0x131c}, &(0x7f0000066000)=0x98)
getsockopt$inet_sctp_SCTP_GET_LOCAL_ADDRS(r0, 0x84, 0x6d, &(0x7f00008d5000-0x105)={r2, 0xfd, "d536140c35945a036b132e46b602971b3b4aab461ad29ab13eb25dc4d2f643a64b88ef3d1f7a19ab521d4eb045616d31395a07215ea6ecd413529676af4f0500a35ec339f2f7c953d39c87c21cf403e39b7cb11fd4d9ba2756b1163bdfb81e9193f8acbee4e79cad6ab71190d9e73c686be4d4ebcb427bee56f5d699540ce101d36a937293536f9526917ab0ab706c385cd9eaaba44314cf32204d2289b45958e8d8342209287cb45c0c84875bd1914b58dc1f606e1e13017f17d69f6262665d3c1d3f9412e5c99fde93f461802c1cee3ff9a3a2a558c9ed4854bb46f2d2b5bd943fdb5a8e8f0d3edffe3ac1efd66a933bb78cb16db993ba2a6d0eab2f"}, &(0x7f000047d000-0x4)=0x105)
ioctl$sock_SIOCINQ(r1, 0x541b, &(0x7f00006d7000)=0x0)
prctl$setfpexc(0xc, 0x1)

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:40 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$random(&(0x7f0000798000)='/dev/random\x00', 0x0, 0x141c00)
r0 = openat$autofs(0xffffffffffffff9c, &(0x7f000072b000-0xc)='/dev/autofs\x00', 0x1, 0x0)
getpgrp(0x0)
ioctl$SNDRV_CTL_IOCTL_ELEM_WRITE(r0, 0xc4c85513, &(0x7f0000f5b000-0x4c8)={{0x10000, 0x7, 0x7fff, 0x1000, "8b5816bd45b05b1ae8fdcaa0f871b82a77bcd32d4eb0cb264f7f186dad04e1c243fdcf82b8a0dabe6cea66ef", 0xfff}, 0x1ff, [0x8000, 0x81, 0x3, 0x7, 0x8, 0x0, 0x0, 0x5, 0x100000000, 0x7f, 0x7, 0x7f, 0x8, 0x0, 0x401, 0x10000, 0x7, 0x6, 0x1, 0xfffffffffffffff8, 0x62, 0x100, 0x9, 0x2, 0x80, 0x26e2, 0x4, 0x9, 0x3, 0x7, 0x9, 0x5, 0x7, 0xce7, 0x2, 0xaf64, 0x6, 0x6, 0x6, 0x1f, 0x12f, 0x7, 0x80000001, 0x5, 0x9, 0x5140000000000, 0x8, 0xff, 0x3, 0x7, 0x111, 0x1, 0x9, 0x6a, 0x1, 0xaea6, 0x0, 0x7, 0x401, 0xffffffff00000000, 0x100, 0x100000001, 0x9, 0x1, 0x4, 0x100000000, 0x0, 0x5aa5, 0x5, 0x2, 0x0, 0x77e9, 0x5, 0x4, 0x100000001, 0x1f, 0xfff, 0xc2, 0x7f, 0x7f, 0x8000, 0xfffffffffffff285, 0x8001, 0x7ff, 0x15b, 0x3, 0x1, 0x6, 0x0, 0x2, 0x3, 0x80, 0xa611, 0x46, 0x8ce, 0x6, 0x8, 0x8001, 0x0, 0x6, 0x3, 0x7fff, 0x29e8c474, 0x1, 0x2, 0x3ff, 0x9, 0x50, 0x9, 0x24, 0x0, 0x343, 0x6, 0xe91, 0x1db, 0x7, 0x400, 0x7, 0x20, 0x2, 0xd, 0x4, 0x2, 0x0, 0x9, 0x1000, 0x8000, 0x100000000], {0x0, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$RNDADDTOENTCNT(r0, 0x40045201, &(0x7f00001ae000)=0x11000000000)
r1 = semget(0x1, 0x3, 0x100)
semctl$IPC_INFO(r1, 0x0, 0x3, &(0x7f0000170000-0xe3)=""/227)
ioctl$KVM_GET_EMULATED_CPUID(r0, 0xc008ae09, &(0x7f0000482000-0x1000)=""/4096)

2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_udp(0x2, 0x2, 0x0)
r1 = openat$vcs(0xffffffffffffff9c, &(0x7f0000704000)='/dev/vcs\x00', 0x10000, 0x0)
ioctl$DMA_BUF_IOCTL_SYNC(r1, 0x40086200, &(0x7f000043f000-0x8)=0x7)
ioctl$sock_SIOCGPGRP(r0, 0x8904, &(0x7f000079f000)=0x0)
mkdir(&(0x7f000000e000)='./control\x00', 0x0)
r2 = open(&(0x7f0000021000)='./control\x00', 0x0, 0x0)
mknodat(r2, &(0x7f0000040000)='./control\x00', 0x0, 0x0)
syz_open_dev$vcsa(&(0x7f000008e000-0xb)='/dev/vcsa#\x00', 0x4, 0x100)
getsockopt$bt_BT_SECURITY(r2, 0x112, 0x4, &(0x7f00005ce000)={0x0, 0x0}, 0x2)
ioctl$KVM_SET_XCRS(r2, 0x4188aea7, &(0x7f0000d1e000)={0x8, 0x3, [{0xec, 0x0, 0x9}, {0x0, 0x0, 0x9}, {0x9, 0x0, 0x9}, {0xff, 0x0, 0x9}, {0x7f, 0x0, 0x9}, {0x7be5, 0x0, 0x4}, {0x2, 0x0, 0x7}, {0xe29, 0x0, 0x5}]})
fchmodat(r2, &(0x7f00000d6000)='./control\x00', 0x0)
r3 = shmget$private(0x0, 0x4000, 0x54000001, &(0x7f0000fe7000/0x4000)=nil)
shmctl$IPC_INFO(r3, 0x3, &(0x7f0000d35000)=""/80)

2018/01/27 16:22:40 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:40 executing program 7:
pkey_alloc(0x0, 0x1)
pkey_alloc(0x0, 0x1)
pkey_alloc(0x0, 0x2)
pkey_alloc(0x0, 0x3)
r0 = pkey_alloc(0x0, 0x1)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$selinux_avc_hash_stats(0xffffffffffffff9c, &(0x7f0000001000-0x18)='/selinux/avc/hash_stats\x00', 0x0, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_CREATE(0x0, &(0x7f0000001000)={0x0, 0x3, 0x8, 0x2e4c000, 0x0, r1, 0x6, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2c)
r2 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000000000)='/dev/sequencer\x00', 0x60000, 0x0)
ioctl$TCSETAW(r2, 0x5407, &(0x7f0000cda000)={0x3026, 0x2, 0x7, 0x80, 0xc54, 0x1, 0x200, 0x6, 0x1f, 0x7})
pkey_mprotect(&(0x7f0000093000/0x2000)=nil, 0x2000, 0x5, r0)

2018/01/27 16:22:40 executing program 1:
mmap(&(0x7f0000000000/0xe84000)=nil, 0xe84000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$dspn(&(0x7f00004ca000-0xa)='/dev/dsp#\x00', 0x2, 0x698201)
ioctl$TIOCLINUX5(r0, 0x541c, &(0x7f0000900000-0x28)={0x5, 0x1, 0x10000, 0x3, 0x9a1})
r1 = signalfd(0xffffffffffffffff, &(0x7f0000e7d000)={0x0}, 0x8)
mmap(&(0x7f0000e84000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = open(&(0x7f0000e84000)='./file0\x00', 0x84000, 0x1)
mmap(&(0x7f0000e84000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_CLIENT(r2, 0xc04c5349, &(0x7f0000e84000+0xa43)={0x538888e7, 0x2, 0x80000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
poll(&(0x7f0000e84000-0x20)=[{r1, 0x0, 0x0}], 0x1, 0x10001)
signalfd(r1, &(0x7f0000ba0000-0x8)={0x0}, 0x8)

[   36.772516] binder_alloc: binder_alloc_mmap_handler: 5096 205a9000-205ac000 already mapped failed -16
[   36.814694] binder: undelivered TRANSACTION_COMPLETE
[   36.828678] binder: undelivered transaction 17, process died.
2018/01/27 16:22:40 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000000000)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

2018/01/27 16:22:40 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:40 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:40 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = getpgid(0x0)
sched_setaffinity(r0, 0x8, &(0x7f00009ad000)=0x5)
pipe2(&(0x7f0000865000-0x8)={<r1=>0xffffffffffffffff, 0xffffffffffffffff}, 0x0)
mkdir(&(0x7f000082f000)='./control\x00', 0x0)
mmap(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
r2 = userfaultfd(0x0)
ioctl$UFFDIO_API(r2, 0xc018aa3f, &(0x7f0000bc8000)={0xaa, 0x0, 0x0})
ioctl$UFFDIO_REGISTER(r2, 0xc020aa00, &(0x7f0000d63000-0x20)={{&(0x7f0000011000/0x3000)=nil, 0x3000}, 0x1, 0x0})
r3 = creat(&(0x7f000009b000-0x8)='./file0\x00', 0x0)
write$sndseq(r3, &(0x7f0000012000-0x2e)=[{0x0, 0x0, 0x0, 0x0, @time={0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, @time=@time={0x77359400, 0x0}}], 0x30)
unlink(&(0x7f00003b3000)='./file0\x00')
link(&(0x7f0000f3c000-0x8)='./file0\x00', &(0x7f00006b4000-0x10)='./control/file0\x00')
ftruncate(r3, 0x0)
ioctl$sock_bt_cmtp_CMTPCONNDEL(r1, 0x400443c9, &(0x7f0000e7a000)={{0x3, 0x8, 0x5, 0x40, 0xfff, 0xee3a000000000000}, 0xfffffffffffffc01})
dup2(r1, r2)

2018/01/27 16:22:40 executing program 7:
mmap(&(0x7f0000000000/0xd14000)=nil, 0xd14000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0xf, 0x0, 0x4)
r0 = socket$inet6(0xa, 0x80005, 0x0)
shutdown(r0, 0x0)
openat$autofs(0xffffffffffffff9c, &(0x7f00001b1000-0xc)='/dev/autofs\x00', 0x2, 0x0)
ioctl$sock_inet_SIOCSIFADDR(0xffffffffffffffff, 0x8916, &(0x7f0000000000)={@common='gretap0\x00', @ifru_addrs={0x2, 0xffffffffffffffff, @remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
recvmmsg(r0, &(0x7f0000d10000)=[{{0x0, 0x0, &(0x7f0000891000-0x30)=[], 0x0, &(0x7f0000d0e000)=""/4096, 0x1000, 0x0}, 0x0}, {{&(0x7f0000d0e000)=@in={0x0, 0xffffffffffffffff, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000d10000)=[{&(0x7f0000d0f000-0x6e)=""/110, 0x6e}, {&(0x7f0000071000-0xea)=""/234, 0xea}, {&(0x7f0000d0f000-0x53)=""/178, 0xb2}, {&(0x7f0000d0f000-0x3a)=""/58, 0x3a}, {&(0x7f0000408000-0xd6)=""/214, 0xd6}, {&(0x7f0000d0e000)=""/48, 0x30}], 0x6, &(0x7f0000b13000-0x9c)=""/156, 0x9c, 0x0}, 0x0}], 0x2, 0x0, 0x0)

2018/01/27 16:22:40 executing program 1:
mmap(&(0x7f0000000000/0xe84000)=nil, 0xe84000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$dspn(&(0x7f00004ca000-0xa)='/dev/dsp#\x00', 0x2, 0x698201)
ioctl$TIOCLINUX5(r0, 0x541c, &(0x7f0000900000-0x28)={0x5, 0x1, 0x10000, 0x3, 0x9a1})
r1 = signalfd(0xffffffffffffffff, &(0x7f0000e7d000)={0x0}, 0x8)
mmap(&(0x7f0000e84000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = open(&(0x7f0000e84000)='./file0\x00', 0x84000, 0x1)
mmap(&(0x7f0000e84000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_CLIENT(r2, 0xc04c5349, &(0x7f0000e84000+0xa43)={0x538888e7, 0x2, 0x80000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
poll(&(0x7f0000e84000-0x20)=[{r1, 0x0, 0x0}], 0x1, 0x10001)
signalfd(r1, &(0x7f0000ba0000-0x8)={0x0}, 0x8)

2018/01/27 16:22:40 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_udp(0x2, 0x2, 0x0)
r1 = openat$vcs(0xffffffffffffff9c, &(0x7f0000704000)='/dev/vcs\x00', 0x10000, 0x0)
ioctl$DMA_BUF_IOCTL_SYNC(r1, 0x40086200, &(0x7f000043f000-0x8)=0x7)
ioctl$sock_SIOCGPGRP(r0, 0x8904, &(0x7f000079f000)=0x0)
mkdir(&(0x7f000000e000)='./control\x00', 0x0)
r2 = open(&(0x7f0000021000)='./control\x00', 0x0, 0x0)
mknodat(r2, &(0x7f0000040000)='./control\x00', 0x0, 0x0)
syz_open_dev$vcsa(&(0x7f000008e000-0xb)='/dev/vcsa#\x00', 0x4, 0x100)
getsockopt$bt_BT_SECURITY(r2, 0x112, 0x4, &(0x7f00005ce000)={0x0, 0x0}, 0x2)
ioctl$KVM_SET_XCRS(r2, 0x4188aea7, &(0x7f0000d1e000)={0x8, 0x3, [{0xec, 0x0, 0x9}, {0x0, 0x0, 0x9}, {0x9, 0x0, 0x9}, {0xff, 0x0, 0x9}, {0x7f, 0x0, 0x9}, {0x7be5, 0x0, 0x4}, {0x2, 0x0, 0x7}, {0xe29, 0x0, 0x5}]})
fchmodat(r2, &(0x7f00000d6000)='./control\x00', 0x0)
r3 = shmget$private(0x0, 0x4000, 0x54000001, &(0x7f0000fe7000/0x4000)=nil)
shmctl$IPC_INFO(r3, 0x3, &(0x7f0000d35000)=""/80)

2018/01/27 16:22:40 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x0, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:41 executing program 7:
mmap(&(0x7f0000000000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet6(0xa, 0x80003, 0xff)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_procfs(0x0, &(0x7f0000004000)='cgroup\x00')
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$bt_sco_SCO_CONNINFO(r0, 0x11, 0x2, &(0x7f0000001000-0x1000)=""/4096, &(0x7f0000004000)=0x1000)
r1 = openat$ppp(0xffffffffffffff9c, &(0x7f0000000000)='/dev/ppp\x00', 0x80000, 0x0)
bind$netrom(r1, &(0x7f0000001000-0x48)=@full={{0x3, {"e0304d6be2e1d5"}, 0x0}, [{"c5e23b1a677a41"}, {"443c2ffbd6297e"}, {"ab7bcff1ab4ded"}, {"d3a26daca82509"}, {"86495d06c7cd69"}, {"a21f0fd1b8ce6e"}, {"16dd611556079d"}, {"37f325d4ae51a8"}]}, 0x48)

2018/01/27 16:22:41 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:41 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x2, 0x0)
setsockopt$inet_mreqn(r0, 0x0, 0x23, &(0x7f0000acc000)={@multicast2=0xe0000002, @multicast1=0xe0000001, 0x2}, 0xc)
setsockopt$inet_mreqsrc(r0, 0x0, 0x24, &(0x7f0000002000-0xc)={@multicast2=0xe0000002, @multicast2=0xe0000002, @empty=0x0}, 0xc)
r1 = semget$private(0x0, 0x3, 0x100)
semctl$GETVAL(r1, 0x4, 0xc, &(0x7f0000fea000-0xd7)=""/215)
socket$vsock_stream(0x28, 0x1, 0x0)

2018/01/27 16:22:41 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

[   36.892272] binder_alloc: binder_alloc_mmap_handler: 5119 205a9000-205ac000 already mapped failed -16
[   36.953894] 
[   36.955554] ======================================================
[   36.959278] binder: undelivered TRANSACTION_COMPLETE
[   36.959294] binder: undelivered transaction 19, process died.
[   36.972772] WARNING: possible circular locking dependency detected
[   36.979057] 4.15.0-rc9+ #283 Not tainted
[   36.983084] ------------------------------------------------------
[   36.989370] syz-executor3/5146 is trying to acquire lock:
[   36.994872]  (sk_lock-AF_INET){+.+.}, at: [<00000000577bd96a>] do_ip_setsockopt.isra.12+0x1d9/0x32e0
[   37.004169] 
[   37.004169] but task is already holding lock:
[   37.010107]  (rtnl_mutex){+.+.}, at: [<00000000194bb793>] rtnl_lock+0x17/0x20
[   37.017368] 
[   37.017368] which lock already depends on the new lock.
[   37.017368] 
[   37.025651] 
[   37.025651] the existing dependency chain (in reverse order) is:
[   37.033245] 
[   37.033245] -> #1 (rtnl_mutex){+.+.}:
[   37.038499]        __mutex_lock+0x16f/0x1a80
[   37.042879]        mutex_lock_nested+0x16/0x20
[   37.047430]        rtnl_lock+0x17/0x20
[   37.051284]        register_netdevice_notifier+0xad/0x860
[   37.056790]        clusterip_tg_check+0xeb9/0x1570
[   37.061691]        xt_check_target+0x22c/0x7d0
[   37.066246]        find_check_entry.isra.8+0x8c8/0xcb0
[   37.071495]        translate_table+0xed1/0x1610
[   37.076131]        do_ipt_set_ctl+0x370/0x5f0
[   37.080597]        nf_setsockopt+0x67/0xc0
[   37.084801]        ip_setsockopt+0xa1/0xb0
[   37.089007]        raw_setsockopt+0xb7/0xd0
[   37.093300]        sock_common_setsockopt+0x95/0xd0
[   37.098285]        SyS_setsockopt+0x189/0x360
[   37.102749]        entry_SYSCALL_64_fastpath+0x29/0xa0
[   37.107991] 
[   37.107991] -> #0 (sk_lock-AF_INET){+.+.}:
[   37.113679]        lock_acquire+0x1d5/0x580
[   37.117969]        lock_sock_nested+0xc2/0x110
[   37.122525]        do_ip_setsockopt.isra.12+0x1d9/0x32e0
[   37.127950]        ip_setsockopt+0x3a/0xb0
[   37.132157]        udp_setsockopt+0x45/0x80
[   37.136448]        sock_common_setsockopt+0x95/0xd0
[   37.141435]        SyS_setsockopt+0x189/0x360
[   37.145900]        entry_SYSCALL_64_fastpath+0x29/0xa0
[   37.151143] 
[   37.151143] other info that might help us debug this:
[   37.151143] 
[   37.159252]  Possible unsafe locking scenario:
[   37.159252] 
[   37.165279]        CPU0                    CPU1
[   37.169915]        ----                    ----
[   37.174547]   lock(rtnl_mutex);
[   37.177795]                                lock(sk_lock-AF_INET);
[   37.184004]                                lock(rtnl_mutex);
[   37.189777]   lock(sk_lock-AF_INET);
[   37.193460] 
[   37.193460]  *** DEADLOCK ***
[   37.193460] 
[   37.199488] 1 lock held by syz-executor3/5146:
[   37.204037]  #0:  (rtnl_mutex){+.+.}, at: [<00000000194bb793>] rtnl_lock+0x17/0x20
[   37.211723] 
[   37.211723] stack backtrace:
[   37.216190] CPU: 0 PID: 5146 Comm: syz-executor3 Not tainted 4.15.0-rc9+ #283
[   37.223435] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
[   37.239173] Call Trace:
[   37.241745]  dump_stack+0x194/0x257
[   37.246695]  ? arch_local_irq_restore+0x53/0x53
[   37.251356]  print_circular_bug.isra.37+0x2cd/0x2dc
[   37.257144]  ? save_trace+0xe0/0x2b0
[   37.260834]  __lock_acquire+0x30a8/0x3e00
[   37.264959]  ? debug_check_no_locks_freed+0x3c0/0x3c0
[   37.270118]  ? rtnl_lock+0x17/0x20
[   37.273627]  ? __mutex_lock+0x16f/0x1a80
[   37.277659]  ? rtnl_lock+0x17/0x20
[   37.281169]  ? rtnl_lock+0x17/0x20
[   37.284678]  ? __lock_acquire+0x664/0x3e00
[   37.288882]  ? print_irqtrace_events+0x270/0x270
[   37.293608]  ? lock_downgrade+0x980/0x980
[   37.297723]  ? lock_downgrade+0x980/0x980
[   37.301844]  ? print_irqtrace_events+0x270/0x270
[   37.306569]  ? do_raw_spin_trylock+0x190/0x190
[   37.311123]  ? do_raw_spin_trylock+0x190/0x190
[   37.315683]  ? check_noncircular+0x20/0x20
[   37.319892]  ? find_held_lock+0x35/0x1d0
[   37.323924]  lock_acquire+0x1d5/0x580
[   37.327711]  ? lock_sock_nested+0xa3/0x110
[   37.331917]  ? lock_acquire+0x1d5/0x580
[   37.335865]  ? do_ip_setsockopt.isra.12+0x1d9/0x32e0
[   37.340939]  ? lock_release+0xa40/0xa40
[   37.344884]  ? trace_event_raw_event_sched_switch+0x800/0x800
[   37.350741]  ? do_raw_spin_trylock+0x190/0x190
[   37.355294]  ? lock_sock_nested+0x44/0x110
[   37.359500]  lock_sock_nested+0xc2/0x110
[   37.363531]  ? do_ip_setsockopt.isra.12+0x1d9/0x32e0
[   37.368605]  do_ip_setsockopt.isra.12+0x1d9/0x32e0
[   37.373506]  ? ip_ra_control+0x5c0/0x5c0
[   37.377535]  ? lock_release+0xa40/0xa40
[   37.381482]  ? compat_start_thread+0x80/0x80
[   37.385859]  ? do_raw_spin_trylock+0x190/0x190
[   37.390412]  ? find_held_lock+0x35/0x1d0
[   37.394448]  ? avc_has_perm+0x35e/0x680
[   37.398393]  ? lock_downgrade+0x980/0x980
[   37.402510]  ? lock_release+0xa40/0xa40
[   37.406471]  ? lock_downgrade+0x980/0x980
[   37.410591]  ? lock_release+0xa40/0xa40
[   37.414534]  ? __lock_is_held+0xb6/0x140
[   37.418566]  ? avc_has_perm+0x43e/0x680
[   37.422509]  ? avc_has_perm_noaudit+0x520/0x520
[   37.427151]  ? iterate_fd+0x3f0/0x3f0
[   37.430922]  ? lock_downgrade+0x980/0x980
[   37.435040]  ? __lock_is_held+0xb6/0x140
[   37.439075]  ? schedule+0xf5/0x430
[   37.442585]  ? sock_has_perm+0x2a4/0x420
[   37.446617]  ? selinux_secmark_relabel_packet+0xc0/0xc0
[   37.451953]  ? selinux_netlbl_socket_setsockopt+0x10c/0x460
[   37.457634]  ? selinux_netlbl_sock_rcv_skb+0x730/0x730
[   37.462879]  ? alloc_file+0x27e/0x390
[   37.466652]  ip_setsockopt+0x3a/0xb0
[   37.470339]  udp_setsockopt+0x45/0x80
[   37.474111]  sock_common_setsockopt+0x95/0xd0
[   37.478577]  SyS_setsockopt+0x189/0x360
[   37.483253]  ? SyS_recv+0x40/0x40
[   37.486678]  ? entry_SYSCALL_64_fastpath+0x5/0xa0
[   37.491492]  ? trace_hardirqs_on_caller+0x421/0x5c0
[   37.496481]  ? trace_hardirqs_on_thunk+0x1a/0x1c
[   37.501212]  entry_SYSCALL_64_fastpath+0x29/0xa0
2018/01/27 16:22:41 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$selinux_status(0xffffffffffffff9c, &(0x7f0000f06000-0x10)='/selinux/status\x00', 0x0, 0x0)
getsockopt$inet_dccp_int(r0, 0x21, 0x6, &(0x7f0000bf9000)=0x0, &(0x7f0000d67000-0x4)=0x4)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r0, 0x84, 0x6, &(0x7f0000c7c000-0x8c)={<r1=>0x0, @in={{0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000532000-0x4)=0x8c)
getsockopt$inet_sctp_SCTP_RTOINFO(r0, 0x84, 0x0, &(0x7f0000596000-0x10)={r1, 0x4, 0x0, 0x0}, &(0x7f000056b000)=0x10)
r2 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000002000-0x11)='/dev/vga_arbiter\x00', 0x20080, 0x0)
ioctl$KDADDIO(r2, 0x4b34, 0xfffffffffffffffc)
pselect6(0x40, &(0x7f0000001000-0x40)={0x6619d99a, 0x1, 0x0, 0x5, 0x7, 0x7ff, 0x8, 0xfc}, &(0x7f0000367000)={0x1, 0x10000, 0x10001, 0x10001, 0xda9e, 0x3, 0x1, 0x3ff}, &(0x7f0000991000-0x40)={0x9, 0x0, 0x165, 0x6, 0x4c7, 0x7, 0x0, 0x851f}, &(0x7f00003d4000-0x10)={0x0, 0x989680}, &(0x7f00003b5000)={&(0x7f0000001000-0x8)={0x4}, 0x8})
socket(0x11, 0x5, 0xc)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f00003c5000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
r5 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000033000-0x11)='/dev/vga_arbiter\x00', 0x200, 0x0)
get_mempolicy(&(0x7f0000e29000-0x4)=0x0, &(0x7f0000863000)=0x0, 0x0, &(0x7f000028b000/0x2000)=nil, 0x0)
getsockopt$inet_sctp_SCTP_PRIMARY_ADDR(0xffffffffffffffff, 0x84, 0x6, &(0x7f0000501000-0x2c)={0x0, @in6={{0xa, 0xffffffffffffffff, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0xbb}, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000ffa000)=0x8c)
ioctl$TIOCGSID(r5, 0x5429, &(0x7f0000024000)=0x0)
ioctl$KDGKBTYPE(r5, 0x4b33, &(0x7f000020a000)=0x0)
getsockopt$inet_sctp_SCTP_ASSOCINFO(0xffffffffffffffff, 0x84, 0x1, &(0x7f0000424000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000c1f000)=0x14)
ioctl$SNDRV_SEQ_IOCTL_GET_SUBSCRIPTION(r5, 0xc0505350, &(0x7f0000e82000)={{0x7, 0xfffffffffffffffe}, {0x80000, 0x2}, 0xffff, 0x6, 0x4, [0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_SET_VCPU_EVENTS(0xffffffffffffffff, 0x4040aea0, &(0x7f0000e8c000)={0x100, 0xfffffffffffffffa, 0x0, 0x0, 0x6, 0x100, 0x1aa6, 0x8d, 0x7ff, 0xfff, 0x446, 0xd7, 0x0, 0x0, 0x4, 0x400, 0x80000000, 0x48, 0x4})
prctl$setmm(0x23, 0x0, &(0x7f0000c3a000/0x3000)=nil)
ioctl$KVM_GET_SREGS(r5, 0x8138ae83, &(0x7f0000388000-0x138)={{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, [0x0, 0x0, 0x0]}, {0x0, 0x0, [0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0]})
r6 = ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x0)
clock_gettime(0x0, &(0x7f0000000000)={0x0, 0x0})
ioctl$KVM_SET_USER_MEMORY_REGION(r4, 0x4020ae46, &(0x7f0000001000)={0x10005, 0x2, 0x0, 0x2000, &(0x7f0000000000/0x2000)=nil})
ioctl$KVM_SET_REGS(r6, 0x4090ae82, &(0x7f0000418000-0x90)={[0x6, 0x0, 0x100000001, 0x8d26, 0x8, 0x200, 0x8, 0x1ff, 0x80000006, 0x5, 0x1, 0x2, 0x5740, 0x5, 0x53, 0x0], 0x0, 0x0})
ioctl$KVM_SMI(r6, 0xaeb7)
ioctl$KVM_RUN(r6, 0xae80, 0x0)
ioctl$KVM_RUN(r6, 0xae80, 0x0)

2018/01/27 16:22:41 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:41 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_sctp(0x2, 0x1, 0x84)
connect$inet(r0, &(0x7f0000000000)={0x2, 0x2, @rand_addr=0x9, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
listen(r0, 0x1)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffff7fffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r1 = accept$inet(r0, &(0x7f0000397000-0x10)={0x0, 0xffffffffffffffff, @multicast2=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000fec000)=0x200)
setsockopt(r1, 0x800000000000084, 0x77, &(0x7f0000d33000)="8022e2ed01000000", 0x8)
getegid()
openat$mixer(0xffffffffffffff9c, &(0x7f00007f1000-0xb)='/dev/mixer\x00', 0x0, 0x0)

[   37.505936] RIP: 0033:0x453299
[   37.509096] RSP: 002b:00007f432c8f4c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000036
[   37.516772] RAX: ffffffffffffffda RBX: 000000000071bea0 RCX: 0000000000453299
[   37.524015] RDX: 0000000000000023 RSI: 0000000000000000 RDI: 0000000000000013
[   37.531253] RBP: 00000000000005c4 R08: 000000000000000c R09: 0000000000000000
[   37.538493] R10: 0000000020acc000 R11: 0000000000000212 R12: 00000000006f7b00
[   37.545734] R13: 00000000ffffffff R14: 00007f432c8f56d4 R15: 0000000000000000
2018/01/27 16:22:41 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:41 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:41 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$nl_route(0x10, 0x3, 0x0)
r1 = pkey_alloc(0x0, 0x1)
pkey_free(r1)
sendmsg$nl_route(r0, &(0x7f00003e4000)={&(0x7f0000e87000)={0x10, 0x0, 0x0, 0x0}, 0xc, &(0x7f0000a3c000-0x8)={&(0x7f0000a17000-0x48)=@ipmr_newroute={0x30, 0x18, 0xc21, 0xffffffffffffffff, 0xffffffffffffffff, {0x80, 0x20, 0x0, 0x0, 0x0, 0x4, 0x0, 0x5, 0x0}, [@RTA_UID={0x8, 0x19, 0x0}, @RTA_MULTIPATH={0xf3, 0x9, [{0x0, 0x0, 0x0, 0x0}]}]}, 0x30}, 0x1, 0x0, 0x0, 0x0}, 0x0)
r2 = openat$ppp(0xffffffffffffff9c, &(0x7f0000a4b000)='/dev/ppp\x00', 0x408040, 0x0)
r3 = getpgrp(0xffffffffffffffff)
ioctl$TIOCGPGRP(r2, 0x540f, &(0x7f0000a93000-0x4)=<r4=>0x0)
fstat(r2, &(0x7f000001a000-0x44)={0x0, 0x0, 0x0, 0x0, <r5=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r6 = geteuid()
r7 = getpid()
r8 = gettid()
lstat(&(0x7f00004f4000-0x8)='./file0\x00', &(0x7f00000c4000)={0x0, 0x0, 0x0, 0x0, <r9=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r10 = getpgrp(0x0)
r11 = fcntl$getown(r2, 0x9)
getresuid(&(0x7f0000676000-0x4)=0x0, &(0x7f0000e7f000-0x4)=0x0, &(0x7f00005e8000)=<r12=>0x0)
getresgid(&(0x7f000057b000)=0x0, &(0x7f00009e3000+0x2ed)=0x0, &(0x7f0000466000-0x4)=<r13=>0x0)
r14 = getpgid(0x0)
getsockopt$inet6_IPV6_XFRM_POLICY(r2, 0x29, 0x23, &(0x7f0000a9a000-0xe8)={{{@in=@rand_addr=0x0, @in=@broadcast=0x0, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r15=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xffffffffffffffff, 0x0}, 0x0, @in6=@loopback={0x0, 0x0}, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000432000-0x4)=0xe8)
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f00002ca000)={0x0, 0x0, <r16=>0x0}, &(0x7f0000f67000-0x4)=0xc)
r17 = getpid()
ioctl$sock_inet_tcp_SIOCATMARK(r2, 0x8905, &(0x7f0000193000)=0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_NUMBER(r2, 0x84, 0x1c, &(0x7f0000da5000)=0x0, &(0x7f00000e4000-0x4)=0x4)
getsockopt$inet6_IPV6_IPSEC_POLICY(r2, 0x29, 0x22, &(0x7f00000a5000)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in=@multicast1=0x0, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r18=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in=@remote={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in=@multicast2=0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000bdd000)=0xe8)
r19 = getegid()
fcntl$getownex(r0, 0x10, &(0x7f0000b34000)={0x0, <r20=>0x0})
getsockopt$inet_IP_XFRM_POLICY(r2, 0x0, 0x11, &(0x7f0000ed1000)={{{@in=@local={0x0, 0x0, 0xffffffffffffffff, 0x0}, @in=@local={0x0, 0x0, 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r21=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, {{@in6=@dev={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0}, 0x0, @in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff, 0x0}, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000c96000)=0xe8)
fstat(r0, &(0x7f0000772000)={0x0, 0x0, 0x0, 0x0, 0x0, <r22=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
[   37.571976] binder_alloc: binder_alloc_mmap_handler: 5151 205a9000-205ac000 already mapped failed -16
[   37.587166] binder: undelivered TRANSACTION_COMPLETE
[   37.592343] binder: undelivered transaction 21, process died.
sendmsg$netlink(r0, &(0x7f000069f000-0x38)={0x0, 0x0, &(0x7f0000e6e000-0x90)=[{&(0x7f0000797000-0xdc)={0xdc, 0x40, 0x400, 0x4, 0x3, "", [@typed={0xc, 0x16, @pid=r3}, @nested={0x78, 0x9, [@generic="1e033b99031c726b01d421fd4293a340b4e9d1f980f67a4b4bce3a59b67d27aa8fe9eeb39ee974aa5258970b98b4ec4fb78acc03ba5bad31610e7771e9a2be8c59472da1e1679d62fd4159a196f20538f6009ddecab321db1a2737628fa4f17e70df8af41f64b6ad", @typed={0xc, 0x6c, @fd=r0}]}, @nested={0x28, 0x96, [@generic="b8dde8200d", @typed={0xc, 0x25, @ipv4=@loopback=0x7f000001}, @typed={0x10, 0x85, @u64=0x7fffffff}]}, @typed={0x18, 0x64, @ipv6=@mcast1={0xff, 0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x1}}, @typed={0x8, 0x4f, @void=""}]}, 0xdc}, {&(0x7f0000d24000-0x20)={0x20, 0x35, 0x400, 0x6, 0x0, "", [@nested={0x10, 0x10, [@typed={0xc, 0x32, @pid=r4}]}]}, 0x20}, {&(0x7f0000bd7000-0x194)={0x194, 0x22, 0x10, 0x6, 0x1, "", [@typed={0xc, 0x93, @uid=r5}, @generic="cf7d5f0203f49f17e3e747a9883c1af3a6c24b81fefeaca59a7172e10d359ad4a1e9aed35fe06a851f4d68f483d668ea9175157d5f5acbc720ff846d6360810e6c8270748421fa64f769e072947cad0dc47f4133a9b7bdb6fdb9e5318e88d881c3586b26fca86b", @typed={0x14, 0x60, @str='/dev/ppp\x00'}, @nested={0xfc, 0x11, [@typed={0x78, 0x6, @binary="27e86fd21bbeadac5930ab96e7ceae2216dca6b5e5988e02f98804750ed4a2a13f7cb52f06d25b169e7315eadddf411d0b12f8f4c25ae6752b33aaa2c5b536c0fc5ae6e5cc64c6652f00fe7d29f6e60294cc4fe12010d7c7c5ee6079db8837fa3afc3f59d3a6d5031b93f32dcaa2"}, @generic="04dc33596a25093ed341de2d1083fdfdedaca4c192824cdf7c", @generic="", @generic="d316a98371f37e617c4ffd31f227db047f41006944a5587f9be655f001edf2d2aecc857c31b43f87eecd0f1999d1c6cc9c42fcc60107a036f73e7bf06afe6c453232c297efbc273cf7b233e01c1d610f0e94c57ee67bd8900b905b2582aadacd97f5ce7d7777"]}]}, 0x194}, {&(0x7f0000e88000-0x271c)={0x271c, 0x30, 0x0, 0x1, 0x0, "", [@typed={0x10, 0x6f, @str='user\x00'}, @generic="9e7b5c1946c02c01a1592950f50214eb0e2b000ff4212169d86617469078cec8c6004f6ce8aa30e89324531a6bde5497a0f7acc1b9e5d8498f0f8f832dee6f7971c9f6db2fd3b0b19b175de2a629710ca130e6d3554563f8b0d0f407f49db44bdce8cb9de663a048ef54d361418ca9d38030b12a1d96e76a7e494244848d3d49a3de1e22aa1bf460e3ea89585a29242239fc691b53f85aca9653f6eb0944a03f27648ded918b12bae9e55045ed67bedecf31ba9ef5232ccd636e70b357407fe509154f2d79db4bd309b0cdff423431dec9c3fc808175d2b3804f7a7aba63bb06ec2ff91a00ea5253e062a4375d897d25774ac6f372e9ca79414db1", @generic="acb9a8b7ead076d2df7b241a009ecd17ce82b8547916ff784fb4d9221d82bb1bffbd5797a95ca3cad9a7d1d9459430d65d11be722215f0b6e43c8694c49ce866106be30f1f95308c0196f73b69bf2ec3d63d2893e0d381e4b949409d10e6e71c3845af42706288854c3654c66e671ddf7b938dfaf3de96da26fb2e657f070ce4525e09412c0c1002624b30e479434202b6332fa672eb728b3b0538aaaf77b9d405ac593436655badcb01a09a6f89de37", @nested={0x348, 0x12, [@generic="f3232387cb94cf61cc2fa84a9ae5bf50af4eecb423b1b9fa70e965d6fd4d3e526b2c1dfc742659bace423e80eaba770cffea60cfaa65a8f8bfdec69f7c1b07926750714776234feb44e608f038ead11a7844ef92611aaa26eee91c930dc19ca26112b3d1ad34ece4c7630ddc7d5ecb8d6a2eaddde19ea998242f9e2b204151ba932152b1fb83dfb6b2609d7d097723801b9500c48115635e4ba57fe02f030ed216c74de4f9be74b985ad2794ade65aa36aed05e8fb074671af526584a9ee249d6c0cffe0eba74293dc67dc89c6c3ba1f827feae5617bf256b502e6f2e84cf2", @typed={0x10, 0x4e, @u64=0x80000001}, @typed={0x8, 0x1f, @void=""}, @typed={0xc, 0x79, @ipv4=@remote={0xac, 0x14, 0x0, 0xbb}}, @generic="2ba0ac64f56a0dd3d1b35465b0309e150013f74c3e3204630893f4d37af16c559719929381cb5e3029dbc387462096605523e99636dbb551cb02eaf4a570ea8c0d85ac7051b23704ece3ad3dd80655f380a6e2db2b1c064e408a2c9b2f114624c0761b63f8dee1cb4c706054e7038cfeafe048e483af30df1a07e4e81199e78bd9913e30887e7421b35ecb7edb2f21fb297ca5d3874782b870313106b1703abd1a481b1b51c0aa2729d3b49465b37c77c8329baca0e462bf7dc1eca921e7b95fde1a0cf52f5e50bffee3003cd53dfc66b5b6f257936d024a4ee41f6751f5cc5f02764a3372f47f442dc57f95", @generic="a4bbdef90386786c7d742c7c7472d8708fe84da29011f8f5fa4140fcbf44a2260fe61f7e433f1b653c3851ba6149038fa8562c1f074fa17e354782d737d531259cfb0a04051fbcd097dbd8527c5b4bcdef958c89454302dc55eb3b8bc92bb5b2be9b8c177536362f16f7100734096dd5b7c0b04e2c7510db57fe8e77e0bfe1cb4195aadcf261451d3336788d5dc80e5c46ccf21ec8cf3e263cde0567b3937741df4ab858deaca485068903cf12f5ff7e0c3f0f84960c72199c30b521c467cc1b61ab0465ae28125c4d883b8685429a9f603e2b407729ffafef2aac6fc98ac09151830eb9371670af0b531f35b238581d", @typed={0xc, 0x7d, @fd=r0}, @generic="2baaa7f52a637602525af412648f297ca92969058db06cd310e7623265707a1fe13e3ab3263a001d92674e3fdcabece4baec4dfb070a03d685bfb83b9fc2c5f5e65d591312f09b93daf5ae2909ea515923c27dabc4285c93ec"]}, @nested={0x215c, 0x39, [@generic="e97eade9", @typed={0xc, 0x4d, @uid=r6}, @generic="a882d6cab7fc8d5f7a73e4eaf261f1d22c37625a273d5dbdc076460ff900d47e5e6eb169b68855a38490f23fc9fa0c237d044f65f728aa90e3a872ea3641a7184af2ffb321ebafb312c059275c5150d5aef1dcd7c7685d8d09dea8bee9906e88ce984f40", @generic="265adec9f60e948163714b6be3c23e41b68a9262691e9d11e25954462fbee8dbb7e2c302b596e9965523247374c5c246ea0e9e2c250e8978180ba044dcc416a671132c51d1d30b534c29d9fdfc4a30e2848bc01b76688a151aa8529970dfa48f750c4d2469de1f8d958f24f85ca78d86066fdfc19f75449411daf51501bc80323d95da0718aadda1cc17cbdaf7d22e2a2ef9e4bfede64de35582be88fddd8b30294580425284aec0bbf451d803eabe4b2fdeb0ba67c12a3623f7c8336d5f2d5d1a8e57521e62765c204b4e043df3fbcc587fd97b2ecb9326c1d63ca0db7c6c5ee0c0faa082f26a4b14ee01b2b0024e61c08e69bee89e3d1032a1ef8686b4bac9a2aa3d15204c46587de41465415f4fde024d97bdce5ec228f8a55195233ba0eae63b911b653831931061669356b455f44dd07ff3b8d65b51627185d078d974eb59465c2768ac93cb12b76cdf6f1c3c40a5210256fd419d9613de7b5d0bb58246533496133aab1bc26e375b6bafc44e05990790b2074dc208f3efbace9f52d2f0fc09c13ab5b2dad3bd8d841f7e0749319e10a5c26a4b0f4e1cebf90915aaf8682a4b8c4c0d2dc3f8cf3a3caad6f9e59533ffca40fb8e247085b1dbae3116fcafe7c3b8a66990ca14887c1b8bb0182355baad7a85bb4e551d9812f57ea15629ffb6d62dc309cd7eefd463b59be8cd8a4ca2eac1c4edf8aacff397c5cc69ac8faddc337354b149900f3c69034aaec411788a19f04c0f2121c4b7ec967e1bcab5f3639240d687c86be6a6fdf4b68c4be530ce8fad7b51a6e04add036119b4426308070d2aa650092731ff544d5d97e03601f438ee1a10f81a1c99ab07ac667fe1639a83eaf96492c200075e495f1f49f738d0e596ff32d8bdfd1cc27e8a2a989f05e75c094549f1e4172c17632e946298bdfe9a35e7483e2af2df5ed161e495adbb44ca627796769e5c78f6e9f554468d7df3eb6703b49842dda022d4ad897a885ba28023331e1b1bbaffaaa93756be9c031ec784571bad25dcef7e911c47314b60ea94b5932f98f0223563eded50cf8057f99a961ba956b1d47192ebb27974fdb392232d14489bb966c4446fc8b628f8bf8b8ceeda16dc80b307059c71aadb222b06e16b0fae857d420f06f0d37217970d733c0e6ea21aee2cbce29dd033f9aac6f1c82f306dbcf1f539dfb5111b03a4249771cc12458e1959d2efdad41152aad9ab324d0f6757519801ae11490cb55de3b03240b95827babba558f46d9abf34dd746101fb38636bcd5f8255d53f7f8dedd66750c11ba4424788b1e7db07094df2045ac29e93dc0a3daa4b3e417e20d552dc47215fb9340cb23af353f4abd78ce0b18affa1aed05bb015fb8d8471d880216232332b81e1230fa9ba79498a29af990ce0013a09f681e269749d10239162e97190571fde3ee60c0e2f6d03984938aba386e6a4486c4f810eae3dc1ac5e0a31b25c6328a36c0c3e179ff3a1dfb3d8df824432576be1f0082f22914d8acd30dcd98066265d04a216550584912a9b164de4a0ff183c2009c390727e869dbd464db0b28d1d29188ce58cfeac1fbeabb180570ac67d5cd59e56c2d639889923ca35f29c7e5c31881c0884982c2d13c2a9c076f109c782c30d60b99a0e81b980f0026c21dd52a219ae49d0c09b0a18a38795fb010da1cb42d5419bd60f7fbc3e0a422af375d396aef9a3e9b1f8a4c05f8370d6c74185f27b3413118452723da20f5dc54789317a6bcd77739486b81c11de677e6c787c1c65f950270ce80dab23e6ad3442c7497934e860413bd581a5d14da7b4d308ed967d9a5e02f725c24925c62c960a899b3c8b49efa3e35bc73c35baacb2d6908243bf270ce8c0d64a607cb6f7a6069b4e0590bde086c13fd97ed52e1b718e1496bf4d27d87a42f2d561aaf210e77abca86fedf47a567c25f7fb9b71d970dec7d5b8e27e502afcc66348b66a3c0d46e4dc59dc88a55c5f47e363bb4fd0175eab2ce1afca2c0f746c9f44aad01cfd855fabe271f0ca43566b427b6347e1cb9c524b0f940fe72986d1b70dbcc71e06c713522fe59ca83176ab20d16717b6747703dc2ae746fa52fafa055a1e4234a3168199adac36da6c05f1ed32717f83bfc643c295e5392df9c86ac537aafeb4cfce2d93215ead82020ee7f016f815eb08f6e05b26837292ab807c53a17b232aeed533c121a22fd55255ecd099d60578b696ab386b983b5feb3167cd9fbc571cdfe501116467ced0c6620961730f15c3d7a841a5448673265524d1626ae1bea0abc8aef3d4a55a3507e7468a1e99569596ce1e0414be6f0329933ed15605cd2435d4066a42c52195ef1e9ea5162096ec81409e4fbd4ae5b8c8eeacd1b1949728517e84083184c520319406963a5af8b4bdfc9e9ccbeb34803cc1dd08ffc1b0f89458b97b639b7a9ce5d5a68f62be3c1f29cc456f28cd3b5f7e6bfe44439c9c0a52f3d4346547f0ca927e270ec703deb925acde035cba0def757b87ab6e2274eba59d19e6db432e0aed95d28268bf3ff9b6dc6ff9d6f7a04959118ea42e213a40de7ec976091f275b43a4243db225ecfaf2305b253c56b5415aa5c82a72a933cbc040c725a33910aef372e984de7d24d58857621e775db7f5dcaf6fb5845abd4a059ff2bada2de7b4622ba57734b8887274b4b644706f045c2d2caa8fb0e5c5eca020695b8f5ead12e7845a7b0610b27ffac5574a296ad10a56c668fe21cd173df31d8ea3df7a2b6c7907c72ba6e0af08b766144356585d3f63246967402d6bdf2e79a40d89c0668afd61b9d8a4709a21d65c2e725ee2eba598ab38ee46cdfb49650da99e4cb17398bec54f6200926cb368fd20b6e33073003ffe1d6bb9971fdb3f8557c0744c845146e0bd020eb5044087f7e8297beb2a5890bf4de03e30de46c1c92f9ede729fd1bf0431600c46d7afb8e15bf45e501a79553ea97e5bf5598f1173c908d2733122464c92fb9cf22cf39204025d0bdd6609775e38212fdd32f4a3b6eb847d25e0b904c49f86ad9945c641e5fa183e4cbf9335df7e47f358e27748a775d7e7a04557b219fd4365b55e7c824b58d5f3cbbd99444e51fa385d2c9165fcd7bbb1f83a976c6027db0d3790efe534c3d32a52a180904b6a320c64805bd16659e9e9b08e6427a9ae880196c301ae4c7db9cbf9c48f1e3b330fde7195d0f5ddc671377f78dac337514f0fdcb97c89035d66e931693c866b9600f798bbbe31ed06513aa950a594459558c6b14bdcd8dd2122aca9cdc11224e9bdc4bfad989841734cc4f587102d374faf9e7a4f07130639586c1ad11d3dbe4975fca8512aa28c15c03c4f1badf87d4d70813aaf7f3bef7626c3df63a69dcef7011d10ded290aceadea03ae7539f4ae0a1e06ed7e8d112afc17b1d6e39ca9269cea8e8da23440b5c043865a70337591c316cdf52d4a7a3ccb12e9de19ffc7b436fed99811ebc4a71fc0e037ab10c2ed330785d33b5e9c81b4f1969ed1747dc15ab35cb81958fd7ef9d00110704ab36c39eea94d7f40f87abc958ee0dbb91d2385e6dc783632218a70d17790cab1379b6392090f08f964d27f0db0889cea12b35731c2719ad9918a73de1149ee3434e973de1a6a1722445315ca998e8b3c9fdadd585319179557deaabe31233ca22ccfd8d2d5fe084f4c7b3d12eb09a20bc6626957d9ac4b415bca58509dfb290e38c214908685cba28c242f9f1af4f5aac16e90608a116ee0493b0ea724731aa875ad005b6225066c979d666c9cb927813ec2a1ed1bfb598b200b18d341aef2d3dfcf27515809792049fffba5452dffd42e0d87727c66f634871ac9f2560bf28eb8f76df62198d1422bea77dd9740df210444f020eab51d66cd44c9874f922f2dbe662c3457a91c37a8af02deac0a53ce32a7db6f6cd0c209c845f92699d45bfd58e169e14cc4306af7aed9bd9d51350fa6573ee974d22568c6e08d9e916a0f62fc80743abad17fee25cebd29083952e2fae80a3a2620272d87d2f1a0c37fd105d7886af6c49333fc6d336b5a4a7a2520555dbdcffc32fd661bb39eb51a68b5e570db5357237164db872238eb7731b39fb7a8d18e2c3278ea82e137da24255e3a0416eb0b7537eeecb25b65c94400943cf701794c564bbe9a73dc59a5b50dbc0af629cc99820c6c89fec591da805382dec8771ee1d67aa391e1a603b0a7000d77b8f5159b2d645ab52be976f7f89065cf6e29094f040eb1ec10d9d48b7c1c8ad3cf0e53071e59322e91b96c7b6e333ed8544b50bab1f9ed5ced78e289391c3dc96ff5ce99649a2b3c469368d2f4a3d423b19fe033896eaff512076fc9f53871f7fce96ec4cca020c1ea7bd2242d72de7d245743c0e2d42a6d6d1faece397874164f24d6a387a5612fa8346870919f38ee296d7f376f0ac55586ee14e2fb052b6cbbc8ffc6cf052c62489ac14f4da752c898c81d15d8be4b06560af05a356575f8892b76ebf83364bd4d98abd158bf61fe14e17f4e149cdd46bb5d1996fc70a2b10ccfe45f4a6e9b0b05a0ef44bf6709726d5f819635cd5db85447162fd5a951cb90dd079577a22d2fb611452eb59cbaced659559fbc8c44a3e03a90ab7b0338eb7c6e847b641a6b597977366144a39dc99670eb7ef277e46239aa9cbe2a61170e978b9cb8b42b2a375cd91e37b728f05bd6e7783b006acea2570085cedee7328d1b1f9601cc5ab0dbef99e5071ac469763cfd1a4979da16ee16a40321b65c908ce3408b9b7a0f0bd31c6ffe4ac88d46b6be2a94437449af3965916b0254fd9c91df834ebc0baf65bcf4509ba2442014d1b3fab27498f46df342c62952a94d0a4f590d02c7e758ac60d51323f883984860e083659d0c1f60ec803f497f5129c539767fe833d158894a7a26b7640111a1081eba9fd08247d4a6ce9465f9ad655c8a5db0b6a507aaa8e4ea8d329d5199491964626b23d7e08ca000fdeb794413d6bee5c154dac79b78f6ff4603d4ac0f403fecf5baeac722a4df25c32cfb7f00ae83f3530a7d8b6f01d327cb751d01bd3fdf75b66d733357bd1bdd6099c547c4a0b950ec82a5af5b1ffa8bcdf87e5f44b690b6246eaa108e36c1a5b4256113a59828749ff42892bbf8a8a7832f6154f534e4d8440b3d95676be94c0ef927670656a6bc8cc408dd9f85e5ccde745fb629115e31bfb6d82aab9487c4642a90eac61801bb12bf7f24b9b6587f24fa56c577ca2ea69cddf59c11c6198073e16d7107ae9795b736ed327d3f0920f8afdb1e8a17ee96e5b7474e96ae00289f19b2693c7e5cd11e816ee5beaa1d418fe3a3a0f03de5526ad69f6352b10eefeae777f2c791d244db5e53673cadca38bccf4428a601fba0550f6967a4d2345418dcf0555ec04d0fd1550549522dba801517dc6288731be374f9404ae917562a4deb5ac66378c0bc8d5be5155087732d228f5f61f2838702b67c3f21f3ff00251c7973719820230f4a9fd2b47be7b038ec256a04a16f3e99601ef6a0871e3243443149d26bf3cc60750cbf68cf9eb8c26a36b05067622d9e34c7c4639c31ece6429d5346e8b63c7dc7c18322db778411a97b3555443c54fec55c29594ba7dcfc8256b0b36604bd7f223857f4a7f4d2897ebea9fac7be6cc229faab36e1a6a49a9c0b04d8bb2be771e5a1b2e6b453a260c4415dd28e1e325783931a5343b1fce37ae29cf0bb4f86f25532cde81fb3862203e36b004b387255aa786a72c8293df9723c207dfdef887b8898d0c1f0ef5c5b1b7cee11f666ef079fb1d74d1df8ec5ef60eb541bf02d0cc9a29f0eae3cdf", @generic="b4ce41f8cdd3317b123d5a1f09871089bc36338b17948578143caaafafe4628f11572b1c81d18ca2556f5695b0d8365e7946ab3355291a3dd9a55a25a45fdc8613307024b7982dde8301715db7c196c2f7e750110b30a10da672f7386cdaaeec0fc97fd896c60dc71d211699d2d48370a8edafd7cb0e4f2fdfed541e45f501be3aba5e85add017a6fddbf508130d172a625a0417e6ae98632d84accc773830eebc13dfa095da738bdcc6e8b3c18168b552c13fa9fc9550702b7d4199c3111ddc1b814cae9e613c04adedfae29440", @generic="472aee2ce298c97bad7b1d15a36a95d5aaa85dc767e22dfd777600117eb64cde62a805337fd88fe9795e72b4a7c3299bfb57fa4554b93399d439be2addccad4ee1485e1c1b8816b2850736c2955305cb479753451ce57c0f8e8acdf4f172329467432fec7fe7dcf6ea92313eb129b325a2cedcf18d78ae418736d088483e92337a67fd2f806dec30d809e98f89e98bb8170f8981369865ffc5b1e73bbea14523294c82088a6f0af265df919d6196da11f303a3c1620f3e99e75f38437a38165b617a9b4bb520e39c89d4e0953ab1823068d026f0c9fa14a96648ca9bdc6206222b9e426872568bbd097e61f4dc181c0ba70504f9e9ea1305bf38be698b3788e851e197869185c183f76d480a2c2c8ad6c2c211ba4f82437de9c8e667be631ae2605d66d5e5c1fe5c68bcb0271dc2cc2906438c2aacb809341db57d41eb55edf8a6b050696ba7e6111ad072214b1b035d5394cf8476c20ebedf089b165ab8150caa258fdafea673882f9d7f92a5a84114b4cdb120667a0550c8ca20f62d1214084092fce8bb2f18bdf0c316efbe17f361747235d060fc7f298af81270a012a6c2eca2271d07afaca2a97561cc9d4db39d4f46ce54952dc57a48fa9069d3bf1020bc2759ccdba0e9e4f40d04971f004c47cc8631337993a4e40ee68ca22bfca9698179dc5791d6a186a09eb4a549c871cfa2033508753973acd4a35035784dc109bb7fd1134818ca015ade7db36b4a714246d68f679e37829d78ff815622578ee5dad9a9bf53b2afc729b63f1e97ac202ec201f24048709ec4451b7e3290d2158d69b040217b1de48676b7788f5ec8706e45544fb2a66f55d40cfd65b2c182314a8841c1b11c403ebc39fc1d3e80f08dc0b408ecf6bd2ba3eafe2faefe49f186a3bdb90131f8f5637eaf3b7ec7ba56ae105f3bd850a2eec8edf7afeef3bb6b65d4a9d38e505977ae0531c0bba7c4a5deed5940e8430383be3b2c7769523ed0e21be17f324d3b7123b00c7a38429287e5b2ef9919e6458ae2701ac4964cd6b234c6aec9b5b2a065c37cedf876158cb6b5c0790afb12eff7d6673888d972478fec9b1c240cc078802cd88c6640b2cb525eb40d5e40332387b2b2609221f8ec82a5d3bce122448881d40c715994bb07a588f6b601c973ba675c150ff4511c809ecf4bcd04696497d42ea842a6105a4aacddbd936da92a0c8e22a4be352003c6e6b0c250dcdbe03768f24c41550791de4c58f30d99fc113460bd27841f63dba29bd3ee1d1bded2b8bb880ca6af56ccc1151b8de749e4adea012a81342d7c6a1da74f54c0b0a543f88800e3be69d03a0fbfc9b8687857051367358d0dccd61560dab28912e81ae6e9760ceed9ac0a0ffb80e596e9929f98c740c2eb7a2d716654a78f2545eb82d4155e47d23431b35464c913a839e39915ae208f4e75006816273378a262a12802c19c9980dc995577c0fa2c3be1eb78a1ed3dfb75d31ccf1472dc731bdc662b1cd30c6ba7bf642a41f938c97259ee159cd82c65e2f2fdfcc0b8b00e097092595b4a5beefcb4c4999be4f26d714f030ddf9e0b81034b93db89a70bb6983d6481f243d68f7d833ce98c4d3828f799df447918ba056b4cc2ab2ae86c3133ccb7594fc3e328e7ddc43efb88c2c995f0105c2743567fcd2725e2e79ed6a3843e286a5fcace88a038acbdda338e1694a90f624bb24d5c0de0231c91bc410a52fa2a2a744551246e8a2b0a5706ee9b6692ffded7128d600b1d87aa53018224a250eac4988e2bbe7127f9f52bbc03b7ef611d3b25c3de4c3e8223256fc0c99dbc7cc734f28c5d25c10e30a82dbc0620d2e24ae42b8680d7c5f745ec9448a2160dbb1438b31311ee07ef0c5e629b578e63b4f54d70a6b57d866b56b101f32dfe783b0fa0b5019ca953da681389776d7088146ba4485221c326858e36e02bd08d8a955bc38660cae40d698c45a7db06c0c3f77e97a47af588f010a434d50ef30ce5d9bc24cdfaecc676c5e07db2cf7163e834962a14b71ff938db2fe0bf99580e969a5975f3fb72fec273387f2c937c9436f2e75376eded7347d559b083c0e351667184f099b3a5999e62e8b5fade153417ecf63b5ed50379a98eed07adf2d9dcb98270d197939a9907ba74536b691c0f0ceb3498ae9ab8acf39ea36412d30c57789f066134adc4c10aa7525d342f89820635d4cd475ac1eb338de54508086e8f33bafc30cea2926eb0710155e7142d38ffa05bac00f3d5fd68356172b30a2a7dd34e37ca63cfed88b1b81faa16ca06d6375cd5254fd691ea1e53437f3bbcef0fd3293c6e66e4eba19fc0da06f6db570c6f750efdb1c45b40b72a39a1b8834f219d2a229a6bb1e69c48553be62e0dd76666d3ee58fdfa60cfb974c1a13563de7ad37a8df1756fa51caefc75cac5b207c95d9aa73813fe7d754a554fc127384915d19a73da964d7d6bf683bee5febce9dbea46b6fd0854b811e5600d129e670f4801cf4546ff42fdea566dcde88f6fbc6eccc9de9715ed1267c12d9d5bf2420ca14e345693637d2259e4a05b7d97a1e9a10187015113810ad1a12ec3e4197539db7c315f4913997e30755f983d4bf7a3d5223399d4435c039d8c381c55566938d089ea65f33b2bb24624622a8c2fb6c11adef08a5c8d411b2c0ad5dd8f6be068c352ff90c8b1acfb52f94efc703c41ddc2f21d0e68f4e6bcb199e5ac6f4f99f265c883aec110c3b2632fc3899b3c0f11b2d692789340212f6d089e073cd95b0c50a17574a45a99a3b3a922874b18a3d4678e3f1fd6439632cba23d3355f59640915fb95e2e98dee28aded79bf79d2df90d0c4f3218558cd66d7b9bb894f3f2c9cfb4a66b84f8f51a2fd6c6dec0e10fcbf87d97f959fd1f3c35c6854e8c82e87d5308263ed19387ebd5dbf9acc9ef6ed743943688cd8151f0692f3e50df3e7bf2501386789b05b91aa93389e3bec22faa51c8736cbe1e161227bf6266452f25d35c5792053067ddf50b58018b88bf737944bcbd82138df3d7a5e5c7c63c603b0e3ab9e551be0a510326d35d3212bef4626ff826cdd82273972fe0de940579aad1117cee4edd0a87556c239b3a94837dd2f1062330aeb4e5c01b9890353ca5678de5010e5cdb622ea9e12528491d06e03144ac779ac37aeb84c207eda1c30708b3a790cbad86bb2f38d28b7d442a314da3af076db60ff2f41e99b51778547aec4f96382fea9eca3b291ec3b681e7a1cb582fa2a2ff687e58c4d3a498671423bf899f720a886ec9a23beb323b50143e89b2dbedb05f52d010fc362b2bbad3023884a8de08101e1afebce7edee234f9c2856dd96c98381efbecb0009419c8126d277ab200dba6b011b0169958d4bf6b5ec93a026362a1a1d7a45b738f55d7ecacc15c7791251e590af4cbc4541455ede4add0fc1bb3665401522a45597424c88f7d0dfa05870e071a1a40c8e781be0fc1c80f34416c392390e24e1a53ff191fdbc4d5bdb6b176bda672ce57dc21d65f367826bd68c6aea1c7e5ab4b603b7b4fd6fa384433d3f4c70763e7d11035edd04e4caa5c59f33a26c77e0d1b737ec94c323b36b32b62fc6d3a5574e5d3eb3b5638c9f2628b0c22bbffaa932bdcaf35a42ad1bf9a517475902220c6ef52ce380b7f72618de92e1cc04fc6ede29659046aa7e1b11944bdef830b29bdb0dc7225801fb4691f8102066aaf06c3882a682174165f70b83014d7c760aeea2c7e7027d90f1caf4421967b78a3e51c7efe419cdde33409cc76508bea1094f21b0e5bf4ceda10fa9fd01dfd33781197cfa962183d9d09af0953a573c1f5bbe562e3856057b324898530c168ef684c9646ff4bd4b05d079d78649472a6f2f197de230c7b00577000a195e7fa45fb10c12ad44ff7ea101a13b50284b743b1fa52e12e81575a960de9cab111561c007a51e5ca609d788d6f64794137d3e29c2e4036df2cb70119515b98f6264e4ac94c0efdf937b591cf072a034858c255969dbcf5a07e8fa3b74f2c87040dac14486e5135b97efeb886b9fb7e38c189cfb3ccef95c6d8fc2934d2e237f4a5bd1ec4e4c50f2851b9c4450927ec0e3afeba2d40f2fef048e23e399959aae8269ccd43bde923b2efb263d1a903dffcb88315ac62983023ff85857900e2e4c26b7d8ce9d3f7b4c6bb8c185714aedb10e20fad1f369076a1ee5bdac30ad30ba19bb47fbea5bc798caba7cd8f2de68a60d7817a9f8ed5ef1baea73389971a00eb16365a4b5e6517240af927c1a3f7a1c6b440f54ac6e5254f2a3ddc87e1163f7878e8b895ec4fac654349d6c7a3f7ff41bf1870365143496788605f408ca3a5d57a5b74c4ea389435e83c92c5ff0f125a6cd3f4bd9793db2fcf86ec19f5c482d9e6fa8a4b41e91d211bbe569def93605b08d4a378303f617b974f4d052116457172e8513db0e8631480153e547b960d9af112f76449daa8fa63a7f29e477ba2f830e6ee54b06cdfae25fd0d1ff933ab1f5dc6ceee0a9d3bf1faeb31d64326ed0e1978d2ec8a552e89285a2d772a2a2792a1ee88b6a784d426ec3babdcb0343fed274cbeb3e2becaeec362722a43b313208953251e98d22af9a484b6da2e720820ec50355fabfdc420b88c9a678353805166f046ef4d69736318c9c338bc33d7cfc3e7b916e2869e975767cae636fa79e4ec4ade648b5f3331c59afd0b513928c0aa9e80bccca842954c48cd66de05084a48215e765cb86ba0a0e88412d690a4fa44b2cf158ec2682b17b997062daad707813abc849e2307ae7866546487aa4471a124e52dca1609d2090fccbc699a678d4555847f8df7b78fdb913e8fa0049c23e93bec336337c3e0aff57709b84ab40bba968d8c01a60d4e2dc9a45c3c7047b8cb621f2d3f4056aaf0a371fbd1b16fbe87d92cafdc201bf785519f0059622edd5fc0b37d8bb6bd25d0b080b4f4ac426adbe169ffa6e1bf03c101ac0b83feab49bd56a6d2f7cc851abc08566fee0e7ec0a3f1fca7f7ec11c3a63df59b4a7815ebdef3ea2ae6f2303eff3110e7d79754b9cf6106ffb769288cf3222ad5c942ac15995bf98420f4ebdee9932a2ae1db9a0042253e0f92abb3e14c7fc25470eee02e70927cbcdb73dc6699c8aa280a8867593b49fd85fab4019258f441882c6d135fe039d0a8d44a884ae85f3df85c76ec038a215b4671138d8242684059501f7fd1d8ba1a6eb8122d9fbc7e572d9ec26ef907ddf973d74e6793679c0f6cce4b24aaf644e1cf652ed7190c845793efacdb408d7eda4f6ca0cbedfa3db893021732d296e916ed883f34ac1cb3a61aa666fd1ff04724fd4834a110cdc34ec82097a47341ca362a5c868fd4f0de11a54f3f1df9007c34b17033be7005fdee9996db0c883976de86fd16654a2dd3b52fb5720ac7da57ba81bfbb291c7aab0dd11c17748c068e24e9be7257ebff655c7e98dc633578be7a92565bfe8063906d58acfa0c76508784e9fd56dc6c7dd6d755b80140471ec781ca265ee6f5305d01566bd2483b30f450d01c994b58fa23da788296420faaceae5bf8077c5de5e55a9f21853796a20aee17eeb3a8d9cb0fcf2e5e6859b8033720771713b2de8840812dce33bca3abd6e378464f698f4d0ea23d17a542a5e5b2d97ff26ccd4f8f50e8ef4e241e8c6572aca4556672c4fdc6fa123d699478281b5894d54fbf103d4b33561f329ad64bdc8a88350c15511644cd0712e4a35f19df4647d069c4adae952a5e1586e7d96b1fa97401c6deaf2377e9b05af68994516626aaa7191dea9bbce41e91e44f6a889dc536487ce0f9dcfb5ff28d5e725", @generic="dcbcb6d7618ed9", @typed={0xc, 0x42, @pid=r7}]}, @nested={0xac, 0x65, [@generic="2aa736221cddded1f4b08f278cc568dd6265144e8fdc09c17ac37e4084935163e8b2509a3bb2eabeb5b9452df50d3e655e100103c6acb8589bbd01a70c392a4e5498d64401d3e86ca5a7fe40beaf38a4ca722788ba6258cf7eda96cee2c47d1c2739e96ceaa3b0532dfb65badca7ab7b5aecd5935562a37a8adb0b91dc7e2e8b53d4e104a21ad4b7d32428a00a6f2ef7b8e8478c2188e3b92a4355051d69c9f8cfd15b19b42378f9"]}]}, 0x271c}, {&(0x7f0000a5c000-0x10)={0x10, 0x3b, 0xf1a, 0x5, 0x1, "", []}, 0x10}, {&(0x7f0000d1e000-0x39c)={0x39c, 0x2e, 0x100, 0x7, 0x0, "", [@generic="ae99dbecd2bc3809a21d1c41aa39ada424b3266f70f30b00f7b3d269cc0d101a61d6b7c987753972663a3f42746d41c933b5938666fa32793d895c776f59aa233e5730881342250f0624c9295c121928a912115a3d7a392701e642499d626b92b4f6459f65e68cd367731d60140ca07c7a00f12bc20e32c415d85a591ec4a1a6ac1f8caa9a888d46dfe50cdec4e89797777a0dbf65e071964ec3aa0018e1253b546d8adaaf95c8aba9dc0d9a38bd897d160bcb3c50c7c7eb28b655ea462b9912469c167bc1fb23705d521e77997bd9691401bec9b9f52c", @nested={0x2b4, 0x8, [@typed={0xc, 0xe, @u32=0x2}, @generic="c8792b29fe6fe58657c06013bd60d18fe990be275d1a7e6cd1065401c3c45b019804aa3f38a22e6653d80eb9350eb7b3416f8d10c216d5646f75498464634d2c884cc8ef48237b", @typed={0x18, 0x93, @ipv6=@dev={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xf}}, @generic="c3bd32f14ef4003d126bfbf72b2aa13138cfcfff0ba1ea114b800d6963ee0342b488594a1f9fd0406a9bfe8e117ba2330cd8016e222a9962e52b0fa3e6cd0ae84550660f8a82f1bee9176a4fa05fcf5c056c2b", @typed={0x10, 0x63, @u64=0x2}, @generic="9bdbb35c74640178ca9cdfcac3a76460641394c89bd3955cfde987e9494beb6688a249b686c92cd1f90d675d9ee73029f7b226dfcf445d7bd3ba82b360bdff995df8b404b9175b21afda112a197654ccff0b0212005a0e93843c5e6b41bee148a76eea3c074f8a309856c9e1c5cb91d47c9a525752df4d734e7320c6212b6e82ae7353b68471e6cbcdd955c49a07d5db95b1f7e1f3c66c0857dadfcdb66eafbb436ccd4f3b40022f4ebe059a6ccbcc3ac6bd751b0d18136cd4dbdeddf383267a12de1c4c78c03ccdba1152", @generic="02e9274679dc0238cd54ef0f75d60cb601a89193955f6899005d3c6493688ebe3f129534e4f81e8e19cabbe2762d15", @typed={0x10, 0x4f, @u64=0x0}, @generic="8c29bf5931816787c3e881628cd73d5c44c3999023724559dd742eee7ac18a2d9568d79601113090956cd50b95e1a5fed519f4f08ed824bc2e93ee5d94b4dfbd07cd47d949f3c060ad9624f6596d638f412441901cc7d3ed3ab7b0f9daafd670b1ded45d0aa3915a99596e02ca133032f5c68a5a8e71c7e661a0b6a13a262b324a609c91a35ccac7971b45b54b1c759c8d1333ffd905977d38b32780c5b8ab6fb6472dd6185deb3920429403f31219063370750c7369ebdc6ee627cda2e392911e6311363d28b481bbee09c0321e5f7f5635f7f2314bc163"]}]}, 0x39c}, {&(0x7f0000a39000)={0x2ac, 0x23, 0xf03, 0x4, 0x2, "", [@typed={0xc, 0x76, @fd=r2}, @nested={0x10, 0x85, [@typed={0xc, 0x20, @ipv4=@rand_addr=0x8}]}, @nested={0x128, 0x55, [@generic="ee33f3089d54fdc34139d7c011f13d20eac855ea289adf36cca5689b4ed0e7af7cb5ff8ef4483d3b0d52a2da8c1237c199e3b4fd5034c5af0eee9239372637a685a5a3b18f6ec1cf13ade361991fbb9d455d0053591823c62b67103171cf1926ef810db451962a", @generic="5bbdd98cef49f9fa89586083def33cf48f5d468e12e1df320bdc1797d84647abbc2423ed2d988fd5450299f289ab722c5abcf3dfd2c445f1a6c5c13ebbbb597540c3aab3bd8de5bfaa90df38f2a2b9d79a87e2f9872c108da3282cb52a230b10fdd99cdf96e1d858bdca88b32620cc1aa3b69a8d90271779fdc5c3adf704b68d95d9d2a5c9539cf0c3", @generic="16cd50b4d8ec9938392595f1d61378209ee32a53340a6fbcf5cc107fc7886706edfd217d9d6a299fb07d327ffc39e34629f901"]}, @generic="c9640de1e41cef47b513530093241953b3183cf71bcb641c84141c46129bc5cf967bead036a817e80b6de2efbd8e6e6e8f2f889333466e30e4ef84f9d1c048b52f46e80e167e5a3170802a181cb13e3b7ae15a372242ed49b90e1a02e99661f3ec88b35371fcfadec9514e8840215b9294d5cb01f59a78d75c324bf7ad3d408aeee8a55c1fd3636eab22df725d949b6cf5f4135a1e891b74587754375804f30f23700cba2be9923aa6656951a4d1c8a9485326c4b7f0b6a803a9f5bb23bf2cbdbdcdfe06338ae3e8a231931ed15971286bf108da8ad91977e3f322208d82", @generic="ef6e3117c63c98772f23570623225c32a1d90b1e0db83e6f85a3b9e2d27dbe30837c63bd82279c18d390e2b3fc7c3824f685ecc62a08aa9d46954cc72def685dd6c40587b566828299e9806ba834750e61e3d8032ab0b53c08312329954e7f60cc4f725b883196cbc325509e", @typed={0xc, 0x1, @str='\x00'}]}, 0x2ac}, {&(0x7f0000e26000)={0x2b8, 0x37, 0x300, 0x1, 0x0, "", [@generic="15ae8a4c8b2162352383f4b25073115ff5edd1ef80f8765ebd6eb259080f94de2c87b505d5e1fbfcb95175f9e43d0d54a7e17cf8376a902ce7613a9e3651eced36c6aad27eabb0fd60f5ec9676ebb699fdf34f9a8c5468e87e7b1f9c909243f8da4fa4275deded94121c1bdb287eee99356af8b0d696dbf72709b531f31b7fbfbbef694da1532e6803fdbe3bc982b264dbd740f195a56fd38689184bc1aa93dcba47ea4910d7477049d64fdded4a21dc898d40deb413e6009f1988a196fb59f75dc9dfa2217d13d39fb2a331042ef357cab318bb2a0552a1c600781f104a81f258c114ddf5bc26d8251825fa93f8db80b35dc262cdae4f5b84", @generic="89a9bfbf7ff4c4529ac5d0c3b74b671504f465e011fdb9f72e7bdff0a49113233ae3a657cd26d2c17379ca37a7739df842172513385ef7352feefead3bf4cb57541c605042f09b8a123954278ddb4ec25189c3e9e71590fc2006ecd258f38ac26278e05011d45082e68302a528096a0842edb1165b48fbc706d04b81307f1210ef829c77b5a9c270040deee0ea362c253ead476952f695ceb6f3f7ff30ac4511618d3aa31a84dbe9e751c92eff4446e549c7de1ec0a2e91cdd2fa9a0e2714140e6c7d4faf601713400d4a168d3d7867810c7122034f6400ec5798337f5fbe5450b0f4c", @nested={0x94, 0x40, [@typed={0x14, 0x38, @str='/dev/ppp\x00'}, @typed={0x1c, 0x19, @str='@systemprockeyring}\x00'}, @typed={0xc, 0x32, @pid=r8}, @generic="a4743f24f1df72ad3f2e8964f195e6c41703943ef9b5efa6db3b1f87d9a5f16759bd3806427efa48363890806e19483b2bd0f827f571f08a83d89871611b1d823c0f564da6da3573d7d53ee3c4d07b5de2c0"]}, @typed={0x20, 0x89, @str=')trustedeth1security\x00'}, @typed={0x18, 0x92, @ipv6=@ipv4={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0xff, 0xff], @multicast2=0xe0000002}}]}, 0x2b8}, {&(0x7f00004ad000)={0x394, 0x28, 0x300, 0x4, 0x0, "", [@typed={0xc, 0x26, @fd=r0}, @nested={0x10c, 0x8b, [@generic="bdfd4c6abed5610964eeb148cbdccbc871880879948f87cd109e43e262f4e18734b437afc7be7428d850fbb842ceb76fae36d0f1a63050c14b043eebbfb548b9f9a43c2965a15d4993ca3caf1cde1b1495d38e060f01868f3e05a498db4feecf2b9b5f5ef6eb33c343a98265c77bf36a74b743022af4a098f09d41e6520d9c3d1bb9388daeca278e98e1eaa75340c2ddd077eacc28ba07b62c54d209df18fee21c5f3cf966566b94d651699096fd73e0a16970e1bedbcba5fc10a4", @generic="958934b1d3a48a3dea043d95467cbfa8af08fa9efdcd13ae4d1a35f5bbb4332fbcc7b190e627ed3a148293bff8e91a6739484b7fdfa534dd68380ce6ed06eb41f462501328", @typed={0x8, 0x7b, @void=""}]}, @generic="3ced5a4d16b3275eb556b9bcb5", @typed={0xc, 0x87, @uid=r9}, @typed={0xbc, 0x8b, @binary="f51c19b8844e106435211b1a68562a2b3be422f13a9c534a05ff3d83bd46eeeb1c4b9ece2222bb857e146a125e87e4cb10e16a6d42ec43cc6546e149b0a111efa5b3e07531f8ba8dcb85afbec331f19b58d5b90d6dd0b0ec93eae2c1c8bc0dcb408b925b592e2db8a4b20e240f90f70f762734d55ee6fc5a111492e23b71b2049349e38ffe0a5409eda68bfc624929c72e66c24b65780a8c173b38e31866e80e3c1df81549e7dd9aa30e04ef5effb5eea602d7"}, @nested={0x134, 0x92, [@generic="", @generic="190cb3a61bd0b76863ce01083db38640fb8f0940", @generic="d6d3e45a1e9ab4c65b39c49fa6485520394a9090fed9d4012571c25927d58cb9e761c5b1e92f7736c3b1633af8f9cc1b79314353a6d695cc94a6", @typed={0xc, 0x8e, @pid=r10}, @typed={0xc, 0x81, @u32=0x7}, @generic="60765ef3e6bb9802c0a929e16bc494c71d89b0001f5048bf965a10c6f244bfcbb64564067d2b95d7823a5a6ab7647a294307c1dcdd52e059479b94e2e86d335d3d8d5e12dfbb936ed41e1f092129a6dd76db0ed5a5e66a489573d72f97faf24ad4f899989f65e200bb148d72f311eb76be8e79a6f6365ff80845b21d0014326dadee1cee401c142aa0682d1d04eafe5d857113df3818f806d318efe4b1afb7c00902aef95735b91058107de59447d573caf97e82ed55bc9781d90a86ded49b040953680757418ec0"]}, @generic="8545ece7ce75d44e9a0efd680e1d6ba01a9b47dfe6d207ba26a5a3baffb990bf49923d26a2ff958032d35fe335b493fd446af728a0b1a384d5048656243bbdba262eb4d8c6c235cf52051b365e9bfdab8a701877cea92795adb7d34564d84fdf"]}, 0x394}], 0x9, &(0x7f000075a000-0xc0)=[@cred={0x20, 0x1, 0x2, r11, r12, r13}, @cred={0x20, 0x1, 0x2, r14, r15, r16}, @rights={0x20, 0x1, 0x1, [r2, r2, r0]}, @cred={0x20, 0x1, 0x2, r17, r18, r19}, @rights={0x20, 0x1, 0x1, [r0, r0, r2, r2]}, @cred={0x20, 0x1, 0x2, r20, r21, r22}], 0xc0, 0x80}, 0x8000)
getsockopt$inet6_tcp_buf(r2, 0x6, 0x16, &(0x7f0000380000-0x50)=""/80, &(0x7f0000f63000)=0x50)

2018/01/27 16:22:41 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f000000d000-0xd)='/dev/binder#\x00', 0x0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000004000)={0x4, 0x0, &(0x7f000000d000-0x70)=[@enter_looper={0x630c}], 0x0, 0x0, &(0x7f0000005000)=""})
r1 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sndpcmc(&(0x7f0000701000)='/dev/snd/pcmC#D#c\x00', 0x1000, 0xa4000)
getsockopt$netrom_NETROM_IDLE(r2, 0x103, 0x7, &(0x7f0000f91000)=0x101, &(0x7f000094a000)=0x4)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000010000-0x30)={0x0, 0x0, &(0x7f000000f000)=[], 0x1, 0x0, &(0x7f000000f000-0xcf)='b'})
readv(0xffffffffffffffff, &(0x7f0000010000)=[{&(0x7f0000013000-0xd3)=""/211, 0xd3}, {&(0x7f0000013000-0x5b)=""/91, 0x5b}], 0x2)
r3 = mmap$binder(&(0x7f000000c000/0x2000)=nil, 0x2000, 0x0, 0x12, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000007000)={0x14, 0x0, &(0x7f0000010000)=[@acquire_done={0x40486311, 0x0, 0x0}], 0x0, 0x0, &(0x7f0000012000-0x63)=""})
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000003000-0x30)={0xc, 0x0, &(0x7f0000005000-0x68)=[@free_buffer={0x40086303, r3}], 0x0, 0x0, &(0x7f0000002000)=""})
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000ecc000-0x30)={0x144, 0x0, &(0x7f0000221000-0x144)=[@increfs_done={0x40106308, r3, 0x1}, @transaction_sg={0x40486311, {{0x2, 0x0, 0x3, 0x0, 0x1, 0x0, 0x0, 0x60, 0x20, &(0x7f0000dd6000-0x60)=[@fd={0x66642a85, 0x0, r1, 0x0, 0x2}, @ptr={0x70742a85, 0x0, &(0x7f000083c000)=0x0, 0x1, 0x0, 0x22}, @fda={0x66646185, 0xa, 0x3, 0x2}], &(0x7f00002e7000)=[0x30, 0x38, 0x0, 0x38]}, 0x0}}, @decrefs={0x40046307, 0x4}, @increfs={0x40046304, 0x3}, @reply={0x40406301, {0x2, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x18, 0x38, &(0x7f0000737000)=[@fd={0x66642a85, 0x0, r2, 0x0, 0x3}], &(0x7f0000de0000-0x38)=[0x38, 0x20, 0x38, 0x38, 0x28, 0x48, 0x78]}}, @transaction={0x40406300, {0x3, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x28, 0x10, &(0x7f0000df6000-0x28)=[@ptr={0x70742a85, 0x1, &(0x7f00002ef000-0x1)=0x0, 0x1, 0x3, 0x17}], &(0x7f0000571000)=[0x20, 0x0]}}, @transaction_sg={0x40486311, {{0x3, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x58, 0x28, &(0x7f00009c5000-0x58)=[@flat={0x77622a85, 0x10b, r3, 0x4}, @ptr={0x70742a85, 0x0, &(0x7f0000229000-0x1)=0x0, 0x1, 0x0, 0x27}, @flat={0x73622a85, 0x100, r3, 0x3}], &(0x7f0000e2b000)=[0x28, 0x78, 0x0, 0x18, 0x40]}, 0x1}}], 0x97, 0x0, &(0x7f0000744000-0x97)="7c6ac8431455ff20d56045533be41448fd8133fba3028c986abe335532b7e16e7236b0a9ec8dc930fbbfc05fecdce8cba4d9071dd2902ae6e121c028745d417557a19c9a8c4780c46ab91f68a4b9200c987e3251f077d7119f0579d6279dee90849323963ccfa8566002041c713aead008c7b56e67ae35bf7fb75301721777a7e71a8f71c1e07bf23b3d943a47c4037cccac55e532b82d"})

2018/01/27 16:22:41 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsn(&(0x7f00006f2000)='/dev/vcs#\x00', 0x2, 0x242)
ioctl$sock_SIOCGIFINDEX(0xffffffffffffff9c, 0x8933, &(0x7f000037f000-0x28)={@common='erspan0\x00', <r1=>0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet6_SIOCDIFADDR(r0, 0x8936, &(0x7f0000f14000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xffffffff, r1})
r2 = socket$inet6(0xa, 0x3, 0x8)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r2, 0x29, 0x20, &(0x7f0000f68000)={@loopback={0x0, 0x1}, 0x800, 0x0, 0xff, 0x1, 0x0, 0x0, 0x0}, 0x20)
setsockopt$inet6_int(r2, 0x29, 0x21, &(0x7f000089b000)=0x80000000, 0x295)
sendmsg$kcm(r0, &(0x7f0000b41000)={0x0, 0x0, &(0x7f00005a6000)=[{&(0x7f0000429000-0x69)="20b7d8560486e8e47e4cff5aa5448e7b25544223ab2f20d0a8e26e31229deba43e034819ef7a44bb6164a7b04d3c7a6a903df1e0205bdf50fd67df7311dd9c3b81f1229e7836cb53a947c564454e006464286970df1ad796d51c5faa1586ba508bb3bbaa214e794cbf", 0x69}, {&(0x7f0000c4e000)="7a63c9deebdc184eeaa7345d27d3190851737070ffe7b726930d91c563f0feb5082e6a7eade99026dea3cab106491bcf4b7f067ea6cf1a62ae6493554528eb9d4802a399402f34e71dbc1a8ce04403a8598657d534952a504f1e0fcb7796ba994ba91eddf73f76a2d817c18cc2acbe08e8be82b5e6cf45389416577c3d91662247e67688a5e6b1adf682b7f207069522d61beab3023231612f8a1a7019ad0d87b21c035b7ea53188071f79cc3798ff91a08041066ca2dc7fa59a7a0fc02f5e54ea1ca047aca60f885f9da80349450d52147f275ca37848fb615aef", 0xdb}, {&(0x7f00000df000-0xff)="f0ede00a96e579891b6a81a443747e0a9046a204649d5c4ac764d84be9bb4040236c377864780501414f22bcec972bb90c3773a1dc4711eb75830e3a0ad6be8b2e64775d041644bdc2e000312ae73da899568abdb317a6ef8d456be08c249fd963c84b5dddaeb9a3e2f1e472c2185c6fa897ff49bae681846b2fe033e17a1f2a8ad3dd8ebe87cff520d0ebb45a38cd35709417fceee0bdb925a11d5576307264a35b2d08a0371678980ba8b7cc9e174b43c9f7984d41712bf236354154130d57a68dd92c88990595a36475bba802210f1dd9d996d3e46cc550f1f896654300a728cc494d9cd5c93690860966cd08aa7c30c709baaafe0cb413d8e55608ab19", 0xff}, {&(0x7f0000e8b000)="10fd8dfa333a971fe4a2c51fa8c5360e1dcd5e07676adb4a8802fa2fe588c6b094bd2df3a9d3096e87a7e47e27b55167debcc063a5f7d30a2812954a4a2953c1372662e8dd63814ce772f90c208616d63be1986609a6647678e8a10dc2c0fa9dcdee3dc5a9a516f512def0651683f67f2b2806636857130348f3d6d27276ea25d3356c2b9f8d0807fa82709dfb43dd7675ae6303b2964fa558eed663da13c5e67f069b5df053239f9100bee3aadad3d7ba99c4dc2c61eddfb73b604ee76238c782288ee80dc3158557bc67ddfd620e", 0xcf}, {&(0x7f00009aa000-0xb4)="b22fec52629b6db93bb6d0d6498745dc127ebb42234ce966ab822f1ce10e5d4de70246f8332bf163a650aea05cac0336cbcbec5d9ecef0672812b32d01722c1715a453452c6c55e1230344dc40a5d57d8034a1744a19a37a71ebf5688d1363c86eb99339cddb91011f6e62f777661b5d0ba84119177b261571a6cdcc0a3388bdd8401fa6a7e763e7ed2a1cfb4fc4fd02e8ade9d8f48279e8b0c72498f918b6a29df58ed13652025c9c8ee86e842d6956852543ab", 0xb4}, {&(0x7f0000f7a000-0x13)="523136beaaf039da97dec585b1d5155848f3ba", 0x13}, {&(0x7f0000c83000-0xc0)="37e201872cee97c6dc8d6f94e1c8d0df483e6b63862f08b782915e7bb6c19e23063b26e4f84d301d1e480693bec941a48fa581463abb8c209691a70a259f67892520980c01d138a5b19403ade6fa68f4ecb587ef4493b32367335aa669f59ecee40f7f6fba5b3e9eef12889e396b0c20006af5747d40559a4d329715918dd04c56673c892ebbb9d7294805f5c6761799e574f1426fc4be88ca31c4a3e9d1d4869ce44a0c590bd91960042b7af44362b1ed3363b985c56c76deca972dbbf87060", 0xc0}, {&(0x7f00005e8000-0xad)="23393ac9adcb656dc3f871dbefb25e717678b855260b6075a76315781bd12a12eef6c62b45910f4d592f6cbdc34c4a389ad48a5899a78753bb267f51bf92d15c2b2e83d552997aea675a391f840f4aede93593cbca343e86dfc6f1272fd079092587e3ab97c1e40dd5a26bfa12f9566e3756f054b431334cd2489e12161f417e98029644f5aabdbcef0ce213f6fce614961e25b730609d391e0786ec736b991e678bde00f836d2cae37e852070", 0xad}, {&(0x7f00004ab000-0x20)="18a070acfc819277bcd1d371e04e174d37874bc8c07923aef2d4f6c5e58b9021", 0x20}], 0x9, &(0x7f0000c4f000)=[{0xa0, 0x0, 0x8000, "ec17ccbac7d5adb3a9ba7a750c076245bf30bf50bc23cae29879997750f6af435f4cb58d719e4f2a0ff2ff79df9e2b4c990e37428b7e69234966de05ccb9ee791908e030f10a1cf09874e56d2d46a39db88f7246e7e3d8bdf10567debde05680c87362ce66b4a77ffc78277e48d3558127d4404fbb986dbf1111812eab816cd13315b1fc442a8c6d08f193"}, {0xe0, 0x107, 0x2, "6dfa203f6ac1688daffea46a0ee3b10e24c3eb349ac68cbcc8b43aada07d26efe49b23ea7edb73ac944c11296d186646f24ff99aa2d5e91c3c7caef871ede9baac04681a883ab24e26ab5f3aeda01037f9030c8ffe01e5a8f442adeb2f4a9f4347fed6c7fe8b3c24245d74dc70391e104420a2eba1155b0dc47ef8072abafbdc39379009f248aa8cfdab41ce51df302a4630a10b3733c6cc0f65883c14aca21cc9fbcc0ae4e71b487ed565a26432f3ac33cdee2ee1d23110c96fa2bf4ea0a5c47afe6428cab2d5ea99a73be6ff697ca5"}, {0xb0, 0x10f, 0x5, "4ff02878ab3b6ec054a335b3f12b1438c24420451c3e6ef6de3689cad755b7e1e278972b2a1715549e5bfeb8be51a2243ba138bd3e94b94458d93e4bc0265686f825346302ceb6954760c84a620f622e2415fbb64574f3e510d3b36e3e76c88a9809330a8e75c2c903bf29b894b4fe60bcce1359e4cca55bd751de2a060257dfab0c363f234d19448a280098299e9eff69da3c2db23943e5eb5e1db0"}, {0xd8, 0x117, 0xb7, "522df35c06fb51c2eaa9401c4c078ead9cf768c22c6e583d4fe457edfb1aa2825a4e80fd535a2d49b6375a95f1bfc0b1967408ccd660ddabd4bff0250a8bbbe022bc3c099fdbfb8ed71a5b6c9a28b10de24428e2f1fbedfb17bfba38c975840218c3df3328252efc9ba6b6e9498a98cf47a3ae92905760d2d17c62d09aa8914045158f97904431fbea59c81c343406ed13416ce505f43fdcca137fa5226c77355d401d09a17dd64f6c8702cab7753691c08846933664e356f8564a72dee1b3f722"}, {0xd0, 0x0, 0x8, "304eb80130d2f55335c9a9a246690d4fe4c6deede4c598ba6bd905a7c2ed8fbd4564e6384dde51b4bd60ded84ca0e6012c114e5d2e64c6d1c9444066af68c761bdb25a7d4b5d973b4930d8b4f3c2b0d463ed20b52116e74f468e6e8ca846de601b51f108a9a0843ff7754001465d93557aa293c787be3cd2992d2a4b3c4de4f2cf3446ac765df57dca008898e22649d3f695a32b31a3568cd0258e33ca3fdb48e900696b80bb36de90ee98b06142a83ec37fe415947cb662eb2d"}, {0x28, 0x109, 0x3, "7625580732047f9c901e421a985cd19fe82b"}, {0x40, 0x10c, 0x7, "478c0ba19d417293f43dccc778e4333e3878cad9c7737972a76e2628773e7289e0d4bfea80ec2c37d1"}, {0x20, 0x101, 0x2, "a08cd0ad12876bcddee7a1cb8d"}, {0xa0, 0x0, 0x5, "a0e822f2c0131b7c80aea79c17ccc20dfc629b9c46a005336d0217340f400dcaffb89cd2ef337523800b8650d0fd2e3871c1d609b830927b8c73f4125649e64d37b57d1e83696a3692d1a11c6895143f6b209ac108b4e578b3e5dcedc7edb325f936c5a5fd52e5016dc88ae9dad0fbda5bcdcf8aef439c32d9ce9bbe4ffd94e6711a233235e51a0ceddb0ab7"}, {0xd8, 0x11f, 0x3, "2af1bf2ec28d45a1ce84f5ea32215969f8304f80c53402c1db99f7fcb96bcca63f15c7cb1d017a3cf2fe007f829fcb8e23657d749ab82339676e2ece7cc8d147117c76050aca0841f7a4d90e0d31721504ff0f83bc7b039cb06b1cf6187c6bfab3cd3d93187babaaa8fa2171afe5f859a4ff22ed1c0f06dc0c7025bc7888510e4036ee2f4d30a664f5b9e60e2581b92a8f57fa4fcf24a788ad73cc20a834a5f5755ebc19799f74a17f11bad0971d7741252d60eb5cf1a83bc673c2826aa2b814e4865e7c476d60"}], 0x5d8, 0x40}, 0x44841)
connect$inet6(r2, &(0x7f000000d000-0x1c)={0xa, 0xffffffffffffffff, 0x807, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
sendmmsg(r2, &(0x7f0000ad9000)=[{{0x0, 0x0, &(0x7f0000bff000)=[], 0x0, &(0x7f0000cc4000-0x18)=[{0x10, 0x0, 0x0, ""}], 0x10, 0x0}, 0x0}], 0x1, 0x0)

2018/01/27 16:22:41 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000000000)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

2018/01/27 16:22:41 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:41 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000000000)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

2018/01/27 16:22:41 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

[   37.662521] binder: 5163 RLIMIT_NICE not set
2018/01/27 16:22:41 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:41 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:41 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000000000)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

2018/01/27 16:22:41 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x320, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x130, 0x158, 0x0, {0x0, 0x0}, [@common=@unspec=@string={0xc0, 'string\x00', 0x1, {0x0, 0x0, "626d0000000000000000000080ffffff", "92e6e6eac8e443e6e69d10f7ef0b2fe30d86c9da620c660781c08c699b305e0cbf04b1c27339edf159266309dee73fb8ffe530a58adc46da7625adae6d6500000007b87eca7efa96eb123b96aa95842f04e5e8e8916f4efc8ef89f9b59e3a6b630b2ac7dcde45c39944e11ed764989aac2ba631799517a9e794e1dd1f20124ab", 0x0, 0x0, 0x0}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x380)

2018/01/27 16:22:41 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:41 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

[   37.663445] binder_alloc: binder_alloc_mmap_handler: 5161 205a9000-205ac000 already mapped failed -16
[   37.713881] binder_alloc: binder_alloc_mmap_handler: 5173 205a9000-205ac000 already mapped failed -16
[   37.730843] binder: 5158:5178 BC_FREE_BUFFER u000000002000c000 matched unreturned buffer
[   37.733306] binder: 5158:5178 BC_INCREFS_DONE u000000002000c000 no match
[   37.733315] binder: 5158:5178 got transaction to invalid handle
[   37.733326] binder: 5158:5178 transaction failed 29201/-22, size 96-32 line 2788
[   37.735588] binder_alloc: binder_alloc_mmap_handler: 5179 205a9000-205ac000 already mapped failed -16
[   37.739736] binder: undelivered TRANSACTION_COMPLETE
2018/01/27 16:22:41 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:41 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:41 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x260, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x2c0)

2018/01/27 16:22:41 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000000000)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

2018/01/27 16:22:41 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:41 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:41 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f000000d000-0xd)='/dev/binder#\x00', 0x0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000004000)={0x4, 0x0, &(0x7f000000d000-0x70)=[@enter_looper={0x630c}], 0x0, 0x0, &(0x7f0000005000)=""})
r1 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sndpcmc(&(0x7f0000701000)='/dev/snd/pcmC#D#c\x00', 0x1000, 0xa4000)
getsockopt$netrom_NETROM_IDLE(r2, 0x103, 0x7, &(0x7f0000f91000)=0x101, &(0x7f000094a000)=0x4)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000010000-0x30)={0x0, 0x0, &(0x7f000000f000)=[], 0x1, 0x0, &(0x7f000000f000-0xcf)='b'})
readv(0xffffffffffffffff, &(0x7f0000010000)=[{&(0x7f0000013000-0xd3)=""/211, 0xd3}, {&(0x7f0000013000-0x5b)=""/91, 0x5b}], 0x2)
r3 = mmap$binder(&(0x7f000000c000/0x2000)=nil, 0x2000, 0x0, 0x12, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000007000)={0x14, 0x0, &(0x7f0000010000)=[@acquire_done={0x40486311, 0x0, 0x0}], 0x0, 0x0, &(0x7f0000012000-0x63)=""})
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000003000-0x30)={0xc, 0x0, &(0x7f0000005000-0x68)=[@free_buffer={0x40086303, r3}], 0x0, 0x0, &(0x7f0000002000)=""})
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000ecc000-0x30)={0x144, 0x0, &(0x7f0000221000-0x144)=[@increfs_done={0x40106308, r3, 0x1}, @transaction_sg={0x40486311, {{0x2, 0x0, 0x3, 0x0, 0x1, 0x0, 0x0, 0x60, 0x20, &(0x7f0000dd6000-0x60)=[@fd={0x66642a85, 0x0, r1, 0x0, 0x2}, @ptr={0x70742a85, 0x0, &(0x7f000083c000)=0x0, 0x1, 0x0, 0x22}, @fda={0x66646185, 0xa, 0x3, 0x2}], &(0x7f00002e7000)=[0x30, 0x38, 0x0, 0x38]}, 0x0}}, @decrefs={0x40046307, 0x4}, @increfs={0x40046304, 0x3}, @reply={0x40406301, {0x2, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x18, 0x38, &(0x7f0000737000)=[@fd={0x66642a85, 0x0, r2, 0x0, 0x3}], &(0x7f0000de0000-0x38)=[0x38, 0x20, 0x38, 0x38, 0x28, 0x48, 0x78]}}, @transaction={0x40406300, {0x3, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x28, 0x10, &(0x7f0000df6000-0x28)=[@ptr={0x70742a85, 0x1, &(0x7f00002ef000-0x1)=0x0, 0x1, 0x3, 0x17}], &(0x7f0000571000)=[0x20, 0x0]}}, @transaction_sg={0x40486311, {{0x3, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x58, 0x28, &(0x7f00009c5000-0x58)=[@flat={0x77622a85, 0x10b, r3, 0x4}, @ptr={0x70742a85, 0x0, &(0x7f0000229000-0x1)=0x0, 0x1, 0x0, 0x27}, @flat={0x73622a85, 0x100, r3, 0x3}], &(0x7f0000e2b000)=[0x28, 0x78, 0x0, 0x18, 0x40]}, 0x1}}], 0x97, 0x0, &(0x7f0000744000-0x97)="7c6ac8431455ff20d56045533be41448fd8133fba3028c986abe335532b7e16e7236b0a9ec8dc930fbbfc05fecdce8cba4d9071dd2902ae6e121c028745d417557a19c9a8c4780c46ab91f68a4b9200c987e3251f077d7119f0579d6279dee90849323963ccfa8566002041c713aead008c7b56e67ae35bf7fb75301721777a7e71a8f71c1e07bf23b3d943a47c4037cccac55e532b82d"})

2018/01/27 16:22:41 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsn(&(0x7f00006f2000)='/dev/vcs#\x00', 0x2, 0x242)
ioctl$sock_SIOCGIFINDEX(0xffffffffffffff9c, 0x8933, &(0x7f000037f000-0x28)={@common='erspan0\x00', <r1=>0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet6_SIOCDIFADDR(r0, 0x8936, &(0x7f0000f14000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xffffffff, r1})
r2 = socket$inet6(0xa, 0x3, 0x8)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r2, 0x29, 0x20, &(0x7f0000f68000)={@loopback={0x0, 0x1}, 0x800, 0x0, 0xff, 0x1, 0x0, 0x0, 0x0}, 0x20)
setsockopt$inet6_int(r2, 0x29, 0x21, &(0x7f000089b000)=0x80000000, 0x295)
sendmsg$kcm(r0, &(0x7f0000b41000)={0x0, 0x0, &(0x7f00005a6000)=[{&(0x7f0000429000-0x69)="20b7d8560486e8e47e4cff5aa5448e7b25544223ab2f20d0a8e26e31229deba43e034819ef7a44bb6164a7b04d3c7a6a903df1e0205bdf50fd67df7311dd9c3b81f1229e7836cb53a947c564454e006464286970df1ad796d51c5faa1586ba508bb3bbaa214e794cbf", 0x69}, {&(0x7f0000c4e000)="7a63c9deebdc184eeaa7345d27d3190851737070ffe7b726930d91c563f0feb5082e6a7eade99026dea3cab106491bcf4b7f067ea6cf1a62ae6493554528eb9d4802a399402f34e71dbc1a8ce04403a8598657d534952a504f1e0fcb7796ba994ba91eddf73f76a2d817c18cc2acbe08e8be82b5e6cf45389416577c3d91662247e67688a5e6b1adf682b7f207069522d61beab3023231612f8a1a7019ad0d87b21c035b7ea53188071f79cc3798ff91a08041066ca2dc7fa59a7a0fc02f5e54ea1ca047aca60f885f9da80349450d52147f275ca37848fb615aef", 0xdb}, {&(0x7f00000df000-0xff)="f0ede00a96e579891b6a81a443747e0a9046a204649d5c4ac764d84be9bb4040236c377864780501414f22bcec972bb90c3773a1dc4711eb75830e3a0ad6be8b2e64775d041644bdc2e000312ae73da899568abdb317a6ef8d456be08c249fd963c84b5dddaeb9a3e2f1e472c2185c6fa897ff49bae681846b2fe033e17a1f2a8ad3dd8ebe87cff520d0ebb45a38cd35709417fceee0bdb925a11d5576307264a35b2d08a0371678980ba8b7cc9e174b43c9f7984d41712bf236354154130d57a68dd92c88990595a36475bba802210f1dd9d996d3e46cc550f1f896654300a728cc494d9cd5c93690860966cd08aa7c30c709baaafe0cb413d8e55608ab19", 0xff}, {&(0x7f0000e8b000)="10fd8dfa333a971fe4a2c51fa8c5360e1dcd5e07676adb4a8802fa2fe588c6b094bd2df3a9d3096e87a7e47e27b55167debcc063a5f7d30a2812954a4a2953c1372662e8dd63814ce772f90c208616d63be1986609a6647678e8a10dc2c0fa9dcdee3dc5a9a516f512def0651683f67f2b2806636857130348f3d6d27276ea25d3356c2b9f8d0807fa82709dfb43dd7675ae6303b2964fa558eed663da13c5e67f069b5df053239f9100bee3aadad3d7ba99c4dc2c61eddfb73b604ee76238c782288ee80dc3158557bc67ddfd620e", 0xcf}, {&(0x7f00009aa000-0xb4)="b22fec52629b6db93bb6d0d6498745dc127ebb42234ce966ab822f1ce10e5d4de70246f8332bf163a650aea05cac0336cbcbec5d9ecef0672812b32d01722c1715a453452c6c55e1230344dc40a5d57d8034a1744a19a37a71ebf5688d1363c86eb99339cddb91011f6e62f777661b5d0ba84119177b261571a6cdcc0a3388bdd8401fa6a7e763e7ed2a1cfb4fc4fd02e8ade9d8f48279e8b0c72498f918b6a29df58ed13652025c9c8ee86e842d6956852543ab", 0xb4}, {&(0x7f0000f7a000-0x13)="523136beaaf039da97dec585b1d5155848f3ba", 0x13}, {&(0x7f0000c83000-0xc0)="37e201872cee97c6dc8d6f94e1c8d0df483e6b63862f08b782915e7bb6c19e23063b26e4f84d301d1e480693bec941a48fa581463abb8c209691a70a259f67892520980c01d138a5b19403ade6fa68f4ecb587ef4493b32367335aa669f59ecee40f7f6fba5b3e9eef12889e396b0c20006af5747d40559a4d329715918dd04c56673c892ebbb9d7294805f5c6761799e574f1426fc4be88ca31c4a3e9d1d4869ce44a0c590bd91960042b7af44362b1ed3363b985c56c76deca972dbbf87060", 0xc0}, {&(0x7f00005e8000-0xad)="23393ac9adcb656dc3f871dbefb25e717678b855260b6075a76315781bd12a12eef6c62b45910f4d592f6cbdc34c4a389ad48a5899a78753bb267f51bf92d15c2b2e83d552997aea675a391f840f4aede93593cbca343e86dfc6f1272fd079092587e3ab97c1e40dd5a26bfa12f9566e3756f054b431334cd2489e12161f417e98029644f5aabdbcef0ce213f6fce614961e25b730609d391e0786ec736b991e678bde00f836d2cae37e852070", 0xad}, {&(0x7f00004ab000-0x20)="18a070acfc819277bcd1d371e04e174d37874bc8c07923aef2d4f6c5e58b9021", 0x20}], 0x9, &(0x7f0000c4f000)=[{0xa0, 0x0, 0x8000, "ec17ccbac7d5adb3a9ba7a750c076245bf30bf50bc23cae29879997750f6af435f4cb58d719e4f2a0ff2ff79df9e2b4c990e37428b7e69234966de05ccb9ee791908e030f10a1cf09874e56d2d46a39db88f7246e7e3d8bdf10567debde05680c87362ce66b4a77ffc78277e48d3558127d4404fbb986dbf1111812eab816cd13315b1fc442a8c6d08f193"}, {0xe0, 0x107, 0x2, "6dfa203f6ac1688daffea46a0ee3b10e24c3eb349ac68cbcc8b43aada07d26efe49b23ea7edb73ac944c11296d186646f24ff99aa2d5e91c3c7caef871ede9baac04681a883ab24e26ab5f3aeda01037f9030c8ffe01e5a8f442adeb2f4a9f4347fed6c7fe8b3c24245d74dc70391e104420a2eba1155b0dc47ef8072abafbdc39379009f248aa8cfdab41ce51df302a4630a10b3733c6cc0f65883c14aca21cc9fbcc0ae4e71b487ed565a26432f3ac33cdee2ee1d23110c96fa2bf4ea0a5c47afe6428cab2d5ea99a73be6ff697ca5"}, {0xb0, 0x10f, 0x5, "4ff02878ab3b6ec054a335b3f12b1438c24420451c3e6ef6de3689cad755b7e1e278972b2a1715549e5bfeb8be51a2243ba138bd3e94b94458d93e4bc0265686f825346302ceb6954760c84a620f622e2415fbb64574f3e510d3b36e3e76c88a9809330a8e75c2c903bf29b894b4fe60bcce1359e4cca55bd751de2a060257dfab0c363f234d19448a280098299e9eff69da3c2db23943e5eb5e1db0"}, {0xd8, 0x117, 0xb7, "522df35c06fb51c2eaa9401c4c078ead9cf768c22c6e583d4fe457edfb1aa2825a4e80fd535a2d49b6375a95f1bfc0b1967408ccd660ddabd4bff0250a8bbbe022bc3c099fdbfb8ed71a5b6c9a28b10de24428e2f1fbedfb17bfba38c975840218c3df3328252efc9ba6b6e9498a98cf47a3ae92905760d2d17c62d09aa8914045158f97904431fbea59c81c343406ed13416ce505f43fdcca137fa5226c77355d401d09a17dd64f6c8702cab7753691c08846933664e356f8564a72dee1b3f722"}, {0xd0, 0x0, 0x8, "304eb80130d2f55335c9a9a246690d4fe4c6deede4c598ba6bd905a7c2ed8fbd4564e6384dde51b4bd60ded84ca0e6012c114e5d2e64c6d1c9444066af68c761bdb25a7d4b5d973b4930d8b4f3c2b0d463ed20b52116e74f468e6e8ca846de601b51f108a9a0843ff7754001465d93557aa293c787be3cd2992d2a4b3c4de4f2cf3446ac765df57dca008898e22649d3f695a32b31a3568cd0258e33ca3fdb48e900696b80bb36de90ee98b06142a83ec37fe415947cb662eb2d"}, {0x28, 0x109, 0x3, "7625580732047f9c901e421a985cd19fe82b"}, {0x40, 0x10c, 0x7, "478c0ba19d417293f43dccc778e4333e3878cad9c7737972a76e2628773e7289e0d4bfea80ec2c37d1"}, {0x20, 0x101, 0x2, "a08cd0ad12876bcddee7a1cb8d"}, {0xa0, 0x0, 0x5, "a0e822f2c0131b7c80aea79c17ccc20dfc629b9c46a005336d0217340f400dcaffb89cd2ef337523800b8650d0fd2e3871c1d609b830927b8c73f4125649e64d37b57d1e83696a3692d1a11c6895143f6b209ac108b4e578b3e5dcedc7edb325f936c5a5fd52e5016dc88ae9dad0fbda5bcdcf8aef439c32d9ce9bbe4ffd94e6711a233235e51a0ceddb0ab7"}, {0xd8, 0x11f, 0x3, "2af1bf2ec28d45a1ce84f5ea32215969f8304f80c53402c1db99f7fcb96bcca63f15c7cb1d017a3cf2fe007f829fcb8e23657d749ab82339676e2ece7cc8d147117c76050aca0841f7a4d90e0d31721504ff0f83bc7b039cb06b1cf6187c6bfab3cd3d93187babaaa8fa2171afe5f859a4ff22ed1c0f06dc0c7025bc7888510e4036ee2f4d30a664f5b9e60e2581b92a8f57fa4fcf24a788ad73cc20a834a5f5755ebc19799f74a17f11bad0971d7741252d60eb5cf1a83bc673c2826aa2b814e4865e7c476d60"}], 0x5d8, 0x40}, 0x44841)
connect$inet6(r2, &(0x7f000000d000-0x1c)={0xa, 0xffffffffffffffff, 0x807, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
sendmmsg(r2, &(0x7f0000ad9000)=[{{0x0, 0x0, &(0x7f0000bff000)=[], 0x0, &(0x7f0000cc4000-0x18)=[{0x10, 0x0, 0x0, ""}], 0x10, 0x0}, 0x0}], 0x1, 0x0)

[   37.739755] binder: undelivered transaction 27, process died.
[   37.765136] binder: BINDER_SET_CONTEXT_MGR already set
[   37.765144] binder: 5158:5186 ioctl 40046207 0 returned -16
[   37.778743] binder_alloc: 5158: binder_alloc_buf, no vma
[   37.778766] binder: 5158:5186 transaction failed 29189/-3, size 0-0 line 2903
[   37.780952] binder: 5158:5178 BC_FREE_BUFFER u000000002000c000 no match
2018/01/27 16:22:41 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:41 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x260, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x2c0)

2018/01/27 16:22:42 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:42 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f000000d000-0xd)='/dev/binder#\x00', 0x0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000004000)={0x4, 0x0, &(0x7f000000d000-0x70)=[@enter_looper={0x630c}], 0x0, 0x0, &(0x7f0000005000)=""})
r1 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @perf_bp={&(0x7f0000000000)=0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sndpcmc(&(0x7f0000701000)='/dev/snd/pcmC#D#c\x00', 0x1000, 0xa4000)
getsockopt$netrom_NETROM_IDLE(r2, 0x103, 0x7, &(0x7f0000f91000)=0x101, &(0x7f000094a000)=0x4)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000010000-0x30)={0x0, 0x0, &(0x7f000000f000)=[], 0x1, 0x0, &(0x7f000000f000-0xcf)='b'})
readv(0xffffffffffffffff, &(0x7f0000010000)=[{&(0x7f0000013000-0xd3)=""/211, 0xd3}, {&(0x7f0000013000-0x5b)=""/91, 0x5b}], 0x2)
r3 = mmap$binder(&(0x7f000000c000/0x2000)=nil, 0x2000, 0x0, 0x12, r0, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000007000)={0x14, 0x0, &(0x7f0000010000)=[@acquire_done={0x40486311, 0x0, 0x0}], 0x0, 0x0, &(0x7f0000012000-0x63)=""})
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000003000-0x30)={0xc, 0x0, &(0x7f0000005000-0x68)=[@free_buffer={0x40086303, r3}], 0x0, 0x0, &(0x7f0000002000)=""})
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000ecc000-0x30)={0x144, 0x0, &(0x7f0000221000-0x144)=[@increfs_done={0x40106308, r3, 0x1}, @transaction_sg={0x40486311, {{0x2, 0x0, 0x3, 0x0, 0x1, 0x0, 0x0, 0x60, 0x20, &(0x7f0000dd6000-0x60)=[@fd={0x66642a85, 0x0, r1, 0x0, 0x2}, @ptr={0x70742a85, 0x0, &(0x7f000083c000)=0x0, 0x1, 0x0, 0x22}, @fda={0x66646185, 0xa, 0x3, 0x2}], &(0x7f00002e7000)=[0x30, 0x38, 0x0, 0x38]}, 0x0}}, @decrefs={0x40046307, 0x4}, @increfs={0x40046304, 0x3}, @reply={0x40406301, {0x2, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x18, 0x38, &(0x7f0000737000)=[@fd={0x66642a85, 0x0, r2, 0x0, 0x3}], &(0x7f0000de0000-0x38)=[0x38, 0x20, 0x38, 0x38, 0x28, 0x48, 0x78]}}, @transaction={0x40406300, {0x3, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x28, 0x10, &(0x7f0000df6000-0x28)=[@ptr={0x70742a85, 0x1, &(0x7f00002ef000-0x1)=0x0, 0x1, 0x3, 0x17}], &(0x7f0000571000)=[0x20, 0x0]}}, @transaction_sg={0x40486311, {{0x3, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x58, 0x28, &(0x7f00009c5000-0x58)=[@flat={0x77622a85, 0x10b, r3, 0x4}, @ptr={0x70742a85, 0x0, &(0x7f0000229000-0x1)=0x0, 0x1, 0x0, 0x27}, @flat={0x73622a85, 0x100, r3, 0x3}], &(0x7f0000e2b000)=[0x28, 0x78, 0x0, 0x18, 0x40]}, 0x1}}], 0x97, 0x0, &(0x7f0000744000-0x97)="7c6ac8431455ff20d56045533be41448fd8133fba3028c986abe335532b7e16e7236b0a9ec8dc930fbbfc05fecdce8cba4d9071dd2902ae6e121c028745d417557a19c9a8c4780c46ab91f68a4b9200c987e3251f077d7119f0579d6279dee90849323963ccfa8566002041c713aead008c7b56e67ae35bf7fb75301721777a7e71a8f71c1e07bf23b3d943a47c4037cccac55e532b82d"})

2018/01/27 16:22:42 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsn(&(0x7f00006f2000)='/dev/vcs#\x00', 0x2, 0x242)
ioctl$sock_SIOCGIFINDEX(0xffffffffffffff9c, 0x8933, &(0x7f000037f000-0x28)={@common='erspan0\x00', <r1=>0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet6_SIOCDIFADDR(r0, 0x8936, &(0x7f0000f14000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xffffffff, r1})
r2 = socket$inet6(0xa, 0x3, 0x8)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r2, 0x29, 0x20, &(0x7f0000f68000)={@loopback={0x0, 0x1}, 0x800, 0x0, 0xff, 0x1, 0x0, 0x0, 0x0}, 0x20)
setsockopt$inet6_int(r2, 0x29, 0x21, &(0x7f000089b000)=0x80000000, 0x295)
sendmsg$kcm(r0, &(0x7f0000b41000)={0x0, 0x0, &(0x7f00005a6000)=[{&(0x7f0000429000-0x69)="20b7d8560486e8e47e4cff5aa5448e7b25544223ab2f20d0a8e26e31229deba43e034819ef7a44bb6164a7b04d3c7a6a903df1e0205bdf50fd67df7311dd9c3b81f1229e7836cb53a947c564454e006464286970df1ad796d51c5faa1586ba508bb3bbaa214e794cbf", 0x69}, {&(0x7f0000c4e000)="7a63c9deebdc184eeaa7345d27d3190851737070ffe7b726930d91c563f0feb5082e6a7eade99026dea3cab106491bcf4b7f067ea6cf1a62ae6493554528eb9d4802a399402f34e71dbc1a8ce04403a8598657d534952a504f1e0fcb7796ba994ba91eddf73f76a2d817c18cc2acbe08e8be82b5e6cf45389416577c3d91662247e67688a5e6b1adf682b7f207069522d61beab3023231612f8a1a7019ad0d87b21c035b7ea53188071f79cc3798ff91a08041066ca2dc7fa59a7a0fc02f5e54ea1ca047aca60f885f9da80349450d52147f275ca37848fb615aef", 0xdb}, {&(0x7f00000df000-0xff)="f0ede00a96e579891b6a81a443747e0a9046a204649d5c4ac764d84be9bb4040236c377864780501414f22bcec972bb90c3773a1dc4711eb75830e3a0ad6be8b2e64775d041644bdc2e000312ae73da899568abdb317a6ef8d456be08c249fd963c84b5dddaeb9a3e2f1e472c2185c6fa897ff49bae681846b2fe033e17a1f2a8ad3dd8ebe87cff520d0ebb45a38cd35709417fceee0bdb925a11d5576307264a35b2d08a0371678980ba8b7cc9e174b43c9f7984d41712bf236354154130d57a68dd92c88990595a36475bba802210f1dd9d996d3e46cc550f1f896654300a728cc494d9cd5c93690860966cd08aa7c30c709baaafe0cb413d8e55608ab19", 0xff}, {&(0x7f0000e8b000)="10fd8dfa333a971fe4a2c51fa8c5360e1dcd5e07676adb4a8802fa2fe588c6b094bd2df3a9d3096e87a7e47e27b55167debcc063a5f7d30a2812954a4a2953c1372662e8dd63814ce772f90c208616d63be1986609a6647678e8a10dc2c0fa9dcdee3dc5a9a516f512def0651683f67f2b2806636857130348f3d6d27276ea25d3356c2b9f8d0807fa82709dfb43dd7675ae6303b2964fa558eed663da13c5e67f069b5df053239f9100bee3aadad3d7ba99c4dc2c61eddfb73b604ee76238c782288ee80dc3158557bc67ddfd620e", 0xcf}, {&(0x7f00009aa000-0xb4)="b22fec52629b6db93bb6d0d6498745dc127ebb42234ce966ab822f1ce10e5d4de70246f8332bf163a650aea05cac0336cbcbec5d9ecef0672812b32d01722c1715a453452c6c55e1230344dc40a5d57d8034a1744a19a37a71ebf5688d1363c86eb99339cddb91011f6e62f777661b5d0ba84119177b261571a6cdcc0a3388bdd8401fa6a7e763e7ed2a1cfb4fc4fd02e8ade9d8f48279e8b0c72498f918b6a29df58ed13652025c9c8ee86e842d6956852543ab", 0xb4}, {&(0x7f0000f7a000-0x13)="523136beaaf039da97dec585b1d5155848f3ba", 0x13}, {&(0x7f0000c83000-0xc0)="37e201872cee97c6dc8d6f94e1c8d0df483e6b63862f08b782915e7bb6c19e23063b26e4f84d301d1e480693bec941a48fa581463abb8c209691a70a259f67892520980c01d138a5b19403ade6fa68f4ecb587ef4493b32367335aa669f59ecee40f7f6fba5b3e9eef12889e396b0c20006af5747d40559a4d329715918dd04c56673c892ebbb9d7294805f5c6761799e574f1426fc4be88ca31c4a3e9d1d4869ce44a0c590bd91960042b7af44362b1ed3363b985c56c76deca972dbbf87060", 0xc0}, {&(0x7f00005e8000-0xad)="23393ac9adcb656dc3f871dbefb25e717678b855260b6075a76315781bd12a12eef6c62b45910f4d592f6cbdc34c4a389ad48a5899a78753bb267f51bf92d15c2b2e83d552997aea675a391f840f4aede93593cbca343e86dfc6f1272fd079092587e3ab97c1e40dd5a26bfa12f9566e3756f054b431334cd2489e12161f417e98029644f5aabdbcef0ce213f6fce614961e25b730609d391e0786ec736b991e678bde00f836d2cae37e852070", 0xad}, {&(0x7f00004ab000-0x20)="18a070acfc819277bcd1d371e04e174d37874bc8c07923aef2d4f6c5e58b9021", 0x20}], 0x9, &(0x7f0000c4f000)=[{0xa0, 0x0, 0x8000, "ec17ccbac7d5adb3a9ba7a750c076245bf30bf50bc23cae29879997750f6af435f4cb58d719e4f2a0ff2ff79df9e2b4c990e37428b7e69234966de05ccb9ee791908e030f10a1cf09874e56d2d46a39db88f7246e7e3d8bdf10567debde05680c87362ce66b4a77ffc78277e48d3558127d4404fbb986dbf1111812eab816cd13315b1fc442a8c6d08f193"}, {0xe0, 0x107, 0x2, "6dfa203f6ac1688daffea46a0ee3b10e24c3eb349ac68cbcc8b43aada07d26efe49b23ea7edb73ac944c11296d186646f24ff99aa2d5e91c3c7caef871ede9baac04681a883ab24e26ab5f3aeda01037f9030c8ffe01e5a8f442adeb2f4a9f4347fed6c7fe8b3c24245d74dc70391e104420a2eba1155b0dc47ef8072abafbdc39379009f248aa8cfdab41ce51df302a4630a10b3733c6cc0f65883c14aca21cc9fbcc0ae4e71b487ed565a26432f3ac33cdee2ee1d23110c96fa2bf4ea0a5c47afe6428cab2d5ea99a73be6ff697ca5"}, {0xb0, 0x10f, 0x5, "4ff02878ab3b6ec054a335b3f12b1438c24420451c3e6ef6de3689cad755b7e1e278972b2a1715549e5bfeb8be51a2243ba138bd3e94b94458d93e4bc0265686f825346302ceb6954760c84a620f622e2415fbb64574f3e510d3b36e3e76c88a9809330a8e75c2c903bf29b894b4fe60bcce1359e4cca55bd751de2a060257dfab0c363f234d19448a280098299e9eff69da3c2db23943e5eb5e1db0"}, {0xd8, 0x117, 0xb7, "522df35c06fb51c2eaa9401c4c078ead9cf768c22c6e583d4fe457edfb1aa2825a4e80fd535a2d49b6375a95f1bfc0b1967408ccd660ddabd4bff0250a8bbbe022bc3c099fdbfb8ed71a5b6c9a28b10de24428e2f1fbedfb17bfba38c975840218c3df3328252efc9ba6b6e9498a98cf47a3ae92905760d2d17c62d09aa8914045158f97904431fbea59c81c343406ed13416ce505f43fdcca137fa5226c77355d401d09a17dd64f6c8702cab7753691c08846933664e356f8564a72dee1b3f722"}, {0xd0, 0x0, 0x8, "304eb80130d2f55335c9a9a246690d4fe4c6deede4c598ba6bd905a7c2ed8fbd4564e6384dde51b4bd60ded84ca0e6012c114e5d2e64c6d1c9444066af68c761bdb25a7d4b5d973b4930d8b4f3c2b0d463ed20b52116e74f468e6e8ca846de601b51f108a9a0843ff7754001465d93557aa293c787be3cd2992d2a4b3c4de4f2cf3446ac765df57dca008898e22649d3f695a32b31a3568cd0258e33ca3fdb48e900696b80bb36de90ee98b06142a83ec37fe415947cb662eb2d"}, {0x28, 0x109, 0x3, "7625580732047f9c901e421a985cd19fe82b"}, {0x40, 0x10c, 0x7, "478c0ba19d417293f43dccc778e4333e3878cad9c7737972a76e2628773e7289e0d4bfea80ec2c37d1"}, {0x20, 0x101, 0x2, "a08cd0ad12876bcddee7a1cb8d"}, {0xa0, 0x0, 0x5, "a0e822f2c0131b7c80aea79c17ccc20dfc629b9c46a005336d0217340f400dcaffb89cd2ef337523800b8650d0fd2e3871c1d609b830927b8c73f4125649e64d37b57d1e83696a3692d1a11c6895143f6b209ac108b4e578b3e5dcedc7edb325f936c5a5fd52e5016dc88ae9dad0fbda5bcdcf8aef439c32d9ce9bbe4ffd94e6711a233235e51a0ceddb0ab7"}, {0xd8, 0x11f, 0x3, "2af1bf2ec28d45a1ce84f5ea32215969f8304f80c53402c1db99f7fcb96bcca63f15c7cb1d017a3cf2fe007f829fcb8e23657d749ab82339676e2ece7cc8d147117c76050aca0841f7a4d90e0d31721504ff0f83bc7b039cb06b1cf6187c6bfab3cd3d93187babaaa8fa2171afe5f859a4ff22ed1c0f06dc0c7025bc7888510e4036ee2f4d30a664f5b9e60e2581b92a8f57fa4fcf24a788ad73cc20a834a5f5755ebc19799f74a17f11bad0971d7741252d60eb5cf1a83bc673c2826aa2b814e4865e7c476d60"}], 0x5d8, 0x40}, 0x44841)
connect$inet6(r2, &(0x7f000000d000-0x1c)={0xa, 0xffffffffffffffff, 0x807, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
sendmmsg(r2, &(0x7f0000ad9000)=[{{0x0, 0x0, &(0x7f0000bff000)=[], 0x0, &(0x7f0000cc4000-0x18)=[{0x10, 0x0, 0x0, ""}], 0x10, 0x0}, 0x0}], 0x1, 0x0)

2018/01/27 16:22:42 executing program 6:
mmap(&(0x7f0000000000/0x18000)=nil, 0x18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x80005, 0x0)
setsockopt$IPT_SO_SET_REPLACE(r0, 0x0, 0x40, &(0x7f0000015000)=@filter={'filter\x00', 0xe, 0x4, 0x260, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f0000001000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@ip={@remote={0xac, 0x14, 0xffffffffffffffff, 0xbb}, @loopback=0x7f000001, 0x0, 0x0, @common='dummy0\x00', @syzn={0x73, 0x79, 0x7a, 0xffffffffffffffff, 0x0}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0}, 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x2c0)

2018/01/27 16:22:42 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:42 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000000000)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

[   37.862317] binder_alloc: binder_alloc_mmap_handler: 5202 205a9000-205ac000 already mapped failed -16
[   37.876795] binder_alloc: binder_alloc_mmap_handler: 5199 205a9000-205ac000 already mapped failed -16
[   37.882478] binder: 5213 RLIMIT_NICE not set
2018/01/27 16:22:42 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:42 executing program 2:
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x6, 0x0)
setsockopt$IPT_SO_SET_REPLACE(0xffffffffffffffff, 0x0, 0x40, &(0x7f0000030000-0x4f0)=@filter={'filter\x00', 0xe, 0x4, 0x490, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0xffffffff, 0x4, &(0x7f000002b000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], {{{[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}}, {0x28, '\x00', 0x0, 0xfffffffffffffffe}}, [{{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x2a0, 0x2c8, 0x0, {0x0, 0x0}, [@common=@unspec=@bpf0={0x230, 'bpf\x00', 0x0, {0x130, [{0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}], &(0x7f0000015000-0x4a)=""}}]}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}, {{@uncond=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x70, 0x98, 0x0, {0x0, 0x0}, []}, @REJECT={0x28, 'REJECT\x00', 0x0, {0x0}}}]}}, 0x4f0)

2018/01/27 16:22:42 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsn(&(0x7f00006f2000)='/dev/vcs#\x00', 0x2, 0x242)
ioctl$sock_SIOCGIFINDEX(0xffffffffffffff9c, 0x8933, &(0x7f000037f000-0x28)={@common='erspan0\x00', <r1=>0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet6_SIOCDIFADDR(r0, 0x8936, &(0x7f0000f14000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xffffffff, r1})
r2 = socket$inet6(0xa, 0x3, 0x8)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r2, 0x29, 0x20, &(0x7f0000f68000)={@loopback={0x0, 0x1}, 0x800, 0x0, 0xff, 0x1, 0x0, 0x0, 0x0}, 0x20)
setsockopt$inet6_int(r2, 0x29, 0x21, &(0x7f000089b000)=0x80000000, 0x295)
sendmsg$kcm(r0, &(0x7f0000b41000)={0x0, 0x0, &(0x7f00005a6000)=[{&(0x7f0000429000-0x69)="20b7d8560486e8e47e4cff5aa5448e7b25544223ab2f20d0a8e26e31229deba43e034819ef7a44bb6164a7b04d3c7a6a903df1e0205bdf50fd67df7311dd9c3b81f1229e7836cb53a947c564454e006464286970df1ad796d51c5faa1586ba508bb3bbaa214e794cbf", 0x69}, {&(0x7f0000c4e000)="7a63c9deebdc184eeaa7345d27d3190851737070ffe7b726930d91c563f0feb5082e6a7eade99026dea3cab106491bcf4b7f067ea6cf1a62ae6493554528eb9d4802a399402f34e71dbc1a8ce04403a8598657d534952a504f1e0fcb7796ba994ba91eddf73f76a2d817c18cc2acbe08e8be82b5e6cf45389416577c3d91662247e67688a5e6b1adf682b7f207069522d61beab3023231612f8a1a7019ad0d87b21c035b7ea53188071f79cc3798ff91a08041066ca2dc7fa59a7a0fc02f5e54ea1ca047aca60f885f9da80349450d52147f275ca37848fb615aef", 0xdb}, {&(0x7f00000df000-0xff)="f0ede00a96e579891b6a81a443747e0a9046a204649d5c4ac764d84be9bb4040236c377864780501414f22bcec972bb90c3773a1dc4711eb75830e3a0ad6be8b2e64775d041644bdc2e000312ae73da899568abdb317a6ef8d456be08c249fd963c84b5dddaeb9a3e2f1e472c2185c6fa897ff49bae681846b2fe033e17a1f2a8ad3dd8ebe87cff520d0ebb45a38cd35709417fceee0bdb925a11d5576307264a35b2d08a0371678980ba8b7cc9e174b43c9f7984d41712bf236354154130d57a68dd92c88990595a36475bba802210f1dd9d996d3e46cc550f1f896654300a728cc494d9cd5c93690860966cd08aa7c30c709baaafe0cb413d8e55608ab19", 0xff}, {&(0x7f0000e8b000)="10fd8dfa333a971fe4a2c51fa8c5360e1dcd5e07676adb4a8802fa2fe588c6b094bd2df3a9d3096e87a7e47e27b55167debcc063a5f7d30a2812954a4a2953c1372662e8dd63814ce772f90c208616d63be1986609a6647678e8a10dc2c0fa9dcdee3dc5a9a516f512def0651683f67f2b2806636857130348f3d6d27276ea25d3356c2b9f8d0807fa82709dfb43dd7675ae6303b2964fa558eed663da13c5e67f069b5df053239f9100bee3aadad3d7ba99c4dc2c61eddfb73b604ee76238c782288ee80dc3158557bc67ddfd620e", 0xcf}, {&(0x7f00009aa000-0xb4)="b22fec52629b6db93bb6d0d6498745dc127ebb42234ce966ab822f1ce10e5d4de70246f8332bf163a650aea05cac0336cbcbec5d9ecef0672812b32d01722c1715a453452c6c55e1230344dc40a5d57d8034a1744a19a37a71ebf5688d1363c86eb99339cddb91011f6e62f777661b5d0ba84119177b261571a6cdcc0a3388bdd8401fa6a7e763e7ed2a1cfb4fc4fd02e8ade9d8f48279e8b0c72498f918b6a29df58ed13652025c9c8ee86e842d6956852543ab", 0xb4}, {&(0x7f0000f7a000-0x13)="523136beaaf039da97dec585b1d5155848f3ba", 0x13}, {&(0x7f0000c83000-0xc0)="37e201872cee97c6dc8d6f94e1c8d0df483e6b63862f08b782915e7bb6c19e23063b26e4f84d301d1e480693bec941a48fa581463abb8c209691a70a259f67892520980c01d138a5b19403ade6fa68f4ecb587ef4493b32367335aa669f59ecee40f7f6fba5b3e9eef12889e396b0c20006af5747d40559a4d329715918dd04c56673c892ebbb9d7294805f5c6761799e574f1426fc4be88ca31c4a3e9d1d4869ce44a0c590bd91960042b7af44362b1ed3363b985c56c76deca972dbbf87060", 0xc0}, {&(0x7f00005e8000-0xad)="23393ac9adcb656dc3f871dbefb25e717678b855260b6075a76315781bd12a12eef6c62b45910f4d592f6cbdc34c4a389ad48a5899a78753bb267f51bf92d15c2b2e83d552997aea675a391f840f4aede93593cbca343e86dfc6f1272fd079092587e3ab97c1e40dd5a26bfa12f9566e3756f054b431334cd2489e12161f417e98029644f5aabdbcef0ce213f6fce614961e25b730609d391e0786ec736b991e678bde00f836d2cae37e852070", 0xad}, {&(0x7f00004ab000-0x20)="18a070acfc819277bcd1d371e04e174d37874bc8c07923aef2d4f6c5e58b9021", 0x20}], 0x9, &(0x7f0000c4f000)=[{0xa0, 0x0, 0x8000, "ec17ccbac7d5adb3a9ba7a750c076245bf30bf50bc23cae29879997750f6af435f4cb58d719e4f2a0ff2ff79df9e2b4c990e37428b7e69234966de05ccb9ee791908e030f10a1cf09874e56d2d46a39db88f7246e7e3d8bdf10567debde05680c87362ce66b4a77ffc78277e48d3558127d4404fbb986dbf1111812eab816cd13315b1fc442a8c6d08f193"}, {0xe0, 0x107, 0x2, "6dfa203f6ac1688daffea46a0ee3b10e24c3eb349ac68cbcc8b43aada07d26efe49b23ea7edb73ac944c11296d186646f24ff99aa2d5e91c3c7caef871ede9baac04681a883ab24e26ab5f3aeda01037f9030c8ffe01e5a8f442adeb2f4a9f4347fed6c7fe8b3c24245d74dc70391e104420a2eba1155b0dc47ef8072abafbdc39379009f248aa8cfdab41ce51df302a4630a10b3733c6cc0f65883c14aca21cc9fbcc0ae4e71b487ed565a26432f3ac33cdee2ee1d23110c96fa2bf4ea0a5c47afe6428cab2d5ea99a73be6ff697ca5"}, {0xb0, 0x10f, 0x5, "4ff02878ab3b6ec054a335b3f12b1438c24420451c3e6ef6de3689cad755b7e1e278972b2a1715549e5bfeb8be51a2243ba138bd3e94b94458d93e4bc0265686f825346302ceb6954760c84a620f622e2415fbb64574f3e510d3b36e3e76c88a9809330a8e75c2c903bf29b894b4fe60bcce1359e4cca55bd751de2a060257dfab0c363f234d19448a280098299e9eff69da3c2db23943e5eb5e1db0"}, {0xd8, 0x117, 0xb7, "522df35c06fb51c2eaa9401c4c078ead9cf768c22c6e583d4fe457edfb1aa2825a4e80fd535a2d49b6375a95f1bfc0b1967408ccd660ddabd4bff0250a8bbbe022bc3c099fdbfb8ed71a5b6c9a28b10de24428e2f1fbedfb17bfba38c975840218c3df3328252efc9ba6b6e9498a98cf47a3ae92905760d2d17c62d09aa8914045158f97904431fbea59c81c343406ed13416ce505f43fdcca137fa5226c77355d401d09a17dd64f6c8702cab7753691c08846933664e356f8564a72dee1b3f722"}, {0xd0, 0x0, 0x8, "304eb80130d2f55335c9a9a246690d4fe4c6deede4c598ba6bd905a7c2ed8fbd4564e6384dde51b4bd60ded84ca0e6012c114e5d2e64c6d1c9444066af68c761bdb25a7d4b5d973b4930d8b4f3c2b0d463ed20b52116e74f468e6e8ca846de601b51f108a9a0843ff7754001465d93557aa293c787be3cd2992d2a4b3c4de4f2cf3446ac765df57dca008898e22649d3f695a32b31a3568cd0258e33ca3fdb48e900696b80bb36de90ee98b06142a83ec37fe415947cb662eb2d"}, {0x28, 0x109, 0x3, "7625580732047f9c901e421a985cd19fe82b"}, {0x40, 0x10c, 0x7, "478c0ba19d417293f43dccc778e4333e3878cad9c7737972a76e2628773e7289e0d4bfea80ec2c37d1"}, {0x20, 0x101, 0x2, "a08cd0ad12876bcddee7a1cb8d"}, {0xa0, 0x0, 0x5, "a0e822f2c0131b7c80aea79c17ccc20dfc629b9c46a005336d0217340f400dcaffb89cd2ef337523800b8650d0fd2e3871c1d609b830927b8c73f4125649e64d37b57d1e83696a3692d1a11c6895143f6b209ac108b4e578b3e5dcedc7edb325f936c5a5fd52e5016dc88ae9dad0fbda5bcdcf8aef439c32d9ce9bbe4ffd94e6711a233235e51a0ceddb0ab7"}, {0xd8, 0x11f, 0x3, "2af1bf2ec28d45a1ce84f5ea32215969f8304f80c53402c1db99f7fcb96bcca63f15c7cb1d017a3cf2fe007f829fcb8e23657d749ab82339676e2ece7cc8d147117c76050aca0841f7a4d90e0d31721504ff0f83bc7b039cb06b1cf6187c6bfab3cd3d93187babaaa8fa2171afe5f859a4ff22ed1c0f06dc0c7025bc7888510e4036ee2f4d30a664f5b9e60e2581b92a8f57fa4fcf24a788ad73cc20a834a5f5755ebc19799f74a17f11bad0971d7741252d60eb5cf1a83bc673c2826aa2b814e4865e7c476d60"}], 0x5d8, 0x40}, 0x44841)
connect$inet6(r2, &(0x7f000000d000-0x1c)={0xa, 0xffffffffffffffff, 0x807, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
sendmmsg(r2, &(0x7f0000ad9000)=[{{0x0, 0x0, &(0x7f0000bff000)=[], 0x0, &(0x7f0000cc4000-0x18)=[{0x10, 0x0, 0x0, ""}], 0x10, 0x0}, 0x0}], 0x1, 0x0)

2018/01/27 16:22:42 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:42 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)='/dev/kvm\x00', 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$VHOST_SET_VRING_ENDIAN(r1, 0x4008af13, &(0x7f0000997000)={0x3, 0x6})
ioctl$KVM_REGISTER_COALESCED_MMIO(r1, 0x4010ae67, &(0x7f0000093000-0x10)={0x0, 0x0, 0x0})
ioctl$KVM_UNREGISTER_COALESCED_MMIO(r1, 0x4010ae68, &(0x7f0000726000-0x10)={0x0, 0x10000, 0x0})

2018/01/27 16:22:42 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, 0xffffffffffffffff, 0x0)
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, 0xffffffffffffffff, 0x0)

[   37.914050] binder: 5206:5213 BC_INCREFS_DONE u000000002000c000 no match
[   37.918914] binder: 5220 RLIMIT_NICE not set
[   37.921548] binder: undelivered TRANSACTION_COMPLETE
[   37.921566] binder: undelivered transaction 30, process died.
[   37.943588] binder_alloc: binder_alloc_mmap_handler: 5228 205a9000-205ac000 already mapped failed -16
[   37.949794] binder_alloc: binder_alloc_mmap_handler: 5232 205a9000-205ac000 already mapped failed -16
[   37.954172] binder: undelivered TRANSACTION_COMPLETE
[   37.954191] binder: undelivered transaction 35, process died.
[   37.954250] binder: 5219:5220 BC_INCREFS_DONE u000000002000c000 no match
[   37.954259] binder: 5219:5220 got transaction to invalid handle
[   37.954271] binder: 5219:5220 transaction failed 29201/-22, size 96-32 line 2788
[   37.964069] binder: undelivered TRANSACTION_COMPLETE
[   37.967135] binder_alloc: 5241: binder_alloc_buf, no vma
[   37.967164] binder: 5241:5245 transaction failed 29189/-3, size 0-0 line 2903
[   37.974226] binder: undelivered TRANSACTION_ERROR: 29189
[   38.046292] binder: 5206:5213 got transaction to invalid handle
[   38.046303] binder: 5206:5213 transaction failed 29201/-22, size 96-32 line 2788
2018/01/27 16:22:42 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f0000e5a000)='/dev/binder#\x00', 0x0, 0x0)
fdatasync(r0)
ioctl$BINDER_SET_CONTEXT_MGR(r0, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000008000-0x30)={0x44, 0x0, &(0x7f000000e000-0xb8)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x11, 0x0, 0x0, 0x0, 0x0, &(0x7f0000006000-0x18)=[], &(0x7f0000206000)=[]}}], 0x0, 0x0, &(0x7f000084b000)=""})
mmap$binder(&(0x7f00005a9000/0x3000)=nil, 0x3000, 0x4, 0x8012, r0, 0x0)

2018/01/27 16:22:42 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$binder(&(0x7f

[-- Attachment #3: config.txt --]
[-- Type: text/plain, Size: 135962 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.15.0-rc9 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_KASAN_SHADOW_OFFSET=0xdffffc0000000000
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
# CONFIG_CPU_ISOLATION is not set

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
# CONFIG_TASKS_RCU is not set
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# CONFIG_BUILD_BIN2C is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_RDMA=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_PRINTK_NMI=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_BPF_SYSCALL=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
CONFIG_USERFAULTFD=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
CONFIG_SYSTEM_DATA_VERIFICATION=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_CRASH_CORE=y
CONFIG_KEXEC_CORE=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_UPROBES=y
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_NMI=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_RCU_TABLE_FREE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_GCC_PLUGINS=y
# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
CONFIG_GCC_PLUGIN_SANCOV=y
# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
# CONFIG_GCC_PLUGIN_STRUCTLEAK is not set
# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_THIN_ARCHIVES=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
CONFIG_HAVE_COPY_THREAD_TLS=y
CONFIG_HAVE_STACK_VALIDATION=y
# CONFIG_HAVE_ARCH_HASH is not set
# CONFIG_ISA_BUS_API is not set
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
# CONFIG_CPU_NO_EFFICIENT_FFS is not set
CONFIG_HAVE_ARCH_VMAP_STACK=y
# CONFIG_ARCH_OPTIONAL_KERNEL_RWX is not set
# CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT is not set
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_ARCH_HAS_REFCOUNT=y
CONFIG_REFCOUNT_FULL=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_ZONED=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
# CONFIG_BLK_CMDLINE_PARSER is not set
CONFIG_BLK_WBT=y
# CONFIG_BLK_WBT_SQ is not set
CONFIG_BLK_WBT_MQ=y
# CONFIG_BLK_DEBUG_FS is not set
# CONFIG_BLK_SED_OPAL is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_FAST_FEATURE_TESTS=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
CONFIG_RETPOLINE=y
# CONFIG_INTEL_RDT is not set
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_NUMACHIP is not set
# CONFIG_X86_VSMP is not set
# CONFIG_X86_UV is not set
# CONFIG_X86_GOLDFISH is not set
# CONFIG_X86_INTEL_MID is not set
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
CONFIG_IOSF_MBI=y
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_DEBUG=y
CONFIG_PARAVIRT_SPINLOCKS=y
# CONFIG_QUEUED_LOCK_STAT is not set
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_PV_SMP=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_512GB=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_KVM_GUEST=y
# CONFIG_KVM_DEBUG_FS is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_PROCESSOR_SELECT is not set
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_GART_IOMMU is not set
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=64
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCELOG_LEGACY is not set
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
CONFIG_X86_MCE_INJECT=y
CONFIG_X86_THERMAL_VECTOR=y

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=y
CONFIG_PERF_EVENTS_INTEL_CSTATE=y
# CONFIG_PERF_EVENTS_AMD_POWER is not set
# CONFIG_VM86 is not set
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_X86_5LEVEL is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_X86_DIRECT_GBPAGES=y
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
# CONFIG_AMD_MEM_ENCRYPT is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=6
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_HAVE_GENERIC_GUP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_THP_SWAP=y
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
# CONFIG_CLEANCACHE is not set
CONFIG_FRONTSWAP=y
# CONFIG_CMA is not set
# CONFIG_MEM_SOFT_DIRTY is not set
CONFIG_ZSWAP=y
CONFIG_ZPOOL=y
# CONFIG_ZBUD is not set
# CONFIG_Z3FOLD is not set
CONFIG_ZSMALLOC=y
# CONFIG_PGTABLE_MAPPING is not set
# CONFIG_ZSMALLOC_STAT is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_ZONE_DEVICE=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
# CONFIG_X86_PMEM_LEGACY is not set
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
# CONFIG_X86_INTEL_UMIP is not set
CONFIG_X86_INTEL_MPX=y
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_EFI=y
# CONFIG_EFI_STUB is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_KEXEC_FILE is not set
CONFIG_CRASH_DUMP=y
# CONFIG_KEXEC_JUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_LEGACY_VSYSCALL_NATIVE is not set
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
CONFIG_HAVE_LIVEPATCH=y
CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_SUSPEND_SKIP_SYNC is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_ADVANCED_DEBUG is not set
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_DEBUGGER is not set
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_BGRT is not set
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
# CONFIG_ACPI_NFIT is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
# CONFIG_ACPI_APEI is not set
# CONFIG_DPTF_POWER is not set
# CONFIG_ACPI_EXTLOG is not set
# CONFIG_PMIC_OPREGION is not set
# CONFIG_ACPI_CONFIGFS is not set
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ_CPB=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
# CONFIG_INTEL_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
CONFIG_PCIEPORTBUS=y
# CONFIG_HOTPLUG_PCI_PCIE is not set
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_BUS_ADDR_T_64BIT=y
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_PCI_ATS=y
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_ACPI is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT is not set

#
# PCI host controller drivers
#
# CONFIG_VMD is not set

#
# PCI Endpoint
#
CONFIG_PCI_ENDPOINT=y
# CONFIG_PCI_ENDPOINT_CONFIGFS is not set
# CONFIG_PCI_EPF_TEST is not set

#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# CONFIG_ISA_BUS is not set
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_X86_X32=y
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_TLS=y
CONFIG_XFRM=y
CONFIG_XFRM_OFFLOAD=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_IPCOMP=y
CONFIG_NET_KEY=y
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE_DEMUX=y
CONFIG_NET_IP_TUNNEL=y
CONFIG_NET_IPGRE=y
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=y
CONFIG_NET_UDP_TUNNEL=y
CONFIG_NET_FOU=y
CONFIG_NET_FOU_IP_TUNNELS=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_NV=y
CONFIG_TCP_CONG_SCALABLE=y
CONFIG_TCP_CONG_LP=y
CONFIG_TCP_CONG_VENO=y
CONFIG_TCP_CONG_YEAH=y
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_VENO is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
CONFIG_INET6_ESP_OFFLOAD=y
CONFIG_INET6_IPCOMP=y
CONFIG_IPV6_MIP6=y
CONFIG_IPV6_ILA=y
CONFIG_INET6_XFRM_TUNNEL=y
CONFIG_INET6_TUNNEL=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
CONFIG_INET6_XFRM_MODE_BEET=y
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=y
CONFIG_IPV6_VTI=y
CONFIG_IPV6_SIT=y
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=y
CONFIG_IPV6_GRE=y
CONFIG_IPV6_FOU=y
CONFIG_IPV6_FOU_TUNNEL=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_IPV6_SEG6_LWTUNNEL=y
CONFIG_IPV6_SEG6_HMAC=y
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_LOG_COMMON=y
CONFIG_NF_LOG_NETDEV=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_GRE=y
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_H323=y
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_BROADCAST=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
CONFIG_NF_CONNTRACK_SNMP=y
CONFIG_NF_CONNTRACK_PPTP=y
CONFIG_NF_CONNTRACK_SANE=y
CONFIG_NF_CONNTRACK_SIP=y
CONFIG_NF_CONNTRACK_TFTP=y
CONFIG_NF_CT_NETLINK=y
CONFIG_NF_CT_NETLINK_TIMEOUT=y
CONFIG_NF_CT_NETLINK_HELPER=y
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_DCCP=y
CONFIG_NF_NAT_PROTO_UDPLITE=y
CONFIG_NF_NAT_PROTO_SCTP=y
CONFIG_NF_NAT_AMANDA=y
CONFIG_NF_NAT_FTP=y
CONFIG_NF_NAT_IRC=y
CONFIG_NF_NAT_SIP=y
CONFIG_NF_NAT_TFTP=y
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NETFILTER_SYNPROXY=y
CONFIG_NF_TABLES=y
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_EXTHDR=y
CONFIG_NFT_META=y
CONFIG_NFT_RT=y
CONFIG_NFT_NUMGEN=y
CONFIG_NFT_CT=y
CONFIG_NFT_SET_RBTREE=y
CONFIG_NFT_SET_HASH=y
CONFIG_NFT_SET_BITMAP=y
CONFIG_NFT_COUNTER=y
CONFIG_NFT_LOG=y
CONFIG_NFT_LIMIT=y
CONFIG_NFT_MASQ=y
CONFIG_NFT_REDIR=y
CONFIG_NFT_NAT=y
CONFIG_NFT_OBJREF=y
CONFIG_NFT_QUEUE=y
CONFIG_NFT_QUOTA=y
CONFIG_NFT_REJECT=y
CONFIG_NFT_REJECT_INET=y
CONFIG_NFT_COMPAT=y
CONFIG_NFT_HASH=y
CONFIG_NFT_FIB=y
CONFIG_NFT_FIB_INET=y
CONFIG_NF_DUP_NETDEV=y
CONFIG_NFT_DUP_NETDEV=y
CONFIG_NFT_FWD_NETDEV=y
CONFIG_NFT_FIB_NETDEV=y
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y
CONFIG_NETFILTER_XT_CONNMARK=y
CONFIG_NETFILTER_XT_SET=y

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=y
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_CT=y
CONFIG_NETFILTER_XT_TARGET_DSCP=y
CONFIG_NETFILTER_XT_TARGET_HL=y
CONFIG_NETFILTER_XT_TARGET_HMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LED=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_NAT=y
CONFIG_NETFILTER_XT_TARGET_NETMAP=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
CONFIG_NETFILTER_XT_TARGET_NOTRACK=y
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_REDIRECT=y
CONFIG_NETFILTER_XT_TARGET_TEE=y
CONFIG_NETFILTER_XT_TARGET_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_TRACE=y
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=y

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
CONFIG_NETFILTER_XT_MATCH_BPF=y
CONFIG_NETFILTER_XT_MATCH_CGROUP=y
CONFIG_NETFILTER_XT_MATCH_CLUSTER=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=y
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_CPU=y
CONFIG_NETFILTER_XT_MATCH_DCCP=y
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=y
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ECN=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_HL=y
CONFIG_NETFILTER_XT_MATCH_IPCOMP=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_IPVS=y
CONFIG_NETFILTER_XT_MATCH_L2TP=y
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_NFACCT=y
CONFIG_NETFILTER_XT_MATCH_OSF=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=y
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
CONFIG_NETFILTER_XT_MATCH_REALM=y
CONFIG_NETFILTER_XT_MATCH_RECENT=y
CONFIG_NETFILTER_XT_MATCH_SCTP=y
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TCPMSS=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_IP_SET=y
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=y
CONFIG_IP_SET_BITMAP_IPMAC=y
CONFIG_IP_SET_BITMAP_PORT=y
CONFIG_IP_SET_HASH_IP=y
CONFIG_IP_SET_HASH_IPMARK=y
CONFIG_IP_SET_HASH_IPPORT=y
CONFIG_IP_SET_HASH_IPPORTIP=y
CONFIG_IP_SET_HASH_IPPORTNET=y
CONFIG_IP_SET_HASH_IPMAC=y
CONFIG_IP_SET_HASH_MAC=y
CONFIG_IP_SET_HASH_NETPORTNET=y
CONFIG_IP_SET_HASH_NET=y
CONFIG_IP_SET_HASH_NETNET=y
CONFIG_IP_SET_HASH_NETPORT=y
CONFIG_IP_SET_HASH_NETIFACE=y
CONFIG_IP_SET_LIST_SET=y
CONFIG_IP_VS=y
CONFIG_IP_VS_IPV6=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y

#
# IPVS scheduler
#
# CONFIG_IP_VS_RR is not set
# CONFIG_IP_VS_WRR is not set
# CONFIG_IP_VS_LC is not set
CONFIG_IP_VS_WLC=y
# CONFIG_IP_VS_FO is not set
# CONFIG_IP_VS_OVF is not set
# CONFIG_IP_VS_LBLC is not set
# CONFIG_IP_VS_LBLCR is not set
# CONFIG_IP_VS_DH is not set
# CONFIG_IP_VS_SH is not set
# CONFIG_IP_VS_SED is not set
# CONFIG_IP_VS_NQ is not set

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS application helper
#
CONFIG_IP_VS_FTP=y
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=y

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_SOCKET_IPV4=y
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_CHAIN_ROUTE_IPV4=y
CONFIG_NFT_REJECT_IPV4=y
CONFIG_NFT_DUP_IPV4=y
CONFIG_NFT_FIB_IPV4=y
CONFIG_NF_TABLES_ARP=y
CONFIG_NF_DUP_IPV4=y
CONFIG_NF_LOG_ARP=y
CONFIG_NF_LOG_IPV4=y
CONFIG_NF_REJECT_IPV4=y
CONFIG_NF_NAT_IPV4=y
CONFIG_NFT_CHAIN_NAT_IPV4=y
CONFIG_NF_NAT_MASQUERADE_IPV4=y
CONFIG_NFT_MASQ_IPV4=y
CONFIG_NFT_REDIR_IPV4=y
CONFIG_NF_NAT_SNMP_BASIC=y
CONFIG_NF_NAT_PROTO_GRE=y
CONFIG_NF_NAT_PPTP=y
CONFIG_NF_NAT_H323=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_RPFILTER=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_SYNPROXY=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_CLUSTERIP=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_TTL=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV6=y
CONFIG_NF_CONNTRACK_IPV6=y
CONFIG_NF_SOCKET_IPV6=y
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_CHAIN_ROUTE_IPV6=y
CONFIG_NFT_REJECT_IPV6=y
CONFIG_NFT_DUP_IPV6=y
CONFIG_NFT_FIB_IPV6=y
CONFIG_NF_DUP_IPV6=y
CONFIG_NF_REJECT_IPV6=y
CONFIG_NF_LOG_IPV6=y
CONFIG_NF_NAT_IPV6=y
CONFIG_NFT_CHAIN_NAT_IPV6=y
CONFIG_NF_NAT_MASQUERADE_IPV6=y
CONFIG_NFT_MASQ_IPV6=y
CONFIG_NFT_REDIR_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_MATCH_AH=y
CONFIG_IP6_NF_MATCH_EUI64=y
CONFIG_IP6_NF_MATCH_FRAG=y
CONFIG_IP6_NF_MATCH_OPTS=y
CONFIG_IP6_NF_MATCH_HL=y
CONFIG_IP6_NF_MATCH_IPV6HEADER=y
CONFIG_IP6_NF_MATCH_MH=y
CONFIG_IP6_NF_MATCH_RPFILTER=y
CONFIG_IP6_NF_MATCH_RT=y
CONFIG_IP6_NF_TARGET_HL=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_TARGET_SYNPROXY=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
CONFIG_IP6_NF_SECURITY=y
CONFIG_IP6_NF_NAT=y
CONFIG_IP6_NF_TARGET_MASQUERADE=y
CONFIG_IP6_NF_TARGET_NPT=y
CONFIG_NF_TABLES_BRIDGE=y
CONFIG_NFT_BRIDGE_META=y
CONFIG_NFT_BRIDGE_REJECT=y
CONFIG_NF_LOG_BRIDGE=y
CONFIG_BRIDGE_NF_EBTABLES=y
CONFIG_BRIDGE_EBT_BROUTE=y
CONFIG_BRIDGE_EBT_T_FILTER=y
CONFIG_BRIDGE_EBT_T_NAT=y
CONFIG_BRIDGE_EBT_802_3=y
CONFIG_BRIDGE_EBT_AMONG=y
CONFIG_BRIDGE_EBT_ARP=y
CONFIG_BRIDGE_EBT_IP=y
CONFIG_BRIDGE_EBT_IP6=y
CONFIG_BRIDGE_EBT_LIMIT=y
CONFIG_BRIDGE_EBT_MARK=y
CONFIG_BRIDGE_EBT_PKTTYPE=y
CONFIG_BRIDGE_EBT_STP=y
CONFIG_BRIDGE_EBT_VLAN=y
CONFIG_BRIDGE_EBT_ARPREPLY=y
CONFIG_BRIDGE_EBT_DNAT=y
CONFIG_BRIDGE_EBT_MARK_T=y
CONFIG_BRIDGE_EBT_REDIRECT=y
CONFIG_BRIDGE_EBT_SNAT=y
CONFIG_BRIDGE_EBT_LOG=y
CONFIG_BRIDGE_EBT_NFLOG=y
CONFIG_IP_DCCP=y

#
# DCCP CCIDs Configuration
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=y
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_TFRC_LIB=y

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
# CONFIG_NET_DCCPPROBE is not set
CONFIG_IP_SCTP=y
# CONFIG_NET_SCTPPROBE is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_RDS=y
CONFIG_RDS_TCP=y
# CONFIG_RDS_DEBUG is not set
CONFIG_TIPC=y
CONFIG_TIPC_MEDIA_UDP=y
CONFIG_ATM=y
CONFIG_ATM_CLIP=y
# CONFIG_ATM_CLIP_NO_ICMP is not set
CONFIG_ATM_LANE=y
CONFIG_ATM_MPOA=y
CONFIG_ATM_BR2684=y
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_L2TP=y
# CONFIG_L2TP_DEBUGFS is not set
# CONFIG_L2TP_V3 is not set
CONFIG_STP=y
CONFIG_GARP=y
CONFIG_MRP=y
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_HAVE_NET_DSA=y
CONFIG_NET_DSA=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=y
CONFIG_LLC2=y
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_6LOWPAN=y
# CONFIG_6LOWPAN_DEBUGFS is not set
CONFIG_6LOWPAN_NHC=y
CONFIG_6LOWPAN_NHC_DEST=y
CONFIG_6LOWPAN_NHC_FRAGMENT=y
CONFIG_6LOWPAN_NHC_HOP=y
CONFIG_6LOWPAN_NHC_IPV6=y
CONFIG_6LOWPAN_NHC_MOBILITY=y
CONFIG_6LOWPAN_NHC_ROUTING=y
CONFIG_6LOWPAN_NHC_UDP=y
CONFIG_6LOWPAN_GHC_EXT_HDR_HOP=y
CONFIG_6LOWPAN_GHC_UDP=y
CONFIG_6LOWPAN_GHC_ICMPV6=y
CONFIG_6LOWPAN_GHC_EXT_HDR_DEST=y
CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG=y
CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE=y
CONFIG_IEEE802154=y
CONFIG_IEEE802154_NL802154_EXPERIMENTAL=y
CONFIG_IEEE802154_SOCKET=y
CONFIG_IEEE802154_6LOWPAN=y
CONFIG_MAC802154=y
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_ATM=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_MULTIQ=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFB=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TEQL=y
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_CBS=y
CONFIG_NET_SCH_GRED=y
CONFIG_NET_SCH_DSMARK=y
CONFIG_NET_SCH_NETEM=y
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
# CONFIG_NET_SCH_FQ_CODEL is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
CONFIG_NET_SCH_INGRESS=y
# CONFIG_NET_SCH_PLUG is not set
CONFIG_NET_SCH_DEFAULT=y
# CONFIG_DEFAULT_SFQ is not set
CONFIG_DEFAULT_PFIFO_FAST=y
CONFIG_DEFAULT_NET_SCH="pfifo_fast"

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=y
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
# CONFIG_CLS_U32_PERF is not set
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=y
CONFIG_NET_CLS_RSVP6=y
CONFIG_NET_CLS_FLOW=y
# CONFIG_NET_CLS_CGROUP is not set
CONFIG_NET_CLS_BPF=y
CONFIG_NET_CLS_FLOWER=y
# CONFIG_NET_CLS_MATCHALL is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=y
CONFIG_NET_EMATCH_NBYTE=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
# CONFIG_NET_EMATCH_CANID is not set
CONFIG_NET_EMATCH_IPSET=y
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=y
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
CONFIG_NET_ACT_SAMPLE=y
# CONFIG_NET_ACT_IPT is not set
CONFIG_NET_ACT_NAT=y
CONFIG_NET_ACT_PEDIT=y
CONFIG_NET_ACT_SIMP=y
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
# CONFIG_NET_ACT_VLAN is not set
CONFIG_NET_ACT_BPF=y
# CONFIG_NET_ACT_CONNMARK is not set
# CONFIG_NET_ACT_SKBMOD is not set
# CONFIG_NET_ACT_IFE is not set
# CONFIG_NET_ACT_TUNNEL_KEY is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
CONFIG_OPENVSWITCH=y
CONFIG_OPENVSWITCH_GRE=y
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
# CONFIG_NETLINK_DIAG is not set
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=y
CONFIG_MPLS_ROUTING=y
CONFIG_MPLS_IPTUNNEL=y
CONFIG_NET_NSH=y
# CONFIG_HSR is not set
CONFIG_NET_SWITCHDEV=y
CONFIG_NET_L3_MASTER_DEV=y
CONFIG_NET_NCSI=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_NET_DROP_MONITOR is not set
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
CONFIG_CAN=y
CONFIG_CAN_RAW=y
CONFIG_CAN_BCM=y
CONFIG_CAN_GW=y

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
CONFIG_CAN_VXCAN=y
CONFIG_CAN_SLCAN=y
CONFIG_CAN_DEV=y
CONFIG_CAN_CALC_BITTIMING=y
# CONFIG_CAN_LEDS is not set
# CONFIG_CAN_C_CAN is not set
# CONFIG_CAN_CC770 is not set
CONFIG_CAN_IFI_CANFD=y
# CONFIG_CAN_M_CAN is not set
# CONFIG_CAN_PEAK_PCIEFD is not set
# CONFIG_CAN_SJA1000 is not set
# CONFIG_CAN_SOFTING is not set

#
# CAN USB interfaces
#
# CONFIG_CAN_EMS_USB is not set
# CONFIG_CAN_ESD_USB2 is not set
# CONFIG_CAN_GS_USB is not set
# CONFIG_CAN_KVASER_USB is not set
# CONFIG_CAN_PEAK_USB is not set
# CONFIG_CAN_8DEV_USB is not set
# CONFIG_CAN_MCBA_USB is not set
# CONFIG_CAN_DEBUG_DEVICES is not set
CONFIG_BT=y
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y
CONFIG_BT_HS=y
CONFIG_BT_LE=y
# CONFIG_BT_6LOWPAN is not set
CONFIG_BT_LEDS=y
# CONFIG_BT_SELFTEST is not set
# CONFIG_BT_DEBUGFS is not set

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=y
CONFIG_BT_RTL=y
CONFIG_BT_HCIBTUSB=y
# CONFIG_BT_HCIBTUSB_BCM is not set
CONFIG_BT_HCIBTUSB_RTL=y
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_BT_ATH3K is not set
# CONFIG_AF_RXRPC is not set
CONFIG_AF_KCM=y
CONFIG_STREAM_PARSER=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_CFG80211=y
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
# CONFIG_CFG80211_WEXT is not set
# CONFIG_LIB80211 is not set
CONFIG_MAC80211=y
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
# CONFIG_MAC80211_RC_MINSTREL_VHT is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_WIMAX=y
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
CONFIG_NET_9P_XEN=y
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
CONFIG_NFC=y
CONFIG_NFC_DIGITAL=y
CONFIG_NFC_NCI=y
CONFIG_NFC_NCI_UART=y
CONFIG_NFC_HCI=y
CONFIG_NFC_SHDLC=y

#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_SIM=y
# CONFIG_NFC_PORT100 is not set
CONFIG_NFC_FDP=y
# CONFIG_NFC_FDP_I2C is not set
# CONFIG_NFC_PN544_I2C is not set
# CONFIG_NFC_PN533_USB is not set
# CONFIG_NFC_PN533_I2C is not set
# CONFIG_NFC_MICROREAD_I2C is not set
# CONFIG_NFC_MRVL_USB is not set
# CONFIG_NFC_MRVL_UART is not set
# CONFIG_NFC_ST21NFCA_I2C is not set
# CONFIG_NFC_ST_NCI_I2C is not set
# CONFIG_NFC_NXP_NCI is not set
# CONFIG_NFC_S3FWRN5_I2C is not set
CONFIG_PSAMPLE=y
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
# CONFIG_NET_DEVLINK is not set
CONFIG_MAY_USE_DEVLINK=y
CONFIG_HAVE_EBPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
CONFIG_DEBUG_DEVRES=y
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_NULL_BLK=y
# CONFIG_BLK_DEV_FD is not set
CONFIG_CDROM=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
# CONFIG_XEN_BLKDEV_BACKEND is not set
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_BLK_SCSI=y
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# NVME Support
#
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TARGET is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC & related support
#

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set

#
# VOP Bus Driver
#
# CONFIG_VOP_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#

#
# Intel MIC Coprocessor State Management (COSM) Drivers
#

#
# VOP Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
# CONFIG_CXL_AFU_DRIVER_OPS is not set
# CONFIG_CXL_LIB is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_MQ_DEFAULT is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_SMARTPQI is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_VMWARE_PVSCSI is not set
# CONFIG_XEN_SCSI_FRONTEND is not set
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_DWC is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=y
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
CONFIG_PATA_OLDPIIX=y
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
CONFIG_PATA_SCH=y
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_MQ_DEFAULT is not set
# CONFIG_DM_DEBUG is not set
# CONFIG_DM_CRYPT is not set
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_THIN_PROVISIONING is not set
# CONFIG_DM_CACHE is not set
# CONFIG_DM_ERA is not set
CONFIG_DM_MIRROR=y
# CONFIG_DM_LOG_USERSPACE is not set
# CONFIG_DM_RAID is not set
CONFIG_DM_ZERO=y
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_DM_ZONED is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=y
# CONFIG_DUMMY is not set
CONFIG_EQUALIZER=y
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_NET_VRF is not set
# CONFIG_VSOCKMON is not set
# CONFIG_ARCNET is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
CONFIG_ATM_TCP=y
# CONFIG_ATM_LANAI is not set
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_NICSTAR is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E is not set
# CONFIG_ATM_HE is not set
# CONFIG_ATM_SOLOS is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# CONFIG_B53 is not set
# CONFIG_NET_DSA_LOOP is not set
# CONFIG_NET_DSA_MT7530 is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_MICROCHIP_KSZ is not set
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_QCA8K is not set
# CONFIG_NET_DSA_SMSC_LAN9303_I2C is not set
# CONFIG_NET_DSA_SMSC_LAN9303_MDIO is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
CONFIG_NET_VENDOR_ALACRITECH=y
# CONFIG_SLICOSS is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_AMD_XGBE is not set
# CONFIG_AMD_XGBE_HAVE_ECC is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
# CONFIG_NET_VENDOR_AURORA is not set
CONFIG_NET_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
CONFIG_TIGON3=y
CONFIG_TIGON3_HWMON=y
# CONFIG_BNX2X is not set
# CONFIG_BNXT is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
CONFIG_NET_VENDOR_CAVIUM=y
# CONFIG_THUNDER_NIC_PF is not set
# CONFIG_THUNDER_NIC_VF is not set
# CONFIG_THUNDER_NIC_BGX is not set
# CONFIG_THUNDER_NIC_RGX is not set
# CONFIG_LIQUIDIO is not set
# CONFIG_LIQUIDIO_VF is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_PCMCIA_XIRCOM is not set
CONFIG_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_EZCHIP=y
CONFIG_NET_VENDOR_EXAR=y
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
CONFIG_NET_VENDOR_FUJITSU=y
# CONFIG_PCMCIA_FMVJ18X is not set
CONFIG_NET_VENDOR_HP=y
# CONFIG_HP100 is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=y
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBEVF is not set
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
# CONFIG_FM10K is not set
CONFIG_NET_VENDOR_I825XX=y
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
CONFIG_SKY2=y
# CONFIG_SKY2_DEBUG is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_MLX5_CORE is not set
# CONFIG_MLXSW_CORE is not set
# CONFIG_MLXFW is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_NETRONOME=y
# CONFIG_NFP is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_PCMCIA_AXNET is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_PCMCIA_PCNET is not set
CONFIG_NET_VENDOR_NVIDIA=y
CONFIG_FORCEDETH=y
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_PACKET_ENGINE=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_QED is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R8169 is not set
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
CONFIG_NET_VENDOR_ROCKER=y
# CONFIG_ROCKER is not set
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_ALE is not set
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
CONFIG_NET_VENDOR_XIRCOM=y
# CONFIG_PCMCIA_XIRC2PS is not set
CONFIG_NET_VENDOR_SYNOPSYS=y
# CONFIG_DWC_XLGMAC is not set
CONFIG_FDDI=y
# CONFIG_DEFXX is not set
# CONFIG_SKFP is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_THUNDER is not set
CONFIG_PHYLIB=y
# CONFIG_LED_TRIGGER_PHY is not set

#
# MII PHY device drivers
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
CONFIG_PPP=y
CONFIG_PPP_BSDCOMP=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_FILTER=y
# CONFIG_PPP_MPPE is not set
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPPOATM is not set
CONFIG_PPPOE=y
CONFIG_PPTP=y
CONFIG_PPPOL2TP=y
CONFIG_PPP_ASYNC=y
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=y
CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_HSO is not set
# CONFIG_USB_IPHETH is not set
CONFIG_WLAN=y
# CONFIG_WIRELESS_WDS is not set
CONFIG_WLAN_VENDOR_ADMTEK=y
# CONFIG_ADM8211 is not set
CONFIG_WLAN_VENDOR_ATH=y
# CONFIG_ATH_DEBUG is not set
# CONFIG_ATH5K is not set
# CONFIG_ATH5K_PCI is not set
# CONFIG_ATH9K is not set
# CONFIG_ATH9K_HTC is not set
# CONFIG_CARL9170 is not set
# CONFIG_ATH6KL is not set
# CONFIG_AR5523 is not set
# CONFIG_WIL6210 is not set
# CONFIG_ATH10K is not set
# CONFIG_WCN36XX is not set
CONFIG_WLAN_VENDOR_ATMEL=y
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
CONFIG_WLAN_VENDOR_BROADCOM=y
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_BRCMSMAC is not set
# CONFIG_BRCMFMAC is not set
CONFIG_WLAN_VENDOR_CISCO=y
# CONFIG_AIRO is not set
# CONFIG_AIRO_CS is not set
CONFIG_WLAN_VENDOR_INTEL=y
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
# CONFIG_IWLWIFI is not set
CONFIG_WLAN_VENDOR_INTERSIL=y
# CONFIG_HOSTAP is not set
# CONFIG_HERMES is not set
# CONFIG_P54_COMMON is not set
# CONFIG_PRISM54 is not set
CONFIG_WLAN_VENDOR_MARVELL=y
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_MWIFIEX is not set
# CONFIG_MWL8K is not set
CONFIG_WLAN_VENDOR_MEDIATEK=y
# CONFIG_MT7601U is not set
CONFIG_WLAN_VENDOR_RALINK=y
# CONFIG_RT2X00 is not set
CONFIG_WLAN_VENDOR_REALTEK=y
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
CONFIG_RTL_CARDS=y
# CONFIG_RTL8192CE is not set
# CONFIG_RTL8192SE is not set
# CONFIG_RTL8192DE is not set
# CONFIG_RTL8723AE is not set
# CONFIG_RTL8723BE is not set
# CONFIG_RTL8188EE is not set
# CONFIG_RTL8192EE is not set
# CONFIG_RTL8821AE is not set
# CONFIG_RTL8192CU is not set
# CONFIG_RTL8XXXU is not set
CONFIG_WLAN_VENDOR_RSI=y
# CONFIG_RSI_91X is not set
CONFIG_WLAN_VENDOR_ST=y
# CONFIG_CW1200 is not set
CONFIG_WLAN_VENDOR_TI=y
# CONFIG_WL1251 is not set
# CONFIG_WL12XX is not set
# CONFIG_WL18XX is not set
# CONFIG_WLCORE is not set
CONFIG_WLAN_VENDOR_ZYDAS=y
# CONFIG_USB_ZD1201 is not set
# CONFIG_ZD1211RW is not set
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_PCMCIA_WL3501 is not set
CONFIG_MAC80211_HWSIM=y
# CONFIG_USB_NET_RNDIS_WLAN is not set

#
# WiMAX Wireless Broadband devices
#
# CONFIG_WIMAX_I2400M_USB is not set
# CONFIG_WAN is not set
CONFIG_IEEE802154_DRIVERS=y
# CONFIG_IEEE802154_FAKELB is not set
# CONFIG_IEEE802154_ATUSB is not set
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_XEN_NETDEV_BACKEND is not set
# CONFIG_VMXNET3 is not set
# CONFIG_FUJITSU_ES is not set
# CONFIG_ISDN is not set
# CONFIG_NVM is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=y
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_PS2_FOCALTECH=y
# CONFIG_MOUSE_PS2_VMMOUSE is not set
CONFIG_MOUSE_PS2_SMBUS=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_PEGASUS is not set
# CONFIG_TABLET_SERIAL_WACOM4 is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_PROPERTIES=y
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set
# CONFIG_TOUCHSCREEN_EXC3000 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_HIDEEP is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_S6SY761 is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
# CONFIG_TOUCHSCREEN_ELAN is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2004 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_SILEAD is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_STMFTS is not set
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZET6223 is not set
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_CMA3000 is not set
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
# CONFIG_ISI is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
# CONFIG_SERIAL_8250_EXAR is not set
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_FSL is not set
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_LPSS=y
CONFIG_SERIAL_8250_MID=y
# CONFIG_SERIAL_8250_MOXA is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_DEV_BUS=y
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
# CONFIG_TTY_PRINTK is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
CONFIG_HW_RANDOM_VIA=y
# CONFIG_HW_RANDOM_VIRTIO is not set
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_SCR24X is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PTP_1588_CLOCK_KVM=y
# CONFIG_PINCTRL is not set
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_AVS is not set
# CONFIG_POWER_RESET is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ASPEED is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DELL_SMM is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_FTSTEUTATES is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_I5500 is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6621 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MAX31790 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_XGENE is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_EMULATION is not set
# CONFIG_INTEL_POWERCLAMP is not set
CONFIG_X86_PKG_TEMP_THERMAL=y
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# ACPI INT340X thermal drivers
#
# CONFIG_INT340X_THERMAL is not set
# CONFIG_INTEL_PCH_THERMAL is not set
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_CORE is not set
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
# CONFIG_WATCHDOG_SYSFS is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_WDAT_WDT is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set
# CONFIG_XEN_WDT is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set

#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS68470 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=y
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DEBUG_MM is not set
# CONFIG_DRM_DEBUG_MM_SELFTEST is not set
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_TTM=y
CONFIG_DRM_GEM_CMA_HELPER=y
CONFIG_DRM_KMS_CMA_HELPER=y

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
CONFIG_DRM_RADEON=y
CONFIG_DRM_RADEON_USERPTR=y
CONFIG_DRM_AMDGPU=y
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set

#
# ACP (Audio CoProcessor) Configuration
#
# CONFIG_DRM_AMD_ACP is not set

#
# Display Engine Configuration
#
CONFIG_DRM_AMD_DC=y
# CONFIG_DRM_AMD_DC_PRE_VEGA is not set
# CONFIG_DRM_AMD_DC_FBC is not set
# CONFIG_DRM_AMD_DC_DCN1_0 is not set
# CONFIG_DEBUG_KERNEL_DC is not set

#
# AMD Library routines
#
CONFIG_CHASH=y
# CONFIG_CHASH_STATS is not set
# CONFIG_CHASH_SELFTEST is not set
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_I915=y
CONFIG_DRM_I915_ALPHA_SUPPORT=y
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
CONFIG_DRM_I915_GVT=y

#
# drm/i915 Debugging
#
# CONFIG_DRM_I915_WERROR is not set
# CONFIG_DRM_I915_DEBUG is not set
# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set
# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set
# CONFIG_DRM_I915_SELFTEST is not set
# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set
# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set
# CONFIG_DRM_VGEM is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
CONFIG_DRM_CIRRUS_QEMU=y
CONFIG_DRM_QXL=y
# CONFIG_DRM_BOCHS is not set
CONFIG_DRM_VIRTIO_GPU=y
CONFIG_DRM_PANEL=y

#
# Display Panels
#
# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y

#
# Display Interface Bridges
#
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_HISI_HIBMC is not set
CONFIG_DRM_TINYDRM=y
# CONFIG_DRM_LEGACY is not set
# CONFIG_DRM_LIB_RANDOM is not set

#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_VESA is not set
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SM712 is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_PM8941_WLED is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_BACKLIGHT_ARCXCNN is not set
# CONFIG_VGASTATE is not set
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_SEQ_DEVICE=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_PCM_TIMER=y
CONFIG_SND_HRTIMER=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SEQ_MIDI_EVENT=y
CONFIG_SND_SEQ_MIDI=y
CONFIG_SND_SEQ_VIRMIDI=y
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
CONFIG_SND_DUMMY=y
CONFIG_SND_ALOOP=y
CONFIG_SND_VIRMIDI=y
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SE6X is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set

#
# HD-Audio
#
CONFIG_SND_HDA=y
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_HWDEP=y
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
# CONFIG_SND_HDA_CODEC_REALTEK is not set
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
# CONFIG_SND_HDA_CODEC_HDMI is not set
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
# CONFIG_SND_HDA_GENERIC is not set
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDA_CORE=y
CONFIG_SND_HDA_I915=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_USB_POD is not set
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set
# CONFIG_SND_SOC is not set
CONFIG_SND_X86=y
CONFIG_HDMI_LPE_AUDIO=y

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
# CONFIG_HID_BETOP_FF is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CMEDIA is not set
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
CONFIG_HID_GYRATION=y
# CONFIG_HID_ICADE is not set
CONFIG_HID_ITE=y
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LED is not set
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_HID_LOGITECH_HIDPP is not set
CONFIG_LOGITECH_FF=y
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
CONFIG_LOGIWHEELS_FF=y
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MAYFLASH is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTI is not set
CONFIG_HID_NTRIG=y
# CONFIG_HID_ORTEK is not set
CONFIG_HID_PANTHERLORD=y
CONFIG_PANTHERLORD_FF=y
# CONFIG_HID_PENMOUNT is not set
CONFIG_HID_PETALYNX=y
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
CONFIG_HID_SAMSUNG=y
CONFIG_HID_SONY=y
# CONFIG_SONY_FF is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
CONFIG_HID_SUNPLUS=y
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
CONFIG_HID_TOPSEED=y
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# I2C HID support
#
# CONFIG_I2C_HID is not set

#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
CONFIG_USB_ATM=y
# CONFIG_USB_SPEEDTOUCH is not set
# CONFIG_USB_CXACRU is not set
# CONFIG_USB_UEAGLEATM is not set
# CONFIG_USB_XUSBATM is not set

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_GADGET is not set
CONFIG_TYPEC=y
CONFIG_TYPEC_TCPM=y
# CONFIG_TYPEC_FUSB302 is not set
CONFIG_TYPEC_UCSI=y
CONFIG_UCSI_ACPI=y
# CONFIG_TYPEC_TPS6598X is not set
# CONFIG_USB_LED_TRIG is not set
# CONFIG_USB_ULPI_BUS is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set

#
# LED drivers
#
# CONFIG_LEDS_APU is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_LP8860 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_MLXCPLD is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_NIC78BX is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
# CONFIG_LEDS_TRIGGER_DISK is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_LEDS_TRIGGER_PANIC is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=y
# CONFIG_EDAC_AMD64 is not set
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I3200 is not set
# CONFIG_EDAC_IE31200 is not set
# CONFIG_EDAC_X38 is not set
# CONFIG_EDAC_I5400 is not set
# CONFIG_EDAC_I7CORE is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_EDAC_I5100 is not set
# CONFIG_EDAC_I7300 is not set
# CONFIG_EDAC_SBRIDGE is not set
# CONFIG_EDAC_SKX is not set
# CONFIG_EDAC_PND2 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
# CONFIG_RTC_NVMEM is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8010 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV8803 is not set

#
# SPI RTC drivers
#
CONFIG_RTC_I2C_AND_SPI=y

#
# SPI and I2C RTC drivers
#
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_FTRTC010 is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_ACPI=y
# CONFIG_ALTERA_MSGDMA is not set
# CONFIG_INTEL_IDMA64 is not set
# CONFIG_INTEL_IOATDMA is not set
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
CONFIG_DW_DMAC_CORE=y
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
CONFIG_HSU_DMA=y

#
# DMA Clients
#
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set

#
# DMABUF options
#
CONFIG_SYNC_FILE=y
# CONFIG_SW_SYNC is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_IRQ_BYPASS_MANAGER=y
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=y

#
# Virtio drivers
#
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_INPUT=y
CONFIG_VIRTIO_MMIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y

#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set
# CONFIG_HYPERV_TSCPAGE is not set

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_GNTDEV=y
CONFIG_XEN_GRANT_DEV_ALLOC=y
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_TMEM=m
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PVCALLS_FRONTEND=y
CONFIG_XEN_PVCALLS_BACKEND=y
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_ACPI_PROCESSOR=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_SYMS=y
CONFIG_XEN_HAVE_VPMU=y
CONFIG_STAGING=y
# CONFIG_IRDA is not set
# CONFIG_PRISM2_USB is not set
# CONFIG_COMEDI is not set
# CONFIG_RTL8192U is not set
# CONFIG_RTLLIB is not set
# CONFIG_R8712U is not set
# CONFIG_R8188EU is not set
# CONFIG_R8822BE is not set
# CONFIG_RTS5208 is not set
# CONFIG_VT6655 is not set
# CONFIG_VT6656 is not set
# CONFIG_FB_SM750 is not set
# CONFIG_FB_XGI is not set

#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
# CONFIG_STAGING_MEDIA is not set

#
# Android
#
CONFIG_ASHMEM=y
CONFIG_ION=y
CONFIG_ION_SYSTEM_HEAP=y
CONFIG_ION_CARVEOUT_HEAP=y
CONFIG_ION_CHUNK_HEAP=y
# CONFIG_LTE_GDM724X is not set
# CONFIG_LNET is not set
# CONFIG_DGNC is not set
# CONFIG_GS_FPGABOOT is not set
# CONFIG_CRYPTO_SKEIN is not set
# CONFIG_UNISYSSPAR is not set
# CONFIG_MOST is not set
# CONFIG_GREYBUS is not set

#
# USB Power Delivery and Type-C drivers
#
# CONFIG_TYPEC_TCPCI is not set
# CONFIG_DRM_VBOXVIDEO is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DELL_LAPTOP is not set
# CONFIG_DELL_SMO8800 is not set
# CONFIG_DELL_RBTN is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_AMILO_RFKILL is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
CONFIG_EEEPC_LAPTOP=y
# CONFIG_ASUS_WIRELESS is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_INTEL_VBTN is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_INTEL_PMC_CORE is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_INTEL_OAKTRAIL is not set
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_APPLE_GMUX is not set
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
# CONFIG_PVPANIC is not set
# CONFIG_INTEL_PMC_IPC is not set
# CONFIG_SURFACE_PRO3_BUTTON is not set
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_MLX_PLATFORM is not set
# CONFIG_MLX_CPLD_PLATFORM is not set
# CONFIG_INTEL_TURBO_MAX_3 is not set
CONFIG_PMC_ATOM=y
# CONFIG_CHROME_PLATFORMS is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
# CONFIG_COMMON_CLK_CS2000_CP is not set
# CONFIG_COMMON_CLK_NXP is not set
# CONFIG_COMMON_CLK_PXA is not set
# CONFIG_COMMON_CLK_PIC32 is not set
# CONFIG_HWSPINLOCK is not set

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
CONFIG_IOMMU_IOVA=y
CONFIG_AMD_IOMMU=y
# CONFIG_AMD_IOMMU_V2 is not set
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_SVM is not set
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
# CONFIG_IRQ_REMAP is not set

#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set

#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#

#
# Broadcom SoC drivers
#

#
# i.MX SoC drivers
#

#
# Qualcomm SoC drivers
#
# CONFIG_SUNXI_SRAM is not set
# CONFIG_SOC_TI is not set
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set

#
# IRQ chip support
#
CONFIG_ARM_GIC_MAX_NR=1
# CONFIG_ARM_GIC_V3_ITS is not set
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
CONFIG_RAS=y
# CONFIG_THUNDERBOLT is not set

#
# Android
#
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDER_DEVICES="binder0,binder1,binder2,binder3,binder4,binder5,binder6,binder7,binder8,binder9,binder10,binder11,binder12,binder13,binder14,binder15,binder16,binder17,binder18,binder19,binder20,binder21,binder22,binder23,binder24,binder25,binder26,binder27,binder28,binder29,binder30,binder31"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
# CONFIG_LIBNVDIMM is not set
CONFIG_DAX=y
# CONFIG_DEV_DAX is not set
# CONFIG_NVMEM is not set
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# CONFIG_FPGA is not set

#
# FSI support
#
# CONFIG_FSI is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_VARS=y
CONFIG_EFI_ESRT=y
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_TEST is not set
# CONFIG_EFI_DEV_PATH_PARSER is not set

#
# Tegra firmware driver
#

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_FS_DAX is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y
CONFIG_CUSE=y
CONFIG_OVERLAY_FS=y
CONFIG_OVERLAY_FS_REDIRECT_DIR=y
CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
CONFIG_OVERLAY_FS_INDEX=y

#
# Caches
#
CONFIG_FSCACHE=y
# CONFIG_FSCACHE_STATS is not set
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
# CONFIG_CACHEFILES is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FAT_DEFAULT_UTF8 is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
# CONFIG_NFS_SWAP is not set
# CONFIG_NFS_V4_1 is not set
CONFIG_ROOT_NFS=y
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
# CONFIG_NFSD is not set
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=y
# CONFIG_9P_FSCACHE is not set
# CONFIG_9P_FS_POSIX_ACL is not set
# CONFIG_9P_FS_SECURITY is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_GDB_SCRIPTS is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_FRAME_POINTER=y
# CONFIG_STACK_VALIDATION is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
CONFIG_PAGE_EXTENSION=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_PAGE_POISONING=y
CONFIG_PAGE_POISONING_NO_SANITY=y
# CONFIG_PAGE_POISONING_ZERO is not set
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_DEBUG_OBJECTS=y
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
CONFIG_DEBUG_OBJECTS_FREE=y
CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_OBJECTS_WORK=y
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
# CONFIG_DEBUG_SLAB is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_VM=y
CONFIG_DEBUG_VM_VMACACHE=y
# CONFIG_DEBUG_VM_RB is not set
# CONFIG_DEBUG_VM_PGFLAGS is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_KASAN=y
# CONFIG_KASAN_OUTLINE is not set
CONFIG_KASAN_INLINE=y
# CONFIG_TEST_KASAN is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_KCOV=y
CONFIG_KCOV_ENABLE_COMPARISONS=y
CONFIG_KCOV_INSTRUMENT_ALL=y
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1
CONFIG_WQ_WATCHDOG=y
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=86400
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_TIMEKEEPING is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_DEBUG_ATOMIC_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_KOBJECT_RELEASE is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
CONFIG_DEBUG_PI_LIST=y
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_NOTIFIERS=y
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
CONFIG_PROVE_RCU=y
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_PERF_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=120
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAILSLAB=y
CONFIG_FAIL_PAGE_ALLOC=y
CONFIG_FAIL_MAKE_REQUEST=y
CONFIG_FAIL_IO_TIMEOUT=y
CONFIG_FAIL_FUTEX=y
CONFIG_FAULT_INJECTION_DEBUG_FS=y
# CONFIG_LATENCYTOP is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_HWLAT_TRACER is not set
# CONFIG_FTRACE_SYSCALLS is not set
# CONFIG_TRACER_SNAPSHOT is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENTS=y
CONFIG_UPROBE_EVENTS=y
CONFIG_BPF_EVENTS=y
CONFIG_PROBE_EVENTS=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_HIST_TRIGGERS is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
# CONFIG_DMA_API_DEBUG is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_TEST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_HASH is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIND_BIT is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_KMOD is not set
# CONFIG_MEMTEST is not set
CONFIG_BUG_ON_DATA_CORRUPTION=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_ARCH_WANTS_UBSAN_NO_NULL is not set
# CONFIG_UBSAN is not set
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
# CONFIG_STRICT_DEVMEM is not set
CONFIG_EARLY_PRINTK_USB=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
# CONFIG_EARLY_PRINTK_EFI is not set
# CONFIG_EARLY_PRINTK_USB_XDBC is not set
# CONFIG_X86_PTDUMP_CORE is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_WX is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set
# CONFIG_UNWINDER_ORC is not set
CONFIG_UNWINDER_FRAME_POINTER=y

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
CONFIG_KEY_DH_OPERATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITY_WRITABLE_HOOKS=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
# CONFIG_PAGE_TABLE_ISOLATION is not set
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_PATH=y
# CONFIG_INTEL_TXT is not set
CONFIG_LSM_MMAP_MIN_ADDR=65536
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
CONFIG_INTEGRITY=y
# CONFIG_INTEGRITY_SIGNATURE is not set
CONFIG_INTEGRITY_AUDIT=y
# CONFIG_IMA is not set
# CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_DEFAULT_SECURITY="selinux"
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_PCRYPT=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_MCRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_SIMD=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y
CONFIG_CRYPTO_ENGINE=y

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_CHACHA20POLY1305=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_KEYWRAP=y

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_VMAC=y

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_CRCT10DIF_PCLMUL=y
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_POLY1305=y
CONFIG_CRYPTO_POLY1305_X86_64=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA1_MB=y
CONFIG_CRYPTO_SHA256_MB=y
CONFIG_CRYPTO_SHA512_MB=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_SHA3=y
CONFIG_CRYPTO_SM3=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_TI=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
CONFIG_CRYPTO_BLOWFISH_X86_64=y
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=y
CONFIG_CRYPTO_CAST_COMMON=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST5_AVX_X86_64=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_CAST6_AVX_X86_64=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_DES3_EDE_X86_64=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_X86_64=y
CONFIG_CRYPTO_CHACHA20=y
CONFIG_CRYPTO_CHACHA20_X86_64=y
CONFIG_CRYPTO_SEED=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=y
CONFIG_CRYPTO_SERPENT_AVX_X86_64=y
CONFIG_CRYPTO_SERPENT_AVX2_X86_64=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
CONFIG_CRYPTO_TWOFISH_AVX_X86_64=y

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_842=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_LZ4HC=y

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=y
CONFIG_CRYPTO_USER_API_AEAD=y
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
CONFIG_CRYPTO_DEV_PADLOCK_AES=y
CONFIG_CRYPTO_DEV_PADLOCK_SHA=y
# CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC is not set
CONFIG_CRYPTO_DEV_CCP=y
CONFIG_CRYPTO_DEV_CCP_DD=y
# CONFIG_CRYPTO_DEV_SP_CCP is not set
CONFIG_CRYPTO_DEV_QAT=y
CONFIG_CRYPTO_DEV_QAT_DH895xCC=y
CONFIG_CRYPTO_DEV_QAT_C3XXX=y
CONFIG_CRYPTO_DEV_QAT_C62X=y
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=y
CONFIG_CRYPTO_DEV_QAT_C3XXXVF=y
CONFIG_CRYPTO_DEV_QAT_C62XVF=y
# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set
CONFIG_CRYPTO_DEV_VIRTIO=y
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS7_MESSAGE_PARSER=y
CONFIG_PKCS7_TEST_KEY=y
CONFIG_SIGNED_PE_FILE_VERIFICATION=y

#
# Certificates for signature checking
#
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
CONFIG_SECONDARY_TRUSTED_KEYRING=y
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
CONFIG_KVM_INTEL=y
CONFIG_KVM_AMD=y
# CONFIG_KVM_MMU_AUDIT is not set
CONFIG_VHOST_NET=y
CONFIG_VHOST_VSOCK=y
CONFIG_VHOST=y
CONFIG_VHOST_CROSS_ENDIAN_LEGACY=y
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_HAVE_ARCH_BITREVERSE is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC4=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_842_COMPRESS=y
CONFIG_842_DECOMPRESS=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_INTERVAL_TREE=y
CONFIG_RADIX_TREE_MULTIORDER=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
# CONFIG_DMA_NOOP_OPS is not set
# CONFIG_DMA_VIRT_OPS is not set
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_SG_SPLIT is not set
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_SG_CHAIN=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_STACKDEPOT=y
CONFIG_SBITMAP=y
# CONFIG_STRING_SELFTEST is not set

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: possible deadlock in do_ip_setsockopt
  2018-01-27 20:06 possible deadlock in do_ip_setsockopt syzbot
@ 2018-01-30 13:55 ` Florian Westphal
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2018-01-30 13:55 UTC (permalink / raw)
  To: syzbot; +Cc: linux-kernel, netdev, syzkaller-bugs

#syz dup: possible deadlock in do_ip_getsockopt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-30 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-27 20:06 possible deadlock in do_ip_setsockopt syzbot
2018-01-30 13:55 ` Florian Westphal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.