linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* possible deadlock in lru_add_drain_all
@ 2017-10-27  9:22 syzbot
  2017-10-27  9:34 ` Michal Hocko
  0 siblings, 1 reply; 28+ messages in thread
From: syzbot @ 2017-10-27  9:22 UTC (permalink / raw)
  To: akpm, dan.j.williams, hannes, jack, jglisse, linux-kernel,
	linux-mm, mhocko, shli, syzkaller-bugs, tglx, vbabka, ying.huang

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

Hello,

syzkaller hit the following crash on  
a31cc455c512f3f1dd5f79cac8e29a7c8a617af8
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/master
compiler: gcc (GCC) 7.1.1 20170620
.config is attached
Raw console output is attached.





======================================================
WARNING: possible circular locking dependency detected
4.13.0-next-20170911+ #19 Not tainted
------------------------------------------------------
syz-executor5/6914 is trying to acquire lock:
  (cpu_hotplug_lock.rw_sem){++++}, at: [<ffffffff818c1b3e>] get_online_cpus  
include/linux/cpu.h:126 [inline]
  (cpu_hotplug_lock.rw_sem){++++}, at: [<ffffffff818c1b3e>]  
lru_add_drain_all+0xe/0x20 mm/swap.c:729

but task is already holding lock:
  (&sb->s_type->i_mutex_key#9){++++}, at: [<ffffffff818fbef7>] inode_lock  
include/linux/fs.h:712 [inline]
  (&sb->s_type->i_mutex_key#9){++++}, at: [<ffffffff818fbef7>]  
shmem_add_seals+0x197/0x1060 mm/shmem.c:2768

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #6 (&sb->s_type->i_mutex_key#9){++++}:
        check_prevs_add kernel/locking/lockdep.c:2020 [inline]
        validate_chain kernel/locking/lockdep.c:2469 [inline]
        __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
        down_write+0x87/0x120 kernel/locking/rwsem.c:53
        inode_lock include/linux/fs.h:712 [inline]
        generic_file_write_iter+0xdc/0x7a0 mm/filemap.c:3141
        call_write_iter include/linux/fs.h:1770 [inline]
        do_iter_readv_writev+0x531/0x7f0 fs/read_write.c:673
        do_iter_write+0x15a/0x540 fs/read_write.c:952
        vfs_iter_write+0x77/0xb0 fs/read_write.c:965
        iter_file_splice_write+0x7e9/0xf50 fs/splice.c:749
        do_splice_from fs/splice.c:851 [inline]
        do_splice fs/splice.c:1147 [inline]
        SYSC_splice fs/splice.c:1402 [inline]
        SyS_splice+0x7d5/0x1630 fs/splice.c:1382
        entry_SYSCALL_64_fastpath+0x1f/0xbe

-> #5 (&pipe->mutex/1){+.+.}:
        check_prevs_add kernel/locking/lockdep.c:2020 [inline]
        validate_chain kernel/locking/lockdep.c:2469 [inline]
        __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1870 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        pipe_lock_nested fs/pipe.c:66 [inline]
        pipe_lock+0x56/0x70 fs/pipe.c:74
        iter_file_splice_write+0x264/0xf50 fs/splice.c:699
        do_splice_from fs/splice.c:851 [inline]
        do_splice fs/splice.c:1147 [inline]
        SYSC_splice fs/splice.c:1402 [inline]
        SyS_splice+0x7d5/0x1630 fs/splice.c:1382
        entry_SYSCALL_64_fastpath+0x1f/0xbe

-> #4 (sb_writers){.+.+}:
        percpu_down_read_preempt_disable include/linux/percpu-rwsem.h:35  
[inline]
        percpu_down_read include/linux/percpu-rwsem.h:58 [inline]
        __sb_start_write+0x18f/0x290 fs/super.c:1341
        sb_start_write include/linux/fs.h:1541 [inline]
        mnt_want_write+0x3f/0xb0 fs/namespace.c:387
        filename_create+0x12b/0x520 fs/namei.c:3628
        kern_path_create+0x33/0x40 fs/namei.c:3674
        handle_create+0xc0/0x760 drivers/base/devtmpfs.c:203

-> #3 ((complete)&req.done){+.+.}:
        check_prevs_add kernel/locking/lockdep.c:2020 [inline]
        validate_chain kernel/locking/lockdep.c:2469 [inline]
        __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
        complete_acquire include/linux/completion.h:39 [inline]
        __wait_for_common kernel/sched/completion.c:108 [inline]
        wait_for_common kernel/sched/completion.c:122 [inline]
        wait_for_completion+0xc8/0x770 kernel/sched/completion.c:143
        devtmpfs_create_node+0x32b/0x4a0 drivers/base/devtmpfs.c:115
        device_add+0x120f/0x1640 drivers/base/core.c:1824
        device_create_groups_vargs+0x1f3/0x250 drivers/base/core.c:2430
        device_create_vargs drivers/base/core.c:2470 [inline]
        device_create+0xda/0x110 drivers/base/core.c:2506
        msr_device_create+0x26/0x40 arch/x86/kernel/msr.c:188
        cpuhp_invoke_callback+0x256/0x14d0 kernel/cpu.c:145
        cpuhp_thread_fun+0x265/0x520 kernel/cpu.c:434
        smpboot_thread_fn+0x489/0x850 kernel/smpboot.c:164
        kthread+0x39c/0x470 kernel/kthread.c:231
        ret_from_fork+0x2a/0x40 arch/x86/entry/entry_64.S:431

-> #2 (cpuhp_state){+.+.}:
        check_prevs_add kernel/locking/lockdep.c:2020 [inline]
        validate_chain kernel/locking/lockdep.c:2469 [inline]
        __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
        cpuhp_invoke_ap_callback kernel/cpu.c:467 [inline]
        cpuhp_issue_call+0x1a2/0x3e0 kernel/cpu.c:1308
        __cpuhp_setup_state_cpuslocked+0x2d6/0x5f0 kernel/cpu.c:1455
        __cpuhp_setup_state+0xb0/0x140 kernel/cpu.c:1484
        cpuhp_setup_state include/linux/cpuhotplug.h:177 [inline]
        page_writeback_init+0x4d/0x71 mm/page-writeback.c:2082
        pagecache_init+0x48/0x4f mm/filemap.c:871
        start_kernel+0x6c1/0x754 init/main.c:690
        x86_64_start_reservations+0x2a/0x2c arch/x86/kernel/head64.c:377
        x86_64_start_kernel+0x87/0x8a arch/x86/kernel/head64.c:358
        verify_cpu+0x0/0xfb

-> #1 (cpuhp_state_mutex){+.+.}:
        check_prevs_add kernel/locking/lockdep.c:2020 [inline]
        validate_chain kernel/locking/lockdep.c:2469 [inline]
        __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1870 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        __cpuhp_setup_state_cpuslocked+0x5b/0x5f0 kernel/cpu.c:1430
        __cpuhp_setup_state+0xb0/0x140 kernel/cpu.c:1484
        cpuhp_setup_state_nocalls include/linux/cpuhotplug.h:205 [inline]
        kvm_guest_init+0x1f3/0x20f arch/x86/kernel/kvm.c:488
        setup_arch+0x1899/0x1ab3 arch/x86/kernel/setup.c:1295
        start_kernel+0xa5/0x754 init/main.c:530
        x86_64_start_reservations+0x2a/0x2c arch/x86/kernel/head64.c:377
        x86_64_start_kernel+0x87/0x8a arch/x86/kernel/head64.c:358
        verify_cpu+0x0/0xfb

-> #0 (cpu_hotplug_lock.rw_sem){++++}:
        check_prev_add+0x865/0x1520 kernel/locking/lockdep.c:1894
        check_prevs_add kernel/locking/lockdep.c:2020 [inline]
        validate_chain kernel/locking/lockdep.c:2469 [inline]
        __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
        percpu_down_read_preempt_disable include/linux/percpu-rwsem.h:35  
[inline]
        percpu_down_read include/linux/percpu-rwsem.h:58 [inline]
        cpus_read_lock+0x42/0x90 kernel/cpu.c:218
        get_online_cpus include/linux/cpu.h:126 [inline]
        lru_add_drain_all+0xe/0x20 mm/swap.c:729
        shmem_wait_for_pins mm/shmem.c:2672 [inline]
        shmem_add_seals+0x3e1/0x1060 mm/shmem.c:2780
        shmem_fcntl+0xfe/0x130 mm/shmem.c:2815
        do_fcntl+0x7d0/0x1060 fs/fcntl.c:420
        SYSC_fcntl fs/fcntl.c:462 [inline]
        SyS_fcntl+0xdc/0x120 fs/fcntl.c:447
        entry_SYSCALL_64_fastpath+0x1f/0xbe

other info that might help us debug this:

Chain exists of:
   cpu_hotplug_lock.rw_sem --> &pipe->mutex/1 --> &sb->s_type->i_mutex_key#9

  Possible unsafe locking scenario:

        CPU0                    CPU1
        ----                    ----
   lock(&sb->s_type->i_mutex_key#9);
                                lock(&pipe->mutex/1);
                                lock(&sb->s_type->i_mutex_key#9);
   lock(cpu_hotplug_lock.rw_sem);

  *** DEADLOCK ***

1 lock held by syz-executor5/6914:
  #0:  (&sb->s_type->i_mutex_key#9){++++}, at: [<ffffffff818fbef7>]  
inode_lock include/linux/fs.h:712 [inline]
  #0:  (&sb->s_type->i_mutex_key#9){++++}, at: [<ffffffff818fbef7>]  
shmem_add_seals+0x197/0x1060 mm/shmem.c:2768

stack backtrace:
CPU: 0 PID: 6914 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  print_circular_bug+0x503/0x710 kernel/locking/lockdep.c:1259
  check_prev_add+0x865/0x1520 kernel/locking/lockdep.c:1894
  check_prevs_add kernel/locking/lockdep.c:2020 [inline]
  validate_chain kernel/locking/lockdep.c:2469 [inline]
  __lock_acquire+0x328f/0x4620 kernel/locking/lockdep.c:3498
  lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4002
  percpu_down_read_preempt_disable include/linux/percpu-rwsem.h:35 [inline]
  percpu_down_read include/linux/percpu-rwsem.h:58 [inline]
  cpus_read_lock+0x42/0x90 kernel/cpu.c:218
  get_online_cpus include/linux/cpu.h:126 [inline]
  lru_add_drain_all+0xe/0x20 mm/swap.c:729
  shmem_wait_for_pins mm/shmem.c:2672 [inline]
  shmem_add_seals+0x3e1/0x1060 mm/shmem.c:2780
  shmem_fcntl+0xfe/0x130 mm/shmem.c:2815
  do_fcntl+0x7d0/0x1060 fs/fcntl.c:420
  SYSC_fcntl fs/fcntl.c:462 [inline]
  SyS_fcntl+0xdc/0x120 fs/fcntl.c:447
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x451e59
RSP: 002b:00007f4d15f12c08 EFLAGS: 00000216 ORIG_RAX: 0000000000000048
RAX: ffffffffffffffda RBX: 00000000007180b0 RCX: 0000000000451e59
RDX: 000000000000000a RSI: 0000000000000409 RDI: 0000000000000017
RBP: 0000000000000082 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000216 R12: 0000000000000000
R13: 0000000000a6f7ef R14: 00007f4d15f139c0 R15: 0000000000000002
SELinux: unrecognized netlink message: protocol=6 nlmsg_type=32768  
sclass=netlink_xfrm_socket pig=6942 comm=syz-executor2
SELinux: unrecognized netlink message: protocol=6 nlmsg_type=32768  
sclass=netlink_xfrm_socket pig=6958 comm=syz-executor2
SELinux: unrecognized netlink message: protocol=0 nlmsg_type=1817  
sclass=netlink_route_socket pig=7056 comm=syz-executor0
SELinux: unrecognized netlink message: protocol=0 nlmsg_type=1817  
sclass=netlink_route_socket pig=7071 comm=syz-executor0
device gre0 entered promiscuous mode
audit: type=1326 audit(1505170621.197:24): auid=4294967295 uid=0 gid=0  
ses=4294967295 subj=kernel pid=7144 comm="syz-executor7"  
exe="/root/syz-executor7" sig=9 arch=c000003e syscall=202 compat=0  
ip=0x451e59 code=0x0
audit: type=1326 audit(1505170621.314:25): auid=4294967295 uid=0 gid=0  
ses=4294967295 subj=kernel pid=7144 comm="syz-executor7"  
exe="/root/syz-executor7" sig=9 arch=c000003e syscall=202 compat=0  
ip=0x451e59 code=0x0
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
*** Guest State ***
CR0: actual=0x0000000080000031, shadow=0x00000000e0000031,  
gh_mask=fffffffffffffff7
CR4: actual=0x0000000000212061, shadow=0x0000000000212021,  
gh_mask=ffffffffffffe871
CR3 = 0x0000000000002000
RSP = 0x0000000000000f80  RIP = 0x000000000000000b
RFLAGS=0x00000082         DR7 = 0x0000000000000400
Sysenter RSP=0000000000000f80 CS:RIP=0050:0000000000002810
CS:   sel=0x0030, attr=0x0409b, limit=0x000fffff, base=0x0000000000000000
DS:   sel=0x0038, attr=0x04093, limit=0x000fffff, base=0x0000000000000000
SS:   sel=0x0038, attr=0x04093, limit=0x000fffff, base=0x0000000000000000
ES:   sel=0x0038, attr=0x04093, limit=0x000fffff, base=0x0000000000000000
FS:   sel=0x0038, attr=0x04093, limit=0x000fffff, base=0x0000000000000000
GS:   sel=0x0038, attr=0x04093, limit=0x000fffff, base=0x0000000000000000
GDTR:                           limit=0x000007ff, base=0x0000000000001000
LDTR: sel=0x0008, attr=0x04082, limit=0x000007ff, base=0x0000000000001800
IDTR:                           limit=0x000001ff, base=0x0000000000003800
TR:   sel=0x0000, attr=0x0008b, limit=0x0000ffff, base=0x0000000000000000
EFER =     0x0000000000000501  PAT = 0x0007040600070406
DebugCtl = 0x0000000000000000  DebugExceptions = 0x0000000000000000
Interruptibility = 00000000  ActivityState = 00000000
*** Host State ***
RIP = 0xffffffff811b8bff  RSP = 0xffff8801c57c74c8
CS=0010 SS=0018 DS=0000 ES=0000 FS=0000 GS=0000 TR=0040
FSBase=00007f6116fe3700 GSBase=ffff8801db200000 TRBase=ffff8801db223100
GDTBase=ffffffffff577000 IDTBase=ffffffffff57b000
CR0=0000000080050033 CR3=00000001c3448000 CR4=00000000001426f0
Sysenter RSP=0000000000000000 CS:RIP=0010:ffffffff84d3ebf0
EFER = 0x0000000000000d01  PAT = 0x0000000000000000
*** Control State ***
PinBased=0000003f CPUBased=b6986dfa SecondaryExec=0000004a
EntryControls=0000d3ff ExitControls=0023efff
ExceptionBitmap=00060042 PFECmask=00000000 PFECmatch=00000000
VMEntry: intr_info=00000000 errcode=00000000 ilen=00000000
VMExit: intr_info=00000000 errcode=00000000 ilen=00000003
         reason=80000021 qualification=0000000000000000
IDTVectoring: info=00000000 errcode=00000000
TSC Offset = 0xffffffd52f4ba64f
EPT pointer = 0x00000001d9a8c01e
device syz4 entered promiscuous mode
device syz4 left promiscuous mode
device syz4 entered promiscuous mode
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
nla_parse: 3 callbacks suppressed
netlink: 1 bytes leftover after parsing attributes in process  
`syz-executor4'.
netlink: 1 bytes leftover after parsing attributes in process  
`syz-executor4'.
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
audit: type=1326 audit(1505170623.164:26): auid=4294967295 uid=0 gid=0  
ses=4294967295 subj=kernel pid=7523 comm="syz-executor4"  
exe="/root/syz-executor4" sig=9 arch=c000003e syscall=202 compat=0  
ip=0x451e59 code=0x0
QAT: Invalid ioctl
QAT: Invalid ioctl
audit: type=1326 audit(1505170623.271:27): auid=4294967295 uid=0 gid=0  
ses=4294967295 subj=kernel pid=7523 comm="syz-executor4"  
exe="/root/syz-executor4" sig=9 arch=c000003e syscall=202 compat=0  
ip=0x451e59 code=0x0
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
sctp: [Deprecated]: syz-executor7 (pid 7652) Use of int in max_burst socket  
option.
Use struct sctp_assoc_value instead
QAT: Invalid ioctl
sctp: [Deprecated]: syz-executor7 (pid 7661) Use of int in max_burst socket  
option.
Use struct sctp_assoc_value instead
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 1
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
SELinux: unrecognized netlink message: protocol=0 nlmsg_type=4355  
sclass=netlink_route_socket pig=7703 comm=syz-executor4
QAT: Invalid ioctl
QAT: Invalid ioctl
SELinux: unrecognized netlink message: protocol=0 nlmsg_type=4355  
sclass=netlink_route_socket pig=7707 comm=syz-executor4
QAT: Invalid ioctl
QAT: Invalid ioctl
netlink: 1 bytes leftover after parsing attributes in process  
`syz-executor7'.
netlink: 1 bytes leftover after parsing attributes in process  
`syz-executor7'.
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
CPU: 1 PID: 7690 Comm: syz-executor2 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:31
  slab_pre_alloc_hook mm/slab.h:422 [inline]
  slab_alloc mm/slab.c:3383 [inline]
  kmem_cache_alloc+0x47/0x760 mm/slab.c:3559
  mpol_new+0x144/0x2e0 mm/mempolicy.c:275
  do_mbind+0x1d0/0xce0 mm/mempolicy.c:1189
  SYSC_mbind mm/mempolicy.c:1341 [inline]
  SyS_mbind+0x13b/0x150 mm/mempolicy.c:1323
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x451e59
RSP: 002b:00007f659d8e2c08 EFLAGS: 00000216 ORIG_RAX: 00000000000000ed
RAX: ffffffffffffffda RBX: 0000000000718000 RCX: 0000000000451e59
RDX: 0000000000004003 RSI: 0000000000003000 RDI: 0000000020007000
RBP: 00007f659d8e2a10 R08: 0000000000000020 R09: 0000000000000000
R10: 000000002000cff8 R11: 0000000000000216 R12: 00000000004b69f7
R13: 00007f659d8e2b48 R14: 00000000004b6a07 R15: 0000000000000000
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
sctp: [Deprecated]: syz-executor7 (pid 7835) Use of struct sctp_assoc_value  
in delayed_ack socket option.
Use struct sctp_sack_info instead
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
sctp: [Deprecated]: syz-executor7 (pid 7852) Use of struct sctp_assoc_value  
in delayed_ack socket option.
Use struct sctp_sack_info instead
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
FAULT_INJECTION: forcing a failure.
name fail_page_alloc, interval 1, probability 0, space 0, times 1
CPU: 0 PID: 7966 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_fail_alloc_page mm/page_alloc.c:2915 [inline]
  prepare_alloc_pages mm/page_alloc.c:4151 [inline]
  __alloc_pages_nodemask+0x338/0xd80 mm/page_alloc.c:4187
  alloc_pages_current+0xb6/0x1e0 mm/mempolicy.c:2035
  alloc_pages include/linux/gfp.h:505 [inline]
  skb_page_frag_refill+0x358/0x5f0 net/core/sock.c:2196
  tun_build_skb.isra.42+0x2a2/0x1690 drivers/net/tun.c:1289
  tun_get_user+0x1dad/0x2150 drivers/net/tun.c:1455
  tun_chr_write_iter+0xde/0x190 drivers/net/tun.c:1579
  call_write_iter include/linux/fs.h:1770 [inline]
  new_sync_write fs/read_write.c:468 [inline]
  __vfs_write+0x68a/0x970 fs/read_write.c:481
  vfs_write+0x18f/0x510 fs/read_write.c:543
  SYSC_write fs/read_write.c:588 [inline]
  SyS_write+0xef/0x220 fs/read_write.c:580
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x40c2c1
RSP: 002b:00007f4d15f33c10 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000718000 RCX: 000000000040c2c1
RDX: 000000000000004e RSI: 000000002000cfbc RDI: 0000000000000015
RBP: 00007f4d15f33a10 R08: 0000000000000000 R09: 0000000000000000
R10: 00000000000f4240 R11: 0000000000000293 R12: 00000000004b69f7
R13: 00007f4d15f33b48 R14: 00000000004b6a07 R15: 0000000000000000
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 7979 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:31
  slab_pre_alloc_hook mm/slab.h:422 [inline]
  slab_alloc mm/slab.c:3383 [inline]
  kmem_cache_alloc+0x47/0x760 mm/slab.c:3559
  __build_skb+0x9d/0x450 net/core/skbuff.c:284
  build_skb+0x6f/0x260 net/core/skbuff.c:316
  tun_build_skb.isra.42+0x92f/0x1690 drivers/net/tun.c:1346
  tun_get_user+0x1dad/0x2150 drivers/net/tun.c:1455
  tun_chr_write_iter+0xde/0x190 drivers/net/tun.c:1579
  call_write_iter include/linux/fs.h:1770 [inline]
  new_sync_write fs/read_write.c:468 [inline]
  __vfs_write+0x68a/0x970 fs/read_write.c:481
  vfs_write+0x18f/0x510 fs/read_write.c:543
  SYSC_write fs/read_write.c:588 [inline]
  SyS_write+0xef/0x220 fs/read_write.c:580
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x40c2c1
RSP: 002b:00007f4d15f33c10 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000718000 RCX: 000000000040c2c1
RDX: 000000000000004e RSI: 000000002000cfbc RDI: 0000000000000015
RBP: 00007f4d15f33a10 R08: 0000000000000000 R09: 0000000000000000
R10: 00000000000f4240 R11: 0000000000000293 R12: 00000000004b69f7
R13: 00007f4d15f33b48 R14: 00000000004b6a07 R15: 0000000000000000
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 7984 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:31
  slab_pre_alloc_hook mm/slab.h:422 [inline]
  slab_alloc mm/slab.c:3383 [inline]
  kmem_cache_alloc+0x47/0x760 mm/slab.c:3559
  dst_alloc+0x11f/0x1a0 net/core/dst.c:107
  __ip6_dst_alloc+0x34/0x60 net/ipv6/route.c:355
  ip6_rt_pcpu_alloc net/ipv6/route.c:1031 [inline]
  rt6_make_pcpu_route net/ipv6/route.c:1061 [inline]
  ip6_pol_route+0x1500/0x2c90 net/ipv6/route.c:1186
  ip6_pol_route_input+0x5a/0x70 net/ipv6/route.c:1200
  fib6_rule_lookup+0x9e/0x2a0 net/ipv6/ip6_fib.c:299
  ip6_route_input_lookup+0x8a/0xa0 net/ipv6/route.c:1210
  ip6_route_input+0x656/0xa20 net/ipv6/route.c:1283
  ip6_rcv_finish+0x14b/0x7a0 net/ipv6/ip6_input.c:69
  NF_HOOK include/linux/netfilter.h:249 [inline]
  ipv6_rcv+0xff0/0x2190 net/ipv6/ip6_input.c:208
  __netif_receive_skb_core+0x19af/0x33d0 net/core/dev.c:4423
  __netif_receive_skb+0x2c/0x1b0 net/core/dev.c:4461
  netif_receive_skb_internal+0x10b/0x670 net/core/dev.c:4534
  netif_receive_skb+0xae/0x390 net/core/dev.c:4558
  tun_rx_batched.isra.43+0x5ed/0x860 drivers/net/tun.c:1218
  tun_get_user+0x11dd/0x2150 drivers/net/tun.c:1553
  tun_chr_write_iter+0xde/0x190 drivers/net/tun.c:1579
  call_write_iter include/linux/fs.h:1770 [inline]
  new_sync_write fs/read_write.c:468 [inline]
  __vfs_write+0x68a/0x970 fs/read_write.c:481
  vfs_write+0x18f/0x510 fs/read_write.c:543
  SYSC_write fs/read_write.c:588 [inline]
  SyS_write+0xef/0x220 fs/read_write.c:580
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x40c2c1
RSP: 002b:00007f4d15f33c10 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000718000 RCX: 000000000040c2c1
RDX: 000000000000004e RSI: 000000002000cfbc RDI: 0000000000000015
RBP: 00007f4d15f33a10 R08: 0000000000000000 R09: 0000000000000000
R10: 00000000000f4240 R11: 0000000000000293 R12: 00000000004b69f7
R13: 00007f4d15f33b48 R14: 00000000004b6a07 R15: 0000000000000000
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 7996 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:31
  slab_pre_alloc_hook mm/slab.h:422 [inline]
  slab_alloc_node mm/slab.c:3304 [inline]
  kmem_cache_alloc_node+0x56/0x760 mm/slab.c:3649
  __alloc_skb+0xf1/0x740 net/core/skbuff.c:194
  alloc_skb include/linux/skbuff.h:976 [inline]
  alloc_skb_with_frags+0x10d/0x710 net/core/skbuff.c:5137
  sock_alloc_send_pskb+0x7b4/0x9d0 net/core/sock.c:2073
  sock_alloc_send_skb+0x32/0x40 net/core/sock.c:2090
  __ip6_append_data.isra.42+0x1bd9/0x32b0 net/ipv6/ip6_output.c:1390
  ip6_append_data+0x189/0x290 net/ipv6/ip6_output.c:1552
  icmpv6_echo_reply+0x11ac/0x1d60 net/ipv6/icmp.c:740
  icmpv6_rcv+0x1160/0x18d0 net/ipv6/icmp.c:858
  ip6_input_finish+0x36f/0x16d0 net/ipv6/ip6_input.c:284
  NF_HOOK include/linux/netfilter.h:249 [inline]
  ip6_input+0xe9/0x560 net/ipv6/ip6_input.c:327
  dst_input include/net/dst.h:478 [inline]
  ip6_rcv_finish+0x1a9/0x7a0 net/ipv6/ip6_input.c:71
  NF_HOOK include/linux/netfilter.h:249 [inline]
  ipv6_rcv+0xff0/0x2190 net/ipv6/ip6_input.c:208
  __netif_receive_skb_core+0x19af/0x33d0 net/core/dev.c:4423
  __netif_receive_skb+0x2c/0x1b0 net/core/dev.c:4461
  netif_receive_skb_internal+0x10b/0x670 net/core/dev.c:4534
  netif_receive_skb+0xae/0x390 net/core/dev.c:4558
  tun_rx_batched.isra.43+0x5ed/0x860 drivers/net/tun.c:1218
  tun_get_user+0x11dd/0x2150 drivers/net/tun.c:1553
  tun_chr_write_iter+0xde/0x190 drivers/net/tun.c:1579
  call_write_iter include/linux/fs.h:1770 [inline]
  new_sync_write fs/read_write.c:468 [inline]
  __vfs_write+0x68a/0x970 fs/read_write.c:481
  vfs_write+0x18f/0x510 fs/read_write.c:543
  SYSC_write fs/read_write.c:588 [inline]
  SyS_write+0xef/0x220 fs/read_write.c:580
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x40c2c1
RSP: 002b:00007f4d15f33c10 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000718000 RCX: 000000000040c2c1
RDX: 000000000000004e RSI: 000000002000cfbc RDI: 0000000000000015
RBP: 00007f4d15f33a10 R08: 0000000000000000 R09: 0000000000000000
R10: 00000000000f4240 R11: 0000000000000293 R12: 00000000004b69f7
R13: 00007f4d15f33b48 R14: 00000000004b6a07 R15: 0000000000000000
capability: warning: `syz-executor2' uses deprecated v2 capabilities in a  
way that may be insecure
QAT: Invalid ioctl
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 8034 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:16 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:52
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:31
  slab_pre_alloc_hook mm/slab.h:422 [inline]
  slab_alloc_node mm/slab.c:3304 [inline]
  kmem_cache_alloc_node_trace+0x5a/0x760 mm/slab.c:3668
  __do_kmalloc_node mm/slab.c:3688 [inline]
  __kmalloc_node_track_caller+0x33/0x70 mm/slab.c:3703
  __kmalloc_reserve.isra.40+0x41/0xd0 net/core/skbuff.c:138
  __alloc_skb+0x13b/0x740 net/core/skbuff.c:206
  alloc_skb include/linux/skbuff.h:976 [inline]
  alloc_skb_with_frags+0x10d/0x710 net/core/skbuff.c:5137
  sock_alloc_send_pskb+0x7b4/0x9d0 net/core/sock.c:2073
  sock_alloc_send_skb+0x32/0x40 net/core/sock.c:2090
  __ip6_append_data.isra.42+0x1bd9/0x32b0 net/ipv6/ip6_output.c:1390
  ip6_append_data+0x189/0x290 net/ipv6/ip6_output.c:1552
  icmpv6_echo_reply+0x11ac/0x1d60 net/ipv6/icmp.c:740
  icmpv6_rcv+0x1160/0x18d0 net/ipv6/icmp.c:858
  ip6_input_finish+0x36f/0x16d0 net/ipv6/ip6_input.c:284
  NF_HOOK include/linux/netfilter.h:249 [inline]
  ip6_input+0xe9/0x560 net/ipv6/ip6_input.c:327
  dst_input include/net/dst.h:478 [inline]
  ip6_rcv_finish+0x1a9/0x7a0 net/ipv6/ip6_input.c:71
  NF_HOOK include/linux/netfilter.h:249 [inline]
  ipv6_rcv+0xff0/0x2190 net/ipv6/ip6_input.c:208
  __netif_receive_skb_core+0x19af/0x33d0 net/core/dev.c:4423
  __netif_receive_skb+0x2c/0x1b0 net/core/dev.c:4461
  netif_receive_skb_internal+0x10b/0x670 net/core/dev.c:4534
  netif_receive_skb+0xae/0x390 net/core/dev.c:4558
  tun_rx_batched.isra.43+0x5ed/0x860 drivers/net/tun.c:1218
  tun_get_user+0x11dd/0x2150 drivers/net/tun.c:1553
  tun_chr_write_iter+0xde/0x190 drivers/net/tun.c:1579
  call_write_iter include/linux/fs.h:1770 [inline]
  new_sync_write fs/read_write.c:468 [inline]
  __vfs_write+0x68a/0x970 fs/read_write.c:481
  vfs_write+0x18f/0x510 fs/read_write.c:543
  SYSC_write fs/read_write.c:588 [inline]
  SyS_write+0xef/0x220 fs/read_write.c:580
  entry_SYSCALL_64_fastpath+0x1f/0xbe
RIP: 0033:0x40c2c1
RSP: 002b:00007f4d15f33c10 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 0000000000718000 RCX: 000000000040c2c1
RDX: 000000000000004e RSI: 000000002000cfbc RDI: 0000000000000015
RBP: 00007f4d15f33a10 R08: 0000000000000000 R09: 0000000000000000
R10: 00000000000f4240 R11: 0000000000000293 R12: 00000000004b69f7
R13: 00007f4d15f33b48 R14: 00000000004b6a07 R15: 0000000000000000
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl
QAT: Invalid ioctl


---
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.
Once a fix for this bug is committed, 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.

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

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.13.0-rc3 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_FHANDLE=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_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

#
# 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 is not set
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_CHECKPOINT_RESTORE is not set
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 is not set
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_POSIX_TIMERS=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=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_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_BPF_SYSCALL=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_USERFAULTFD=y
CONFIG_PCI_QUIRKS=y
CONFIG_MEMBARRIER=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_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
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_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_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 is not set
CONFIG_CC_STACKPROTECTOR_NONE=y
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# 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_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_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_SLABINFO=y
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 is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
# CONFIG_BLK_DEV_ZONED is not set
# CONFIG_BLK_DEV_THROTTLING is not set
# CONFIG_BLK_CMDLINE_PARSER is not set
# CONFIG_BLK_WBT is not set
# 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 is not set
# 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 is not set
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_INTEL_RDT_A=y
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 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_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_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_X86_DIRECT_GBPAGES=y
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_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_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 is not set
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC 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_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_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_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_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_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_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_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_HT_IRQ=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_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 is not set
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

#
# 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 is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
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_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=y
CONFIG_IP_MROUTE=y
# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_UDP_TUNNEL=y
# CONFIG_NET_FOU is not set
# CONFIG_NET_FOU_IP_TUNNELS is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# 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 is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# 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_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
CONFIG_INET6_ESP_OFFLOAD=y
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_ILA is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
CONFIG_INET6_XFRM_MODE_BEET=y
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_VTI is not set
CONFIG_IPV6_SIT=y
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_FOU is not set
# CONFIG_IPV6_FOU_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
# CONFIG_NETFILTER_ADVANCED is not set

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_LOG_COMMON=y
# CONFIG_NF_LOG_NETDEV is not set
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_IRC=y
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
CONFIG_NF_CONNTRACK_SIP=y
CONFIG_NF_CT_NETLINK=y
# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
# CONFIG_NF_NAT_AMANDA is not set
CONFIG_NF_NAT_FTP=y
CONFIG_NF_NAT_IRC=y
CONFIG_NF_NAT_SIP=y
# CONFIG_NF_NAT_TFTP is not set
# CONFIG_NF_NAT_REDIRECT is not set
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_NAT=y
# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
# CONFIG_IP_SET is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
# CONFIG_NF_SOCKET_IPV4 is not set
# CONFIG_NF_DUP_IPV4 is not set
CONFIG_NF_LOG_ARP=y
CONFIG_NF_LOG_IPV4=y
CONFIG_NF_REJECT_IPV4=y
CONFIG_NF_NAT_IPV4=y
CONFIG_NF_NAT_MASQUERADE_IPV4=y
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_MANGLE=y
# CONFIG_IP_NF_RAW is not set

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV6=y
CONFIG_NF_CONNTRACK_IPV6=y
# CONFIG_NF_SOCKET_IPV6 is not set
# CONFIG_NF_DUP_IPV6 is not set
CONFIG_NF_REJECT_IPV6=y
CONFIG_NF_LOG_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_MATCH_IPV6HEADER=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_MANGLE=y
# CONFIG_IP6_NF_RAW is not set
# CONFIG_BRIDGE_NF_EBTABLES is not set
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_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_VLAN_FILTERING is not set
CONFIG_HAVE_NET_DSA=y
CONFIG_NET_DSA=y
CONFIG_VLAN_8021Q=y
# CONFIG_VLAN_8021Q_GVRP is not set
# CONFIG_VLAN_8021Q_MVRP is not set
# 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 is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_ATM is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# 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 is not set
# CONFIG_NET_SCH_PLUG is not set
# CONFIG_NET_SCH_DEFAULT is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
CONFIG_NET_CLS_BPF=y
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_CLS_MATCHALL is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# 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 is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# 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_SKBMOD is not set
# CONFIG_NET_ACT_IFE is not set
# CONFIG_NET_ACT_TUNNEL_KEY is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_HSR is not set
CONFIG_NET_SWITCHDEV=y
# CONFIG_NET_L3_MASTER_DEV is not set
# CONFIG_NET_NCSI is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=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 is not set
CONFIG_IRDA=y

#
# IrDA protocols
#
CONFIG_IRLAN=y
CONFIG_IRCOMM=y
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=y

#
# Dongle support
#
CONFIG_DONGLE=y
# CONFIG_ESI_DONGLE is not set
# CONFIG_ACTISYS_DONGLE is not set
# CONFIG_TEKRAM_DONGLE is not set
# CONFIG_TOIM3232_DONGLE is not set
# CONFIG_LITELINK_DONGLE is not set
# CONFIG_MA600_DONGLE is not set
# CONFIG_GIRBIL_DONGLE is not set
# CONFIG_MCP2120_DONGLE is not set
# CONFIG_OLD_BELKIN_DONGLE is not set
# CONFIG_ACT200L_DONGLE is not set
# CONFIG_KINGSUN_DONGLE is not set
# CONFIG_KSDAZZLE_DONGLE is not set
# CONFIG_KS959_DONGLE is not set

#
# FIR device drivers
#
CONFIG_USB_IRDA=y
# CONFIG_SIGMATEL_FIR is not set
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR is not set
# CONFIG_VIA_FIR is not set
# CONFIG_MCS_FIR 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_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_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB 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 is not set
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_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 is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_CPQ_CISS_DA 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
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_FC 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

#
# Altera FPGA firmware download module
#
# 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 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_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_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_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 is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN 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_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_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_BCMGENET 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_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_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_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_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 is not set
# CONFIG_SLIP is not set
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_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 is not set
# 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_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_FUJITSU is not set
# CONFIG_TOUCHSCREEN_ILI210X 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_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_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_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

#
# Broadcom specific AMBA
#
# 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_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_TPS65217 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS65218 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_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
# 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
# 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_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_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 is not set
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 is not set
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_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 is not set
# CONFIG_SND_ALOOP is not set
# CONFIG_SND_VIRMIDI is not set
# 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_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

#
# USB Power Delivery and Type-C drivers
#
CONFIG_TYPEC=y
CONFIG_TYPEC_UCSI=y
CONFIG_UCSI_ACPI=y
# 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_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_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_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_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 is not set
CONFIG_VIRTIO_INPUT=y
# CONFIG_VIRTIO_MMIO is not set

#
# 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_PCIDEV_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 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_CHT_INT33FE 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

#
# SOC (System On Chip) specific Drivers
#

#
# Broadcom SoC drivers
#

#
# i.MX SoC drivers
#
# CONFIG_SUNXI_SRAM is not set
# CONFIG_SOC_TI is not set
# CONFIG_SOC_ZTE 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
CONFIG_ARM_GIC_MAX_NR=1
# 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 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

#
# FPGA Configuration Support
#
# 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_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 is not set
# 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_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 is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_FANOTIFY is not set
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 is not set
# CONFIG_OVERLAY_FS is not set

#
# Caches
#
# CONFIG_FSCACHE 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 is not set
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 is not set
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_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_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

#
# 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_ARCH_WANT_FRAME_POINTERS=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 is not set
# 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_KMEMCHECK=y
# CONFIG_KMEMCHECK is not set
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_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_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_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_PROFILE_ALL_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

#
# 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_PROVIDE_OHCI1394_DMA_INIT=y
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_MEMTEST is not set
# CONFIG_TEST_STATIC_KEYS is not set
CONFIG_BUG_ON_DATA_CORRUPTION=y
# CONFIG_TEST_KMOD is not set
# 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

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEY_DH_OPERATIONS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITY_WRITABLE_HOOKS=y
# CONFIG_SECURITYFS is not set
CONFIG_SECURITY_NETWORK=y
# CONFIG_SECURITY_NETWORK_XFRM is not set
# CONFIG_SECURITY_PATH is not set
# CONFIG_INTEL_TXT is not set
CONFIG_LSM_MMAP_MIN_ADDR=65536
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
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 is not set
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_YAMA is not set
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_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_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_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_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_CCP_CRYPTO=y
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 is not set

#
# Certificates for signature checking
#
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# 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 is not set
CONFIG_VHOST=y
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
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_GENERIC_IO=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
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_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_ARCH_HAS_MMIO_FLUSH=y
CONFIG_STACKDEPOT=y
CONFIG_SBITMAP=y

[-- Attachment #3: raw.log --]
[-- Type: application/octet-stream, Size: 1048576 bytes --]

22d1982d3d3408652f8d1697ecb7ddef0734fb9330dc6e82abf0ff5602ffed465b0f6869a6e1885df35ec617610727b70153cc29a3e", 0x62}, {&(0x7f0000468000)="29d458f0932e1a70f30de94add48b0225158ea3076f8c1d28749e32d6aa671335efe995d4dda285ebb712fe62e866663396721b61b6ef22c63394d16cc7224ef50012333334e6176e3afbc7fb0c9dad92d1bed003ed027bf4b7396f04614", 0x5e}, {&(0x7f0000784000-0x4a)="b139666251da957f0ed8dd511f16c785ad4960f31abca61f76e28e2fc2855031f341fd26bf09cdebfe5df205390b32e42d99814989fab4e1d4e346291b332db51363ee9c0dde31e7f154", 0x4a}], 0x4, &(0x7f0000799000)={0x1010, 0x101, 0x1, "4c21e6ebb8a932dfc8a43b93862019a0dad7ec6316e704a6f92c545999fa4d1269b28eda1260d65e828a85ac83d525cf1a3b7228769dff78c03d9348f54a052ec35a5a155d3d3bbdd5a723278e5062714a5ae97fd52e06532e47e3cefa5d7ce6e5bb892ffc7056e2f633f502b6118685b62957562680e0287ee36beb70c4013926ee81230f8da698d0d260aa02ab2000a0d2d7b6147b61bd4076eda0419d09b067421d345ee867d65fc806edb77cc7d6e965114a8de315ef893c8b41cb5f0c5ee6f68c348422d671538bc94ccd8e06b5c643b10a4bf0a4be51432d85ddefe8ddf379f2b80cfa5382ece5069b5d50967c8fa915fe4b3d9f246a30232165533db1e2009d1f6f0e91c537d55c3de39e0594757472f4cadb8037972c79ba8b8c9a55f4d262b79c16dd4ce0e4852521a191e8c194f56de327c9c5964aec8f4edde0f33cea78bbebf14e13c5db9a0b1ea2919a91277cd609c9309511d6abae59daacc6da469f7b41fabb698148cab7a13ae3cedeb72408fb794e475645ec290f7df9b144c61fb785255446d8756a065a884ae06e124ff734820917ad0c95fae911f02c5fc9a730a7a8a97c2d3483d7ea1fe5b9d3b99b0865d5e028a9e611e91a222238094863aaa7dabd3d4d44aeba27fae672c11f5eadea9f91c99eb6c4176299012aa41744d43e7e3e063434f3e9058eb8c2b62195dfb84aca7b4137599c8ba464385799d260b085a4017544c6a2303d308ed0f8c822cdb96e84dff37c7bb3c52c3556fac5a4e70cd9a6f7a1f965b8e87fa08fff0447e5359826d5db9867f904e8bb03f4c2aa81461566d3747cd380a21dd1a989da6179b31b48ca23163fcf7685debb7813357f3ba9f9394c6a32ce727a869dc6aab56246a1b596d5a163b1ef4d4d806d923768d1d7d0d1dbf270fe354c14edb7ef9655849e15846cbe60505fb60d3bc928ac346f40debfd133234b4b833b8648497c5eaefbd8c311027e346605ca745ce89779bbb7d75b9ee9c8faa1a8d962619e8a2a88033c21b9301e7f29330c6142436d3b9138619bfe61c6c3839aa1fd7ccd584fa03c7f7c22d435860f3f2005d456f3c71f21294348251019527a4d9d68e45f43c5742d3e018692023c9c17855c2c4c45a32bc10fa940490aba7af278080510948bcb2aea2527d754a1c5731981b7104138b8850cdb76f6b78f81776419f30ee8206a8097f796e127bd53ffd146a949700b79521d2761faddd40bfb522e6cdd1100734126b307f5be69c86e59007e46cc409282991bfbc30543d70ee275da755e31976d1bbe6a404dde2889ff6573db87a49864f01e78dd02e1fa4835b79f3176650451b56a7f8dfef7125d8126c38b7719177c208dc9a4b91834e4829964e411c8020e1c47c7f945f452eda0821924b07fcfdcb18cbf8ba7ca09a21fb03978ef44a9e66e31f84ad8b3aff96aa5ac7400f81c6ab300f9bf546bc812d9a0ddbbc9a847ca1055313f333b8b849601138c3a0103c272edbcae8ce8af5d37e30a17ecd76dc978d4c0a3e30be51f09bddc438fd392ff5ede0e2d650d637c94ae616f5b0bb3fabd6577019b1bc8d911367aa4938c22e0c55d9ac71f584c24f799697603de8f59469aa315bf0a0a62f618d353eaeaa66ae22018c0dd3d09576d5d47637c6466675d3183f5c8edfedb03a5205bbc74986be29791eae26bb0d112d9c7ed8fa3ec6288075e475388c0b6c048ed1f6c1f5f3e9d1f9c4eff787eb0242bdc26d118ceae52c2f07a930666b55114d1ccb5e899d3e90eb8c62e92083fa490186fa84f94534870ec0fea5ed7446c475c6ee82f2368b7a15444965bee3642b4210a23fcd1df7cb57e2e255a363d6fc1385776817fa368f91d2ce0db15eee6358b3d143e3d257ba20c3bd7c0f510a07b5145a9243808c7d99a84267eace29bd7162ce3cb520e223313953ca52d6951eaa2288f7c34f642e276905416696542f596bd6908ba61e14bef9c04bb6fd18123e6ae1a2e9f9f0286e4aed03afd826afb2867dfb515918f0af76d61a3b022d9256e899b34ea7343d4283a85496562f5f7b3097b26f42f627879b9a8366a8118bc2337f808f60a8ae9023b1c5f8313e52c25ff20df6085f2a4145bb7c8e7d7b0a372a866649b67ca4d85f5be6b15482a2c892ffe4d56b491534f06a5571b07a5186ba01340b38571c04deef1e5a60cfc0c78d2d3ed81d8d3372f523ba8b8705c063f99233a78f16d455937475a3eb9d7d3a5491f798f9ceb30f3632032c8b670ff593cbde31aefb13a2eb305e16314c0d9f4418a520aa73ac0247337d6771787474c17240036050f1bf2680104b7060a2fa66cd1d746454b7421aacce09aff665581d1be6dca2c4e9dfa7c85b319a7b58b3bd28587f71773c329c8b9b55a0740473fb83b71b5746f9e375c7ac51f45d13a95ca944f2fa7d8bbd6c3564d2277996f9b46959e07ba8dfc409811f45a621b8132261588623ca42effc14626c1792bb88010eac64a43a50b64f299c01f5534f806ee0dcdccf9994d424de3bd4718ed4b8746a497b9394c233e317155292ee16c06fa4300a33b8dd008a177b19b6754ea2ce5f2322b1ef870852fcbb958dd9c392c11b2f1e9cbb45dc0ed3ead1090cda8a05b32b84c78aba3f721f529726d46886f028b5237635f9e4a1912dd26cf5c1d48dc70adbbc2488e05bace260cbacba9516f13f5dfb2bb8d4a18c2374226c843861ced507aaf3e69a00286e2ce8134f293960ffb9346cf5ad9d23c7ac4b92206d0e4f7be90bff10e474f466698f5df567322838e80d7a782337301a72e713074622446c94571894f4c2bd9bfb3646d302c054f50ffe8067c99445480c6db8601304d54b52865c288dccffc44a92c7554205fc5ff58da4d9c78c5954ae3f87aa381a223f7410fcdc287c797491f3c0fa154036d98c61bb1c5dce668dcd741eb04a3fe033a0a2e258f0c2400fac580947ae94cc452b81ec30dcb3df7b39009800ee193754d59b31839537e5853f63abc57d89fa9896ddeccfaaa9c7911311786b22883433fd7a924ad8d3bfeb8ea22dcd4f01bc9f1868ef978e14062879669c00b4375aa8ce74cf715c5917201f019fa6e8ca5967cec65e031ccc1344e993e818e2e507a2aeb4580fd0edfb39f8f859316475a370165ca8015817f25be7e1f3d2b6d9823b9938ff399eb3478b9ae38a0d6e033fb8d0e91e5abf9190b74bf19baef01eb721a7d4d8600f81ef76d277c66c1d4b6d54bcd9c29ec519584564be973b40c5bd17a73c77884f9f38bb58fb5330f6d15f1529e19caa385de15b9c0b9ababe8eaa174525318f15eeedbc23ef2c31e2bb9876576af5c2451524ac274f039148ad3130f955d2928ff64fd1709c50187fdef614146f3005b87363ba06ce486449d7c3662c2b9020a2c1bf2a24012838cac6c83e67a65792c4e04ed9a203e0c09bae24ef5107efe7fa7adfabb6433a2ed1cf56793579baab702043e8291bec29bc9bf5de2f59709d753c1eaa7bcdfc7f090baa3b18d4ae3cb1620bcd96feba3dbf3b808f2c3ae5985d050a631784ac98f9b818d026b4f1d3db2ad6cbae0767b26f3cd84763c4dfa85ad7ffbd9f6f40c4d8611e706604ca85fd23599bc274a8237a6cb74660bbeaa713b97fc1c4c2b3fe6d790e951521a4aacf7fb9bb926c0299634b4df37c3286916ce5f9dc81e2ee9d8b0373aa15c59d0b236b36ea29dc5f4f36b7f6eb0ca393838f44d97f3eee945597450d36be9e2faa1ee95aee1108469832920e6a25114b588221e805bdc7c85db470a14fd7e747fdff194f7c9e42b17278bafa68d15a0f585504efeb31ab4b9f6557e340614d48ccabc9e608ac4e54184819243c0476fd5fd365b5834bd4d159a3b7349cac1c291b373cdd31cbf4291f073d3f97a5ab2f7700615d9a6fc4bc093f7bdaa8e81bd263bc532d73d9b39550c05460d754f6364e2cf24ae5dd4dae408cb894a71dc1c7fc647e2ce951877823b9e003bd24be04ab73e86d42941ba61ca92ddccda318bd42cf061557a3c8a57ad7efa4a7de145b435e06fb549f2c69709c92f41edc8a9d4632fdad45ce2d81debc42351b7efe259c9d12d21961e0487c8a941cb3b4cf32589ce79a4e3dc619d52b545ca46336266f394794b3e964394d7991b7385bc1bb83b6737d8401588276dc5e97e67519766decdcd5636bca74942e012151d3d71c546d89b1072a354c944ca698dca643dfc8c2ebab56a50c66c3f73e2d489b448ca5c3472fbc4184491b31671d60b84c3cdbecf6570132e42cf3e5df7ba74e0d3de4674f4affae509547a7545b2bb0d7f3ccee8bfee3c703d2672026cda6410f91b67e60ea7401b9676aec8296c4008e5f3d288328a8b74e06813f541b2c91d2eac60d8fb604414e49554839bcf90898a10a47c9693cec4061af32e0cfcb6ccfe8366e34d2a95c06eed8bd74ea57e3bc22f82e22bb3cb51ee25a4fdab29b10497422cff6aea48e1a13c2d941ea7d6faf7646120ca95f00e1c4874e29f971c617e0e5eef2f3271fec0d9c88b785337ae2531879a04fff66fff61d7a4008adbc122499c913b6ff4fcb09bb5c24fc2df5675aab9946f8eff5ce9ad3d949dd477ac5edeea21dd9bc5eeb94a96605984259e69d1ed7bb4ced8419e1fd9be2b6f547f04a2bf52c72f543f466a5aee0385cf14d5592f9473a7c9ae9fffaaf9aa4cc78f9a49f86c494ab322b2c1a804452d21d4e5f751c23e42658d3130b12211f32e029a99679f5b4e49ce06d1dce6eebc0d7b149fb275b1a25c8fd5788c112d2a504eafc6d6d754d32e0719131f393c824c1931e1528b91aafe70a577b81522bf819aba887664b1c0cc42d329c4a4387e74924e4f81b3d3942c02426bcf0a61f8d862ce2355c27644d27b65cac66e2c1d786215b3efcea479253896caa3f8cd661be0828861616f61e1ce8deb25faf6b87abe1aeb1acab3d28ef9837944f68e8b0fd27cfe783239526b60f93b63835fe308d9135173646d1b32088291e3b2d3df414056a4382553f5e360680be5c33d93c0ece6e2708ca9feebfc89894b6d0320c241d91c31caa5e64b1e77e3c9138674b0048b2678b222b49a7a8ef1348ad8cfe16a9f422cc4be035ba91fe54723f81d78f2cf5868cd0f6f7d8c9d452ed3a1629ce05a5a14a724ac8765e44feed2c4e838d08a7daf96c591446c2e8b158b13a192463498c76033d1c695e6533fe18163c8678e8c10a8ee3c35adabe61e0557029ba33eaf277c1318a8109896ee6adaf181637372a0eb554509d89558f9d36be2e977e57c963cf83939932621a2f19d4ba1de0f046b8c153bb2d0f431e8d124a8bd120047ea85b4fbb42f35b00d629e64850637dd1f43c82a6088a86d1d021a7b4486e77141a397de1af3e24a1c5c050a8d6672dd3f3d254965e2c240b0e54e1854e2358274acfc9dfa9c973e4b9a30e27737eb92b1a059a44235cbb57767e8fd210ee37648554ee8a254c425518e0ffe6d4a3b8dbde1929645f9c9f9a372924d9d7c958eab30fc64aec3f6f83332587077723a89ef884fee5a26658e48981f8b78d21a83eaf9e078b3f62dd6905ab93576783d865a06a3985ff8c6977651d5b0656301f52c6cf7380b3c7e87cd0dc1647db043f125d91e6fa77e8924a71c942b4031294949f5bf844d22ebb4923555b7fc1b58380728e7f7aade0ade36c4b11fe55b6786691c4de17d86fab8d6204f993a0c6182fabe19e0fdf69b04bb6e5b77c7532a8ca096889aa5c6526fdc4a1f93de5a3ad640e51dbc17b0bd8542eac220ea10efd33faf9e0718f2cd"}, 0x1010, 0x1}, {&(0x7f000013b000)={0x27, 0x7ff, 0x1, 0x3, 0x7, 0xfffffffffffff800, "d64af0d6356057dab57181f024e5a7d7246e503ec4ef74b211d775f7ae05aebce0055239835f051b542ee861374c416536521ab1508f6b54956e9b0dd20a2f", 0x80000001}, 0x60, &(0x7f0000095000-0x60)=[{&(0x7f0000213000)="7bf242e7626168299a9f16bb6a4a190aff427fdd0dba6e6e4ea235bc6ac33cdb74c4a881ac5a6e705e45d80b58994a85a6d48ccd77f76c05ccfbcaafd8df0f8603f07bae0140a5d6e8fe30b320993afaad8d90324ac0b827798774e8782f5859828f296c18be2d23ea3c79bb89fe0ed6c2f1958d8a6e9660ddda3ac6ca78f6db91733a1f4c43482c090ac4d6d013391f564f3ed15f76e03564fefa155b6054ea50d70d23b6b9604f5bdad8b6b9", 0xad}, {&(0x7f0000799000)="cc2e243ed33eab46edd156a78d14534daeaa8e3153528f77bea7a1fa71948b74d26f0204dc2ffcb7b1a12eb1d75b3c58b9eeb5940af959356f06d4b118f22985f87698dc9519ca529de3400bae3ab1d0d98881968acd2fde727a40e785f44fcfb76739f1716797e5dba3794bdcaf4ff90b78817f4dbb0ccb37c4679ac0a18a38baa0b5dfb3dfe7d17f62fae0e839e0cd3a1b161016f77d9e154e9ad1c0873afa1e523e5bf9db4c613cb70e273cd359a65328a89c96688ddc886a", 0xba}, {&(0x7f000045c000-0x1000)="64be0db03a268091a19b806be1621d7d7e407bba34a602c1a10e04840fbf387a28b45fefb1819900292463fcddf9fa30c9355a1c082427001bbf66807f78ad3668d6d1c6f9d708f98a673b5ab177f0e2202956d1ea939a4a05ff707972ec3027ba1aa01e86d851e730e9b194e787182eab3c3258b2ecc6fd1a0ca785e1dd4fdf742e26a12a5c32d2d0c903c053fc30a389a79bd4ac7103d5cebe8801a82bfe7340ed4108c057e17ba4643fca55f55906e574b55f3f5e60c1a55bd450568a2352a6fdfeba3461859ff5902b3ddfbcc9a802c285fc06eb31cd913860eab7904f8346b3d769bde51ee6878197a884a77f3c7a7ce281b4a785937b621ca60127313c15d88360e2160ae50bc298f22d51c09b540d40ba0ba996ded779a6d8042ce8c4520b0ef2b2a0abcfbd6bbedd641e463b6aa463602f575881fe59d8839518f3a8bd5a67a5ddc04ca18790a8deafd8d230c59143ea8527faf3360323c458bf4eb3d4b6b6e03f80f4772540c63bf168c8c19af439ec62cf055bf2f4bf82a820a76e7de90e92ce92222afc152202e535c7a0b68152dc5a8aac8eaca880bc96551f635e55d6bf1380b0ae1bbb90dfa9353f51c0ef97cf3a14a970f3620be1c4c789e47bb8e3b8631b8e5c7857fd02012ee55fab60ecb44e3f5bdfd56496ffeef7aef22dfa391ed99b05fc1f2e1ba1f665cb00541f3b58ff48b24dc5f9fbd7900a9cce0b32e41b73250e1c79560695f2ded78135215104e02fd217b04387008dedf34ad40faef599be897eaf56dca1b8ed65c9918c262402c998296dd2ba58af24a6803689f7a2bc2832a4e23a11e6aad2ec4d4f118210417429d97e0ffabdc2d66936eed3427e1005b89b8eb66e0527763dcdf44f71eb874242958529c4d5fa2ae2f076fae4eb6efbcf2e8055f19d7ba35170a4d80616b6f6923eea6295a27a936c2f7788484cb3628436f6e80332348738408cb427c052adcbb6ae8b3502cbd95cfa6b610d1ea88cfbda5aa4f7f268dcf53520ad1095a42918a86920dcdee0510d598ed101171181112ca8d924e9fc1e9b3899c8cfe590dc70d4baa830c3ccf4d80bee9527fcb0e0c456b104c350cde9108142c191237ad3e7b4774da65c1f15317e7f33dc856665cfc7a7dc8066bc5695f50c5a0cb4e1cb8c1ab6104193310771ac7c69f5e30a21af1faa047a3f002e6021fc180aab4a41bcad07ffe1130edc0e0226d27165264c5a359c1602270f8272bd442e8e4d27a7e39015348e7331103a8fd80242248c3311ff01440728f441654d95d95a1342c67dcd8858d987b66f4c0eca0b7de4d702981ace9340457a4cc331c1bb72cd73ae56ba391aad5bf2833a0cf7439566414624f0f674c6276b939af7efa54e70edaee7edcf1a269f130f4b731f2f3fdf28c75414bd8b22c214a7f2c3dae1ae5ba2bd0fbed42896bb3f1b82f98e6f88e265408b8c904b87d9f80c4699fb866462105a51b7b9bde5881857cd8c3a2679f43e082f600c7450a88b0475dcde6ce82ac4c245a52b3ddc6f5e6a48c3f04578e550e6c7ac49d1b137f8fd08c5cbb7c2f52cbd6e7419a5dc0a499cfc6c54e0337dd1585d36040d94d3f1e55e432377d75295f9630b782316901402cd46cdf324280cb02593e6f1d5476097d9cc1cfe2745ed245c7fd2bb9db64c9bc19bd68c7b163c756a5f08993f835aa2bd9b204d1bbe5901dc162ac850021ce383b205033983d22c49e570a820d5d22f502e5c692e1ca984dcaa1aba4ac1514e8410f1d390bc6bbcdd6743c1b8a2426480ef4b2645f6d6bb063f76532e9c5680d76a4c232d62be26f306a7d85aca42775c0eadb530db9030f63a17c54d53b25506b2fa08a40dee0c35ac5bb0b04e650d8cee3a4bbc1e1e57b09880e85330f9985e04aedf84f9abd6eeed7e5027d88df9a3e28cbf2b08c1c1ba82547a947d2cd109f75af3b472d6f0132079ddf6a9f45a1d3f2ee504ae50b80dd583ab6ab4e92363dd77fffd3eb865c00ae7f98ad3e6aaf7d9a0d9a705f398cbdba32784074fd244553512e231669c4306844cfa9de4adbdbeb4e138c558f922725fe9ad4d6068a4e36e91b2420ab336782d2def5f858ea1c7e19351612bb6bc5e19ff1b52e50cbf29319e8dba50bb83ddef21e23f03b79b19ea4ce7d282e88a66c01c486e118f734bfbc90b1df86ed5d4d2b698a8e919b29825bef0a11014e02c2154344c4e7d835451431b7222b421edaedeedb9e64d4df557497892bcd5fa04c6824fc35db180ac1d7a2ae4e6736c6e24a2ab67d8ec5c39e55d3b26b6bb95c316140b67f40ff3315114a290494d4d4acddc538d89726a047dbf56c4cd28a8cddd5e650e01c1e65866a7d943b68018194ad353f5b95fff414a5f2ac200fd0aec48c368e83e2f6de71f19bef8ebbb4415ad545f7c045897100df7070eeed4115cac60574439e11a119fe85e0a1eb630277ff4bd9e32beacc85b45e4473c6ebeaf9b44bd046252d46fba05bb5d125049a34fef477ce9bed8db2758e37adfac3b55988cd72fdbc45372a665632447ed489300ffa0a210cf2a93981787651ed484009d23b9b48c6dccb79c5f42c3ce5af951d5412a067c9face0bd805fc5f6fe5f3ba7f9a03e076b5e3fc9e705e44f993d3dc57e249227dea1ccd3637000a0ecb2e3c1523f01e7af56a85c13bff94caac23c9b71df4ede501ea1e682ef32c1408765101b3006e39024650d22cd44d002d4047d8daccb1c8eb021a322c6f89a671899029d044d8d1763ae21ce59d698eeeb893d709bf6e2e111f9a74a2280b9a53e999042d28b4d0e4ff204c16adeff02f58a39a30a4b9e572148f7a396afc22b8bb3d3eaa8a6c1959c23c859839cacfc79a6a92617a3ae592c7548620aaff6de2cedcbd4f7974e2e130eee0a8a491722b3bfa29329bcdd98820754de2abb1e6a5fa77cad4c000bb5b398254b599218554db12d8d833e432d35ad4beec16d798bb91351f1930f133bc8dd7e4a3baf8179db4e5d8a38a3f6a384488bb0ba87ccdafffd590eed36229a2a9c95de80696e75c185995afb291b99487c674db5d00d2dd7e391cfbe2ecb62a470e402f412e7e22d3543fdd4175330857cae86b4891aca069a86cd510a7d9c3ace9bcd07ac6b07d53d3bad05dc3aea50480b5cf50f922eb1019e48d78f06d612620e49db6ccd06f00c76e4cf5cfdb812ccb25a863706a8cfd3e99fb10b0d85af87efd0e64c2fdb45d68727df6206c1d7e783f21c8499b7e9c169120f55d21c414b8f075af56b3bf4d9422a51fcefe63e2105f619781e297f5f20fad7639ef7aa22efb3e849714e92df9b3a4c7ebfb77d0fde09939501d705e9f6ea91e591179cf0b2074cd4bec32e0803986e7dcdeb17f03661c51a5cbccf73da34ba136749162aadefd40275156d00fdfab0fe054c2dc3b31d449f3ef3765ea8530f8796e751e5dca910832a077fac24bbd53bcd774262f144c7ea10461ed52ee43cdb82b16f4f63b36a03235708cc19ab6078e91e690e310bcea7981dea97907bafec8c9092ac5ccb5642b9546a4c737d97b6e02577f8e4fe7b9cac546b0027a6eab2ec221d20ef7f9e563adaac4c60966bce99bea652a9b5c881b4487448748b746d79696ff9b5dcc9b472844026320408f136e315e896b188149ba9d5841b14b59e0a3fd942e270d4197b13b4b9032a4576babf3fa1c58562ab75fd0165c944e10d145cdb456862a540927a7dae0f0d8d403fbd8de552bcb642b3eab0f9ddfa30bcabe1fa06fac0abdd3d107b710704f198acea506a09d8aaf26cd4bce9ad49fabcb3b8e5530e0db05cf58ba5a3ec2c9252b5cb959cd39d178a0ee31ad09db8cae8779655c1ac2cf44864eb947b5f6787327f07f9fbff1e3b37dd225562da06e1821313bafeedb2753d1d5aa383f18ba4ca86d40df9fa119b636f9138fb1c32ac621885965cfbd910627fd98aaffefcbe3de3729ecca6a308b8214175331ab1a0e86bd48c4120b06233888985b0f57968af57cab27a55abec5be22486de6f09940fc749462431711d551a8cb64b68eb70b3571d0c8b9c68a8dac14ae69d59b53653fc6a472f72acd29287bad4898ca9a6e7cfeb435f3884e63ff77c3ce6c11e62605c81091dedadb2227ea7c3f3232ef61fa3e90200fc1339ca06bd709b6bdf688f8f560c3f1df2211c41ffb45824f9c8ba7331c8c35ca1a3b134fa759b8d7d12236a52bb47a31f72d54d3cec1d690b3598d48f868b2372475004335f6eb01a7bef7b9531a7ead420b04c4b22525c8b04e7cf41d66d1c3152b33093b84cd701133ab2d7bae9a30a94c66bee3d5db7f16d79da5be787a0c2c320a89daeb9933ad840ef53c1027f11a72b10290d8ede7a2a8a06d4e2be4dee58fb517221152ba466f43fe9760e46abeda6b04d71fa5c07bf75353f422b22ad0ecaaa868cdef2539e5dd5743dfb0a3abfe2b56e974733c583cf11a2bdf0e53b2d86dbfb024815011620503ee4f93b013958c438a36eebca10994472699fcf75c14ecc532cdf07d9cd015f7c2be570d02db4ddbb7673c6b155234fcff8d2c5809d961a43647e9d0507dc164f77302502e2352bb2a984a91bbe51e0f8370e045a6225c0fe36ca1899c8e079ce95814bce4f846080a56673a1b227daccff3b7f95c78d850935d09c5747b7a0b494e57acc8d473fd636a4786953c80647748d87bb94a3aa86bfdb1582dae4102f1c94b3940b280c3d180e211a6c5747e84ec120bb49854e658be794c0fc3d9dc1d2cf71c22b7555f4f613a1d06fedc94de37120e10f5d37e9498d2c0869d8fbcb9b3d0433108ea434368bdbb09081d07441e49f13f3e0232ba1b1f9d4aeeea49ee4dda1486eb61060acf8c27db06dea02b93aa4275d1c7d4a16137780d9d8e38a969b11edcbdcda829e95ca788c241e6b08c84e18abeeffc459d028fc04518d96ff6a7e97132451eeccf02743ecd6c75aaeafb50b42d9b268996aa30c7b1bd2ea1524bbb77ce0cd84f159f80fb96cca7cce919485995641d11b1045db31427ee70c1d2da1b2088c3a6159c96411bbe86878f1861d7dc241b472c3228a8cbe1ac18f18adf991e2df96a428e64a1aaf7396ba3f07fbe5105c6babc8289c0ae8ed798f3995416c95d071b8e77399a7cb7e742fee00c3755c080e40cd14b40a22c58336877bb4a77b4c7446007f99824433e3523b00c853b92b52eec9c5b3f17fd49176c1f5463f030a30b9802c235fb4c2865d32ccf943c0283176d89d2872f0576111ffe692ce0e6aee45721a37f60e1725b6b94920b77563676191e868d661985c6613030dfb615d960c8d96abcb16f44a87e5a5ac1dee205436e2f23e643c15ac53eab1ef64061156d68534b3a6bf8d3c89e49a7d054933f963f832c51018e9f5613f62c2397611b844e1c19bfe801276b9d19ecb37cc4bf1b8ff5ed140280a5f999ef36953a974eb381bdee1dc6db652cf94730f1f51e01561bcc2af2b947e0817060e577f469101d21f6adbc4e4b4ecb40fcf5ccff29f0542543eba5048801259a9bb8e0ab5333eb3b937687d11693911be42105852010b505c825a7e92734f7806d00cf160f644610fe4320b39682352977c3ecb8e6896184e402961fc769555cef5f86f98b51f4418a80c153b3d3bd231e1f6ef05f7b37c717b840ff2d9b362bbec59ae5baa99f23c4279eaa6d5d9400526f6ee1e8cfe48056144996fb5d828292d14632d4fcd4cf860a2ac4e3fcfe7f8120f0be25128694d050e8c894a24d89bd1655ae0cbd28f2e71bee92f83f1beb0580eb0393b6a896cdec6ed8c1711e038", 0x1000}, {&(0x7f000079a000-0x17)="e1e0424aa70882b90f4ea9354206110d56dc275afcaf57", 0x17}, {&(0x7f000079a000-0xf0)="f0ecd5d16f59cc7b1bf5104d9aac8ba7adc117ad1118fa9c1d42cbc00ae2b081645b2c015e0bb8507639b0f804e0c739514c69a502d643c32697d2f952beb8d4f237e9a53437a69d09f2292e8f7f01b61d4dcca20d8aabee1bf8b2f85de8d8e8d49c00207e8be7e8f5e071a58456926b5477a6f5ec59ccb32fdabf74c24ee689713b7a3db4fc0bfec842d52cef63844013daae9863b8ef33f9be384c9a354c66f9f94f467f7529c1f95cf6120bf52370d48b5fc6a5e921d29203af51cfcd8ae01d75d1969b8485fc1da3ae01dd21bc88dabd472d6378964720828bea04c1bd536f0dcf47f81f17aadde1d79ef786e586", 0xf0}, {&(0x7f0000422000)="d31fa687bdb5d6a3c03d0e3c545ce7928b90ce1a89ebe1af1109513923e539caa21edd9405eb728cfd6ec51ebf7a5b8fd3b4f91d2fb98592a8ade84eaf4ce500bdddf87880994a96f8491be2c538a2c1e1b72031ddeaa28dc5ced725d24d4a62f6e6d23187fb40349ed681fcae4e9ec1786570d3d0e567072c44a7db73a24275bc46383075f3ca4f3fe59c2087b65aaf23c149c49814d032055e3edb7346ca9a37568a903c924d33bf6f75a0091e0fa847ebfb6c62e28be3177418f5628f6894bf9e8bbe6ff14ce100ed92098aaaa3de4df6370ed03f8282b0c479e514294d07160894eef75711bcc97a6ae485573a69a5f180eef65cccf02bb7", 0xfa}], 0x6, &(0x7f000013d000)={0x1010, 0x105, 0x1, "48b4eedd29ea5a76cbf5c78c9ccfb5cf49f18d7cc535989a1c5765adc47d8177633105f675673b61080c18f6a922e50b1ffe592a03c76d9aa18534419abefa599d7109c72ec642078401fb3aa998402e8c22f4d38e7ee93cb3cf89a8622dd8b5bec3faa3bda32e7202c742d595edc0458442145b60b7bc1483b29e91f049b7aea9030774004e2d0dbc72e16ef7aa177836e9892db930f2e7e8e19691668fead95076c4197b0141d4607cb96a22cd34758cc26cac2c9a543607f41f5a3f73bc0048b5f5830df47ca8936b2f1476a2736b4109b08097fdab002511cd4402d0683935b55f52dd4a1314d1d7c424467440098e45921ebaf358d9eb3f2642f7013d92b1a5c2428b8d761b5d0d10a5c5f4ea956fd413b482130c2d09cfa4185b695995edbfc223174aba95b7c006668be539095120793259edfe83818a9802fa6ae0387a2dcea12223df1777825cd33820a381f9ad4efbc102e5e98f42b6d1dd6ad64f6ae07edc66190eb7563dbb6a5873362aeee2a9336d5fc20b0607b2b561925b856444bd6fea336bb631b36c242398f6a0fc5950ed74bd2b25863d0b2b05eff4335bfb212bee9ae71319c5cc391f2b5dc2ff23c40e7b72e81306e877fa9ec0a3b6723a110b6ea4ffc409d7da86616cb864dbbb5738f8ca3ab4d9095ef963b688108bc9c00a2fbbbef5c4be269e77082ea715a9fb2aec14a09da50d69125706e4b6aa9764a2c602de54454d22b1250e75558713342bd74b2c01d9ccff5c86c5e17d9ef97fb693d00a433bd90f269b0c2dd37b01e9102b2e524f84ae1717235460a4edd778b49bffde7f7178e765f326228cab7739e7ee7c8791310a3c5c9b5dbaec35e78b77e61c78b1df57ce52a1933a2040f75c4412ffb32a0ebceb7fe8d9ea9a5bf3d81f9ba9c1ca181ffe5cd7469e7b84be6ec13757ce0c3b66f406e21ef2931106207eb3b7c5b0278177b4c4461d805550cfafa9d8d79be2a26e2e66f8e01c86f9c681b2a9e4eada48bd0de75f0628f9869671c22ab98277a868cad0191a6267e330578625d7f727ba7755a47b2ebef914f7793a22a3a7d75b508d2d62e17f1ddac2772b2de901195f788bdf8c7c70791643903c1b38e64864a76125e20fbe0a7c97411f53f3bf6c08e176fff93123874e7916b43ed03055091e11f604466388db54c65a3e43242648d25e8c645eeee980f532a7f4d9cabe97bade6630b8d3316eb9c5746497e49f41af025186f229c0489c0e8bf2498181836f2abcfb2827df031b748ecd946bea1522766421e33cbbd526320c992c4355b121f9c7b87f19a8525f91e4176e458f98392d26859feb415f02e28099a155f2dd53551e9a958760d42c36c9b88f2dd99e0dc6a29d22cfff302d34e174b5ebf28dfd1ea043e56a6cb6f680a52ee0ea35e3cc8c63c7b917bbb8d0a415b14b5d3432e67d4498ae8aba1b40e5142235bc6da3946fb88b25e1a2e1e83de91341efe99059164c8342efab8a22b2353cdf41bd22eb09cedd46ea7961b58f0b5a08ccc8cb02452c880abded4758a8d1733395ee7ba8961925ab5b0c840540dbfbdce831905b2a64701a08864e23bc3486481e17e149e0eddc863fe765999011a06671b09e9e35c8320390223fff30de9536855b90aa0a37eacea428c81346a3e11c191a022c45cbc5c5d1143389c132eb189dbb3c16151fe9442b90e23a4d0e6ba8a04fcbf4d58be071d4d3cdd6e8fff94a80acc12ff4e858bad67fbd183e357de39ee9c41df5a08d377dc3d74fc8dda23fcd0af0ead5653ebe6928db772ed8733b1c512ae9aeaa555bca1edc36835cdb6272dface7abc3621803da89cbeabeebbe175fdbd2fb6799a8abda68639be7cefe1c37a69e417652ab3b7541fce5dceebf56e926ecbb23e83faecda9b93bb5e3512f874020a7c05b4604d2e4c193ca741a0bf13f08d5f9fba4c936cefc316ec4fcf647a91c3ab6e1e1941fcade5fd76d6c9083be426ec2fc9b91bc7ea7b8e40460d37a92149e2ff9568ade9c55b36eafc68b8f7aa2a10f7d4d577f7d8f6d85e6054262ec60b9aa2ab3af51096630b50bb5d735751a7d45d7bd769949a7aeb1a65047e2fece455b7d0a311d70db62db497bcc041cecebef10809ad99a32a70bcae8ceb30c3b821783caf253e90a5b620ae6947e2ce9b18de55767bc876c5b4647b9cab48b5810334a409c2a20beb71cfd3154503201064559e979d707bf94a24d1997b66ca275998a69a7db089d44109cbaf0a935c53e855bbd17f16cc2a113bdd9f43ab6b24f82dd00fa669d4ecfed014086626ebd65406ee5001f12cad5b6ff3188ae86afc1611edc46ab1e0ce544afb4e587a1c068bdf8d08d1e417c149cb6ae29b36fc8104b08e715f3710eb313ecd1299e7cd7412639b643d237442726a245b5073711bbc7bad95adc85be6a6962ce37d2bd16c52ac43239fd74c69ab6fe2accb87e55085acc17a4dc33dab94f181701e6813496785f0e2d711da0baf812cfd75daf2723d5beb4a963ede1d58928e302d0e0520648dd54de26dcaa3c477aa7a1d19542099bd211e749f6d47bc7eee70896a960e3f0a51f146a0109beb1677ede167f26e95f00306836f046f51285ec035cd4624203d1082c7e2bd17ae74f6ac5e1940b2b7c44c5e5f2699b9a154fd92a1f24645da5dea81fd79d21aaab4f741f334a1981c75972c08aeafc88c1741790638182175b09c9b7af0ebaf3b443cbeb8c25e337bb693446ce1b2658025b0d9850a02aebf98bb7b4beacadc496651c5969bf24979c6d3e882793cb0f9c41ad37f40f0d0ab66b840f29d8b62d2f655816e1eef8cda60c585203dcd49d07228fad8bfbed1704f55dd42383ebbebeb0eb9193fb20638fcee9edc9c7d00f6abe9d5e52ff5136a123163426f25b67bb8e6a46ef319afc30fb8ca5e88c0c6047fc52dd16ec1288e05848aa31f1a586211736c90764eebc60fbd73c844563e5072c3482fa026b16fadf9b0903699852bffb53a00f975779c6cdc45b1589863384cde4e9f1cb469910d3ab826d5fc4e1e1ce198eb6773498a8e67bd23f96553da8dda4c45234505fdab1d24ac8497f9fd6da0bcdfd06f71ba1c4b1a5bf4c53ca906e34752152636992788026b291bc3a16dc50484f03f0adc9fa861d520d7c9ac5d7ec7fc827246406826d5d9bf169810fcec95cbda3d16e2892b22f2e35befbdce34bdfb8a257b5c5779977937ff07054b64c421c540c3920eb0a50453236ffab8fd9890e6a3c479d4612bb240eeef7b1af73a49663ba18f17b7df2b9e45dc4c98ac63d0306f7c4c163358a1aae27c35e71c90b5c6cf46c54f8fd24dd0baaf59e39181d4b3cfa661b6e28485924005bf7d6049131222641d5af88fef7e43e217aa3fe2480629e9f561aacea37c0c5cead2c6fb57e33d4e16c21bbf57842da8cd0c9d7af37165a253dc7fae5d3495406a526bbba44791eb0600a1a093a0e3f9224c2dd67a25f49faeda9f030d090c73b19fb33150a2d7ddfad585e738f4e2bd189f0066f6cb361958b71195dbb73b828ea3af71fc9e1a8ebbd7842f748977a2af5275e2dde3fbb2c78f24a613de829723ea8cfd8049cd9121ef9bd6893bad8f3cc624f9de3474005c4d7a0c9fdf3f6cd64c8e943483202d8b4dbcf394fef1e8b385fe668b4a36d7184758aa6cb70118d2a21a1a82cfbd39ed01ab53966ef4c2fe6ee1f55064a84f861b1cc21a8c9ca68a589cbac186b9f8a35045cf20f2a346a1a943556908359c764ebe3aef1524bf9b0e5e9ee551a5ecf9ae3c0957743210dca000a86a291bbb53ab4ccece61ec9fca40693df1426d3bb2015047e2b362e5b33d9a8b6bcaf8f188ffb141d72d260fe8d7862edfff9d90fc8b10406b957c44c09fee525e050c68eb359daccd3542f0da0a27ebde7a14b097b074359f310b160058efe49531a40829c90c20a41c836500501f55c33d55b5cf02a9809ae91b3bae0721ef12a67056c8b9f1f70f950f4efcf1cab9ea0d3f509004bf5f3d67a8dbca45047b16a6c97085a22396a2bb9702d5901bca40c8512960436a4b9dc896bee717600594b83b19915699249b9575fa0e532313ca91283a5e46b021253dfc876f87e13da1655b23dd147c08000fe21e61a8e39cbb94b9b4a42e2de9d934f1615837622ecf44dde1f32d06ddb439e06807f940b67f296fd10ad37d9aaf890136736bd23de1b0f8dee2a485d5ea32b922532376bdad8e2f164c718fa0b02b0f3dba28c9de34f9d98302a759c3bc67e25727878b46459b53132b06f4e530eaee0ffd77752b6d342c689d076ec16a247175786c14843c271caa08db79afd19815a5b13e36997bc7dd04806e15a699a75ccccb61488281ea747b3c4e913afbe25227ddfd58c18520169817a1aa8b0668ea277f79b6f1193135855819d1a8202a6e36655b82f9be3c7b28b884e98e2a205fbaa97404e04f62596d093d2d22504914a2b0235cf1484e918487c8434ff054aac2d3fe1c15b0d192e6619a08110701e8a5a4601f6ee6f27bc1fc0cd89a90da5dd4136241f4fe8c8ebaf3ae809d4ca8fcdec6e9ee911b1778f5ec279598274c3f9b9f101693c49bb99c2f3863a6d88d796adba678efb5d32aa5650abc7ec5e4eaaa3c08b7af3fdae6c3314ea0a137fe78cf07283fe56f5156a6ce77d5c3471d8aa84066a5667dca6fee79fd5f4174dd1a34b302f7705f3528a5a9ca1d40cd07a7fe8d476d06890958d98f90ae713c05ec1d5cb9b396979e536fb0c9fb6e603ed33c2205e9373b99d0be588bd739cc118efa805f6e5c32cd395f5e544a85c4a39f6e9674a1462703f23a3b52058467355c0dc1db532786cfb912170b343cb75f8801948aed370e87af3199372770b799207517e87932cc8a4228889530badc9e14ce35b02a5027481bdc1566487663379934eb7367e6ad29a620019cc32c22b2a30b31f9fdb9324341c73cac48bac623d3af13804db7f91fcf86b0ab4073b6caabeb03bf4334747f97ced392e485a3c74632e1ae3786f40dcce9f0382c64db186680b847deaf1ecf32617a3c12755c5853fe1412949717669952830fd339843e0f6d6839b0950e8e4b7517297add7bdc35522747159200628c6b70d9546ae92e6d03a4e7f00931eaa18e66a5af2c494e3ec0a39731466b58027dc5b74d416e4d87075694e39a735f67423ac8042c1dda4940accd0e1d0e0418729841089f3bc402276f0a6de5120b4ae560b836201f1977660efd4c6257252fb6d333b23de9a1c0afeedee98263f21faa326a3d50e53ad47a19c8b9d89c9260d450fee46296b2f242b8f053b758f686af6d3ebf13654755633e8efb45f7d3d7c99f8ffc491f70f6a79d3fa60e998bf63120c8cc4785af60404b131e2a26e03183cbac2d8560019b59a523a3261372b8c08880d5690dd7f73d6aa6e8f9b687b52e891fc449b18be3f31e3aa66932d102c88af6b6abb70d98db13e11976782923a07fd39830b25676716adee6457ce725bdba218a9c6961fd743bd4dd5f5a989160063c78f649c3f68f27590daf10db467c7b1508c22e78724a1a4e0532cfabf5111c4818c123c5d8c69809c3872666dda81346b234a527d16ed112a0f573657b0bbf5c16a65ee245997be82477fc37d37842ba6d7e4f789c410f4d2b1c4fad517e0e8ceff1f474a96aeecb0ed0ec8edc9c2666834ba7e2c0b41e0c17ea870218adaa916b6662fd58e9ee1bc609cda70560f0b6f0b3e23fe60e8006626298dba48ec6518398d59a7da6006573356232bc56ea142280bd094676cd0d1a404fb9a2ba5d4bbd082"}, 0x1010, 0x0}, {&(0x7f0000507000-0x60)={0x27, 0x1, 0x8000, 0x1, 0xffffffffffffff81, 0x5, "c8a57158de60ff7f74364694bf80899582f9255da4349c125f5d68665b4cfe2a5bc1a73ec1e9cfa1bac18b1c55eadc20aa1cbe02515ba3dd97c4e4e9cf03de", 0xffffffffffffffff}, 0x60, &(0x7f00000ea000)=[{&(0x7f0000440000)="72584ad6927f00dad9bc3e9a2d24e8167b1ab63123b8646c11be2e024f3e1a15e886fe49db2f930bd3e9fdffeb5993f9ffbdbbbd67ff2d5f2e7ae7bb6ff8c4602a90dcc4dc54627fce81ce4f4f174ed2f05bf1faa0a2fce7bf129f5d1f77955e0c17a8fea5367d72a7e1d2eed5dd894b2f4ea55a2efd4dd6998d664b885e6f8f3a268d3ba14976eba4e0fc7d3171d45de86b943af4bff6720c46346d6590ff90c6f125f811401b82", 0xa8}, {&(0x7f000079a000-0x4a)="1ee71c71aea0b543cb837197a8c3b7f33887c3012f01cd6a323bfa8814c7e2783c3a360e9d94d83523e8bc2b8795cfc0a49b6db4f943dac0d5d5ca5043a73d3bb732b706273414290e0354", 0x4b}, {&(0x7f0000799000)="032fa059a8908f9cb8d415b3ce4cb80ffd2c7d7eb23da82cef3e318bb1f608c700c041b0d5086675b1410767b7194fa1e1a54c233eb1cea423e6c4f6b167b20be48622a443e108a30eb25a74a70c80bd45ed3ccd395045d4ffb840e83b29d04bb9f63bad6e108eb426f71648f60dda6d56c87106cc583df400ba26a54f265a09302313462e1f3ef120885e88", 0x8c}, {&(0x7f0000799000)="3d8f596dd7d14f3527d9b3a9e946f3d83c92a2eac04636a0b7f0b5b755f8403a15472c21fb86af21d7e2c7c0f0475b2a5627b0d29f152cccea97c1357e00df9d9ffd8f88a8a8ca", 0x47}, {&(0x7f000079a000-0xde)="38f3a7e7dd7c5f1a6d2940a2f4ba6130822ffb6679563d37b4500d534b5bcc04122d2c58645060ac0087c4a044c27f7ae255ddbf6844a90606883259350e11b375b34ec0ee5592ecfd0747c0a1524ce36527c456662f661b8eae0064271df002f03658d4112dfefa36ff5f5beb63253720998eff76efcd552583a28845523fef6b25b8d0292f9e37135fb85120aebcf7da156011e7c7d4ad6dd02775fac5e42519983428f055dcc7bbe2fbeb48c8e9b82690a9ba5409edded1ad2d4d9d1f9a7019f73326c871ce6b1d4a2b34cf03a9a702f90095c6c998839c8b62421d5f", 0xde}, {&(0x7f0000665000-0x1000)="8d9e462df02bc7310421c8b9b5b696ced1a65aa5cc0a009c63036578fe0cbddd6f6fd8c68bca29f11fb6de732a5b69657c45c5e8f35561e836150101959ee7c0fbf73f48622fc59128d576414cf65e4c1374d6fe016143534811db6a4232d58d65836973aad471bb6e54bd22d896eeef89f6fdf227c4332b307dcdd9e1b325cc5fc31b28a9f54e83d52e786198402ced8b8b1754320e5f0d63b06eb65499a8c51b02a59027feb6133f401a68f3beb8dec8ce55ac1ce95007e5415fdf47a9d11e2712a708848376379d263bcd4bdc32e7d60a96a1ff056db0a00f2e8ddf698e43b49fda2b9122b2b6d15b507a0e172678f16cb5ae9ba46e8f0033874391e32cc94c4fbd0545f2ad1917691476128620b23ae366b833bc83042604dcef5e05ddf0d701c96debfb2a3f8d838bc300396f2624acfe3134629b7927478f911d14a25c3eb9d768d3b49b9788ee05b6b9ea9628fa103e6c695db674b3ffb83d013c3eba776a9c86d0a0776f1f33a99ca0c132b52b0581f8fc537c3cf502819c5acc3ed6cc065617605005d61febdefd5b11af8b45b60052dcfa02a1cf31fb7d74c66c8452dbecc354b9d3ff522630e998a976682d5facac97af3110484d52cedea60c78cd1d6142aa243111a9378d42456e6d27845678c2963383da5fbb173ebe823507f9030890d7ff64c99c043466ad79f88dbaa46c2f5114c53bfc239b3fe633d0f7a1200aedc1fb5dc0b0afef7f1ea7433eb113236a7216192214dc4e398fabbb48a38fc02e7315b86f4deeed9416efae9744e0eea83f992877dcad1dfbddf76d96ee967b6a4f7e8ed0492af037941615372307515a055e17deb5e7b895c990b723c6403d2e97308eba967bb86df3970a0f60d10f6991d13cda7285aba7a95e9ea12403cb0cc226449cf2d375acf8c332bb1b92ef4a6dc2383beb20ec739c43d1aa8285fe6381a18b2a7645724773d2127ff928daee25980c1c112e91731b6d37dceb96d35781096ba06406702b64cc95966eca108806dd4f628e76116ff56b3bcdeaa07f21b8e4b75909d71cb07eea70c09310583b9f370dc87a0bba8900563f14906034942e0727047c168c8efd9e1198c5f7cd26d6120242020f8e3628efc56a50591ca7ede84eb6494faa9916c29391523930c033e0c6597e7c7bcdfea43263361e0c80cbf250fad22d282b1303705e02a444170ebe0e8f03d16e821ac1df6286e00c964cb2782e47ca5dcb1ce943f1072df970eb1b35b4bf726b1772d087e2102a3ffb64bb10ca5efe48ace11884c24e2335ff6f5ea06be3826493c09a207074f3fac2fe095ac12af1d7a55e326cccbac1f168c037163f292f827384b28d89e995aeab8f9c072c4fbbcb31344e2262e16d8fcfaafd4560a2e5a2caf7a3a3629cc5e270d80cb36f4d6d746d81a5f68184ebf25c1cba86868b05549076ea6fc29c7fd4adf473375feeaaf4533376be6c733c0ccc445f177051cee56a340a16deb62639774b0824ab7a8f51d4a596174ac1c81cb3da71c3ad71618e691c4bc98c955ac908bf98aa625eb2e32947f632ed07a34e5d94902d4d1e6d6d0f5fe3fb117f0c9106126c7fbe3ef3508c295dff9176aa4b7fad65d58c0b9503ed76d732e680c85c6c86a48a82a3ad0781062168ccc2fed37e958d32ed787bfa25a44eae7358ca8d857efd2ee996d3b9f9a9d6d24377c54d002016e70fa8e287a1361556330cf8f089984ff2acbae29c760b8ec1ee5af9fe3f7ccb767ab1fb637490d3ef4765ad7952f5ef9a383318929a8e295ebff48b0f4f3211489f903ae110b1534f7906834e74fda8e5fccbfd4cc863896a68eb766ef945018f488e7f1e10c06a53aa0347938dd5af007c76c2f94937caa185a9c6af40549b6ab3218bff473fe16302ea40ead49891cbcc848d110d538c0c5c9dee96693fcd60246e193ce37f860bc24d3c377c64bc94aa64aafc6bad707bc0094c33681915ae81cdcd29787cefc850ea92513967fb1c1edcb62f1ab00969851fb1888f4d4cfd08ff1e7b052639849febce7e9e70e687051aa0a70d2914adb1179de19c438c8d32ba0456d4ba88385924845c9ab399442fd906aea38b79065d610669dca5ce04b21f26f90f479370d1189af563fb8c96d578faa8448d15953e6b9aade8b0955b7dbb98ab5235af99d2b2ef4e0d588cd2729068e040421d1f0a3bf8eb0fac13e70f2c4e71d07af01253fe9921fd954c2edf0459b1525ee3cd351792163e8b1a0fa261198cf1edda2c3e4a8b37884c080ab82095f880ed3562e8eddd9c078e1e1856d1d91d88f8c34ea8dc719b8adc762c4fcf626c705a3ef37fff5a097bdc7c2de67849143176c44f32e743c37f703dc028111fa1cf0e9339891806462caa2aa88d7f6a1f4b667996ffe0e9ba4828f7af5cbbe248c3fc59268c42392b132e9e33a67387b006f024262cbda9a4f408c34acb250a917f31b91aae036f040900882550c5ddf4247bbd608726bd72ef802f50a85f26a8ff31b05f33d0eb188bf02d7a0e5072204c933b88ee08f91f2be6df7ff1517591542807f21197ffef6e24409c7b551709165599502c022c82845f9fc0a2f1c9c57c5f3cde6d4dfdd99dc90cc7dfda67cd42264e2b32e290e40c2d255343baf4b31b1a4b9921ca59db6a9a95a79af202a6a9d43caf696b3c529aaf741be4541ea28011622b391e4b6be08c6bbfbacfed722ddbade8f6c693e7de2bdcf8a4a872934bfb174af9f89683181adbf0e2b41167e0b1729524c903dbdebe76f72d1b917773d872d633ed7653f915891c1d75f8c5c849071b73c97ab690d0c24897506ff35d776ce52f79f111bd09b74518984f830d6ef909054155a86b051ca60106f4f8a42ee5437f38ae4cc03c7e384fc7db2bce39b64f4b024f8a8871783394aff880496041eca08cea9563b7731139f6a7494bdd61611796f49aa208696f768203bb95905cf6b1326c0827526451dfc8ead80c10d00df6074260d42a5fe13fda82ac5a57bc8c97cd8f7995a188a30edb6646e8cab41d4c11186734f76c073802d242e8c7f347eb62564bfeae96834732c5ef1d7124b62ad34048012dbb4ac4148140d111a8e2ff89dcd173f93b7e5abd35638026285595852f1fd02124931178ad915416135b8302660a6afcd6ccc907391a6f36271bb3a489012f7042d8eb80e1681f063d861bcdd2f6930dfda9c0e065a06922c79ecd723d7081facae05738391e92a1a883220c87825396aeaa266c26405e1dc4e52369f3f674b8ecdaf3310f9e27275f4292852d62b826a51ea71c5fff706e876eaa4930df9e27023f374487277b05f70f65879afe9a2b2db9355476283753f0e41c6ea55c8956a30cb10671ea09bc7004dee21fcd5102a56d32b2facf4096e0aa9590edba6075217af5836dba6ff0bdc6b54c01878c7593e85d4f0ce99881171f4a18e5daaa9d6f397410f8424f594f910327acde110df49b252be1c3661f3ddbc4906ee8ff994c7e394e70507ecbc04a1fee609ab966c9bf85141e576691c57dc6bf5401b9de18bb21e8a9b92bd261603afe10698d9b30fda7d8f30f43ccee334cafb5b0226f05a1513273b19c806dc09764f6568a5cebad9568a019cf0536cd4c26e76541c98edbc5b8e39919d1f4f7d399bcec0cfdd40a4febf6d7e82e43d30c0d3cbe327b6f3c6f160fbd76dd54b7e79b5aede9556c1ad786c79596750ffd50bb2f0603b6d22fc0294c1a561c96701dcbba6599088ff3d38d314023c00cbb062d6ca83fc936391c2a324430828280377f265171d4875a719dcdb897d052d45da9e6a48ff5e4096a600ba179f478c852b6210c2d0fef4e015fe90452206746994688810970ef3375a8d83b1a22acd4a9540a048a883d5b5a9f95591a33e90c5c37569591266d01c25856071e59d8b1e01d0a53af506160eee6d7c62a4f888c347a47119649e6f4112818c520ebafeebd288128aa5dee605e8696f4d7c5d50245c783c778aff0fc2642faf52fe360b9d0b3305162179658e2fed253cf40eca89c5c9aeb5d4ed6bf8b315316dd25b55fa1de03cfcb30242f1dd4b778df3e7c212a250cdce8b336c35311a55a363ff83109d73d839db161f89be66aab381a02b9d910c22f1d85e28224e22b596883029e40348f25cfe4e8dd567b29a3b3b7f02dc9675ec4787413be9ff9c448bd8fe0b75bf8a880cfbcaf195de18942f46ad99536f712aa63d01ba154734af3c1c3244528b914d984aede22e66f7819d2fbcd4264960e6a79ab0232dfc75a0549d8f99f585dbfe20a240ecb51cf41ee89357922c9c5f8b5f01e89d670e62926207ae18cb3e158591f8be40c20f2ec7fe45dc7737f2b1180c2f6dc27afcfd614bf9810f5f0a6613c2d416f761045996086f561267824b4ea307ad3b7408cb8fd2531a126a6acc528878e4b7e987e4097e2cc58010e568f253ed1d27562918654f94cfe1485207b9739d361cb2cf32b755f6d0d4558f13d7e4d2c8d26b07e7f837c2d12d55296fdce2df290326e1bb91388ab570eab7cf2c2a03e2157f46638a080076ed8c92455471ae58fea45668e5bbdcd8d30738bffab37a1eb6f43aafcdf5f8adaf661f15cabb2f2c3ee2e86b36eb3cd7e2a72956253a2bae8fa4d18b3a89b547b04c18be8803e010673cfac80f2d69bac57493e024ed8ef2e792c5d70bbe302fecbd9ead225c4e06d8b355aea7c4787c07bd23c6261c90fbf59b4f92e07a1913270c889309b09ff5236c74428f147a9a46c2d473cf2629b4331ce674db8b95fa742438377643b91dac19e1753e34dadbdd5a1eebe5c716d835ca6b043618391ba162a8f7f39832c3131fcf8855e1acf4e44db09e8f34629d0870e26e85a59bf27ddf889429f96e484702583d14fc369d5af31ec815a1c03b21c64c23297383d0bf8edaf4bbdf3c56e3e2cabdf18defd2898fed5003dfb51a9e2fceac1c59ab5fe9608b10f9d5d989a8756ae5535fa6144b30623217a319575e8d059df1bf1b66cbf5e01ba32378a973e7677bb66608c82456c204f60f451bfa56c94f43e82b653084ff1bfd10b87098c5bb59f6525bc9834c2eb9535f6df81c2fe7f4eac3f6bcce934e715e70fa831a5c82c1200026fd39707d6f3a9470b3231fe214a72c94148fdcaec2a4717716695001056d6ed328170073b396883c5674ba7c83e735e2f3971b7fa47dde75579a34f932f28bf4a053a423c1042305f54e101d30c45f62ac43feb3d451635b59fe1cda7866f50bbe5a002ad74731a6a9cc4fdde80f78065907c5bf61409e968814a9aa4591463913f1a4f7cd58a8fc63bd0d0b200d864dd11aeb97a6c3a105d1cd5d627602033a7fb578745305cc9ebbf4b05d632d1620d36964903f14f6dc2c7e3048a6c67c749c5173c51c45b7059e28ba5af183c6ecf654b69c1686a46833c050cfbf0b20b0fe7c7944f9cf673f7f74d365794fef000b3f9261f974728b9ceaf49b1ed0279be963e7f973ab7a1f8a37fbe7cd5ae557d749522ef5732ab4d7f02de7e14200d7698913ccc3a023646eb92f271cc3ad9ebfe5a5bda61fd48f0519da6924485fa1eaa0cad1a5b10eda6ae2e9c7e9ad1baf1bacdc372d8194182961c2629c454ee9b96f2872730a8b179e76e481a5f40cef7fd29247a11af04f42b3adc50c2cea43d3a316a1a5385766cc528fbde06dca61ea869aacfb558b7c1f737c956101aa7b321edb7a26db363e1e52afbbf82b9df5a85f3e0cae4c6414e5be4ced725f63b37bc6782cb5e0e531fde2ba53622a5a5d241b2c6880fb721df980e3784c7f63a97676320", 0x1000}], 0x6, &(0x7f000079a000-0x100)={0x100, 0x10f, 0x9, "fa8e0d7e4efc8c8c8f6034b4b91d489ac9dd9da29e0828cddfb8e57df54039c97242383619f679e3353bd7c2e1b671504c836bf2ec96d3bc96d7617fe882fb9d468a40d2464891d7f2f77120c146f01057ddcab34f1df43e84f1c708dff3c2016bb91e4b775baf7f9c408e88c1a4b71c1f2574b4943e709b8e95379860deb26e471a180ee87e9ff04d72506805655de294756c40d2031bc420fddeaff12bb1f83adaf00f15bc2a07c526ac58eaa5ba11e5b80ba2f80ad69b06456cf30c2afdb8a36803c2b2d2822ed274c5fb87a0543dff30dd1258c34fcea55bcbb4185e97d54776d56979d0ff4b8537e4ec"}, 0x100, 0x40}], 0x6, 0x20008000)
sendmsg$nfc_llcp(r0, &(0x7f000018a000)={&(0x7f000078c000-0x60)={0x27, 0x1, 0x0, 0x0, 0x800000000, 0x0, "b177b8c8c2e3839f7d5e14365c1eb8211a170e32101de09b7583b1008482fffff2d4026513e1b9210668e191431f59aff7a6f3b204007d4bdf428e76fa052c", 0x3}, 0x60, &(0x7f0000002000-0x10)=[], 0x0, &(0x7f0000797000-0xd0)={0xd0, 0x1, 0x24, "ecc82d2bc0f02ecc3139eab85679c7287ad3c42c69d9963feb9d27a4d0e9586beb49e9e72edfc2fc945a6be07f07f39bc500642c50b83b772f83f0fc42c6ba1f57385c1edf671d5ea5daacbcb5d7e5f140ecc8b669ac189ac4a67ffdedb973037fe5d9f5a7ea244c5f9fdb4e496662fcfef97d3dbabeee30ca40aaabd4e10e511d386a0a4d91dc0287083569f293b8b6852c6b41b54be4cf900abe394a2e51227fb95f7c5c418a5d35f16f40f648d4aaa14e7b7d8946b8dcf9"}, 0xd0, 0x18}, 0x20000000)
sendmsg$nfc_llcp(r0, &(0x7f000079b000)={&(0x7f0000035000-0x60)={0x27, 0x8, 0x0, 0x1, 0x400, 0xd93, "29c193e1dfff1e3cef501775ff0b40b6b14468d601d77e25c173d597b5789c73c0fa772ec6df150137d2043ce9be611c31b89c2eb9211180285787659fcfbc", 0x5}, 0x60, &(0x7f0000793000-0x10)=[{&(0x7f0000106000-0x56)="0e861bf4213ed6875355d30b2476b709277315c64630d42c5760b438f28d43b7ae8901b9358f007f0a35adbde7010da6f47f28b6abe7695d91424e051be727a84796e2db2614330d8cc69a961342a6fb92a607d3d12a", 0x56}], 0x1, &(0x7f000035b000)={0xe0, 0x101, 0xf8, "76750e0fd4386aac1c065b417231fd6e06db5b5d9dccbf60e6039d504d164604321dc0f60a6dae96bd1ef48c09069a7f37334417b9234bd023a064308d0df48a0ce1961182abdfb1e1368a6af3478ce95595bebf1f4f0d0e6dfa4a3a889a1aa02fa3562ce19762ef13b0178b019f64d974ffe5fa54c336bf1dbc09ce758d71d5849b6723df49ab51ddec0d35badff5406798b32364302f08a6b3cd9200c1844d2b61fbb18b2ae22e6dbf5bcbf6850fc3e16ce9fb332f728b5a89ef780e036b86c2f3303b15049ab28436a4"}, 0xe0, 0x80}, 0x48010)
getsockopt(r0, 0x0, 0x5, &(0x7f00004c2000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000795000-0x4)=0x79)
mmap(&(0x7f0000799000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000079b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_int(r0, 0x1, 0x12, &(0x7f00006cf000-0x4)=0x0, &(0x7f0000001000-0x4)=0x4)
recvfrom(r0, &(0x7f000078f000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x85, 0x2000, &(0x7f0000790000-0xe)=@hci={0x1f, 0x7, 0x2}, 0x6)
2017/09/11 22:56:55 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1000, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sg(&(0x7f0000321000-0x9)="2f6465762f73672300", 0x0, 0x0)
r3 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x86, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x80000000000000, 0x4000, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0}, r3, 0xffffffffffeffffd, r0, 0x0)
ioctl$EVIOCGBITSW(r2, 0x80404525, &(0x7f0000d05000-0x89)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
getsockopt$inet_mreq(r2, 0x0, 0x24, &(0x7f000093c000)={@local={0x0, 0x0, 0x0, 0x0}, @rand_addr=0x0}, &(0x7f00008b9000)=0x8)
futex(&(0x7f0000005000-0x4)=0xffffffffffffffe2, 0x85, 0x100000000000000, &(0x7f0000a4f000+0xf08)={0x0, 0x0}, &(0x7f000020c000)=0x0, 0xfff)
setsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(r2, 0x84, 0x1f, &(0x7f000084a000)={0x0, @in6={{0xa, 0x1, 0x14a2c8f2, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x4}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfffffffffffffff8, 0x8a4}, 0x98)
futex(&(0x7f00003d8000)=0x4, 0x3, 0x1, &(0x7f0000bc7000)={0x77359400, 0x0}, &(0x7f0000a3a000)=0x800, 0x9945)
socket$kcm(0x29, 0x2, 0x0)
ioctl$KVM_ASSIGN_SET_MSIX_NR(r2, 0x4008ae73, &(0x7f0000d08000)={0xb22, 0x100000001})
r4 = open(&(0x7f0000001000-0x8)="2e2f66696c653000", 0x101000, 0x10)
ioctl$KVM_SET_SIGNAL_MASK(r4, 0x4004ae8b, &(0x7f0000d52000-0xe8)={0xe2, "680da4bf4711568f3e169762645ca11aac419ed75908c335d2ace1245b644f173a28735714869799f4eeb376b8155defd852eb26f0cddbeb5bd5cf5e55451594e45d7c03cbe0c458385d6db87e5f9fead2d2fba3a4d2846e6caeef57ccf14d547218b01110a637d071216ddef5bd65af013441f60211b450ea510aef04fa57d43e29374dbc5fb12740aff3f9230feb3dd72d9d3764136d4509c2039680d09a15205c4b1e286f811a52be4cfb96b636836a2831adfa5d897e64dce579563a8f08f16bb3620ad9a96d362c3082edbce46853eefa6e8cbacfccdf7f3a26014672962581"})
r5 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_AUTH_CHUNK(r4, 0x84, 0x15, &(0x7f00001ae000-0x1)={0x4}, 0x1)
getsockopt$inet_sctp6_SCTP_HMAC_IDENT(r4, 0x84, 0x16, &(0x7f0000228000-0x8)={0x2, [0x10000, 0x2]}, &(0x7f0000613000-0x4)=0x8)
r6 = syz_open_dev$loop(&(0x7f0000075000)="2f6465762f6c6f6f702300", 0x0, 0x1)
writev(r6, &(0x7f0000008000-0x50)=[{&(0x7f0000be6000-0xb8)="bcaf841f86bcd077460609892485fdb5977a17545efc15", 0x17}], 0x1)
ioctl$LOOP_SET_DIRECT_IO(r6, 0x4c08, 0xfff)
close(r6)
r7 = dup(r1)
r8 = fcntl$dupfd(0xffffffffffffffff, 0x0, 0xffffffffffffffff)
bpf$BPF_PROG_ATTACH(0x8, &(0x7f0000095000)={r5, r7, 0x1, 0x0, 0x0}, 0xc)
r9 = socket$inet_udp(0x2, 0x2, 0x0)
getsockopt$inet_sctp6_SCTP_FRAGMENT_INTERLEAVE(r8, 0x84, 0x12, &(0x7f0000b40000)=0x0, &(0x7f00003f6000-0x4)=0x4)
ioctl$sock_ifreq(r9, 0x8983, &(0x7f0000006000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_settings={0x0, 0xfffffffffffffffd, @fr_pvc_info=&(0x7f0000006000)={0x6, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}}}})
2017/09/11 22:56:55 executing program 2:
socketpair$inet6_sctp(0xa, 0x0, 0x84, &(0x7f0000a35000)={0xffffffffffffffff, <r0=>0xffffffffffffffff})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(r0, &(0x7f0000001000-0xb5)="f07bd508dd9f2d7db720a586dbc202700933f338ac3e43329c34af520dee06b18a5d0e22fec85af63921fe93052afe2147552edc61181833f6846c1be73ec4bbbdd42c553d81439cb5adb6097c35e92aaceb2290dca53fbb92792f7a4fcf98e0d157bfeb925e022869445de6f5d0dc59b9d58b2654b59e35b433762d2bcc696b9b5e9fd29329a1a0cfb5a4a58937af15c0ee7b94533c3ecb7db0eb7b4f30dba483f1607d76938e2ffc92b3ded235ad488716b4d236", 0xb5, 0x20000004, &(0x7f0000001000)={0xa, 0x1, 0x3, @loopback={0x0, 0x1}, 0x8}, 0x1c)
r1 = socket(0x17, 0x1, 0x6)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_EVENTS(r1, 0x84, 0xb, &(0x7f0000001000-0xb)={0x7ff, 0x10000000, 0x4000, 0x8, 0x7, 0x7, 0x9, 0x8000000000007ff, 0xd366, 0x9, 0x9}, 0xb)
mmap(&(0x7f0000003000/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)
mmap(&(0x7f0000003000/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)
getsockopt$inet_int(r1, 0x0, 0x12, &(0x7f0000000000)=0x0, &(0x7f0000003000)=0x4)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getpeername$inet6(r0, &(0x7f0000001000-0x1c)={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000001000)=0x1c)
mmap(&(0x7f0000000000/0xff7000)=nil, 0xff7000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xf63000)=nil, 0xf63000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$netlink(0x10, 0x3, 0x15)
r2 = socket$inet_udp(0x2, 0x2, 0x0)
ioctl$sock_inet_SIOCADDRT(r2, 0x890b, &(0x7f0000f60000)={0x8e, {0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x80, 0xffff, 0x4, 0x2f49, 0x5, &(0x7f0000f60000)=@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x1, 0x0, 0x6})
mmap(&(0x7f0000f63000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f64000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_GOOGLE_GET_NUM_METRICS(0xffffffffffffffff, 0xaefc, 0x1)
socketpair(0x17, 0x9, 0x6, &(0x7f0000c01000-0x8)={<r3=>0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000f63000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f63000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_CONTEXT(r3, 0x84, 0x11, &(0x7f0000f64000-0x8)={0x0, 0x2}, 0x8)
mmap(&(0x7f0000f64000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f65000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:55 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$rfkill(0xffffffffffffff9c, &(0x7f0000b7b000-0xc)="2f6465762f72666b696c6c00", 0x0, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$sg(&(0x7f0000fb6000)="2f6465762f73672300", 0x6, 0xa)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e9, 0x0, 0xfffffffffffffffe, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
pipe2(&(0x7f0000c6f000-0x8)={<r0=>0xffffffffffffffff, 0xffffffffffffffff}, 0x0)
set_mempolicy(0x4001, &(0x7f00000ae000)=0x17, 0x9)
renameat2(r0, &(0x7f0000d95000-0x8)="2e2f66696c653000", 0xffffffffffffffff, &(0x7f0000e4f000-0x8)="2e2f66696c653000", 0x0)
inotify_init1(0x80800)
getdents(0xffffffffffffffff, &(0x7f0000a64000)="", 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$ipx(0xffffffffffffffff, &(0x7f0000000000)="d1217f7eb25361848a61333cdb166aadc30568839aa9855025cb586932f10bd94232fffb50c0ade56e8cfb9e6b78f2009f64fa128a4d60ed4f79fb17e013b434852f768c4634434a3eccd57abafe877a3f1a233a318a7d9ee192a3fb8e32c490015bc0c7fca59a069885668289e47f55fc7bfe06839a20a0697abc562d3d40064f49c356d9e6d4202855f54d7dea1622216d7d9c9ab79e95b64a662bc5f9451363197815bb7252d1596a5d0537d1395f21a7e275721d2802a9ac06fdd512dc76c9013ef8d7cf8677af33760f", 0xcc, 0x1, &(0x7f0000003000-0x10)={0x4, 0x7, 0x552e, "5023a24e7808", 0x0, 0x0}, 0x10)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ftruncate(0xffffffffffffffff, 0xffff)
write(0xffffffffffffffff, &(0x7f0000003000-0x1000)="76", 0x1)
sendfile(0xffffffffffffffff, 0xffffffffffffffff, &(0x7f0000001000)=0x0, 0xfec)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x4, 0x11, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
creat(&(0x7f0000002000)="2e2f66696c653000", 0x4)
mmap(&(0x7f0000816000/0x4000)=nil, 0x4000, 0xfffffffffffffffc, 0x4010, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000022e000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f0000001000)="2e2f66696c653000", &(0x7f0000002000)="2e2f66696c653000", &(0x7f0000231000-0x5)="716e783600", 0x1400, &(0x7f0000003000-0x9a)="95db38db964ca6404ef77f0d0213da3a308b18baa63c8305987d00deb0558cc1482437fa5dbd22e48802dd51b0b526e365ab3fd15a9ef7ff6d7bc8b0b416ecd16c1441534d20da32bdfc64ba156fb69ae3fa88e86437dac557a189debce7aef64ff307251d385172c2b894b9cc909456f1c2f7f3a4609fd5eef66f65d7a8c8e404c09ebcb7771d8192eeae24d006ae0d3da7236bd8fe1af0ee83")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
symlink(&(0x7f0000001000)="2e2f66696c653000", &(0x7f0000000000)="2e2f66696c653000")
mknod$loop(&(0x7f0000001000)="2e2f66696c65302f66696c653000", 0x0, 0x0)
rmdir(&(0x7f0000001000)="2e2f66696c653000")
2017/09/11 22:56:55 executing program 7:
r0 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x31, 0xffffffffffffffff, 0x0)
r1 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = open(&(0x7f000091b000)="2e2f62757300", 0x40, 0x100)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x10000000010, 0x2, 0xc)
epoll_create1(0x0)
getsockopt$inet_sctp_SCTP_INITMSG(r3, 0x84, 0x2, &(0x7f00007d6000-0x8)={0x0, 0x0, 0x0, 0x0}, &(0x7f00007f2000)=0x8)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_ONE_REG(r0, 0x4010aeab, &(0x7f0000165000-0x10)={0xfffd, 0x811})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x96, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
eventfd2(0xb, 0x40000080000)
r4 = gettid()
capset(&(0x7f0000fc2000-0x8)={0x4000019980330, r4}, &(0x7f0000002000-0x18)={0x0, 0xfffffffffff7ffff, 0xffffffffffffffff, 0x0, 0x0, 0xfb1e})
syz_open_dev$sndseq(&(0x7f0000935000)="2f6465762f736e642f73657100", 0x0, 0x8000048200)
ioctl$TCSETA(r0, 0x5402, &(0x7f0000e80000-0x14)={0x7, 0x4, 0x1, 0xef93, 0x81, 0x1ba, 0x4, 0x7, 0x1, 0xda})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r5 = inotify_init1(0x80000)
getsockopt$sock_cred(r2, 0x1, 0x11, &(0x7f000003d000-0xc)={<r6=>0x0, 0x0, 0x0}, &(0x7f0000048000)=0xc)
fcntl$setown(r5, 0x8, r6)
fcntl$getownex(r5, 0x10, &(0x7f000011d000)={0x0, <r7=>0x0})
ptrace$setopts(0x4206, r7, 0x0, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r7, 0xfffffffffffffffb, 0xffffffffffffffff, 0x0)
r8 = syz_open_dev$evdev(&(0x7f0000cb6000)="2f6465762f696e7075742f6576656e742300", 0x1, 0x0)
write$evdev(r8, &(0x7f0000cac000)=[{{0x0, 0x0}, 0x0, 0x0, 0x200000000000004}], 0x18)
r9 = socket(0x10, 0x2, 0x10)
write(r9, &(0x7f0000c94000)="240000001e00ffff01ff0008e20e77801200db000900ff00dd012905044008f0000001ff", 0x24)
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xd34, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
write(r3, &(0x7f0000a78000)="1f0000000104ff00fd4345bb07000000004000000900010001160103000000", 0x1f)
2017/09/11 22:56:55 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000002000-0x8)={<r0=>0x0, 0x0})
getsockopt$inet6_tcp_TCP_PSP_CHECK(r0, 0x6, 0x6c7, &(0x7f0000b04000-0x4)=0x0, &(0x7f0000000000)=0x4)
socket(0x20000000000000a, 0x2, 0x0)
timer_create(0x2, &(0x7f00007b9000)={0x0, 0x1, 0x1, @tid=0xffffffffffffffff, []}, &(0x7f000037a000)=<r1=>0x0)
timer_delete(r1)
2017/09/11 22:56:55 executing program 4:
mmap(&(0x7f0000000000/0xfef000)=nil, 0xfef000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
linkat(0xffffffffffffffff, &(0x7f00006ae000-0x8)="2e2f66696c653000", 0xffffffffffffffff, &(0x7f0000fca000-0x8)="2e2f66696c653000", 0x1000)
socketpair$inet6_tcp(0xa, 0x1, 0x0, &(0x7f0000001000-0x8)={<r0=>0x0, 0x0})
r1 = accept4(0xffffffffffffffff, 0x0, &(0x7f0000674000-0x4)=0x0, 0x800)
setsockopt$inet_tcp_TCP_MINRTT_INTERVAL(r1, 0x6, 0x6bf, &(0x7f00003d1000)=0x80000001, 0x4)
mkdir(&(0x7f0000032000-0x8)="2e2f66696c653000", 0x40)
flistxattr(r1, &(0x7f00005ab000-0x17)="0000000000000000000000000000000000000000000000", 0x17)
getsockopt$inet6_tcp_TCP_SILENT_CLOSE(r1, 0x6, 0x6bd, &(0x7f00006f3000)=0x0, &(0x7f00006f3000)=0x4)
fcntl$addseals(r0, 0x409, 0x100000000000009)
syz_emit_ethernet(0x2a, &(0x7f000001c000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x806, @arp=@ether_ipv4={0x1, 0x800, 0x6, 0x4, 0x2, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={0xac, 0x14, 0x0, 0xbb}, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={0xac, 0x14, 0x0, 0xbb}}}}})
r2 = semget$private(0x0, 0x3, 0x2)
semctl$GETALL(r2, 0x0, 0xd, &(0x7f00006f4000-0xfc)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
setsockopt$inet6_dccp_buf(r1, 0x21, 0xc0, &(0x7f00000c1000)="03a850b36218c333ee91ac3cc10d9c86d050d6ee6283dfbfc693a3fec4e06d6b2294a371a026c3d8157785f2b4934a498e6225aa56a64edd9ca2fd8d5875e1438f0117d7894db00a77d9f806570234027175d9e430b4ecbadc8dcd5a8126e0b31596e7d114517d412536314878e590e63c962de2aea7cb3baec26505734c8febab759b28da4419232648289b8e8e29fb992b09f5c6a4a6a7de66b11570e7250ca279b7661c94948bafe9724602b5d6b20b70ad32e65dc505a0f6235cc68b", 0xbe)
getsockopt$inet6_udp_int(r1, 0x11, 0x67, &(0x7f00005f0000-0x4)=0x0, &(0x7f00001a7000-0x4)=0x4)
socket$inet_tcp(0x2, 0x1, 0x0)
r3 = bpf$MAP_CREATE(0x0, &(0x7f000076c000)={0xf, 0x4, 0x4, 0x81, 0x0, 0x0, 0x0}, 0x14)
chmod(&(0x7f0000fed000)="2e2f66696c653000", 0x1e767aaa0db46267)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f00002cc000)={r3, &(0x7f0000fe6000)="", &(0x7f0000eb1000-0x1)="05", 0xfffffffffffffffe}, 0x20)
2017/09/11 22:56:55 executing program 1:
mmap(&(0x7f0000000000/0xf8a000)=nil, 0xf8a000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clone(0x1000000, &(0x7f0000001000-0x1)="b1", &(0x7f0000a9e000-0x4)=0x0, &(0x7f0000857000)=0x0, &(0x7f0000f2b000)="")
openat$rtc(0xffffffffffffff9c, &(0x7f0000960000-0x9)="2f6465762f72746300", 0x200, 0x0)
sync()
r0 = syz_open_dev$vcsn(&(0x7f0000593000)="2f6465762f7663732300", 0xa, 0x40000)
mmap(&(0x7f0000f8a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$sg(&(0x7f0000f8a000)="2f6465762f73672300", 0xfffffffffffffffb, 0x400)
r1 = gettid()
clone(0x0, &(0x7f0000c41000)="", &(0x7f0000f13000)=0x0, &(0x7f0000531000)=0x0, &(0x7f0000001000-0x1)="")
unlink(&(0x7f00004c5000-0x8)="2e2f66696c653000")
sync_file_range(0xffffffffffffffff, 0x0, 0x0, 0x0)
mmap(&(0x7f0000f8b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
readlink(&(0x7f0000000000)="2e2f66696c653000", &(0x7f0000787000)="", 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = accept(0xffffffffffffffff, &(0x7f0000001000-0x58)=@alg={0x0, "0000000000000000000000000000", 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000001000)=0x58)
mmap(&(0x7f0000001000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f90000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg(r2, &(0x7f0000000000)={0x0, 0x0, &(0x7f0000e49000-0x90)=[{&(0x7f0000f8f000)="643357b42d2f709ff0d994a77bd2b8aac1f018b175527a36fd0c65770d17997da1717363a909d0c6b9a2d516f8cbf657ea3646a8d86a9039fcab81068f238a905e99fc470e9fbf6177aa040195e719fcca235f1a25ba7267841475ec1d6a9a84fee3ab254995da61c8aa10f93288234e4d448e9c1bf41af730ab50ef5446c1091ee2b8a7035c2cb763ed545c115df0933ee11939f300d31d33c0d034c7f061d46611f2ff4c38e7971225d9f3a04f09190743413811452441cf086e5f07efd5e6ea5ff2c2f1ac269105b3e999e9617085d5a6aaa9f66526ce3bee4e65cd740a5e79e5a860d6490b059ea6725f875b6274e2df0d07496664cdd467214871532dccbcddd162b4e32698e4e4630ce95e9b486b7707951c3e3957b7d7e2453255a5deb2c4d4a32fd87ea64baef65fc648570c38e7f03ee2fd6366613694f47226fff70e057266f234534c18bb600303b9c093ed4719d01fdfc3b28ccf803697e0ed8799e7cc383d1cfa6fb71f43bf258ad1d78418b5a735a090645771fc45353e1a5a38622d223de7096f36e53096693811d99fcec0816d1be6e8676f949f7ae68d191c91a6fe6f5afce7e415fd66899fcb277b5ca1a5afaaee40fbe7c41f4eac35519634228a37c2939856522f90c5ce4ed51f8772f96fa1d8e25a52b08460068cdff78eb1b9c431dee40d50ddd8cdbaf0ab52ad7b550fcafc2185b08e531a990b868f34265afec5af477b2143130d1bb61558dfb9ea5c529f9ec39ed0a31d90bd8467ae5dac99ce204a2fc099202d21096b737fbc7d90570f663d1b27b58694d96da662914ab64293e5f583391cf2bffbebd3c70398539f65a1f5913e111f5afb24c644fc4600907eb38b2177fc09508aaf77b198418bb852f87c1d9650d7be087248f77b5fb0066749072c88f4102b9605917f0a058dce20061ab8ebbfbaf3c870729c15ce202c7d5e936b71298793e3573d7cacccb9e2c280fc59021ad12424ca0b2781eb3a8a0bb6ea0ce0f7a771fb829525d03d7e51b9c343a74283d686d86db7d72f75569c583ccfaeaec1e1519acbc011c7a5b9974f11a4de85a5c82e8e57bc44acc78df6610f475ea42fa324b213cad16c379f22067f50e9804a03e302a1744aa2ab9783e4a551ad37b9048d15932a12575411bf9c5b387e256794388083501be093c69c5cae0cb07bae11e908bb4cb44cdbb01b10684c16ccab6f208bb8c8a529b77b7a374a86589e2770bba2679bced9198539e7358b6e66aa51ae2e3d734b55c7190a5f9ea6737c5c992eca405a39365d5c146cc87f9c21fa1b1022a50b03e6fd39e11a39c17bbbef797a86b5b88c6c35aee3de0a2d14a10809751b7d3e09b5eae8b4517a9f3f1827a5a3fba8e3c0ceb78bcbee6228e7511635c2cc34e4c3470e2488c0f0a8733dacbce75f773b78599c913c85bfab644e29a86e6bb75c670f3700b57f3327a2450f4594560ab35eea5c727b365df70c7ef2dcd8754947ec5ba3f933ba5dd17f7a461952b92228e644124c70653ef7023198bf916c0d21dccb1c85efa4aaac1656f32185e3d231cc70f05dc3bde15e9b0496481d6f97f0730e68a060638b8a902adac72635e398828f860a1b18fbe856fcbbb82e3f0915f97b73e8a58317f6248e93cc5b1aa1bd30c9e61e29709dbace2803f0739b71a3ec83eda0f0f9614cb9b813b916fbf66c0e9c399c9f820fcaff8dda49749f4dfab4d36dc52c976a2ba510aa589425922fd74b40a33bacce973690f0e5ad1544a05e1f7fbdf215f68fb0db6241cbc85db3eec8d5dc458edba89432f79f8458d21351477ac90f9a192a1c8ed6bd8cc6a8330933c819c2367b8c29bd1633695e6131354925e67d322169d7032664d75a0b6e172adaf5b3f6fe04140350ccf1bf71fa575c9aafa5ac35eca6c313e95a5c2c1ee98185b3d501488831bb1f21afdc9f17dd93fde6bfd2054002caa7bafa303a695daaae8ba7dfb3750bdb2dbecac8aa2d3a2e2709eec06aa8200f0048cdc16a1c6d4d8c338500bb951c8b23cb4cdf6bbd9dc390827bd77c4d357d39ecf92ee7250cc73308b05946771965283444cfc49b96c618b4d4ea08686927fd96ebdc3a1cd4ce58a6ad6222d8924f625987d198de849e644a02d952411493291eb0ee707dd6bc7c9429bb9592b0aaf6726470d36199eb02b6f67f4f566383ab72263a105e8087f55ea719c82dcc24974bd80905b2e9f31b7d6b3cd6bba55062ba2f11412200ecd4f0d5e05a08bbed38e8300b3eceb6254f62b5a39f7242c0bf382c69fbe953f4eed73464579a3bd06c815411b9932e20813a320828ebce4000b377ba90fe013905791d1dc911bef5a67f2f447726c401a4e14505b133ef51f57f77ecf090714d7b976f2db86cdab9cf91b4dbe246e889d37cd72facd1ec0fada9ae1f10372d8d2153405d361852cbc5575c901f5a347568936c3ce3d7a2f32c4f6a2767472b1dd033ccd0d35e6524df2cd5f4f1349747b6fd2ac4584767251bbd73298ec9a76abd8ebb9f93206a17849cb922915c00c35d6c8d8b074f4bc4640d6e5bdde2fed388a23906494fe33ecc20117434c531ed4c21f512456d3e777d2c706a38dcfd2a9756293ad40c4b953610d074b1a04180a9c706cb6f0ae41d2f04b18ebf2d978b0194f0904c34a43a604490ff7d4d30cebdfd724d8f7328118ef848fd44c2c7f73a4471ae9552a8e5746912d9ebc547261f83ac3e86a114e5597eda3bb28f519ff658d84409c536401ee73fe8e748ed0cfc2043a51a5f30eda229eee1faccc86d3da87e20b8de8d0b305d864e36edcb2b74e126459e39e3f985c08796f97c05e200107320b2efb3cfb1f7171455a2755227bff43679f36e656daded40115f82247a3bfee65a75d28af1689cdee62c8d37ed396638edc99da4037dcba1489e2434cc0ec5d40320b473f8a9dc33f674a816875d8c426fb376e1d4b7fd4c9108938994fa8417ead7bda0d004fd0949bc7b627599307c7be8a075b4e7fe40f1885dbd14d3839b5e20b5db8f947585ef58199a42f81440e7b0b750ac867ea15dfdd4252c64173b7b5b98c05d66014daf2eb6e274a58147693aa20b9fa47b54fbecb21c16f5630747418f4dcd8a8a180968b5a002acfc77b64c85f6794b513ad13b3cdbe330849a40552f9c6ff73aa77528ec4aa76fb1a70b861f8dbfa817164c3727d1a591feef565d2f8a78b504ffbdbe7eaac446152553a140a84f29e308a5c7eff0e997ecaca353ad3ef72288d087f9e955a0516baab747847f33a087ac1614baaf8b2d969c503f9463fb600eebfc7c138cc8394aa9aca514e1c263d1447a21927949532d5fa0d4d7560daaacee81284f4987bebfdd5e51fcd85e432d8cd3f02738f03038c49ce6ff24126d098f9cf24cba2aa25e8beba9e419e8feef5367ed2ba23c7bff5d8fcbef8471befbb2668fea214721775ca9b9d215ecced13929ac584d399ee05554b4d0d81b6f182df53d6c5be31dc0d3112b5fbf527f184946a0f4b735f33c48ab5b86e53a094ace880209f9d8567e130e6866bd95b7f47f693c20278e191e46f9b46b94f7d18203dc945d475451d085916b42880852f1b68f0e5e74029c8a1eea8ae25f908e12cb5092d3eb112d3d060bd3404f67e503829c4f6626fe1e7124894552b5ddb9eebd9ae13f2f90b17335d633381a2383f70868025f139c3c59fc985f74c6d8da7726e6f074b9383d8aa7530f3a4403fbebbe4e034cca8585a4195231dcee40fb2214b9602814725769268d3a8a03a2de0f512dc02619c8ef7661ab9f1cddc3c531e5c71004b3ffc8bd6f1006acc33c6e0a8cbbf9197f1bcb396133665aa319ead71bf6a40fcde66a1a5b3df42a84c019af0ab552fb812e67b91ef3c707ef53c70408a2603a36af493324f863ac336cb9aba7cb5c27355eef91fa6fa628c3249704a3ad201f94cd106087819bc00b3972267eef8eb0743cb85917c720b81012936bfa1f44ae6020fe14406b70805baae1c9e3068c6eb71c95c87d5b3b70af47a28d78ab89990e96afc57daaa8d2125df4d03bf5c2b2e5c08fa0ca9205bdb1d02782b5c7e6ad2459b161ac9ed808c3efbce21dedd5e05e5124ea2dfa004d32678bcc72b73759ed1bf0305c60d6b10f8ec8a838287410b34208f4b965219d8664b0c90cce414def5212992306c081df41940aab0759894d072d285e44e85cba6ee95d8cb40b42a03ddaa898b3303fb8e74777ab0b1ddd00fe1f2eb6423d193cf2c9a94cfc020c26238cf2a4c7d8e1f0ed421a6cf5cd0277b2afa7c3efe7e71ef2676c1137b67e6e57d54c3ab442bb1591f6d12e50066d5932ad65b43c5174db7a51a01bbb5cea9491fd8c6b4326df0a8f2adcb29b14fbe4535d47bf9cf256bb65f4af51e61086470d9ba9d6e6c2f906673b22f7b5cbb02827b4f6bf32163ccae3e0f7adcf5209073790153235d48ec604c1de11c3255bafc0e4d04b3680379852028732afc1c1f28b8e2af6013b50b5186a0e68c11d5d580c8d14b9a1b38c8ec97d85421968a3a064b53dcaed9e3cc1095bb8320f2e55e92bab0f31827a8659b9b8bbf09b7b13c28b91d47b6e7e2d5fb559a7ac8f01d5c825e2f4fac98f1e7fb30a5b300c34324f576745bbf1cd41bb1b021bd70d231bd4159aed9e44e4b6a4b51e27e17dfa81023f6f1eb8ca9cab238cfdf3270a5035993a90377fa00ee5d5ff6911c7d35fd354c34d08a3a966d534f52a5c556db7dd18fb4b1c80324a1532d294337e12d64aab2d878140224826c375109c7bae0d45e5369f95187d0f861e9d6bdfd017d4607d38883c775af221753d0a5ee73b7fc746c090a8dc52ede4a05970bcfe5672857caed4253cbcb7dce27a1ce68ebf1e78dd87530c863271eb9758a5e3b9f25b2cf407d20abf6174c5e9839ab87a05cc4e6330057fd0d0ab4f0ce98c107f19bc52af9b8c57ae0a8a3e76169bd6a9c67cd964e676bfcf7bbbb194eb81cb5ee3e8eff1b8553e55d17b9fac475c4284a41ce874584b21abdd8f53a56be40ee9185a136de7aebdf45ec5c4f739c0c92f3b0648883068ce63a02656190cea89a8334df07374e228eaafe0c7cd1c76151de5b060d274f2034be0c2a3c8fe9e7659577add01a5edefe358133a0274ec01284c154dfd5bd44a70280a66182ae121d3312c7c9cba82da495a382418156e9930d6852d932a9e3d78c9cfcd9cc7dd251944251359434cfbec0332f874cb362257125156d8d9f594c12e127341d6296dcc9e46658678312af2492b7752d27a9d9885a28453a8fe913cd69e3ea9ca7a4788cd0ed485f44538b4a45e7154cec89ed4a4746b13936cd88e2e422391789dce866a876e65f3116cc00bcc71c9fffaea8d7c4140fb7ecd0ee0095d096929cd9e5cec47bd4d2996160e491a505d0024171d176d443e19f6e0406ee51f7db0f4b165ab4ec8d31904e33ce2ce860c73b49618aa0815165569ddf27acd5f7bd777a721521800b739baaef518227ebeca1976837d734ef39b938b33c80fb8f0219cce7e23cd178d6d7a8c150dd32ef3161e092c2467c6b72df2027b58400d238226366c8faad9f1e03341e6df9e04c3c6243393d1213e0fa45fcc2d361965ca09feb5352e5dfd845f5b35b70a54d5e85173a41cdae42b9b260e4aa701cf4a15beb24ab46de520bcdbe476ec2ff8147cb328628308945594159d228ba289ffcbc48ac6f4472af01ae8b9a894460b249dad5e2c8da4e365f6b9ff989e32f663c96fe2b4dce9a83548cd898c7054cf478d03e248a4293aabed52a966e6ba992739e911a430d9", 0x1000}, {&(0x7f0000f8d000-0xca)="71a5eacaad5c3519869d77e285b2af49d9d45ff89362728e3f127a0199facd6c94bfaf6d1a7aa7d719fc4b3d3a8c59035a658b846bc7eaa3d8028ede90e136a25987e9f98c07f1b0ebcc09846b5547f53bdd2c3b63ed3bde9fc63c7915da3b9955ddb15b1f0d2a9a97441c1def7c4ee3e47e22a9836702623d7d8b0dae23e4fc93432541711cdab70a27014a7b5b5858aacc5dc1716d00ca7346d6495781e61e0057a5e026e75f8358e221399a784b5b185d3fbbfc94db59d942a6a91cee99e1118926bd9afecb01e7e2", 0xca}, {&(0x7f00008c7000-0xca)="0f7c7ad6a7b94cfac71a2bcad3096ade28e3f2e1caaa4935440c7b397f6dfcde475ec6630f937811074b6a16b3fdc09f338b5d0b452beef50188e549a4457db04ca3ffd32cee3ed5d3e70c07ff51eaa5c1b69adf2b6a5d626c78cd8fbb4294789b7b74c80d7783a3757676e893fa87b6ef1969afa6d4c8c70ebaf61afc22cefa2d8299f6cf180ab7e5615177574d3e6f4cd978bffbc27061ef75b870458e2b30a57747577fbb9ae4a241b896341da7b50892d996442741311bd8c0fafe5ca1bf7787c70c35f9623d7785", 0xca}, {&(0x7f000044c000)="d2e4bfd931ef65831ed39f6a3d100eaed8217cb0e5ee4a6986bac571cb138c597e9dff3ddebfc05a008c6c13c8e72b92f8ad3fc040236507cab61c1037442263254533852b7da29e6d6c3705aeffa591ec728bf4b015c007e88fc1e81fa02ad8c3bd4af55b230f2c396ace73aa0891d63d5616009544f7b380c87c2d8d955f6569f43845de508ceb34ff75b0eb6548a3a55955cdd68e34cc442055b638f18b610227ecc89754048786be1a9f233ee7da5f56002349cd0eb2d9b3ead0841902996bd26c64a42b4e23", 0xc8}, {&(0x7f0000f8e000-0xdd)="0afd8849213871525d35fea001efba093f5c98c46426b472f96372fe9e8df5d0c176aa106e1e5e020c12e5091e679f8ae0924318ff71c1983cea1329438e0db625aafe04b011fb3d1f2a4323e5101880184ca703b5d3d7cff318e400cbd6e2614862703dfdbfa9c045c222987d177ac1ebcb27263cd380325cfd1c11f1b8678c929d7a0df2a2f5f6997e6d11b442815c30e5c49244176b1a98744460cab0fb8398eb85f120fc06f2efff68057c10778f99a172e7c67cd39b9410f89a62a2c3cb765f6fe2e4cbdfff2b4b53065fca49b955437087983a20771fc478d9bf5ad52435cfd2c0c88bfb5b10660cd3f1d4cd9ce3de1b65bd62454f37c2103a", 0xfc}, {&(0x7f0000f90000-0x4f)="3c6ba59852e200210b4a8ad985e7b0be3fe30064dbb0bfa1776d91abfc9eb7f713382d332bf69dd8e8748620f0587766c3791dc433cad320a0003863c159dabfc5b2f540daa3f3d0757abae65bf594", 0x4f}, {&(0x7f0000f8e000)="bead8019b8db5655a7ab48f1", 0xc}, {&(0x7f00002e7000)="926ad8ba26b9610b0009fe6a02169304d10176ddfb587716d662ab43afee48087a949a74a19a3c87c9955a705ecdcbd4e45b1c9d40b11f80916adebde50ef4fc5a6501fbfe253c7c0f10f16922f15ddac6b2", 0x52}, {&(0x7f0000168000)="d95fba2b9a202786bdf7009bdaafb772d908edda85b41669f65da2c9b9bf3e6479485ee62fe2128deb353727ac079aa879754e0d928f0bbee61e6a3ca076a1647fd52eb91b717bbef88a46ea42d8b7ec70247566334374b184e9dece342081fb753ecd8a561794b0d7f30f7d04c2cc24c99c8700ba1fff01c588307e23960214aa5fd832d7bdc49c6791417dadd38a", 0x8f}], 0x9, &(0x7f0000f90000)=[{0xb8, 0x104, 0x9, "f3ac73945e2070c808f30f9e408250ca9f98dd12e173b8e5c4f0724902c6d5079dc471802e66e29a1d1f88d5e27c0ced50c52be252d7f4a7b91af41dadcc671ffe6ca567e777570b608fdb0fdb6d02bfc1a92d237873f97ea883aa7c8776b8962b1260d4ffb38b11b0d51ed3421c8719f31877a1a1e2ee4f598c9a3f85a57b7bb7e784e448170e54b1b03432d494ebcab5cb813e12ef52b428f7b78856c41ca248fe6c5ac083aa"}, {0xa0, 0x10f, 0x0, "3df398951f09eb9f5351b76cd01ae5bd47132fb237cb687c6c4ad37cdc28339ea216bdc11875c9732a94228eac5392fe4cfc574584792b76eacec44bdfd49f8b44de7787f6e4a761e404878034c6b95bd0286c7537618a8538351d3e721702e8416a6cdb907d86b67328571cd9a5724be0cf312c800b782ec82d70bb28e108a6c2db8345fae76b1f9666d03bf4"}, {0x60, 0xad, 0x9, "b469bf4709efe894c615c6b4422befbbac79508c8d82512c87eb088768f6d80d84a57aadb234a53b03caf7f01166d8631f1dc8b5ab6079ae4311c1c869ac465a2774ee3d185483a5c10a985e81"}, {0x1010, 0x10a, 0xff, "b2b020257c3de9601e6490f16c9617970cffe9cc41911ac8128fb2f378eaa5df475865145317943289962a6e58403f5b247b57a463bcb4474aa16b547852660129f82e5171f068d9f02f57efb276f01afe061c574749015bf40d65c75f8a3477be1c9b3b245e76e9de91d81251f0447e4e17ba9e8cd1cdb24c6a876dec29095b661f827dc953e779619444ffb2393a768fed25772c00576e0b9e86246b5aae805ad0b4a4ba90f84f0716613333f7182d5934b0b2f0024187f67821efeffc9b5c282536377d4b1fff5aecfca1572c1a2e3e695ec06d2ce64b57876b50b450f816bc3231da8b2f856039029ad4a2fc26a49095e9b67022c63b77d541565c17c1290ca881f06ae1958e64555bf3d2ba0d40372b241aa425c193dca6db488798a8786c0bb375def266389b55ac390c6c021d80e83b5463aca42e710f3ca6ea1027c43f6c9265f9146ce9791f35561e2e1ee83f3be781069ae7206147f37491fa745c74bf89c753a51ff0984622d0971018716b56b1bb4410fdc93b95fea82c36ad8b917dc9f169f54d3afd20e764951fc8ab7123e09bf292c6110e8422f05344388673e733a9f05877413dd0ea65f90ae5f25ed158ab8962f2dc538e9795f9ec53e955c5aae8147a877abd14b79307f1e4ddc79400c6b404019327b208d547c978fbfe7096dfcce55aae78c8439331bdf7baf13f772cc1f74f1bc6093d8ff666af961322d609b392707ba4361c4a4545ab873fd35dc41b599d4107b4e2e97623e6952c3fb28c107c32463957538e7c2dd4ac4363fcc4dbb6568655640a579a861a452f42b1a400a906cca3604c54fb6db5e8ced8cb146bab69e6d76b322eba3142d0995f6064bff0fa0685f139600aa991805b5e8ccb586d6d32804a399bba3def5fcad16a04d3d8428760660457e86c92d106e8222dad1e3c98db687460b7fc21f1a3a075528b5b6bb6416573d567435f378d8f3f7bf3f2b46b4fa39749ef2d82a30ef90c7d09ff4cd06e2ba0e8863d6ba1000f6436bae22dd4e54581a3bd104c4afc4a11ca1a9b7e63276bb1ba0f814007e923e8c2e02354664dffecaeeedf3d518ba6e332bdba465632283d70860f9309cbc4d5c60bf41a66f3c5260b46e1a2d3ad750bdb103a59f72e03563916915225fe8b001fb8f7c88acda5a708de744390de753e88f361168f88f038ac53c02aaadb18f821c6c7e57da1e4b6a96bbc96c2914fc835f50039cd3b335f05e8c87279fbbd7a04898084d6ad6039c1f9b322fd8c0fd36abdbea509882c844607bc5a70480526cdb07707b4969d0cee671030d13e994e1b421a08b6b711be938ed5e4602d8b227bec727bccfe34d905cfdb9fd3f71757922012e34cb271732f59079feefabfb4518d06c987666cd4cd1f33c9fc1fca01ce2c071c2af4cda916c385bcbe6ddde5045ce0ad8ce74a5c05ff4708b3ef1dcdd81b576592363764e6b9d4d29c23e4526c94af969ae4c9be365dd9f8e8ce75ade941936fd77aab592dfd2bbf6967ae3cbfdf11ce80aa37d99d038e8d5196946acd0513a541521139d9c6d62f35d056a1ff7f437ddd99c57f2f1303573dcdb121abb4364289b4be2ffcee1643d596ee14e48f934240821e1dd529cf5d9eb9ae4a8a81bcc6bd2d00eeb6eecd5f666189d3af201345fb6d92841fcc220289b3f9a92677b743ab14e3f1075c1cf8ffaa0aadbac6ab00e021ea3f78c4d0a67dc08defe16ce67900be3795e4ae615cfb3283e2afff8d456397eb0d2e6c496769bf64c4872ad08d29ed6ac3bd3ab105cfe541f7afed68a0f892692d6112e4775f5fe330705fc797eef25a1fc4485e7f95432e98c0cbd0c3b535cd8154143c78e19630615b6ce07f05c685b24474c87bf9f833ac67cb6e67551cfb4e163e4a75bcb47978565b5d75f5ec5cf1e81f439576747e574bf05a79f3403fbf27b90428bbdbb4885ebac699b005d635063ea60c2301a2782da0ce9d364edac975de91eaf14ba1ca241fe88b7144d85833667bf55b29bacd02814a469463d509cd2a315e3edb9f11c71137a2cdeba53fd8e0f7ccdea1ab1b70ed5d35e48fcb8c5dc3f3df8a4e723fa3ba00783c1481ef2841364aa23b3a927961f1bd2661f8f88e98d15fe90a06ee9f6ea596cd901b3214ebc7bab06fe53275ff328424c7fa592bcd6a834469345d39c9f51f570950fcbc37f745a4eb815f1ce3db949623cc60ef9fe83276ac9bc1b9d3ae1c7527a9fdda5cb32b72a14b81ef623568e6729a53d1773ec59ac3fa01d86fe8995c22c612129cfa09e39a997dd43709ea5c404961f13027f78594425772a256ecb02aa52679fc8ba04b9f2d211d0e50607e79c30d93e0378edb98af8bb9c010a517e1a808c7a19dfa52a08761a936ed6935a81d755bc1f4cc8bef9487d316278b99a59caecfa45a662e947c9f910a8e143c926bd552db37359a8fc357cfa630e6e9a2bec87b7407c975796357cf37fd41fa5a315618f89ed5045085c5143528afeb2750aee65bf837c073deb50eb3b3a00460143aff37ed506da9190caa2c42dd9907b801b648c6692d4e17ee23e5c9d6414149c9c08ddd750531db63cb035cdc53cdb8b10e50fce465fa8e4ac1461912b36134d76924c41dead765d2acbff05f565136588d837d0daadcbba9ee410fe02bc6502725f6135a68c6ca0add9ccff8ddb75f0da950b0bd3bb32c032243660b227dabfa3ab6746c367c00898dfe8e5626042c07825c5c30870e451657272865c21330be4711165aafcb18debc07abe356919a06959f576a410a47e0782d901accd865c368d4cc1542e21ddb5957a43e1912c87213f8e75b373c07f0f79d436635c36c34a60c5ef81417438876b7c26e85d2b264bd94edf9ffbf1e88465f7cbc12c0301ed817ba36126084a5c74656808baaa0ec1af604ccf218c489fa0761276d649416c4a92750b8a08dbaa9245d05ebc231710af7d87fb040c454c4bcc0823d4bc54749e0afe6ee6be82eb966dde7a2cf9349c231de748cd009dad2de44142650aa6126f806c177de39f572e46066ea7cc20d5f1d3bb746ea26e7eeb831651ba9174ead9183276ad675e5d7d15fdb32cb7b8657ede1e60e81fef0ebc26674c8c157fe7fc021f6f481101d853fc185888826425b421afaf44849ed16c6f208239ff38b37bd97dcff8461b982cf1a404571fedfc0f37418b470043aeaaab723b8dd205b524a87c2f3e6c8c1b007435b47ddcc34d54407b1999c78edbe6421f716a3480e25b16179e99446f19e6dea1662ae6f00c2337ee8cb8fff16b0565a9213f77ff3c8522b9e5bb67093302bed4bca2c2c108acc729dca1cf75df1a665585f1c184a6aa8cddcd03505d98aed6caca98ef9aca342177059cd21f7e26d06e247b7099280b0814c1ea6ddb40714bbdd1cdf5160aaec61330f8ecd5dda3bbba1a83346839a3c9241e9214df1ea4b958433d45a269faa76e821f921362cf1e3133d67a2e4ab1b0bccbe7354aaafdc21bdc5ff19e481fcceccd2af2bfe5f941fed4bd9b04c396e9d83c1be53278ae6becfbf82ad9cdce77ad2902b8883fce8db3cbef06b39953460aa94b5f991397800de27e5e4a2b8ae7b0fd139fc20e9d86d056f779c1345ec9eb67db17b35f46a477789b1aaddad7c1ca3833074bf1f2e88b6efc872d7d48f48c0cbe86b586d559474a5dc6993ecafad62da63a667317391230e3760d21ce9c586b50da46d14b415eb2a1280d6de57a2cc9beebe4b3807aa7e6cdaacd2c45d792ad0de73e83e38ee928ce8a42489847c7465e32fd8bb683c2841b1f5160ad23d1ad39d4976813741a664daa5517a72bc4281ae7612aeabcdd2cff91ca4064e9064540a27da9c0ad886e3d0b064158a90989dc84e2688f3f0470d6f613fdc88be45ab0ca59de3bffb09690de610697425e36de7a541dfbb4bda78d7d15b2e600ee4a905115f545cc40e073977c227761b6e2c93a5e554a0ecc99f7fe36462d9a56f91e157815faa5df68e96b9f75560e792ffc69f91fbe7726a177c3de19b45591b28e5eaf78e396fcd28eea732cb48a7fd31d023550325784d51c538bcdd7472a148a325576f74cfd901db6b3617249a5e232dfa62d236ab2c8e7320a68840d08c61e2e05cb9231d0c2cdcdb6e05424644b9cff4233e98cb018a0bdb6c77b422d82ad5775f03a9b307546dc180e37c6f0736cbfa3b1de68fa1c27c240ffa474f8c78868701ff1a577761c9a5bfe61ebeea3275020a48a3ec203dec63311597d6ae3e7a7c553b44d10d275fd00b2c3ebccdd378697fd99f61a43db090814dfbb60f04bad9908c74407eafd3fe7005a44830deca3b3e5138700175aa1e23de3242d9e2803d55c2765db1c9b864646130a5781fbce0b6167f97a9cf3fe2f266f2e3a85152ed2977b9b632edc41919c91518e947b068e7e06a762dbe93273c662bf33cb22b615ccd04039f323667f06a598444da44c30e2fdd7a3f509deeb023b5db18109e63efcd19ad35dd3951ce23a4e354bcd5a2ff8b42da0cd49fb3affd4d03122d25286178d30d70def39ec81b2417fd3cd13ca8d395cdc23eb540de69a8032415da390fef32d1bab3435303669c14eb7b36d2c008a999c4520d9b691d60488ec8a55e404236367808e111ecb5910c3b916e5338be776d12bf1c76dbdd69598f6b1deeeab71a45c57ee2010bf4093e38bd7bcd883b5a471077cb7704bf96099d3b06a5d84929be53d2260e34ad6ecadfa130a6c649b3be6a212af740ed1f765084c459c476128901b6b64f4b678cd65090f693cde5c3942f0abf1f4879d8fac1ef5910bd43a5787e6636564eb2829a1fcf5810b6fcb9cda21f159bcac910c8152532c623b88dd309d50a9544100a48dadeaf305ed64084c4b21a1bec137dc00b39a6cd3139fb0f02fa7bd17ef8a54a34e2517a2b86f1215f3616af7c3c8ec65fa16128ac1da36ece9da9ec5803040626520f3d0b459b5f602ed3eadb43372875ce5b938ce326b6c6a02d7ca0ac63a5025ebcc99dd90d38c084e44d88a1d869371109ce57e2727ec280819c59574d718f5a65580bd047bb0842a2f1fb524396b7bf457ccca393d2a8d91d8a5e237d803c133d10ee7b354afb40365723cb841d095a1d86e20b1ac0e5caf236237fa9ed4ac8ed433263d7b6c6b146389d461e9bda0b6986204226424302082f25ecc208d88c2a9861f6b4a6ed2885593580f55b7ca00dadd22c596b965a837afcfb6f88e7d206e8dda24f36a349b7fdfb37f4b3992cccd9a7188d727189cb34e4022b6608bca28dad9bb028ce9622b838aaece2fd5f44ae482f8a9153969d061ad5c0d2a1a4646f588998e2bf6c8c5a100dde1d16c5b5ff0a24f2d03c997fa10d80278ce54b705b1fcebd338b6554dd79eeb075d327861e4271e67e16b422ac69adb8d6a6084eb1a1ecaf35bd77c16006015b72866a9474483ea2026e4c96a55898672f12ee910585763c5824b67487a7bf6b0c48e1717e5324b2ae52dd51230db5d8c0af77ad56445a782c800140cd138dd8395867b7d8fa4da99d34a9b3512da785565856d8f1c27a8a36ba0f7a0defbbf65f44df3202e18bb407791436b906a44bd4fdad47d4f786eac48cc152c4671b71bf0dab2bca5eef2b51ed5a990265870d454390c09abf6bacbc7d30a813aebcfced5562cc60d152132e8f04ec706bba450cb15670faab01fd2cb0693168cf2b9dd6f8d36b8727e55da1b7c901d16b1a56b8fbc6f513d64aa8b78257b56cb58a4133c58b18a1951adec02e0737d3d61f39e55824a2b2a5339246b42c649ee9f873187707"}, {0x78, 0x108, 0x7f, "0b0882c496a79fb9e39d0330423671e890c1dcfd6e811ee9ab2d02f9523215330b646e6a05ab0f57615d7332372adac4e51f0fd1b8450538b6d93aad019e992561fe6893bec0c2a84208b1e0d79aafa4703d3c159ed2a594564c330fd79ad9306d3b32"}, {0x80, 0x105, 0x9, "5a858ac1542f1b3329df1146cf8e7ff776431009bb88faef5e2e36a6f202349336498423e851ac17e0dce5adf0be8560cd0070c5d57980fa2e5686f90156145d22f16016c2acbf044327056d948733e42d633eb385a8febb492a771c01eb6ec7fd085fceefe4c89f9c2c63"}], 0x6, 0x40000}, 0x80)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000002000-0x11)="2f6465762f7667615f6172626974657200", 0x4, 0x0)
r4 = epoll_create1(0x80000)
mmap(&(0x7f0000ee6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000ee6000)="2f6465762f73657175656e63657200", 0x6, 0x0)
pselect6(0x40, &(0x7f0000aad000-0x40)={0x27c, 0x0, 0x2, 0xe3b, 0x80, 0x2, 0x7, 0x80}, &(0x7f0000aad000-0x40)={0x6, 0x1000, 0x2, 0x7, 0x2, 0x8, 0xb62, 0x8}, &(0x7f0000000000)={0x20, 0x4a6, 0xff, 0x0, 0x0, 0x7, 0x1, 0x9}, &(0x7f0000001000-0x10)={0x77359400, 0x0}, &(0x7f0000001000-0x10)={&(0x7f0000000000)={0x100000001}, 0x8})
ioctl$sock_netrom_SIOCGSTAMPNS(r3, 0x8907, &(0x7f0000002000-0x4)=0x0)
mmap(&(0x7f0000ee7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
epoll_ctl$EPOLL_CTL_ADD(r4, 0x1, r5, &(0x7f0000ee7000)={0xa0800005, 0x0})
epoll_ctl$EPOLL_CTL_MOD(r4, 0x3, r0, &(0x7f0000b4f000-0xc)={0x2000, 0x0})
mmap(&(0x7f0000ee8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0xffffffffffffffff, &(0x7f0000b6a000)={0x0, 0x0})
mmap(&(0x7f0000ee8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:55 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000da6000-0x8)={<r0=>0x0, <r1=>0x0})
setsockopt$inet_dccp_int(r1, 0x21, 0x14, &(0x7f000021c000)=0x3, 0x4)
r2 = socket$netlink(0x10, 0x3, 0x10)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_TIMER(r0, 0xc0605345, &(0x7f00001bf000)={0x400, 0x1, {0xffffffffffffffff, 0x3, 0x1, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
sendmsg$netlink(r2, &(0x7f0000012000+0x808)={0x0, 0x0, &(0x7f0000009000-0x10)=[{&(0x7f0000dc7000)=[{0x14, 0x1d, 0x719, 0x0, 0x0, "06"}], 0x14}], 0x1, &(0x7f00005e3000-0xb0)=[], 0x0, 0x0}, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_SIOCOUTQ(r1, 0x5411, &(0x7f0000f71000-0x4)=0x0)
getsockopt$inet_sctp_SCTP_PRIMARY_ADDR(0xffffffffffffffff, 0x84, 0x6, &(0x7f0000363000-0x8c)={<r3=>0x0, @in={{0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f000072d000)=0x8c)
getsockopt(0xffffffffffffffff, 0x5, 0x9, &(0x7f00006d3000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f00009f4000)=0xa1)
setsockopt$llc_int(r1, 0x10c, 0x7, &(0x7f0000e0f000-0x4)=0x4, 0x4)
setsockopt$inet_sctp_SCTP_DELAYED_SACK(0xffffffffffffffff, 0x84, 0x10, &(0x7f0000a2c000-0x8)=@assoc_value={r3, 0x3ff}, 0x8)
getsockopt$inet_sctp_SCTP_AUTH_ACTIVE_KEY(0xffffffffffffffff, 0x84, 0x18, &(0x7f000020f000)={r3, 0x0}, &(0x7f000029a000)=0x8)
recvfrom$inet(r2, &(0x7f00006ef000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe2, 0x10000, &(0x7f00005e1000+0x9f2)={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet6_MRT6_DEL_MFC(r0, 0x29, 0xcd, &(0x7f00009d2000-0x5c)={{0xa, 0x0, 0xff, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0xfffffffffffffff7}, {0xa, 0x2, 0x40, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4}, 0x9, [0xfffffffffffffffb, 0xe420, 0xe6, 0xf806, 0x6, 0x0, 0x8000, 0x6]}, 0x5c)
2017/09/11 22:56:55 executing program 3:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
modify_ldt$read_default(0x2, &(0x7f0000001000-0x53)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x53)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000002000-0x78)={0x5, 0x78, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x668, 0x0, 0x1, 0x0, 0x0, 0x0, 0x3, 0x20000000, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x22c000)=nil, 0x22c000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
fcntl$setstatus(r0, 0x4, 0x4000)
mmap(&(0x7f0000000000/0x31000)=nil, 0x31000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
modify_ldt$write2(0x11, &(0x7f0000acb000)={0x0, 0x0, 0x0, 0x0}, 0x10)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f0000001000)={0x1, 0x78, 0x5, 0x0, 0x0, 0x0, 0x0, 0xd8, 0x0, 0x0, 0xa8, 0x87, 0xfffffffffffffffe, 0xe, 0x0, 0x0, 0x8000005, 0x6, 0x0, 0x0, 0x0, 0x4000, 0x0, 0x456, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000008a000/0x1000)=nil, 0x1000, 0x2000000, 0x51, r1, 0x0)
r2 = syz_open_dev$vcsa(&(0x7f000002c000-0xb)="2f6465762f766373612300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xffb000)=nil, 0xffb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = userfaultfd(0x80800)
ioctl$UFFDIO_API(r3, 0xc018aa3f, &(0x7f0000ff6000-0x18)={0xaa, 0x0, 0x0})
read(r3, &(0x7f0000000000)="0000000000000000000000000000000000000000000000000000000000000000", 0x20)
ioctl$UFFDIO_REGISTER(r3, 0xc020aa00, &(0x7f0000ff8000-0x20)={{&(0x7f0000012000/0x2000)=nil, 0x2000}, 0x1, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x553, 0x100000001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socketpair$inet6_tcp(0xa, 0x1, 0x0, &(0x7f0000e06000-0x8)={<r4=>0x0, 0x0})
getsockopt$inet6_tcp_TCP_SILENT_CLOSE(r2, 0x6, 0x6bd, &(0x7f00004bb000-0x4)=0x0, &(0x7f0000801000)=0x4)
r5 = request_key(&(0x7f0000e7c000-0x8)="6269675f6b657900", &(0x7f0000053000-0x5)={0x73, 0x79, 0x7a, 0x2, 0x0}, &(0x7f0000fd4000-0x6)="2570726f6300", 0xfffffffffffffffd)
getsockopt$inet6_IPV6_IPSEC_POLICY(r4, 0x29, 0x22, &(0x7f0000be7000)={{{@in=@rand_addr=0x0, @in6=@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, 0x0, <r6=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0}, 0x0, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000473000)=0xe8)
getgroups(0x7, &(0x7f0000860000-0x1c)=[0x0, 0x0, 0xffffffffffffffff, <r7=>0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff])
keyctl$chown(0x4, r5, r6, r7)
keyctl$describe(0x6, r5, &(0x7f0000b84000-0xf2)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf2)
timer_create(0x2, &(0x7f0000713000-0x50)={0x0, 0x80, 0x0, @tid=0xffffffffffffffff, []}, &(0x7f0000608000-0x4)=0x0)
ioctl$sock_SIOCGPGRP(r4, 0x8904, &(0x7f0000cf2000-0x4)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:56 executing program 0:
r0 = creat(&(0x7f0000272000)="2e2f66696c653000", 0x169)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x30, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept$ax25(r0, &(0x7f00003bb000-0x10)={0x0, {"00000000000000"}, 0x0}, &(0x7f0000002000-0x4)=0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = accept4$llc(0xffffffffffffff9c, &(0x7f00002a1000-0x10)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @random="000000000000", [0x0, 0x0]}, &(0x7f0000001000-0x4)=0x10, 0x80000)
getsockopt$SO_PEERCRED(r1, 0x1, 0x11, &(0x7f0000d9b000)={<r2=>0x0, 0x0, 0x0}, 0xc)
ptrace$getregs(0xc, r2, 0x6ae6, &(0x7f0000001000-0x25)="00000000000000000000000000000000000000000000000000000000000000000000000000")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = syz_open_dev$sg(&(0x7f0000614000-0x9)="2f6465762f73672300", 0x200, 0x40)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = creat(&(0x7f0000467000-0x8)="2e2f66696c653000", 0x1)
ioctl$TIOCSSOFTCAR(r0, 0x541a, &(0x7f0000c71000)=0x8)
r5 = perf_event_open(&(0x7f00004e7000)={0x2, 0x78, 0xcf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x1)
mkdir(&(0x7f0000407000-0x8)="2e2f66696c653000", 0x0)
sendto$inet(r0, &(0x7f000066a000-0xdb)="90746d147861b2c8fad1a140261b6e7c3cd42ce84b9a86f8792e22a0f8c7872390ff15b2e0e48f5a2e13424f038714d0cd743356daa9394dea78f3596568c9244ec0351d31dc7632ffec46ab97d8bbae41865a711b0d8f789cb59014a907871c34a9e76071dac7e45511eb23b9465ccc27d926fe1d53a30537d64cf7eaf9b861f1f472f18c891e80b29e454b1fdde9d2dde3b0a3c631d5ff7311302b79bd9be5290dc49f342a4e6b5607b4c0114bc76a97e1d391e86e7ec917bad5e460f5e3551a8d6f0b9afb625b8a3c93326f5459f95704c9e18183327b6a0507", 0xdb, 0x20000000, &(0x7f00001e9000)={0x2, 0x3, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$DRM_IOCTL_INFO_BUFS(r5, 0xc0106418, &(0x7f0000d45000)={0x5, 0x5, 0xbb6, 0x1ff, 0x6, 0x10000})
socket$inet_icmp_raw(0x2, 0x3, 0x1)
fcntl$addseals(r1, 0x409, 0x0)
rmdir(&(0x7f00002bf000)="2e2f66696c653000")
ioctl$DRM_IOCTL_RES_CTX(r4, 0xc0106426, &(0x7f00009bc000)={0x1, &(0x7f000092b000)=[{0x0, 0x0}]})
clone(0x400c500, &(0x7f00008a9000-0xbd)="", &(0x7f00000cf000-0x4)=0x0, &(0x7f0000369000)=0x0, &(0x7f0000a8a000)="")
ioctl$SNDRV_SEQ_IOCTL_CREATE_PORT(r4, 0xc0a85320, &(0x7f000005b000-0xb0)={{0x2, 0x0}, "706f7274310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x2, 0x4, 0xfffffffffffffffc, 0x7ff, 0x80000000, 0x7ffe, 0x80800, 0x0, 0x4, 0x433, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r6, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_REGS(r3, 0x8090ae81, &(0x7f00005ce000-0x90)={[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)
socket$alg(0x26, 0x5, 0x0)
socket$inet6_dccp(0xa, 0x6, 0x0)
2017/09/11 22:56:56 executing program 5:
r0 = epoll_create(0xa1d)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = accept$netrom(0xffffffffffffff9c, &(0x7f0000000000+0x433)=@full={{0x0, {"00000000000000"}, 0x0}, [{"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}]}, &(0x7f0000000000)=0x48)
epoll_ctl$EPOLL_CTL_DEL(r0, 0x2, r1)
socket$inet6_dccp(0xa, 0x6, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = fcntl$dupfd(0xffffffffffffff9c, 0x0, 0xffffffffffffffff)
ioctl$sock_inet_SIOCGARP(r2, 0x8954, &(0x7f0000ce2000)={{0x2, 0x2, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x6, @random="59d598df6fde", [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x54, {0x2, 0x0, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}})
r3 = syz_open_dev$tun(&(0x7f0000408000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
fsetxattr(r3, &(0x7f0000ba8000-0x18)=@known="73797374656d2e706f7369785f61636c5f61636365737300", &(0x7f00009b8000)="0200000001001e0000000000", 0xc, 0x3)
2017/09/11 22:56:56 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x1000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socketpair$inet6_icmp_raw(0xa, 0x3, 0x3a, &(0x7f000057a000+0xbeb)={0x0, <r0=>0x0})
r1 = open(&(0x7f0000969000)="2e2f66696c653000", 0x8000000000, 0x19)
ioctl$SNDRV_TIMER_IOCTL_NEXT_DEVICE(r1, 0xc0145401, &(0x7f0000f05000)={0x2, 0x3, 0x8, 0x2, 0x5})
ioctl$KVM_SET_TSS_ADDR(r0, 0xae47, 0x0)
ioctl$sock_inet_SIOCSARP(r1, 0x8955, &(0x7f00009cd000)={{0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, {0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}})
r2 = request_key(&(0x7f0000445000)="6409000000", &(0x7f0000b28000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000348000)="6367726f757000", 0xfffffffffffffffd)
getpeername$ax25(r1, &(0x7f0000546000)={0x0, {"00000000000000"}, 0x0}, &(0x7f00007c1000)=0x10)
r3 = getpid()
openat$ptmx(0xffffffffffffff9c, &(0x7f0000a76000)="2f6465762f70746d7800", 0x0, 0x0)
setsockopt$bt_BT_RCVMTU(r1, 0x112, 0xd, &(0x7f00007d4000)=0x3f, 0x2)
connect$inet(r1, &(0x7f00003c3000)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setpgid(r3, 0x0)
keyctl$describe(0x6, r2, &(0x7f0000d00000+0x361)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xdd)
setsockopt$inet_sctp6_SCTP_ASSOCINFO(r1, 0x84, 0x1, &(0x7f000048a000-0x14)={0x0, 0x1, 0x8, 0x6, 0x7, 0x3}, 0x14)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
bpf$MAP_CREATE(0x0, &(0x7f0000fc7000)={0x5, 0xa, 0x4000000000080, 0x2, 0x0, 0x0, 0x0}, 0x14)
ioprio_set$uid(0x3, 0x0, 0x16)
getsockopt$inet_sctp_SCTP_SOCKOPT_CONNECTX3(0xffffffffffffffff, 0x84, 0x6f, &(0x7f000080c000-0x10)={0x0, 0x1, &(0x7f0000ef3000)=[@in6={0xa, 0x0, 0x8, @loopback={0x0, 0x1}, 0x40}]}, &(0x7f0000cfb000)=0x10)
socket$inet6_sctp(0xa, 0x1, 0x84)
socket$inet_dccp(0x2, 0x6, 0x0)
getpeername$inet(r1, &(0x7f0000c06000)={0x0, 0x0, @remote={0x0, 0x0, 0x0, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f000045e000)=0x10)
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_ifreq(r4, 0x89f0, &(0x7f0000dd6000)={@common="626f6e64300000000000000000000000", @ifru_data=&(0x7f0000dce000-0x20)="0700000000000000db1f13ee698cbc0000000000000000060040000020622ad5"})
2017/09/11 22:56:56 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getpgid(0x0)
r0 = getpgrp(0xffffffffffffffff)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$TUNSETSNDBUF(0xffffffffffffffff, 0x400454d4, &(0x7f000035d000-0x4)=0x6)
getpriority(0x0, 0x0)
socket$unix(0x1, 0x1, 0x0)
listen(0xffffffffffffffff, 0xfffffffffffffffd)
futex(&(0x7f000000d000-0x4)=0x1, 0x800000000006, 0x0, &(0x7f00003b7000-0x10)={0x77359400, 0x0}, &(0x7f0000048000)=0x0, 0x0)
futex(&(0x7f000000d000-0x4)=0x0, 0x8, 0x4, &(0x7f0000fd8000)={0x0, 0x0}, &(0x7f0000048000)=0x8000000000007, 0x9)
2017/09/11 22:56:56 executing program 6:
mmap(&(0x7f0000000000/0xfd2000)=nil, 0xfd2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_buf(0xffffffffffffffff, 0x29, 0x22, &(0x7f000046f000)="0300ffff00000000", 0x8)
r0 = socket(0x10, 0x803, 0x0)
ioctl$sock_SIOCDELDLCI(0xffffffffffffffff, 0x8981, &(0x7f0000b1d000-0x12)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, 0xa})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_buf(r2, 0x0, 0x10, &(0x7f0000d56000)="02000000020001000000be8c5ee18c88010001000000000001da1e03a38a3cdcc3f7b933d898055bf74852bb6a8807567f59dba67e2147b35504006fcd67a1e20100672f2163e0209cee4a5acb3da483f0a4ae97e170b6c88ebbff060100000001000000b121ec1474d710f542506b00ec008bc5cfb7b3e7ec7ee87cccfff6ba000000024f0298e9e9f55406aa10ddfdff036a00000000d791a2ffe3c5732c1adb8afc5bd8c2d17fdea21b541068393d22b5affa00041ad0d2c03eef6795de42e384", 0xc2)
sendto(r0, &(0x7f0000910000)="120000001200e7ff0104e90009149b00f99b", 0x12, 0x20040040, 0x0, 0x0)
r3 = syz_open_dev$tun(&(0x7f0000da5000)="2f6465762f6e65742f74756e00", 0x0, 0x106)
ioctl$TUNSETIFF(r3, 0x400454ca, &(0x7f0000574000)={@generic="30609402000000000000067d08cebd5c", @ifru_addrs=@generic={0xb, "dc4b3a6df1d0973e8675682ceab3"}})
ioctl$TUNSETPERSIST(r3, 0x400454cb, &(0x7f00009ac000-0x4)=0x5)
r4 = dup3(r0, r3, 0x80000)
fchmodat(r4, &(0x7f0000fc7000)="2e2f66696c653000", 0x400000000000000)
ioctl$fiemap(r0, 0xc020660b, &(0x7f0000564000)={0x9, 0x6ff67bee, 0x1, 0x100000000, 0x1, [{0x0, 0x200, 0x200, 0x0, 0x0, 0x100, 0x0, 0x0, 0x0}]})
r5 = add_key(&(0x7f0000a9a000-0x5)="731a09009a", &(0x7f000089d000)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f00004ba000)="0405f8e492c09e044d9163bb55b2b993d014010c7c06f544967a5488e3349c252f01f5d651ae45285e996c1d852b319faa548ccad50c68870a0042c092140fe6487864268ce87e0fb3e48a9c52b708e0eda6f48cb26c32314b34d1b14745340b63a45045d7f02d916742a70a81b56b4e3f71e1242bc6b5b6f2a836", 0x7b, 0xfffffffffffffff9)
getresgid(&(0x7f0000fca000-0x4)=0x0, &(0x7f0000cc7000-0x4)=<r6=>0x0, &(0x7f0000fc9000)=0x0)
r7 = getuid()
keyctl$chown(0x4, r5, r7, r6)
chmod(&(0x7f0000b21000)="2e2f66696c65302f66696c653000", 0x86)
getsockopt$SO_PEERCRED(r0, 0x1, 0x11, &(0x7f0000fce000-0xc)={0x0, 0x0, 0x0}, 0xc)
recvfrom$ipx(r0, &(0x7f0000fc7000-0xe5)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe5, 0x3c, 0x0, 0x0)
ioctl$sock_bt_bnep_BNEPGETSUPPFEAT(0xffffffffffffffff, 0x800442d4, &(0x7f0000a09000-0x4)=0x7)
sysfs$3(0x3)
setsockopt$SO_BINDTODEVICE(0xffffffffffffffff, 0x1, 0x19, &(0x7f0000d52000-0x10)=@generic="7ea5eebcb91a64944288e6432ef9e3c0", 0x10)
recvmsg(r0, &(0x7f0000027000)={0x0, 0x0, &(0x7f0000ec6000)=[{&(0x7f0000f04000-0x95)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x95}, {&(0x7f00009d8000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000bd2000-0x26)="0000000000000000000000000000000000000000000000000000000000000000000000000000", 0x26}, {&(0x7f00007c4000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x28}, {&(0x7f0000670000-0x81)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x81}], 0x5, &(0x7f0000d03000-0x42)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x42, 0x8}, 0xffffffffffffffff)
recvfrom$ax25(r0, &(0x7f00008be000-0x8b)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x96, 0x0, 0x0, 0x0)
getsockname$netlink(r4, &(0x7f0000fd1000)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000393000-0x4)=0xc)
munmap(&(0x7f0000e10000/0x4000)=nil, 0x4000)
splice(r1, 0x0, r4, 0x0, 0x2, 0x1)
2017/09/11 22:56:56 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsa(&(0x7f000027f000)="2f6465762f766373612300", 0x0, 0x0)
ioctl$KVM_GET_VCPU_MMAP_SIZE(r0, 0xae04)
r1 = perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x40, 0x2, 0x0, 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, 0x0)
execve(&(0x7f00008df000)="2e2f66696c653000", &(0x7f0000c7b000)=[&(0x7f00003ad000-0xb)="2f6465762f766373612300", &(0x7f0000c6e000)="2f6465762f766373612300"], &(0x7f0000bab000)=[&(0x7f00004d4000-0xb)="2f6465762f766373612300", &(0x7f000069a000)="707070302a776c616e3000", &(0x7f00005cc000)="757365727b6d643573756d766d6e657430736563757269747900", &(0x7f000049f000)="766d6e657430255d706f7369785f61636c5f61636365737376626f786e657431776c616e3100"])
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r0, 0x84, 0x6f, &(0x7f00009b1000)={0x0, 0x2, &(0x7f0000b37000)=[@in6={0xa, 0x3, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x3f}, @in={0x2, 0x2, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}]}, &(0x7f0000c78000-0x4)=0x10)
sched_setaffinity(0x0, 0x8, &(0x7f00006f4000)=0x75)
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f0000d00000)={0x0, <r2=>0x0, 0x0}, &(0x7f0000a01000-0x4)=0xc)
ioctl$sock_SIOCADDDLCI(r0, 0x8980, &(0x7f000096f000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x1})
write$sndseq(r0, &(0x7f00007de000-0x90)=[{0x0, 0xff, 0x0, 0x3, @time={0x0, 0x0}, {0x3ff, 0x7f}, {0x9, 0xb1}, @note={0x401, 0x7, 0xfffffffffffffffc, 0xffffffffffffffff, 0x1935}}, {0x7, 0xfffffffffffffff8, 0x5fe, 0xffffffffffffffc0, @time={0x0, 0x0}, {0x0, 0x7ff}, {0x100, 0xffff}, @raw32={[0x1, 0x4, 0x1]}}, {0x3c9, 0x10001, 0x80000000000008, 0x100000001, @tick=0x8, {0x0, 0x1f}, {0x2fe, 0x9}, @result={0x4c, 0x1}}], 0x90)
ioctl$sock_bt_hci(r1, 0xc00448df, &(0x7f0000e9f000-0xe3)="da2b9ff604daa2d3b5487facda376799cfbec0304ab0022e1012a0597dfe9bee1d64aa871aff8ceec140e443a6b19c637e4ee6ba4d74ab01f9e4ec54ccf0546855c6d5705cd4c429c3213e044a2c12f9102d2313d11839f5eea6670fd4a0d0339c69bdb33bf55a28de6d4cd34f60f6b0cbf9c787a287f9ca348cbd2f5a07d1c6c9a62d5335dfb02d2739288135aa5dd911d5b4a236eda0c98e3797533b43433520d7c3b8a1deb87f10679bbbddc0d7dd9ead1405151f8dcfc5503fc758b036c442fd61448134da94ac26faffef4adad59e429bf8ce7842f4f59dfb0a35d20fd93b40e4")
futex(&(0x7f000000c000-0x4)=0x0, 0x0, 0x0, &(0x7f000000b000)={0x13000000000, 0x0}, &(0x7f0000005000-0x4)=0x0, 0x0)
getpeername$netrom(r0, &(0x7f0000769000)=@full={{0x0, {"00000000000000"}, 0x0}, [{"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}]}, &(0x7f00003c5000)=0x48)
ioctl$KVM_GOOGLE_GET_NUM_METRICS(r0, 0xaefc, 0x0)
setfsuid(r2)
accept$unix(r0, &(0x7f000056d000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f0000bcd000)=0x8)
futex(&(0x7f000000c000-0x4)=0x0, 0x5, 0x2003ff, &(0x7f0000b08000)={0x0, 0x0}, &(0x7f0000902000-0x4)=0x8, 0x0)
2017/09/11 22:56:56 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$sndtimer(&(0x7f0000fa6000)="2f6465762f736e642f74696d657200", 0x0, 0x200)
poll(&(0x7f000011e000)=[{r1, 0x0, 0x0}, {r1, 0x200, 0x0}, {r0, 0x1449, 0x0}], 0x3, 0x3)
ioctl$SNDRV_TIMER_IOCTL_SELECT(r1, 0x40345410, &(0x7f00008ab000)={{0x4, 0x0, 0xb, 0xfffffffffffffffe, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
pipe(&(0x7f00001d5000)={<r2=>0x0, <r3=>0x0})
epoll_ctl$EPOLL_CTL_ADD(r3, 0x1, r1, &(0x7f0000db9000)={0x80000000, 0x0})
getsockopt$inet_sctp_SCTP_DISABLE_FRAGMENTS(r2, 0x84, 0x8, &(0x7f00006fc000)=0x0, &(0x7f000049b000-0x4)=0x4)
mmap(&(0x7f0000000000/0xfb9000)=nil, 0xfb9000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x2, 0x0, 0x0, 0x800000000000, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, r2, 0x0)
mmap(&(0x7f0000fb9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fb9000/0x1000)=nil, 0x1000, 0x10000000000003, 0x32, r4, 0x0)
mmap(&(0x7f0000fba000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000138000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fba000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fba000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000fbb000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
open(&(0x7f0000e6b000)="2e2f62757300", 0x6000, 0xfffffffffffffffe)
truncate(&(0x7f0000f89000)="2e2f62757300", 0xe8fd)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xa73000)=nil, 0xa73000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000a73000/0x1000)=nil, 0x1000, 0x200000a, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000a73000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$sequencer2(0xffffffffffffff9c, &(0x7f0000693000-0x10)="2f6465762f73657175656e6365723200", 0x8002, 0x0)
mmap(&(0x7f0000a73000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x1)
mmap(&(0x7f0000000000/0xdc0000)=nil, 0xdc0000, 0x2003, 0x34, 0xffffffffffffffff, 0x0)
sendmsg$netlink(0xffffffffffffffff, &(0x7f0000dbf000-0x38)={0x0, 0x0, &(0x7f0000dbb000-0x10)=[{&(0x7f0000001000)=[{0x28, 0x11, 0x1, 0x0, 0x0, "cdbcca00580f00000000000000090000639ebe178fa7328b"}], 0x28}], 0x1, &(0x7f0000dbe000)=[], 0x0, 0x0}, 0x0)
2017/09/11 22:56:56 executing program 1:
syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0xfffffffffffffffc, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x31, 0xffffffffffffffff, 0x0)
r0 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ftruncate(0xffffffffffffffff, 0x0)
r1 = creat(&(0x7f000062e000)="2e2f62757300", 0x0)
r2 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = gettid()
r4 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x4, 0x10001, 0x0, 0x0, 0x0, 0x800, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x7, 0x1, 0x0, 0x3, 0x0, 0x0}, r3, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
write$sndseq(0xffffffffffffffff, &(0x7f000005b000-0x1b0)=[{0x0, 0x0, 0x0, 0x0, @tick=0x5, {0x0, 0x0}, {0x0, 0x0}, @result={0x0, 0x0}}], 0x30)
ioctl$TIOCLINUX2(0xffffffffffffffff, 0x541c, &(0x7f000037d000)={0x2, 0x4, 0x8, 0x1, 0x10001, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x1000001, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_tcp(0x2, 0x1, 0x0, &(0x7f00000b3000)={0xffffffffffffffff, 0xffffffffffffffff})
r5 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x9eb6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8671, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = timerfd_create(0x0, 0x80800)
ioctl$KVM_GET_NR_MMU_PAGES(r1, 0xae45, 0x69)
timerfd_settime(r6, 0x3, &(0x7f0000003000)={{0x2400000000000000, 0x0}, {0x0, 0x0}}, &(0x7f0000010000-0x20)={{0x0, 0x0}, {0x0, 0x0}})
close(r5)
syz_open_dev$ircomm(&(0x7f0000c9b000)="2f6465762f6972636f6d6d2300", 0xfff, 0x6060c1)
creat(&(0x7f0000117000-0x6)="2e2f62757300", 0x11a)
r7 = msgget$private(0x0, 0x208)
msgctl$MSG_STAT(r7, 0xb, &(0x7f0000089000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
read(r4, &(0x7f0000edd000-0x47)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x47)
personality(0x500000)
dup2(r4, r6)
ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x0)
close(r6)
mmap(&(0x7f0000705000/0x2000)=nil, 0x2000, 0x100000c, 0x10, 0xffffffffffffffff, 0x2)
2017/09/11 22:56:56 executing program 0:
kexec_load(0x0, 0x0, &(0x7f0000001000-0xa0)=[], 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = gettid()
r1 = syz_open_dev$mice(&(0x7f00005cc000-0x10)="2f6465762f696e7075742f6d69636500", 0x0, 0x400)
ioctl$KVM_CREATE_IRQCHIP(r1, 0xae60)
ptrace(0x4207, r0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x8, 0x0, 0x0}, r0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
rt_sigpending(&(0x7f0000fd9000-0x8)={0x0}, 0x8)
r2 = socket(0x4000000000000011, 0x8000000000000803, 0x8)
bind(r2, &(0x7f0000fe1000-0x80)=@generic={0x11, "0000030000000000080044944eeba71a4976e252922cb18f6e2e3aba000000012e0b3836005404b0e0301a4ce875f2e3de4d163ee340b76795dae5786a12374bea0101b8255802039e15775027ecce66fd792bbf0e5bf5ff1b0816f3f6db1cb8150169585daf476e49740000000000000006ad8e5ecc326d3a09ffc2c654"}, 0x80)
mmap(&(0x7f0000000000/0xfb9000)=nil, 0xfb9000, 0x5, 0x10, 0xffffffffffffffff, 0x0)
r3 = syz_open_dev$vcsn(&(0x7f0000872000-0xa)="2f6465762f7663732300", 0xfe, 0x801)
r4 = dup(r3)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f73657175656e6365723200", 0x40, 0x0)
shmget$private(0x0, 0x1000, 0x3ff, &(0x7f00000b2000/0x1000)=nil)
r6 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00005de000)="2f6465762f7667615f6172626974657200", 0x80, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$TUNSETOFFLOAD(r5, 0x400454d0, &(0x7f0000b6e000)=0x401)
r7 = syz_open_dev$evdev(&(0x7f0000058000-0x12)="2f6465762f696e7075742f6576656e742300", 0x1ff, 0x8000040000001)
ioctl$EVIOCSMASK(r7, 0x40104593, &(0x7f0000915000-0x10)={0x0, 0x8d, &(0x7f0000fb2000)="972992dd802bb6209598708b278ed708792259682ad91ea218fdc8567fc669b0492c18716782aa3d70f300e1f0105977a217208b41734cd2313fe36a2b2d9cb7d46ad8ba2003c5cdc97e249a16ec77d694a069f36e420b4e6b2e215c34c7649572f3aef463bbef351928d8b47c4310162cada302ee701256277b1337cab9bcaffa2c6e1c2e4a047abfff30d6f1"})
write$evdev(r4, &(0x7f000004d000)=[{{0x0, 0x0}, 0x2, 0x0, 0x401}, {{0x2, 0x0}, 0x0, 0x0, 0x94f}], 0x30)
r8 = epoll_create(0x1)
getsockopt$sock_buf(r6, 0x1, 0x1a, &(0x7f00008f8000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000215000-0x4)=0x1000)
syz_open_dev$vcsn(&(0x7f00006a5000-0xa)="2f6465762f7663732300", 0x4000000000000, 0x7fffe)
epoll_ctl$EPOLL_CTL_ADD(r8, 0x1, r8, &(0x7f0000bf6000)={0x0, 0x0})
read$eventfd(r6, &(0x7f0000b11000-0x8)=0x0, 0x8)
r9 = add_key(&(0x7f0000bfa000-0x8)="7472757374656400", &(0x7f0000fe6000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000bf9000-0xda)="ebee943be8e3d0da0ee7cfccf326f8e76cba42e1556c449292fff23117dbc3cb3cd349a43f923773859324bc4247942e359ab36cae5a4bce90ac040ebaa2a06ff5ecee963e7bfeef72338c541191eb82608728ca0390456efb9fb1ad7c8eff61dbf4485bc5f1f49972cd44bddedae8f3d95d33b4b20a9898b2db08db2b13dcb09764ed71538c83b30876aad9309c6ce25ec653fe4b2e7a6550c20fb6242b3e8caa12c47a0c9cfb7e6f47d5eacbf060b5e5c04b0e8998540530039019e8c1082390d068935f0ef5636f7aec7d182cc3dfbb178f824844430996d8", 0xda, 0x3)
keyctl$revoke(0x3, r9)
unshare(0x400)
pselect6(0x40, &(0x7f0000009000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000006000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000005000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000006000-0x10)={0x0, 0x5}, &(0x7f000000a000-0x10)={&(0x7f0000005000)={0xff}, 0x8})
2017/09/11 22:56:56 executing program 4:
r0 = socket(0x10, 0x802, 0x0)
mmap(&(0x7f000031d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000031d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000031e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000031e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
write(r0, &(0x7f000031e000)="2200000014000700000a100809000600020000000022000000000005040001008c45abbb", 0x24)
mmap(&(0x7f000031e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_tcp(0xa, 0x1, 0x0, &(0x7f0000b49000)={0xffffffffffffffff, <r1=>0xffffffffffffffff})
mmap(&(0x7f0000000000/0xfe1000)=nil, 0xfe1000, 0x3, 0x32, r1, 0x0)
r2 = socket$inet6(0xa, 0x3, 0x7)
r3 = socket$inet(0x2, 0xa, 0x40000000008)
syz_emit_ethernet(0x62, &(0x7f0000a9c000-0x19b)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x20000000800, @ipv4={{0x5, 0x4, 0x0, 0x200000000000, 0x54, 0x0, 0x0, 0x0, 0x21, 0x0, @rand_addr=0x0, @broadcast=0xffffffff, {[]}}, @igmp={0x0, 0x0, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, "ab03a1cf658a4c4a52bfbd409a347101ccde4950200ec8eaaff4f0f049aa2547a482ba4374cedab80d5aae120880c886d34361c59adea5d1"}}}}})
recvmsg(r3, &(0x7f00002d9000-0x38)={&(0x7f0000efd000-0x10)=@in={0x0, 0x0, @multicast2=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000320000)=[], 0x0, &(0x7f000002f000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000, 0x400}, 0x44)
setsockopt$sock_linger(r3, 0x1, 0xd, &(0x7f0000fe2000-0x8)={0x63f, 0xf}, 0x8)
setsockopt$sock_int(r3, 0x1, 0x1d, &(0x7f000053e000)=0x26402, 0x4)
mmap(&(0x7f0000447000/0x400000)=nil, 0x400000, 0x3000005, 0x10, r3, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x2, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PARTIAL_DELIVERY_POINT(r0, 0x84, 0x13, &(0x7f0000fe3000)={<r4=>0x0, 0x400}, &(0x7f00008cc000-0x4)=0x8)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r2, 0x84, 0x10, &(0x7f0000790000)=@assoc_value={r4, 0x5a03}, &(0x7f0000fe2000)=0x8)
mmap(&(0x7f0000fe2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_PEER_ADDR_PARAMS(r3, 0x84, 0x9, &(0x7f0000e81000)={0x0, @in6={{0xa, 0x3, 0x7fffffff, @loopback={0x0, 0x1}, 0x7}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x1000, 0x400, 0x9, 0x2b}, 0xa0)
recvmsg(r3, &(0x7f0000fe1000)={0x0, 0x0, &(0x7f0000fe2000-0x50)=[{&(0x7f0000da3000)="0000000000000000000000000000000000000000000000000000000000", 0x1d}, {&(0x7f0000fe2000-0x14)="0000000000000000000000000000000000000000", 0x14}, {&(0x7f0000fe2000-0x2)="0000", 0x2}, {&(0x7f0000fe1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000fe1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x49}], 0x5, &(0x7f0000f76000-0xfe)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfe, 0x84}, 0x0)
ioctl$sock_inet_udp_SIOCOUTQ(r3, 0x5411, &(0x7f0000fe1000)=0x0)
socket$inet6_sctp(0xa, 0x5, 0x84)
mmap(&(0x7f00008e8000/0x3000)=nil, 0x3000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   72.209431] dccp_invalid_packet: P.Data Offset(172) too large
2017/09/11 22:56:56 executing program 7:
mmap(&(0x7f0000000000/0xfc6000)=nil, 0xfc6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x5)
mmap(&(0x7f0000fc8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fc9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept4(r0, &(0x7f0000fca000-0x58)=@alg={0x0, "0000000000000000000000000000", 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000d3a000)=0x58, 0x80000)
mmap(&(0x7f0000fc7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_icmp_raw(0xa, 0x3, 0x3a, &(0x7f0000968000)={<r1=>0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfdd000)=nil, 0xfdd000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$vcs(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f76637300", 0x4400, 0x0)
ioctl$sock_ipx_SIOCAIPXPRISLT(r2, 0x89e1, &(0x7f0000e10000)=0xfff)
mmap(&(0x7f0000000000/0xfd0000)=nil, 0xfd0000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_EVENTS(r2, 0x84, 0xb, &(0x7f0000190000)={0x6, 0xff, 0x100000001, 0x20, 0x1000000000000006, 0x2, 0x1, 0x20, 0x2, 0x7, 0x9e6b}, 0xb)
signalfd4(0xffffffffffffffff, &(0x7f0000001000-0x8)={0x0}, 0x8, 0x80000)
openat$kvm(0xffffffffffffff9c, &(0x7f0000b78000)="2f6465762f6b766d00", 0x0, 0x0)
ioctl$KVM_GET_VCPU_EVENTS(r2, 0x8040ae9f, &(0x7f000019d000-0x1c)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r3 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
r4 = syz_open_dev$evdev(&(0x7f0000fc9000)="2f6465762f696e7075742f6576656e742300", 0x100ffff, 0x80bb)
mmap(&(0x7f0000fd0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = openat(r3, &(0x7f0000fd0000)="2e2f66696c653000", 0x2000, 0x20)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_TEMPO(r5, 0xc02c5341, &(0x7f0000928000-0x68)={0x0, 0x0, 0x0, {0x0, 0x0}, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
getsockopt$inet_sctp6_SCTP_MAX_BURST(r3, 0x84, 0x14, &(0x7f0000001000-0x8)=@assoc_value={0x0, 0x0}, &(0x7f0000001000)=0x8)
dup2(r3, r4)
2017/09/11 22:56:56 executing program 2:
mmap(&(0x7f0000000000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clone(0x0, &(0x7f0000005000-0x1)="91", &(0x7f0000a26000-0x4)=0x0, &(0x7f000039f000)=0x0, &(0x7f0000001000-0x1)="33")
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clone(0x0, &(0x7f00009f4000)="", &(0x7f0000a26000-0x4)=0x0, &(0x7f000039f000)=0x0, &(0x7f0000004000)="")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = gettid()
move_pages(r0, 0x5, &(0x7f0000001000-0x28)=[&(0x7f0000e76000/0x4000)=nil, &(0x7f000043c000/0x2000)=nil, &(0x7f0000542000/0xd000)=nil, &(0x7f0000002000/0x1000)=nil, &(0x7f0000001000/0x2000)=nil], &(0x7f0000000000)=[0x5, 0x3, 0x80000001], &(0x7f0000000000)=[0x0, 0x0, 0x0, 0x0], 0x2)
r1 = getpgid(0x0)
r2 = getpgrp(0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getitimer(0x0, &(0x7f0000002000-0x20)={{0x0, 0x0}, {0x0, 0x0}})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe2(&(0x7f0000002000-0x8)={<r3=>0x0, <r4=>0x0}, 0x80000)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_TCP_CWND(r3, 0x6, 0x6b4, &(0x7f0000006000-0x4)=0x5, 0x4)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$vcs(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f76637300", 0x0, 0x0)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_SREGS(r4, 0x8138ae83, &(0x7f0000002000)={{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, [0x0, 0x0, 0x0]}, {0x0, 0x0, [0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0]})
waitid(0x2, r1, &(0x7f0000002000-0x10)={0x0, 0x0, 0x0, 0x0}, 0x10000000a0000004, 0x0)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6(0xa, 0x200001, 0x2000000000000004, &(0x7f0000008000-0x8)={0x0, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(0xffffffffffffffff, 0x84, 0x1f, &(0x7f0000001000)={0x0, @in={{0x2, 0x0, @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]}, 0x0, 0x2}, &(0x7f0000002000)=0x98)
userfaultfd(0x800)
sched_setscheduler(0x0, 0x0, &(0x7f0000003000-0x4)=0x0)
r5 = getpgrp(r2)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
capset(&(0x7f0000009000-0x8)={0x8000000200f1526, r5}, &(0x7f0000009000-0x18)={0xfffffffffffffffc, 0x0, 0x9, 0x3e, 0x0, 0x10000})
waitid(0x0, 0x0, &(0x7f0000002000-0x10)={0x0, 0x0, 0x0, 0x0}, 0x4, 0x0)
2017/09/11 22:56:56 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sched_setaffinity(0x0, 0x8, &(0x7f0000a50000-0x8)=0x9)
r0 = userfaultfd(0x0)
ioctl$UFFDIO_API(r0, 0xc018aa3f, &(0x7f0000002000-0x18)={0xaa, 0x0, 0x0})
userfaultfd(0x800)
fsync(r0)
ioctl$SNDRV_SEQ_IOCTL_DELETE_QUEUE(0xffffffffffffffff, 0x408c5333, &(0x7f0000367000-0x8c)={0x0, 0x68, 0x0, "71756575653000000000000000000000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x8, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$UFFDIO_REGISTER(r0, 0xc020aa00, &(0x7f0000001000)={{&(0x7f00001c3000/0x1000)=nil, 0x1000}, 0x1, 0x0})
r1 = creat(&(0x7f0000002000-0x8)="2e2f66696c653000", 0x0)
syz_open_pts(r1, 0x101080)
unlinkat(r1, &(0x7f0000233000)="2e2f66696c653000", 0x200)
getsockopt$inet6_dccp_int(r1, 0x21, 0x1, &(0x7f0000dd9000-0x4)=0x0, &(0x7f000015f000-0x4)=0x4)
setsockopt$netrom_NETROM_T1(0xffffffffffffffff, 0x103, 0x1, &(0x7f0000511000-0x4)=0x5, 0x4)
socketpair$unix(0x1, 0x80000000, 0x0, &(0x7f00006ce000)={<r2=>0xffffffffffffffff, <r3=>0xffffffffffffffff})
read(r2, &(0x7f0000005000-0x74)="00", 0x1)
r4 = fcntl$getown(r3, 0x9)
getsockopt$SO_PEERCRED(r2, 0x1, 0x11, &(0x7f0000007000-0xc)={<r5=>0x0, 0x0, 0x0}, 0xc)
getsockopt$inet_IP_XFRM_POLICY(r1, 0x0, 0x11, &(0x7f00002af000)={{{@in=@multicast2=0x0, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@empty=0x0, 0x0, 0x0}, 0x0, @in=@rand_addr=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000c64000-0x4)=0xe8)
r6 = openat$vcs(0xffffffffffffff9c, &(0x7f0000002000-0x9)="2f6465762f76637300", 0x2000, 0x0)
sendmmsg$unix(r2, &(0x7f0000004000)=[{&(0x7f0000001000)=@file={0x0, "2e2f66696c653000"}, 0xa, &(0x7f0000002000)=[{&(0x7f0000003000)="6933541019fb2d6b52c92550717ff5be79f3f06b74a6cbf3e6ca56b1fd70ef7595f7316edb53934add60ff1828dccbd5d121f7", 0x33}, {&(0x7f0000006000-0x4)="7553a9767d64fec523e68574f7693c51b03f66707283a267296a55bf3bdf241342b4bfbea97fa57b33dd8a4e0e7bee834c9d5ef500950193f2b3416cd136cfc38e967667d96a29480e6e2a6b0768", 0x4e}], 0x2, &(0x7f0000006000-0xd0)=[@cred={0x20, 0x1, 0x2, r4, 0x0, 0x0}, @rights={0x18, 0x1, 0x1, [r2, r3]}, @rights={0x38, 0x1, 0x1, [r3, r3, r3, r3, r2, r3, r2, r2, r2, r3]}, @rights={0x28, 0x1, 0x1, [r6, r2, r2, r2, r2, r3]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x10, 0x1, 0x1, []}], 0x6, 0x0}, {&(0x7f0000000000)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f0000004000)=[{&(0x7f0000005000)="6454052d2464790a16bef64f12", 0xd}, {&(0x7f0000005000)="9a405b", 0x3}, {&(0x7f0000005000)="a7cfcd7b88407a51c0f22c9b5c72ca392053b55a51638532e6d71729e547286999bbcef333e645fc35c8c8d453429e7237f00f5b61c15957ee0942cf8cd8935269cb1b6649b00eade0038dedfdfa58d2e983c87ac98bc50aa89736109b2904a5665c0f7542b372e704b9937acc42919e29330f2577375e3ec3108a62ec6d54088950d40eb8564b6acae436543cad1c2101dc9f65a338d775dfa25b8c5cb63249f81dee8db96d18521ab7fa0767c36468e7e8b3bd589c06afe5313ecf0a46e6e087a1a20298f50a18f83a593ef5808a56f3e1ca607d8f", 0xd6}, {&(0x7f0000002000-0xeab)="d0e8a2cf2463c95b201a9cc152ac126e73bc123e048770b6e501d7c6dc198cae3667c782363c3734686a0a002ddbd0cae407153eadee6501a0f6142d78d77435841316313ddcc000bc251e7560e215d9e3a6abc3e06da6afb5b34574ab03d7e15484d4717b1351e2f67b8343f4c28a43195bcab943e61c8f1c8de63e6e87a0d16f0194c8ed3f9d4035c5eab9015b02d90611632f73e106667438510d884408fbd0e4419e9107f2d2a98c8a76fd8224498581cb28be0448f0c047925bbe74d520a4723461c05fd5c19b49e449b40a536af06a084a3a7ee65613ee23bb010b055c23cb3d3686f2fe5d508c2881e5151d109d45386dd910f63fd8e4fdd1d7693d693332e7cb3a73cf716f524c6f3936b675e618f1d9032aba13f1aa308ff2c5ad47b3d53b07ba4f6731bf830d0f035b10c260fdc701c3ba257cffc2d7eaa0a0b0eb913ef70dd9d4d123a0804060fff0b47ae5b39e3824100432168e3b04b884ce04f82c6b711236a157782692ac810f57dc0e79e84e7b92d148320856316df85cca9ef79da98febb6ea0aa4cd60902f79cc6ccb745f020e92529a872970ebe7321a02eb598c990d9dd559a81e970abd0cd1cf2326df11c8f7012e0a4de3cdec8b6618125a5f7b27cf645609f7a0099e78630ea16c8d34aae29d3b64d4aa535ca2897a8c930cf0a0dbf6cc55a196a205c499d6ef0ecfd5b0260d82c8c487c0a825a77289b28c766261ca4d903a483ca24d73be6fe003ec3c506fd7138a23e519d9120242cf2322fc48a8a1ab1849e10c7da74e1a999f6fa1381bef182014bee98c4e926b43ade24b5cc77e98b8e10398da0a2a86be8263ccb59c841e0f7b6d4a8285638882c39cee6b254db34f8eb0caf242c10a6b70f983ed865850ed6ec60ebd8d44d6fb1f8ab3c639b23c09830d3dc241d2b4354a97f5ec57e01fd245380464fee083fcb13cc30e4f77b9fc8a5201c015c1aeae39f93fbc53889f1cc99ae19e6155a394a2f362abee7db14e42a6572fa5c2e3cb9d4597b7ebf13c486627a96fe764a26a5accd1eb1863261ed6055635a89bdebb07eef7074f2e1e632adaab00947d178ea0d6c782d09a0d3ec109e5f2ab293eb17091be522211e0ecf8bc12c3f2e5f2d1a163c1fdebb8bb5d3e2d3883c97c0b8c09a109525b97c4661954e769a0738c5120926dfe88a7189a0529dcf92a94cbd81dbed88a34ab7b6a904b41020d3d1151f9f6333e25eed08d48b224c0689e546186ee56015dd07e4242545d12a618fd1225bf61b4ad0a665ff1c9d6d01e8a0bd7bfdaaf2fc5fc8927aa23be295380cac10e1e69198cd7217fd236ed7e4ab17fbc21c140f524ddb3bdb40e2006b9422c20c1709b97357a1a4c9ed8f1beaddb3ef21034c5aadef7d3e3bb3b0322cd9c5f8c5b89fb81c190be9dd895a176dcb3d8016d685f24869f8d960abd37703893f46a55148ccc61f84cb56de8e77cd0b7a4f79f69cdc9b0dbe8f10cad954b0abd849d2d986122a92c0980f5973575d194527f054c455f39508d65b19ad0c1fe5510187daa7c001fb1395b081e19803f90825b27d0b87b81506b9f5aae4e846cb347584e8020a3d8c5e6c4a63298b5c17d1d153e3546a2153979f372618b36c3ab6d77848236ffa308e8c7244ed10561c1b19d82c7f77ca4c52a7a1eda56256389ceb9ba0a3677ae5eb56b2b43fec854da3f4c24dbd3059daae79ced1cb872e1d23442580f2d6642d82d416e7f0162c7c4ae9c19445d22ef85678912ac967f0284d75e7cc4faff5c1b0057f1f9fd45f582d2a92350755362e06204d5dcf99f5760af8a3d3076af9c3f9b17e80c7e4d31e6422d6495d1df550014164f4f8748d2744c46eb0114bc4662292a9763dc3a0eed8922e3c54f4c14e67470a89f071cda73ffac4bd7375dc35f6f636b07d0785ddc11180674b1cc2e3d156335b31fadfe571f2332ee5388158f8f2da93fa0faadaa65b8e90dd242b5b8b2df81b9f58b9bb34ebf78ff33325ad196b721abe555b3ce3877198dd59296686e021c0bb87179ee13d22fefc67f24bc5f2fa3fbd480ba2e62eb7793956b232ac945b66c450b05652b3842571af9f36d38304e12dc21103533ba30af118a37c01a6f95cc92a77bc4d6d35c7bf90a2c56e55853e97db4090e5c96382cf4c0fce642aa7baf2351c5bf43e1c88c6a012b8360353ac35b4351d71dd14b7e259b8d4ffd5025091238905e06039dff2c0659704cb2ef410d342410665d7bb0acf3b31a46e5669b86aad76d79e4abdf4611ddd2834d054a16e4cfb2756c14abfbbdfd50f67921a378080c5147662c924112c47bf2834b1c2fef65a34ebe8cffb70463fd809bda3e8baab7324792504a307c6ebf39a777b62ec61fed33540bbe5f6c82e8374752f16de4abc4e6b521958df444cfc37721358cf702fc4a3aa3e86b47d08f5cbaddf27f40340186b16c98366e310aee6f784f220789237b696e89fa30326c61aa92da48a0cc7eadb73c67aeb49320883ebe67d2f4682d61589b53f79dcf56d10433aa0fe03ed8c716a16fa3a21fb1526eed7977772b040c68bd9c9207ac12204e51f3353c15851975e079e56873ba916bd0266cdafc3efb2048fb211c8cc1f95f5f85c010b9fb6ee22176af080eb37137df63e07b2ca9179d352032a9f240d6592affea6d457f3db39c8a5a97fc9968df86a0f0a9ef4e7fabfbfe719613d99142d2d2650263b1ea39c0a1bbfd668d2818feb679999840542a58a0974462e32fe2467fd2083a1e997f2b421c23ccf24ca24f236acac1bddced29d262bc315932f92a40e38b4e211f7c28f67080d75fbd06fa7dec2dea99b970bf3edaec26e3e96f286ddbbdbad8e3f369a1bb5501c82482567830fc6e04f5c64511f9451c0222a54a76d94be37bff914861d31b5a2f8574ff072bc90fa1c43faa37dbc7cce8f709db33857ddd573d4fc0d7958575e4436f602e15467249404a25f2041c298d2a273763cee79fd312579b41054d7272194d48dc3ac91e1591a70f1636abef515eede603b5a53b708bdf2a9f225d2d5275111c85423b4462508932c226e7e7fae98de899d88108f5521dab2804cb06608c8183e0078913ca0f65ea6c946e18ad738eb3856151071224ff099eb27417e531352c5d63a1bbaf8aae2a27ff1974c26b6e45c72b761c0823087f6be5273723dc7e155a30482e9de0ac7ce0fbd47d57fa97458528a45f322c0abaefba48ab608b61265734faabee2ceeb2c90e3e3d39107774c35cdbc055b9165cd3053e14e07943dad66edb482db5a279b4a9a4abb7e963677e485fcb955230d7e1a50cd1bb586f58fd3a0fa158c1abd9ba08c7f2d68fd64aa9cee1c41f017cb2d3a6973cb1cce98e09583614012caeab92dfd5a343774df858bd79a2e52c3316b3b8555d41bf4b675d7be0aa48d8487cbda6ce704da1c70552c258c15ed83102172b99a27865bab45573d5c003159a18cc44918c00bfeb0643f0c08481ad31db9975a22289e453f293008dfa1eb05a1f3c48a4b5ee3f5b3416caa921f863273985bffcb2dca1f20e36711ac59bb41f06f101f900c965ae507b5d94fa18d6a14d38de6262a670f94ebf1fc1e4b35c84ab51331d2cdb43d2e0f85f6f19456d5831ceecda308adb5f9ade8d1e989c43e3e9be8f379747d9a484be62bcfc68a9de99ea34800368bee3e154ab32f98406116fb1cdccefbb2b80dd34bbf5e7844c2a4d940f09901659e54e7aa53de5b9e5468eac18c3995e56176067553bb21492750f7eae390429b877552321cc1a6625d66af17a853e544a9a7fecdb5837e797991f11421cb2b4bd01f51a9834a202a9fd2307345427cca09d1e823d13a8d35ab1db1e1ab604a64d08c8410d0fd61628bc47124564f48177ca56a7393cfe85fedaf9419975f72bff5be177520f0c718295e95f6ca7f69c698a8be6b8791017b95f470bbd07598c4ae98f5705705e097ec00ee2a7f60fd634237eaf1026d309b266235dc64a025d10702f449a1b1ea3f3988031e7609d9cf82126c655a926bca5c24fcfe5c75b74c5eefeb4069059dd1526be94bfb2d8fd0003690af80b64268fc0012afa792d7a1c51d8122e66e31473fef45bd34d43a08dcea8ab5566929fcf411a94ea2da313a231eece429e6868b70c29b8225af1ee8d20f69d83ed626d96fcb710fe4c4196c4a398bafc7db1f993705327d935f2418a07aac3fc5c54a37e5bd1c99f7006f4b62ea776b95215d5810544baf3befa7bf3456085baaff4024a3f6f0068a3a5b3cdde28d287e384d6ce7a97a00f09c398f205ada3cf146de4a284ac14f80e205c571edffebb787c26b2d12c8b9d49081977512c801889f10b3a595a8385c980f32927b77f3d0a458364d2a26c027c3842b94487f9edbb1481ca2c1d402e9a3d3e8e065897e11a45dbdcacb450c8e591c123166a5b4901a8307e625e9cf6215848f74ec289cbddbec1aa3a1234472754704cfc49378147ab516da5cce13603d71e0028ac35c9ee02d583b900aacb81757cb726f0508b3f06124650f65d3926c3afd26e75a2cf7d71687f05ae85dcee076c17a2d754afe301fd24e00563316a4b4c26d8815000e1153aea0d07ea8c39cf5d0b1696fdb16b66a84a9084f3f4f8e8b3f249698252d5151ad9b531ea86a6f7f04e4ccb042bbfcb1b70ed8cdabcc2bd809ae72046d8721616e2c58ce06920dbc0fa75a01d12644cd6d78def4642a2f055213f93398feea01ac8826ba0e8794af7bd80cef0bb3b90435e5e143ce1f9a7389d9abcda08f92c9617b48b89e72437a6c919ed1011f132fe3b24b872582272dcaab26d6fcba70a26f08c45059205f88d6c75fdd2b09ee77127ce97d97f4a8465e07c40e453a0eb9fe9edd6b441d3a0d04027ee01dff0aaa898d288e67127f63a6bb5dbf6e0e41c1b3805e5b5101124c3b33c786dad34a300298030a9fe096923beefb406ba93f875fc183bd8b0750bd91acf84d6b69381e57c04a1f117304c728ef9e4d99b1ad31db47349a74de6e775d3e8e6ed6fb443ac1691c52f36c73cbc93e706c781dcb85e8cc315650faf04488744ab1ca22d159571b48f2b516f1491efa1ec596f2739cddc1c48e3053d1de49b81c54de884f1ea5a3882d4438e2d17d6e65256d43f125ebdf6ff2446a592993e4b3e8bee75decf1bc4c9849807818ec5a918a8898d18e4cf67b056bc603be92ed63285f9bdb345804b10cbcf12f921b423f43addf5224b43ca3a9a55b88c3da968752d9f6722b6cb062d044f7f122fd798becf1c24cc87554d2351cb03e81950d51124f889159b7e96a1dbd7695a1b1175c5444b6bf54e3b3cb577d0537ab61f0827364d66e5651ac9f972dc88930b02c6054ec5b969059e7cae6d738cac03987e497019a22c1a6eabd182cd1095bae4498bb66ae11dc2b2c416a11d3d34535f6a3bb6ab83dadc3f922647d05bfb2a210894abfdb86700a3799e1c6421cc1fa8859f9dc5d6cf835e610f3ddbedf0102d05041723fe9eca9f8b22087a3b7e7c64a1ea7d159f5b824c49d0bbe603252c805e9216fe058cc095a7a432a474c87c0466c62b0cd564f071bfaef2f8acb65c29c110c17499d87cc7ecebf844190ab7a28314b0756e3880aa57061c93fdf12ad866427e27ccfd396a579015298625db48c4a9cfc14e2207ab0ebf7c733de092cbbe45ddcc02af0627c49c34e1cff7c6900e4875e233dc1d1dd31535c155b85b3260ec7ad63906ce53f17d3b457d59d432f0c8e43e6f6102d82663209469c717b974752a5535bd651f5361e293f2d348f65db738ea0ee2", 0x1000}, {&(0x7f0000005000)="", 0x0}], 0x5, &(0x7f0000005000)=[@rights={0x38, 0x1, 0x1, [r2, r3, r3, r3, r3, r3, r3, r3, r3, r3]}, @rights={0x18, 0x1, 0x1, [r2, r6]}, @cred={0x20, 0x1, 0x2, r5, 0x0, 0x0}, @rights={0x20, 0x1, 0x1, [r2, r2, r2]}, @rights={0x30, 0x1, 0x1, [r3, r2, r3, 0xffffffffffffffff, r2, r3, r2, r2]}, @rights={0x18, 0x1, 0x1, [r3]}, @rights={0x18, 0x1, 0x1, [r2, r3]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x20, 0x1, 0x1, [r3, r3, r2]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}], 0xa, 0x1}, {&(0x7f0000001000-0x8)=@abs={0x1, 0x0, 0x3}, 0x8, &(0x7f0000006000-0x10)=[{&(0x7f0000006000-0xe5)="090af7b74ffb782e247c8318edcb996db36ad13cfcc12f394bed0de5bebca102a3df5d1d82f8593e69253c81fa6a4abe5d2f0813a0efed486050e738dcfff3a404a9853c60b4b2de42f9b32bda62fd78dce5b3622fc82ad66db97d460d84c95e55e9285d797306d897030b567c9f2214ee35ab3e7a6caa803c67156db506d878edab143e77134137176ed8ae3dbd8e850c22c901a11bf77ea02027be58e30632f7e43024bed7523b6905ee96818872ee884b0a1a4047656250e853178d082df03680c631c0a2657f9de42718514c8c7908c1caa4b11e4e5d28930b51cf78bfb8d874fc101c", 0xe5}], 0x1, &(0x7f0000002000)=[@cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x18, 0x1, 0x1, [0xffffffffffffffff]}, @rights={0x20, 0x1, 0x1, [r2, r3, r3]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x38, 0x1, 0x1, [r2, r2, r2, r2, r2, r3, r3, r2, r6, r2]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x20, 0x1, 0x1, [r3, r2, r2]}], 0x9, 0x10}], 0x3, 0x20040080)
2017/09/11 22:56:56 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_icmp_raw(0x2, 0x3, 0x1)
connect$inet(r0, &(0x7f000035c000-0x10)={0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0xfb0000)=nil, 0xfb0000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet(0x2, 0x8004000000000003, 0x1001)
read(r1, &(0x7f0000fa6000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3c)
ioctl$sock_inet_udp_SIOCOUTQ(r1, 0x5411, &(0x7f0000c06000-0x4)=0x0)
setsockopt$inet_mreqn(r1, 0x0, 0x27, &(0x7f0000566000)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, 0x0}, 0xc)
r2 = accept4(r1, &(0x7f00009a1000)=@sco={0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000a68000)=0x8, 0x80000)
getsockopt$inet_mreqn(r1, 0x0, 0x27, &(0x7f0000399000)={@rand_addr=0x0, @loopback=0x0, 0x0}, &(0x7f00007ce000-0x4)=0xc)
epoll_ctl$EPOLL_CTL_ADD(r2, 0x1, r2, &(0x7f0000fac000)={0x1fffffff, 0x0})
bind$inet(r2, &(0x7f0000fa7000)={0x2, 0x3, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$netlink_NETLINK_CAP_ACK(r2, 0x10e, 0xa, &(0x7f000019f000-0x4)=0x1, 0x4)
r3 = accept4$ipx(0xffffffffffffff9c, &(0x7f000066e000)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f0000fa9000-0x4)=0x10, 0x800)
socket$bt_hidp(0x1f, 0x3, 0x6)
ioctl$DRM_IOCTL_ADD_CTX(0xffffffffffffffff, 0xc0086420, &(0x7f0000f7f000-0x8)={0x0, 0x0})
socketpair(0x19, 0x80000, 0x6, &(0x7f0000795000)={0x0, 0x0})
shutdown(r1, 0x1)
getsockopt$inet_sctp_SCTP_PEER_AUTH_CHUNKS(r0, 0x84, 0x1a, &(0x7f0000d66000-0xd4)={<r4=>0x0, 0xcc, "400faf5553358b7e69c3bdddce75570a0720288e1bf488376a69a81f65788f52bec74042f289e66ac47f08c80150a83c1d9fb57c005b39d2300a1bba8e54b831baabe78b9ef9ec070f61b9f3a7e34c46fd6e870714849365c1256c11d124c1b76e8978cb58946293ced41b51c79e59ab2de6c6831893c0954378c0a0fff649b4d36b96da179838b2ee05bdb846840e191e6b595a39b43997c57f906ea7decacf7fb14f2c1c4f1019324d97d8ed2daa74661cea30e38db604b9e7b7e75a7a02d52fb935bbdf23d1e595f26263"}, &(0x7f0000f22000)=0xd4)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r1, 0x84, 0x77, &(0x7f0000cc1000-0x8)={r4, 0x6}, &(0x7f00006de000-0x4)=0x8)
getsockopt$SO_PEERCRED(r0, 0x1, 0x11, &(0x7f0000fa9000)={0x0, 0x0, 0x0}, 0xc)
recvfrom$ipx(r3, &(0x7f000024c000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfa, 0x0, &(0x7f000056f000)={0x4, 0x804, 0xb8c8, "80d45e00139f", 0x2, 0x0}, 0x10)
setsockopt$inet_msfilter(r1, 0x0, 0x29, &(0x7f0000aa0000-0x24)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, 0x7, 0x0, []}, 0x10)
r5 = socket(0x2000000000000010, 0x802, 0x0)
write(r5, &(0x7f000050f000-0x24)="240000001a0025f00018001000f7fc1a0a0b00000004bf0202ffffeb0800020048186be0", 0x24)
mmap(&(0x7f0000000000/0x528000)=nil, 0x528000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = socket(0x8000000000000011, 0x3, 0x0)
ioctl$sock_SIOCETHTOOL(r6, 0x8946, &(0x7f0000525000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000526000-0x10)=@ethtool_pauseparam={0x10, 0x0, 0x0, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
syz_emit_ethernet(0x7e, &(0x7f0000b0b000-0x8e)={@random="efad01006da7", @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x70, 0x0, 0x0, 0x0, 0x1, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @icmp=@dest_unreach={0x3, 0x4, 0x0, 0x0, 0x0, 0xfffffffffffffffe, {0x15, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x200000001, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, @remote={0xac, 0x14, 0x0, 0xbb}, {[@lsrr={0x83, 0x13, 0x0, [@broadcast=0xffffffff, @multicast1=0xe0000001, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}]}, @timestamp={0x44, 0x4, 0x0, 0x0, 0x0, []}, @ssrr={0x89, 0x1b, 0x0, [@multicast2=0xe0000002, @rand_addr=0x7, @remote={0xac, 0x14, 0x0, 0xbb}, @multicast1=0xe0000001, @local={0xac, 0x14, 0x0, 0xaa}, @remote={0xac, 0x14, 0x0, 0xbb}]}, @noop={0x1}, @generic={0x0, 0xa, "06ffe9010104ff01"}]}}, ""}}}}})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0xffffffffffffffff, 0x4, 0x2, &(0x7f0000000000)={0x0, 0x0})
2017/09/11 22:56:56 executing program 4:
mmap(&(0x7f0000000000/0xf73000)=nil, 0xf73000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$netlink(0x10, 0x3, 0x1f)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x1000000000000000, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x28000)=nil, 0x28000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$loop(&(0x7f0000023000-0xb)="2f6465762f6c6f6f702300", 0x0, 0x0)
ioctl(r0, 0x440000000000127e, &(0x7f0000009000)="")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = creat(&(0x7f0000000000)="2e2f66696c653000", 0x84)
ioctl$sock_inet_udp_SIOCOUTQ(r1, 0x5411, &(0x7f0000000000)=0x0)
pipe2(&(0x7f0000000000)={<r2=>0xffffffffffffffff, 0xffffffffffffffff}, 0x400000000080800)
ioctl$TUNSETQUEUE(r2, 0x400454d9, &(0x7f0000000000)={@common="697036746e6c30000000000000000000", @ifru_names=@common="6970365f767469300000000000000000"})
pipe2(&(0x7f0000bb9000)={<r3=>0xffffffffffffffff, <r4=>0xffffffffffffffff}, 0x800)
ioctl$DRM_IOCTL_GET_CAP(r4, 0xc010640c, &(0x7f00008fa000-0x10)={0x40, 0x35b0})
fcntl$setlease(r3, 0x400, 0x0)
mremap(&(0x7f0000ce0000/0x6000)=nil, 0x6000, 0x2000, 0x3, &(0x7f00006be000/0x2000)=nil)
chmod(&(0x7f0000f8a000)="2e2f66696c653000", 0x800000)
r5 = openat(r1, &(0x7f0000fe5000)="2e2f66696c653000", 0x400002, 0x50)
ioctl$SNDRV_SEQ_IOCTL_GET_PORT_INFO(r5, 0xc0a85322, &(0x7f0000a69000-0xb0)={{0x0, 0x0}, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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 = syz_open_dev$loop(&(0x7f0000e9d000)="2f6465762f6c6f6f702300", 0x5, 0x4423e)
r7 = memfd_create(&(0x7f000053a000-0x1)="07", 0x1)
pwritev(r7, &(0x7f000060c000-0x60)=[{&(0x7f0000ae7000-0x1000)="b5107b981c0ded899442eec2cab7e2c9e6cd9aeeb418ded008972303339ea7481aa2b3d0786a901740a86abe4507453217c9f6a4aff9f42d64e9dfe95edc99ab6e28e2cfb889b900ccd999140b4717bd6480ea000f7e167ee7bec2cfe31673a88ba160a9bd593eb0d90f1e0c2eee40a142a50a08137ae8658de4d1a08ad6d2381cfd97300209065a180169b7947c32ce3f3ff422a7652804505a06a056738b6274588232de69f67825ae03139e7d60ca79c59408e649fac93d6bab13112e70b8a52e68ad63bac4f0aaba1b7133779fdab06f09e022f9d605e80051ce429d2812f632f6585828933f8bc15d7927e41b1ebb16e71593d92ece21d5f04254c2c74167abcb2f277613bc7f7cdb6a3698e2a879fabb481015928f06d3925ca803f5cb275c381c3e91f452708ec8827d8c762cb886e868690d1a625978d7b9786f21a7d60f273a5fb5c8a0dddcaa65387264a104caf82a451f4e83928aa5d5faa79f0095bf9cae38316ab8a273df80dd74c0c1a0f8daa2006d01adcb97229deb1bdfdb57d17a98415d1aba542697f1a92b45ca502dc8b51bc1f54ba17dcca0e1fe5c5252243f0cf97ad61044c5efb43a26ae004b06bff69df7edf248c03c11462c5ffdd075bda1f2cc4d18b1f34af3eb4c5fa8a7882dd320d119ccc318181bb344bbf69a23538621c0b71508d91a6db355c4f6c4f165dd27d2694c7994c73a48078db37f6c297d00240e12498f2bd781c5a5078eb316e2a531e9e03ec10e6df83ffe51badd51a20b04e1f343b5e8f963b48c2647f1c791ccf69a1335de89f84a4f8a5144b8f1ac3eca14083fc6cad99775dfe29214b604ba26052537c17cfd40c5331ab27f63153733a8e2c5814c6f8ddd7086cd2fae50c717027250c577121e84bddb6454c9520c90844255355568a4314ef7a44d752992358a7ea4340ff5cd43d7b3f232fd813fd5c2c1253b92d7e7f9bcc0d33d254f8b10f8bdce0695d20e02ce39a1abaf7c50dba8c60c67cc6a00080000000000001bdb32dbfd8394d5cabe847ba53eb930dd262c31ce2dcfad98e613fb368e45fbeb4ac407700e7971e13fb7394f462444471e4a8efa7ca766b8a9d1067813740fc7fbed4c7ef5a33c06f17e4b35f7617a9c6a21939b593242e4981aaec1c3be739ce20acaf495832b968bc683593e4a20b95f3526d49357b0dc656e46672cce85856c9836dd2f081e9b5fb7468d5e44dd7acde284a1122bb295236eac146ec8742acac2afb658ddf47382a998e2064cece1bb6972011848f49f94b175614dbd326026f2deba2defcdd7c6d92407cc87d4de5bd6685b4e99486832e5db7eeb5d43a08e58544bca108d7e86f951806feb5e81f5c89b30ad8773468b6f6f327b4dafe95288735e2f04b886df6125721d73bf2d3695870194743e011088d4a96ef4d5f1d271cdaf9aceb0acf5386620769a3f75c20200cd60c3b4978f3f033f0e3dc13b341b934e378dee9317a7a27b35b567dc15149e3fc9e88f88659a25d462ca814cb537e5abb475e6879f8fb4d2154ae03453f812a40f0337805b818a75bf1b71f223abaeba9ccea0b76a18edb391aacfa9947fe1c6080689e4416645faa441e90e63ae2145af8024f19374288a6510d4790cbd06649f5140a900a9f089aa9818e27cce9f508b1192442ae6f62e53f9fbfd742f31a484068743b7a86b39bdd141fbe4800d2ad74cda0d9b4c975be201957649701ed5983a9d6bef0dc7812ebfb27584681861a8bfa5f80366d4c3fbcd593f6e94dea9b397a9ead4d60673e74706f5b8b539bc108a4282d8c47b07a7f033aab39496094272b5a968b60ca345c5254f6e7f291062328e6266c9e0aeee8a8d9de4fb28fa1ba18c7462b94a7df906d0420ff01122d49eb34d0de140648d92a8a778e705137b620dcd9a9bc6421810352bf95a69211e80e4763894d1d19903628f3db1a62b620386498970910128a071cb96e1fed669450d7a638c9b3d5b1edd5430f74a7a78f264bd0c4235ec49d9acb683d7b19be8cae8cb6f83022fd3ca527818a2a332a83bedf8b3704e23fdd87f6895ab0d60aca3a1e6fafd35ca7d9b4b0fde6822205589e1fd7b48610523562c5f39f82777b38dad201487efcdcd1aa16edff66931aa9d5f3aa979c721812e2e80314d4f0b98816f6fc3f9ddd3fbbc2662cb2010885658f27467b4426764ea90c20308e06019cff03ca2ba367b8fa4461b1809b0d797d57919d2d5fb5cfc9d74df25575957ffd4276bd6882b68f1b93307d796f1a69612a0c3d6e28bae5863847b1945979fe12b0e020500bb3cdd5785f7860228c9e4d21774b53bd4df0f5a3e97abd000ddb850979ef02becc7b68f7d87df3520c7bff9ce73158861fe07dc6a938b16a3fef05f79044cc0144a362a0e00af967cc09f1f4a444dfaf8c14a45bd7524c75d400148f35711a024dfcdcc8113e8777216673688e34d40f7da0b67aaafbeffaed2a07a7b7572a4d3c716f8cf391d3f5dc7c8f336adc905119a65e6fd1e3c7e47f4423de18921a0a81b1a7d2ba3af63f2d3111fc426182f329ba43db80ae2d84ae7d430668dc1fe0f2568fa61da3222de789bb73be04a693b643b4219ca83316b58973dcd7d7fa699f72a56dde37404010defa8befc42ddfc13aff7aeecbc11530230d894788751ea329f8c0e370faf4ed91297d577b912a3010103a7f477af138afb72347e3e96eac26a9cf72293d4cb1c7f45c5fa573aa9e6ce87d18c77f157f4667246dc5455edef91b084e37b91291e60fe2c139f12032c5b6c55075b18b79a40849583d91ecb92c4add5fa03caf2bf4388927cc8a3a24d803f9718f4e64edc5b74b1eb70e97d52f8e9bcdba7087a27c4043787b8a8901ca0c3ae5311cedb4691b1bfa531cc34", 0x800}, {&(0x7f0000e34000-0x3b)="86dadbf8c24f682370fbe430709f16c923c6fbf9c458c6b753003a18c8be9146ad6c3ad34a9c5fe73de694537c503b43e221126186619b089a727a", 0x3b}], 0x2, 0x3)
ioctl$LOOP_CHANGE_FD(r6, 0x4c00, r7)
ioctl$LOOP_GET_STATUS(r6, 0x4c03, &(0x7f0000f8c000-0x34)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000", [0x0, 0x0], 0x0})
syz_extract_tcp_res$synack(&(0x7f00003ca000)={0x0, 0x0}, 0x1, 0x0)
sendfile(r6, r6, &(0x7f00000de000-0x8)=0x0, 0x100000001)
ioctl$LOOP_CLR_FD(r6, 0x4c01)
socket$bt_hidp(0x1f, 0x3, 0x6)
2017/09/11 22:56:56 executing program 1:
mmap(&(0x7f0000000000/0xafb000)=nil, 0xafb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_udp(0xa, 0x2, 0x0)
setsockopt$inet6_buf(r0, 0x29, 0x20000000002, &(0x7f0000264000)="7491", 0x2)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000afa000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
mmap(&(0x7f0000afb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_REINJECT_CONTROL(0xffffffffffffffff, 0xae71, &(0x7f0000a1c000-0x20)={0x8, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_USER_MEMORY_REGION(0xffffffffffffffff, 0x4020ae46, &(0x7f0000afc000-0x20)={0x5, 0x2, 0xf000, 0x1000, &(0x7f0000618000/0x1000)=nil})
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
ioctl$KVM_GOOGLE_GET_METRICS_CPU(0xffffffffffffffff, 0x4010aefd, &(0x7f000067d000-0x14)="0000000000000000000000000000000000000000")
r3 = ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x0)
syz_kvm_setup_cpu$x86(r2, r3, &(0x7f000021a000/0x18000)=nil, &(0x7f0000001000)=[@textreal={0x8, &(0x7f0000af9000)="26dadbba4000edba610066ed2665650f228565660f3825a0f59d660fd3d40f080fe4b86f0066b92708000066b8e2f2000066ba000000000f303ed16000", 0x3d}], 0x1, 0xfffffffffffffffe, &(0x7f0000618000-0x20)=[@flags={0x3, 0x0}, @cstype0={0x4, 0x8}], 0x2)
ioctl$KVM_RUN(r3, 0xae80, 0x0)
2017/09/11 22:56:56 executing program 5:
mmap(&(0x7f0000ef3000/0x1000)=nil, 0x1000, 0x2000008, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f70000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x17a, &(0x7f0000f70000)={@empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], @random="c0b9b7aaef15", [{[], {0x8100, 0x2400000000, 0xa4, 0x9}}], {{0x890d, @ipv4={{0x21, 0x4, 0x3, 0xfffffffffffffffa, 0x168, 0x3, 0xffffffffffffb507, 0x5, 0x33, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @empty=0x0, {[@timestamp={0x44, 0x14, 0x4, 0x0, 0x1000, [{[], 0x100000001}, {[], 0x1}, {[@loopback=0x7f000001], 0x4}]}, @rr={0x7, 0xb, 0x33, [@loopback=0x7f000001, @broadcast=0xffffffff]}, @cipso={0x86, 0x29, 0x2, [{0xf64dcab44e861bb, 0xb, "9a8014c22a2dc68d82"}, {0x0, 0x2, ""}, {0x7, 0x12, "e0ac088a4fc78164e1c22514f80128ae"}, {0x7, 0x4, "ae82"}]}, @timestamp={0x44, 0x20, 0x0, 0x3, 0x0, [{[@rand_addr=0x5], 0x1ff}, {[], 0x9}, {[@local={0xac, 0x14, 0x0, 0xaa}], 0xffffffffffff7fff}, {[@remote={0xac, 0x14, 0x0, 0xbb}], 0x7}]}, @ra={0x94, 0x6, 0x7}]}}, @igmp={0x13, 0xffff, 0x0, @broadcast=0xffffffff, "9f62853d7a3c41bbd43202910d0df7d513ef0d88838b4c9871d38ce5d628d1dd582a6f39a2e4671f9340891116901ef72e5e4e37fffceb94179d363bccceb38d4feaafacd4c57242c63cbb0019723b16d344a67ff10876ba10088e6daef5471dfa0ebe90923c9ee57482f61d7c0f7b20c7b156d22764373901145d4374fd1e12fb1424987ea058d308918743f3cff9d9e280d3b3f30a2bba6b66b221f75e11d10c4bbfa62cfe7eef11faeffb7ee4cdf272d4d637a62103629518b50a6e6c19a812cbc0f04f99bac68ac1377edea4b2714cb0526167f8fbe00caba95c"}}}}})
mmap(&(0x7f0000ef6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_tcp_SIOCOUTQNSD(0xffffffffffffffff, 0x894b, &(0x7f0000b1e000-0x4)=0x0)
mmap(&(0x7f0000ef6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$getownex(0xffffffffffffffff, 0x10, &(0x7f0000ebb000-0x8)={0x0, <r0=>0x0})
r1 = getpgrp(r0)
mmap(&(0x7f0000ef6000/0x1000)=nil, 0x1000, 0x100000e, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f71000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sched_getattr(r1, &(0x7f0000f71000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x30, 0x0)
mmap(&(0x7f0000ef4000/0x1000)=nil, 0x1000, 0x3, 0x40010, 0xffffffffffffffff, 0x200)
mmap(&(0x7f0000ef4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_buf(0xffffffffffffffff, 0x0, 0x2000000010, &(0x7f0000ef9000-0xc2)="18000000020001000000000000e18c8849000008020e00ec01da2803a38a3cdc0a000000d898055bf73b52bb6a8800000000dba6fe060000000000000067a1e2080000080000070000000000cb3da41f0000ff7f00000000000e9506f50e000b01002400b100001474d733dc42506b00ec00000006b7ebe7ec7ee87cccfff6ba000000024f0298e9e9015467aa05010500000000000000bcdb850000e3c5502c1a00008d00c3d17fdea208571068393d2290000000041ad00040c23eef069554c185", 0xc2)
mmap(&(0x7f0000ef6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCSARP(0xffffffffffffffff, 0x8955, &(0x7f0000ef7000-0x44)={{0x2, 0x2, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x6, @random="0a527801b196", [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x50, {0x2, 0x1, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}})
mmap(&(0x7f0000f70000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_RES_CTX(0xffffffffffffffff, 0xc0106426, &(0x7f0000264000)={0x1, &(0x7f00004ea000)=[{0x0, 0x0}]})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket(0x11, 0x2, 0x0)
setsockopt(r2, 0x8000000000000107, 0xa, &(0x7f0000652000-0x11)="0100bbec020006000107000000c4ffccb0", 0x11)
ioctl$sock_bt_cmtp_CMTPCONNADD(r2, 0x400443c8, &(0x7f0000c5a000-0x8)={r2, 0x5})
sendmsg$nfc_llcp(r2, &(0x7f0000c93000)={&(0x7f0000274000-0x60)={0x27, 0x4, 0x8, 0x3, 0x1, 0x5, "04cacda7369b1e3c921a3c8a95af9d0d8c3f7b448142ba8a84eb749b49f00c2964c0da509caa5d1562a72f18a2ae93713e9a39c33a5520903eb040d6cf84ea", 0x80000000}, 0x60, &(0x7f0000077000-0x70)=[], 0x0, &(0x7f0000de1000-0xf8)={0xf8, 0x10d, 0x7, "e71634f10000f025ce1317b8e1565138010041912c09192e93655f622bf20eb8c8009ddd5e5401729cd5537048649ebdbc9cd6cc3073acd9ef2782a18895b588e235167d1d6ac9bed0e22f6043741d8eb4fa5ed8a190fa0a06d59e24600f51c2e987133a9e62e661daee796db323e485d29034167c2574163cabb18e8c7f9db8f33b297df5556cfeadb638664e3d2f56202ec27dc043423455fe42bd47aafb6eab92b2a019293363048f1aa464cbb7fad7615c8803cafcea2e8e1fa27eb23d9ffe4217c8d0c6e5629a46bf58e3396e11bc6c49c2ed5b8df9e7c90a2a863b56201123"}, 0xf8, 0x14}, 0x1)
2017/09/11 22:56:56 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$kcm(0x29, 0x5, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
r0 = socket$inet6_sctp(0xa, 0x1, 0x84)
socketpair$inet(0x2, 0x0, 0x1000003, &(0x7f00007b0000-0x8)={0x0, <r1=>0x0})
ioctl$sock_inet_SIOCDELRT(r1, 0x890c, &(0x7f0000393000-0x78)={0x10000, {0x2, 0x2, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x6, 0x4, 0xfffffffeffffffff, 0xffffffff, 0x0, 0x3, 0x2, 0x6de5})
setsockopt$inet_sctp_SCTP_SOCKOPT_BINDX_ADD(r0, 0x84, 0x64, &(0x7f0000ee3000-0x1c)=[@in6={0xa, 0x3, 0x0, @loopback={0x0, 0x1}, 0xfffffffffffffffe}], 0x1c)
r2 = socket$inet(0x2, 0x80808, 0xfffffffffffffffd)
connect$inet6(r0, &(0x7f0000967000-0x1c)={0xa, 0x3, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
r3 = accept(r2, &(0x7f00005ed000)=@un=@abs={0x0, 0x0, 0x0}, &(0x7f000028c000-0x4)=0x8)
getsockopt$llc_int(r3, 0x10c, 0xf, &(0x7f000078e000)=0x0, &(0x7f0000805000)=0x4)
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r0, 0x84, 0x13, &(0x7f0000ee2000-0x4)=0xf3, 0x4)
recvfrom$inet6(r0, &(0x7f0000ab0000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x82, 0x10040000000, &(0x7f00004c6000)={0xa, 0x2, 0x6, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x6}, 0x1c)
getsockopt$inet_sctp_SCTP_GET_ASSOC_ID_LIST(r1, 0x84, 0x1d, &(0x7f00009b8000)={0x2, [0x0, 0x0]}, &(0x7f0000a0a000)=0xc)
getsockname$inet6(r0, &(0x7f0000ab1000)={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000440000)=0x1c)
setsockopt$sock_int(r0, 0x1, 0x7, &(0x7f0000ab4000)=0x1, 0x4)
syz_emit_ethernet(0x42, &(0x7f0000ee2000+0xa12)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x22f0, @arp=@ether_ipv6={0x1, 0x86dd, 0x6, 0x10, 0x0, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @loopback={0x0, 0x1}, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @loopback={0x0, 0x1}}}}})
setsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(r3, 0x84, 0x72, &(0x7f0000dea000)={0x0, 0x0, 0x30}, 0xc)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r0, 0x84, 0x6c, &(0x7f00008c7000-0xb8)={<r4=>0x100000000, 0xaf, "a9c6c302a65f92af2371fd98438faf56c06ad8dbbba141d97ba22ca7af5a56fe41badeeec2528a2ca1cfdfbea7bb24174189717f409640475006e0aaef1fac11a3dc2ee44baaab9f7629731b8dc370139712dac2a718bf49a8455dca128e21571973937bed47edebf00a1d79c84cd7bcb3201ca0171ab986169bb36c7e9b5ba2ae60044863a655b8ae6ab92c88d5419241de826f53b442c64528adb95ab3112a0954cbb9b06f05acffffedfbf79ac1"}, &(0x7f0000ab4000-0x4)=0xb8)
ioctl$sock_inet6_SIOCSIFDSTADDR(r0, 0x8918, &(0x7f0000ab5000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x8, 0x0})
bpf$MAP_CREATE(0x0, &(0x7f0000ab7000-0x14)={0x6, 0x2, 0x2000000000000005, 0x100000100000001, 0x1, 0x0, 0xa}, 0x1c)
setsockopt$inet_sctp6_SCTP_DELAYED_SACK(r0, 0x84, 0x10, &(0x7f0000586000)=@assoc_value={r4, 0x9}, 0x8)
ioctl$KDADDIO(0xffffffffffffffff, 0x4b34, 0x66)
sendmsg(r1, &(0x7f000019f000)={&(0x7f0000b61000-0x10)=@nfc={0x27, 0xfffffffffffffff8, 0x5, 0x7}, 0x10, &(0x7f0000d8d000-0x60)=[{&(0x7f00002b8000)="e63a4257fc7e1dc8cedbc18486e0108940dcf1e4b3ba082c4f0c09361d2e21a170b789997c3c0711aaefaebf2c3957dc48cb82dc4e67ec8794eb4b9e9b7f77e6fb306962091232738c6fd0011e8bb0f187e9e7b8a6009183f2bbaae394f6f49e5908fa2844d90976eb1eff50e5398ef6958608a1cac210699476da81ca3483a43f24ed6d3005452c7ee8b16bd710ca35a7ebf2409b7f63d629df7ba0c0c0787c171da88558cceb179eb5f4881789ef5994a73f7b2a070855efa91f52fd50ca5726367b4a07e5cd3f709009778d5d166be80c3a1aa52bb5f87e43180113641c152cedf0", 0xe3}, {&(0x7f000021e000-0x38)="e7c4bda682388998ef2f1a9925f653c285ed07a09dc1b13cb1b15912316c42f6bd9171eca87389d4121c713ff4175081941a6c2a8872d874", 0x38}, {&(0x7f0000019000)="9100a1f0e53fd80281a881091e40348ff915b94d2c9ac1073c55221e8196ce20c022b0a7e851d46585a7f96c1710f020845623d6e27e04ea6bf6d1d96fe2af2a4dd591a9c2b18a479b71790a2ac89d44336760c35aa265d4db00aeeeea18db982b1454282393e7b4b22f02d4647e6abc4dc316d6b1fe2abe6a9c525e70aa4ff3dd38ff2cb27cb5af220e5ee6e41386ea4adfcbf3c5f486942f75c3def8bba2b85dc149d473deec3a71d7409934ed2d4fb91187756b3cc432810757cb41ccd0c50eb2c8426ddd535ad552f96694b2df53e1aad077c98e1b9c66b8535cc46b103a0d1bb71f534029fec1c554944899820f9cab00f5696dab867d617f24dbc0e60ad45bbff11f91b1e2733064cc312d257983c5b57de50a9ee51fb8fde2554b6232dce6d9383acbb9d420bb78e5b96a4425c09d3b8b63bfd512496be23cc4138e0ee85231e55a695f1574acd3c2bd239cb7569ce29bdfdfdfabe90b2802a3a705a455dd570e8386dbbcb123cc30ca3880c71fbf00a0c7be135f9aad606b366e919d30da33e6d8d089dbb0f2863a1617abe176cff3a9104772aa4e7c16590f28ec906136fdca43aa2e158bc4fbcc7fc37eb322f23824563d1270deb1fc2d0665f2737b37f938e0434c8e6829f2490cdd4c339b389144e32d9eccd7ed6fa2ebec7ecb6b8060c400e0180bf5fb6092d8ee721990fcc5d7715090f455e8fccfdf4f7f504f0c3b096df6cac1f1656db93e81eb9c03539ed8f233f6cdf7a01d55d9921f25b26a8a72246742277d0fe8187c7b42b5f461d3e1d8d78c6a10d26dd1f8ebd6871c7d2ead770b335fe65b88537bb92ade907c6d9e10e2db388906a4e81883402eb8f78dc7dab8e260546a144742d836feba0f2b83a9458e1811d3424dc7995840ead066e8f29c2399069419777b268e15f354b01665ddbbf4d181cbf51cc541f9b70879b65b9a8f0d1bc7874121ac6d1ff8c1f9576ca97e091539b2e5e45a5ba9c7771a5bb83df2c5a0e08560ac71224036910eab360b01b72bba8762f45cd0296c9a6444c098ddc1db36d353b572d7c9ab367325b986754781b8d9594e7aa7d0dad9d138b65e8b02cb968131bc0c9e3861d781a74532294cc94931af850e46fa4fcb950cb5468ecb20f106b107b9e601d082e153013f03a9e0d06cad838cb54fd0ac81272202d64e306467b56b7bfa73321d73981a2292b0c06680631461c3ff394f6e8d2fc1c54f68edd2d6153efdc3f36e7572d1799d0219524d6a93a50a13e49348654e631aafd38ab9fbb80bbf19dd265bcaa7c8ae6d04e9d0de8b0a35776824390a7fc4f22fa1a4448919b97d989699a459953a45781944ca2ae82751c2fd4fd07cde4866302de2697d1e65227a68c717e219cb9c8c72004cbbce3e0e521a6978e77bc0e6b2a9b1f59d7a9f3e47f95f44748c33422c3df18fe27ca2023800a900b7cfe79b000c7d84581ccc2dc9c213fe2876c9ce6ab4c8c48896ae7f1a705a0f62ea92c09175bb933e8cd242e232e00f783a531365b89094f29e868551813047e134194bf8a44063449bf6a5464c9584f277b3f62b372d344605eacb4a806e26e18fe5e483162e1fbee400fec653d82761c0258fbcf08543ab693564af2d7ee099d914a11a12026ac9e6d55aff75b875213ddbce2b81415cb1e78f93dc960cd3d3d6db2795c88d3d4b97b6e8c5f4d6c249ed5bfc7b35458d5c0d59e7358f23617f12789a9ae32e8c0c021f250bd228d37ac26d6078036f2f301676a50d4bcfb00a7e3d64a3218c77c8e25d5402a7ca7fdec437b5b83375a71263bb98f65072159f0f1b415ef3c432b08fe9c1fafaf9016d614ef0b13abf6269b37775f541dd6eb666688e6e4b392870f9b8eeb6ac7e06466eec49ec4cfd1e879b5dfcae7d9725d0101714ee9b8ce44a6575503088f5550068a961cdb07d9ab1bf43c780201ece3a5103b5c2c2b95ef153a4232c2102156b13b931aecd48dea5cd2bfa4d92e8e4dda84ff1afaef7374b654f3734320fd1e2d9dcbd81eb7fafee559c252babf6df9723132afe90e8f7c72de202c5f90aa5eef6688be8fb49f051ad5ab522156263f20ab2ab6469081ca39b0b1ddba3059532f8b07bb4ec309920b20d320a9f1a8e22dddc1d3402bd6be83cd6908333a69958d22daa698cf16a02d217d4bc26e1d5ffa2b766565c77fec0cbe0532e8ff4cbabda55945aa3bdef1bd7e1acbf4aca76e0b6c77e1e93a33c81cfd6f2debc59bf888202f5006f97f5f7af080b091f25658207559ef29d419b9827d9a4f50ec20cb103534452e02a6f60ec67ad50da89ad25e803aa6d4a35d6b67ded0c89931e474403206e698a8641f4a0d3bf9387316400fed34aa76960866b770f0e2d2ea1601e31bbb5a93f42ead5d1eaa1b8657af105fc25d462c24ec34be5fbe272c12fe9574a1a3f622bc42ffcb2f82c82341feb34d3daeca1171b07d551ac2109fb3cc424189a6f9beaacb485d8ffbb4a5a849e6e4799cb8db657fa7ff50c0ca7c2153bccfeab079e755e6f5277cfb22690077a7033fac373f6c93d02b8bbddc893e92bc25a9f329c9cead40c1ab316e352f073dd2475ef788930caf23afdec7ee71e44384e163f828dc3d453f874e33dad6d633ec6e6a6168de660d755030ab3d39f032ab9bc0dd1684553fe54c0cff46824621bcd44b2371713dbfe49ad62a84adbf60e73d9b4e42dad9f892ef3e24d6702d4adad918eb9a3b3f73bad8e896c118d78d3ec47c097a588e822c874be8cc55472713646aa5035248c4f4a221b29aeba7a59af5ef285e05c00838eac7c02908f6a3a5b00dc011b8ab582a1d5254d844a8bfeed0588b9eaf5c0d4014cf9b3f1e01a6c7309491d9321f719d41034ed5a2b67774b051ab60c6545501b1b37b89da2ac5fe029a997876c269c347a95ab3135f570d8bee3bfbce71aeb5c6eddf22bf6dc367505049ca5b88d6f17378fb9e8e7236b8d9f29dba922507cff6c078c98764022146b4b423ff8ab112988f816e447c5366c70503208f7e932ef2ac03194a99ea6e120126a4966061fdfa7ef5fe934cf3c70629f55f5072eb2dff66cad73c0bcacd5f1f74888692e6e5f20d19fa6278a56b0a292fe5198aba644b998a991770f7f288b3a5dd940200ffc6d6acc4ed20675c47a988b7ba48478b7f873f5b25be0625d59cc3cbbb6137d719b360f20d7d46d5ac96a66875c7e55556068ac7ee94a89d238adf219706038e30f7a285451ff4b2829b289607df6c90476c999674b31639c2067dd05d0b02a4bfe8df9e786f9f7791f8bd55bb769d89560fdc9cb1c69c94bc460fadac4bd6c977d77d92fef1bf4d0e5a1ee49593d666fd282e93e86566a04592ddf32a3a246890c13caa1d4423fcd1b0ac0a0af4b23e1dcaf881e5eb8f8312fe447fc45f9a2edccf2531bbf6cf94514bdae541d7220d3f58a41505c11f4b160da2885bff968b0cc7454ccb8f90ac31574840b5cbc26e2435e7f0c0a65503d56b81fe5b17000a94e6c6c4894a1c83b365da2a32d3f75d0cb61d2f0b0eed3ba76b2b09e57a3ce261aa0bdd1a969533b123ef9e95a40417153e99d11f48581ffe9820d1a7f982ce4dfcc7a3af6bd37d192d0537b029329aca29b3f7cc6c23691d379e8adedcd41ec1f9f7754e2a4e1c28ea5473a05543fd7c8001e8852c154f75521a65f11390badbaae8114571b57cfd47d4af09a98beb8913169b9495c8ffe1903341040731276a4c0dc15a5fea26f1f0f3a4578f3be61c1c4b16c4e33226877b2912dc74c7f9d7688e0bd13ce90b714eea12f17305611cbbf1e4af7f5e2fe4ab06267e28d8a5862af732974c89f93db3c834bd53cf9d5b7590dcb0cda0e750e57b37db66ee6aedb5a42c7d140d1c18e89c017cee45f2a69800015e73a83e94ea0a609a94c1f1cbf2b4b06c0ed5f3559cca7b7cc0983c493c8147e8d553f45335ac66218c8a06142f390c59c4a352391e7d4a6c525dce57c885ef24976e5c30bf0a9939c118f96176eea11823c87b12a5ef58c326684395f1551d23445013a8ecb61fe4d83c5da0dd720f65cbf1b1d62bca903de678f6b16672d6b5ee1ee8f7cc697bb51d37ccd32b985bab89485b8b0a363b2060a77883f3e282747099bc2d7fd140af6a33fbcefbaac386545ad42f34c0e4997a0e1df9a4053fd27dd1a55170fc865ec83c7d489a4ef0e66ecc5c7a039f9bba548fd5dda4ceefa80decdf9c1bb6f26ee1bc505e981fae10d4ca7297fcff863c8da4fc25d6478a17fca7201a5d585061171d12c1dbd9bc081e08097a6fdf4c37cca2014a7017ca718b49fbf10825167b035ba4f39e894cc78971954b9b865231f3eabe3bfc2ff9a2aec888bdcb1cc8616c5cf2a51e9d1f39412b11c20ae93d6d311e25bf8e95f9aff56f6fe63dafc4c30008d9fda1de7fb3c8881137887b5bb3e8ef419c3abe9157bdebf04a070d6289b0a4c6f3890a1232896b2805fcf41994e7b801e6972364c7def2658329950517f47f79728b7930bcc28cc2a681e37195f357a07bc0e42fef9ba3d02639aac2083a24e9b8e1c54ab187eaceed3620063fdaa3c5905f25e386af5eadfcad5493a2eb7bfa11db66293f8224eed08fb01e71aac7d87ca9aee491530b41edc11fdbfaf4877c54a3e218c70108186ef46059d3768829dec3b0893b663dfca480864d751062283c41b2af070b8487afb93cd27a4aa0a71a846b3a1a6860d27ac6d361c9105ed863e0289d1dbfcad16149dc89b6a76f039ab52feb82d17fcffbcc6b73d23f22da18643f01f885e8c50ca0b91c956b3c52167ee9c75507ccdb46e3feacd84def0360c53708660b00250ec75169c4d77efc9f79782eb9a0e59be710863ddabdd11978c5384b98905a050b6282683b7048156ad7a8ac850ce635af5c91c859c241088dfdd049fbd15d89fbf0c9d8b87130e6402bb88b38c070e29b56b1d52367a786f128bad16cdefae9b822e875045a640ffdf46dea99d93e425ea1d05f78b59686c4176d3538ec272a86beb5a945f902811069e3b49698a669896b7acf121ff3c0c41db4a6e7f7b2b7f0342c409204e63fccfb215abcf3db109366bbabb436ab0f3f3a328c1ed4db08cf6a4d0fef6e0c84beab6a4099b4dfd53eb9aa3da0c3ca30df647128098aeafa2fdb18a34074307d5a303eb08d4271e9cd21c7342fe1003fe09fbba150c6ad0876dd3620a0c2fc2b0f80cee9b72e83cde02b8fb2d611da241b2c88a16fe4b2a7a6d05df37ef8d390a81ebee840f8003042ab374568444a35b749475c650d2e2dce2aa855b14903dd333c9f2807d7d1a781096343995d48247f5a3dfb0493e886df9f6046ccdb798e1e149d82a05f348e034d37f07983c3d68b77351abd269bd4d442136652d0561257b8474cd0eccc5d643170cde37ae2cb62e5b4954c8157839fa961baa9c5d5842fe9f13b5636a5af5554c7df2c1dfef81b332460dcd1d2ab9043753d468c1f17a8ee1ec3ef2a16b8d9ef36480466ea612890c4214191cd4ed9af137da428fd98f49fedac8e47778f7aa6188db3a2ac6ccf0cdf35bc11ca21a2fa04417ec0882ac45bd9c609b1a917df4a3f0f30ff9b600b382dec99720fe507ccb5466a452564d93b181b82efa4be7402443022a1c2fbf4d710b76e29bd0cd0fbb7ccb0949650a4a1109c5421e86501bcc78093a04c74a27a34f52307fcd06ee263282b1859d7ade788f79bfa3fdf9765dd4b04adf4e25346602612fa643ff085a56370b1993eae2413ba17936c4b31661a7d3893e8d41037f2332e2e66c85e2e1a294f145122f71b60e", 0x1000}, {&(0x7f0000cfa000)="a418e8512414cd6aceabb6e1a41105dd24dc9dc29802dfcfc792dbe4a1b24315d60a2fde2ed12e32f061357b01", 0x2d}, {&(0x7f000043c000)="88c4116e80acb0c456ac9f7fb56aa546e358d97f9b1b6b946c5a440ff77c396f6ba82a9e27967e0579c2997225d985ea5c87819cfb754f6e7f89ae4ca68821c5a1e7d4d745a1b7578b79179574eaeb20a560a347604d95a5311966dd9c4898cb594a4631f2d2c3397adf9e0138a2ea83fd7bdb0d486f050426163013a5f4247ed78438fdb5c056153ec23b6d5ed0bee954949f53c64f43688f8dc4ea1d6aff5594c33d83e9cf1122ea11e233aa6eb27db1da7caf75087f57078b735b12a65e9cbcbb64c711c10af6ffa1affc5f7c1b171a3868738c08d350675814e3443824a985b508bdf6aeb3a6d6bcd4edf23ab1a4e435ffd66a964219", 0xf8}, {&(0x7f0000549000-0xff)="87360d6f5de490f6a9b6642f4347c63b8dee85d7bf723d25ae07fa191ec218b9b001c0f17fb632c19aba7e49d0c49f054cc9b7612d881920dbc8c51346e0c42c2a10d8bec449731789573cac712b1ad9447c8545e8557aeaceaefa6ba596eb830edb23fae8f07cd7a94c6f6e1691dfd447aa21a793740dfde3a0b6953bfb411b68422e9aea835db98e2da265c230c1909a971471e67eeffd684234dfd6e339bdda9b1250f9e6f5a15900c420bd8710d15e8f4258bee06d4337411d99ccadb200b9292f48bb24e2b9c019891d4aaafaab2e73d6a5f7c02b1139645a4930217d034da34e99cbbd05ed6b8062c926fc12ddba95f959cf9457e32b14b608066218", 0xff}], 0x6, &(0x7f0000a77000-0x138)=[{0xb0, 0x139, 0x7fffffff, "72d1fa28da97112ab34b1d6e9119c805846c966416cf75f501455ec9e9111594839c90467160ede2ca7c2a296679fa2f67e9e86da4aab4f923d903343fb7ed9577a507eb8cb7add676f1523d04495757d5279a9304a60a254c562855be7bd4678c98423db9cab225895b0eb615c9d1329ca47ce919792fad211aa0529fb51c877ed308fcac2c140ed74ab25f39fc45bec390b5bfceaef66c5723a9"}, {0x40, 0x1ff, 0x2, "e88d9ff0d33f0670bbfc37cee655ea3d27aa23c86d52bfc4409f4d5d4fefcfac4a5bddf475eb684ea31d"}, {0x48, 0x0, 0x1, "1f845531d40fef8e11197cdd102abd97527e27f54efec7ea390c869f7745e3589fc49a40a5df0a2e12f7b970b2a59945c0ac33dcf0287c46"}], 0x3, 0x40d4}, 0x8811)
setsockopt$inet_sctp6_SCTP_DISABLE_FRAGMENTS(r0, 0x84, 0x8, &(0x7f0000ee3000)=0x4, 0x4)
setsockopt$inet_sctp6_SCTP_MAX_BURST(0xffffffffffffffff, 0x84, 0x14, &(0x7f0000ab6000-0x8)=@int=0x1, 0x4)
ioctl$sock_ipx_SIOCGIFADDR(0xffffffffffffffff, 0x8915, &(0x7f00001f5000-0x20)={"2c01ab53f814f9aa1011a49c9b7d8c20", {0x4, 0x5, 0xffffffffffffffff, "bc947c842f95", 0x16fa, 0x0}})
getsockopt$bt_rfcomm_RFCOMM_LM(r3, 0x12, 0x3, &(0x7f000020d000-0x4)=0x0, &(0x7f0000885000-0x4)=0x4)
sendto$inet6(r0, &(0x7f00008a3000-0xb33)="9774dcd5ba5ea9b887fe3dbfa51704b94e7dc6f85d502583368e86d8de64f302f8a65901fc2562829f16265a3d528e752700c618abfbcef79f7fac658c04e6de7bc99d1ff8f3dc8bddc3a4db9c439d7ab124a1b172f957072a1b60c3aaff8f62d04d99e706ef0400b793e97b623ccfe69e77da69472665171674d9f87f5bbf9289ca873210c7551bc62aee8933c3dc61ba1f4f930e17bacaff6e0ebb9df348447fed941819aebdb41ac2687cb9bec2456251c07d04c3108073fa8cc97d977f4de108d02886d75580f2a593a2b67a82524e532a8001ba77e02089601e4ee13ffc64d46c3300079197dd2e1b194472548de5241d676a6f76c11000df642ba94c0dd1f3e12a992f2039eac86fc432722171398ca58f47751639d9088b4f66cb7ec436d1f7d93263cb2fac5987b30a458a90049e2db0fe0885968ce63864f5d7d7484ac5368ee85cb24c6373b000b6c8cddd2203b0c1be77aff677b593e59fa6c515a1611a1de9ce66d661e365ec6505575c1450ac28a07a8093738ed58564a98b3297a48d2e8a226438120fd78e437c0f330e0529305ef8a8c9d0803a05f792fb1938c08e1bb7fc09ec362f594a116a7e7e9d7133850e7fcecafe5803d0570524ab72b07a03013e24b52c054de0be266d4dcd00716063f74f8101557e19d1353a32d1fdea1220eaeb7aeff144ee35a2645344f9800d30f21ce2f8719d4b50be23bf9bde4e05924057201050a9df64c9127e8821715b7ac1250e1b2bdd3cdadeb68e1d48e307f6a250aa7a9ee086a81e4e67295b48dd8e666376c871776444b337d940050044a3ff017821dbe6a7c893aa46828b4bbb8751d9555befdb2c9e14696451fed86a1f683036f4b47539fca3601493685a786d0f519d65e8bb4351580850036d51a84e02fc20a99ae813d7f31fb3325dbd3929e81903b7be7563932a5a8afcac2422233a84858d755bd648940dad3dda7101140f032d0897f2044aa0cd4ecb37593a741380865de7d3660d27ebc3223d19c22a66563a2905fecd3b7eb8f61754338127b91216acefdfb2ddad96f4522190f929dab4ebe9fdace2e27de7e340d81299bbeda636a461ed5609120385115b5b52c9a3c1ca1b9d0b2776e417f4865849f733cf4117b3afce93b75d3104e147c9e5c16d827033dabd2f67e81ab23b958e48e420fd41a5e38bbcd7980f1dfd5d6c6bb419c012780040125115a07b3a64b5e5eba88bc31ecbb40d9fc085a3f1f78e20df36a1093f7f04db047b6896e58b428cdb383ffef6ec9bc589dbe90cef311e4fb1d4998807e2ffdeeaae3c697968eca595dba57d7768bf2b2c60077d8dac6de399d330fb3b205afa7c0eaaae0e58f85bcf7be6651058835809a1fde19f7860fab4f4a7f414336c381098598268b06ba4e48e9e684a019442494ab1c7fb4185917ad083e297e7f4d644d9c7cfb4e03c47f52bc7eb1a4248bd4d60fb8455745d21198ab8a58fa731455c2ebd76368c5f5d90ed59edd0687dca4de431e5f5f8b9acee8351426d32c89fc8f18f0202cc59e9cfade8716178c9f2d2cc3b5eacbca2bf3b0102f6b2432edb7afa58abfc4b62ffab0c3ad16222e0a5dc6493299dabc02fa610b6a7effb078fec554ea3ebd4fe84c330e11ba72006adfa52e291f12e68d1f23faf076f6e51e048c1b42911f075c14eb34cba64ed89c87194f5bef5c52473f76e31016d52945d4095c5597c66178d4bc90a24b0b159579edc223d1768d0656a21184b4eccb1d4b111f2004ff121affcb115508ffd46442c2f4c8be025ea94fdfe925626c064276ca4d5ae732063a9cbfe561058f3bd3d6b518604aa26e25156f859cf820d47925e1aafc7bcaeafd2349a10158d620e3e6c48f2e0b3504e89c3e62883f3cf35b94805da493a2879e866019afd324ce4a64d5fe5e22492c582c48398d16e0d5aab70b9b07c37be565eade238a6579f9938ed7e806a06579d2ca26cd6556e6e495789f3591a82e6a3f4fee8286a56bd8fbeec1d5a30eab4b9c0f245a115f664506e9614051e2680764cf1ef8055ebfa2a287858deb2867e5b2adb0fc5c5bba5ffdbdd11102f23aaaa0f1b823250cd2160341dc539b6500a87f7c4edd349a4b58d5ed2077308c859f5ab9ea91f0e37e9913bb09a1ee1316d41d38395391c338edb31f26899c6f4cdca8070a27b09bee6eb91887421625be103fd7cfcf99230b2ee3a4b1600955ca282b1cc3c5e693d056551345cfc4f401da863c7db8e2449fa9b1ed7c6ca5a911ff53318624e738487117e03f9ccd58abfbaf3b1e9e431e42623297f142f9ac360d9bbae8b6fb314b7cba80c8a0905f094df70e86587c74e89e5f567abf4b6f666b42e1afb5aa7beeb38963bbad94e123b939278502b969c1f5d58b07c205cfc439e896ddab7028dbf57233ad273b1dac940b24ef4e632981ad6a423d103dbfde97e063616e128e79b4adc3f703aaddbe4d95120d229214bd4b04d8a6c68248b4f8f4a28a6087a6aaa6287b1b5996536312ae7ea4db18f7c89c9dafc64c430d1a72f8f86d0509d09bd574cc5e8278e8b1841c1efa2a4585c53432c274ecd9dc8726e4fc68620a9438a098c176e5318fe2c07ecd3e587ac36efda1763265c4b4062cca514dc2c1e218f3ec74e2451ab7f7bb3f231abb87533e9ae7e22d8a740f5ee6885f207f93c24a2638f7a0519d9c1a5b23082085bf1c05b4929c2bc33fbb49f67140af97b152a5dc7523d598ca80744f07814437f4d76f4a4809c150413778c1cf993124e5de281c5abb8965e44efc1c6620c06ab2610e86bc7dceb4eab703127ed94869b3dd23253c422a33b0a329a1520730d6c4f9631f2d3cf988bbc937fd8d83a493c80dedb939d6ae59c53d945108190c9bbffdfba19f99cb6d3bfe5ad7d1cd76aa29c8aa7b14233db164bae2cd20a9f4b950b420998345ed6174b3935275d4421f2710abc8761f160041ea8506a333c99d0c55fd1e9dc948a761c72f3d7a596f3f4bf96c72a8ab181078eb881354f3b4ef85facfdc03130e8ea46784afb2495acb5765b1f7a36f3443b0221f9ebe582eb992aee12dcafa57b9b758000577f6d127299f726ad7d85be0b73185d032eef991dc40fc57c9f18000000000000000063b603d48873a87a69eb8ed33180cde27743338406aa45bfe73021a5c97c75ee7bb9bfdddc9078331bf13f404fa110521b4de9c6b728ba70175a3171e7c92f1ccdb52b3bcec72e8ea9e79df82611512865dfd99f3c3344198b41989777ce7e5b47cc49bf37dd54cb1067ae89265fcc10bd9d3bb7604bd51436b614342c33082181747da78de6d7a59984f22f1287482f6e423e46bb0911cd5a85906e379a92d945143a70c2589a912defac4d9cdac2f34882704860a226ef76b1d936e711bb1f8bec021c044986195777755eb90ceac6399511ca9f4ba184c0e204759048b26ba295ddb5f89ff41df99499a184302a64f5bfa888d13d10a3e2094bd5e502180a1cb73f534d8dcbc36ab434987beea9b493d9eaec8306958122a9e17d3cb772d5dcb468d5e796254bd8c1f2c758f9307d496d7a1b260553346617a5dea764ab09ce3078478e0a6514fcbf61766160dd729b1b2b1fe04f644392bc5e2a1420a56377c3c25a65e7ebda78d0315a5ddadb84076ddd312bfeba3f19bbd7dfb113f352abfb6f6d0a246e784f41e9ae4a4da7168dd00aae9a60b6703056177108ebc1916cee2119d95874f769ad5fd67fb92a5c9444f4f489bbf55064edd559cbb9b22d96e40c18faa3d50205c1600508f2b107b5972f0cb438a85c30a2b0ab8617500cb9aa9fcd51003d0289df8a54e0c3844c3c68f4ae9ed4347e9415068c792ac61d59b5556fb25bef92ab70c2cc0b343e67027b643d147fbdb3aeb02d7e94a08356690a350a66b9f9dabd24cada6821395e6e06a27bb2973ba1e64e3e351ed86743efe364a0c9a48b1240da2f03e2d554452792403ec32e226ec919875dee6a3a41299fefb49288c9cd2f219090aae2021da7aa47c804aaa7d30b9975fad7d3c8573ec74bb9c2a332d63158fb275023", 0xb33, 0x0, &(0x7f0000b9c000)={0xa, 0x3, 0x40000000000103, @loopback={0x0, 0x1}, 0x5f15}, 0x1c)
syz_emit_ethernet(0x4a, &(0x7f0000004000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="a3e2d55ba07f", [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x3c, 0x3, 0x0, 0x0, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x1, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0xa, 0x10, 0x0, 0x0, 0x0, {[@eol={0x0}, @md5sig={0x13, 0x12, "117a718f748f28d4fffce3e0dff56edf"}]}}, {""}}}}}})
[   72.254352] dccp_invalid_packet: P.Data Offset(172) too large
2017/09/11 22:56:56 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$mouse(&(0x7f0000500000)="2f6465762f696e7075742f6d6f7573652300", 0x1d19, 0x8000)
ioctl$KVM_SET_XCRS(r0, 0x4188aea7, &(0x7f000067d000-0x28)={0x2, 0xfffffffffffffff7, [{0x10001, 0x0, 0x2}, {0x8, 0x0, 0x0}]})
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_CLIENT_POOL(r0, 0xc058534b, &(0x7f000003a000)={0x27, 0x0, 0x0, 0x5, 0xffffffffffff0000, 0x96, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r2 = dup(r1)
getsockopt$inet6_IPV6_FLOWLABEL_MGR(r2, 0x29, 0x20, &(0x7f000030a000-0x20)={@loopback={0x0, 0x1}, 0x5, 0x0, 0x3, 0x1, 0x21c5, 0x100000001, 0x5}, &(0x7f000096c000-0x4)=0x20)
getsockopt$inet_sctp6_SCTP_HMAC_IDENT(r2, 0x84, 0x16, &(0x7f00001d9000-0xc)={0x4, [0x9, 0x400, 0x20000000000000c, 0x0]}, &(0x7f0000f6f000-0x4)=0xc)
perf_event_open(&(0x7f0000644000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$TIOCGSID(r2, 0x540f, &(0x7f0000eb9000)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x8000000000, 0x0, 0x0, 0x0, 0x0, 0x7fffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
add_key(&(0x7f00006bd000)="7573657200", &(0x7f0000dab000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000280000)="", 0x0, 0x1)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
open$dir(&(0x7f000044b000)="2e2f66696c653000", 0xfffffffffffffffd, 0xa)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet(0x2, 0x80003, 0x2000000000000002)
setsockopt$inet_mreqn(r3, 0x0, 0x23, &(0x7f0000566000)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, 0x0}, 0xc)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(0xffffffffffffff9c, 0x84, 0xa, &(0x7f0000e04000-0x20)={0x80, 0x9, 0x204, 0x8, 0x7db1, 0x8, 0x1c0, 0x1ab, 0x0}, &(0x7f0000eef000)=0x20)
getsockopt$inet_sctp_SCTP_LOCAL_AUTH_CHUNKS(r3, 0x84, 0x1b, &(0x7f00004db000)={0x0, 0x1000, "d3285940f83cc6fa62be336c61fa6e56ed26ee72355775150125268c747cafd90bcc6d1f2e938bac239f7dddaedca32e8850194b03c3fe9cd0c473e89980ccd3b3c4d33b62777624e9cfcabd70cfaf3b2a6d8dd9066576e814b524cf160f59b9bfd91e7fd1eaa9a13a999d40dd57c7882e9fa577669436d5c919ca3c7fa771a3778c482f5b109cdabcf99ee68ff0291036bace178187b2dd1b354f7f74973b29fb45dc2ded0298a470adb50d54985151ff5842abb25a62b1a7bff8430e20541cf9502d7ad113193f29e22195e12baf835407a711bb864fdb418f7ee2e596b76474039210809e77607bf31db8f2ea1748ffc4c314217ee183112e06fd6a75c296cf1ce6af7a6f6fcf8b055f4aaa868b5a772ef35db9a44e5a76ec4004122874a3387a3fc25f4edee5532949b7255ee6328b818b7a4336a2ec37edd18e34ac6c7ca5e0c1ccc73b2204924b67a92e98b56e5c875f2a1a42006bf96bb83c1f439ac3b067c36b84dddb077cc4affeabf9d4845ef53e78d811bb2b38a61c3854faab3304ed91c9e838c339679dd4c030140e9ea024aa0458a99ba524cb0da2c9476ea0077a71c7f87e8c2eb209f8b6ea390dc63915bd2d76702579e5a8f2335de946dbb771173429ea6ae7aedb3e3086b22b8811975538ed8b798d1ae27fd344919df29a5c3560337e392b68ed0ff5054c76bb8cdc4fcb9e7b4722a5020ade0b12d713dcd5fa1b21f1161a79958f8734635b911dd318ec7c443f872e00d730d185a408ac29b52f003abf1fbb6382dae0a320a1819071bb1219aa123b3ad9145b2b6ff922e2e92419152e218cd8691f19848996f71b636198be48c4b49f2b2fc6ba328996b5c75767e13d63292dd81a368e9a88ea9ed9f8c2f9f2dc2ca251247a5ad3e050cb156d0b63bddecbb684ca15f72933841e39948de6d494fdda856e41fde8c16274600c7ccfcd8574ee897d727982990e9554782d6e67a0e4d6d80fc644f2cd9f57948f181f11601283e9d08b2572747a5de87ec960bf33007817bdd8f855a21459c7b04889663686b8c90fc36da1d4ac6874b6e7e55c5461b76d838d41757200690a3dcd371fb7cf5a105f775c64d76b1e80ad7683a2bed972d89ea7887f54e24b4deaff9683686a4f95b85c8008f810543b70b54f1601af3a466870980795a413a1f15a897a260659f3ccff73746fbee6f60aa3fa99405093d6d394dc1b58b3decaddd1078dd4c913e9d5b65215a9b88a1281fbb63bb3506932ea42ab31d20229603947a0de4606755a7683618c5f61dc4558a3ae50f5cc9c44b8778174cf1445ea00d0afea67df6583b406f66c4448c19f7a4f7c3ac7f02d2aa8c10d3d3300d200d8550876e46593d484089bc851c3ddd06ca0d34a4a062ebb3dcb365976620b26d0b68d9926d0d53947d1e696f6c7bf5d205ae42e8a02945b9257320ea94f1e306c3574130e5d596e57bc9b08ae87be9780adf3b00560c28d6d48be371c488353aa97e06a519917a25f50d31190ec37843b7579239d4be922d94af973a35546b56eefee7b7feebf2f4cb4e7539471f4df406da1ab1f281038fedfd7865044b90217fbb91413d5e01a0a36f06e392ccbcb4722108ebbd4a044ba5b5a5bc2d36db912bbbbd6f717d343128d624cb26373e57253f1b31a81e089b6a2f25baf414b005e6ed2d0dcce35bb5e3d00186cea77a782be18739e070b944a6e388003f91019065c8ce064f5c84761365b9628d1dacac3d148e5a286b6b74fdfdc7b191cd84bdcd05eb215008bf9d134f46add949ba0b3b68b21960156437a45b9a7f96b27ccd9ef286aa2798c11ce0cd9cb1c3fa3965ddb9c15f7e43668349baf68a7061c4daf9fbf54c38849921892bb33b17931011d0a57136bcab0d47a57a67626eab3e8cdc4dcb0aa5614f9e647ecce1f0bc9fd9c534b42dc365c42bd8d2a5954fd7b31ad778d597b793870af5a43aef16fc566799b9e77ee85ae7ec293b644508479b5cadea679f80b6a59a13b64536b160ede6f61d2bd86315d3bb4aa95f7f1c6046540fbce18b97474ac8929176119963856a35908122170a408503a5859cb4ab555788a4cec3db2f0e14b9c84e2398d0b9115bd974030ce27b2890c682e985232141264b08feb18e12d3ab06b3bddf56230ee8b20537eb244447053a9c37e227f9b7063a0f301fc840a4971b1fdf0bb0ba21b562aef5acfa434d3db4a0dccee407bec6651817a8ab9ba71cf64002c85d789ee83ea095af244865d4eec3195bc9f02b7aaa37ee44003f8a661ee9d3de547d342b2f367b33eb1a7501855961d3d3c3633116659a036a5b4ff5896d9e11295fcdea12892ba3d07a6b96e915ff674c36ffe5a05ef1005280ecf96a446308808b42b440144c5e22e43a39bae07a9b2cb7ccd5ddd51ab4561a9ef9bfe2969e5a644d3e2a7ed40caad728b60af68a6d2994f515d6d1be8018baf3f40a891859715fc77881808c0def7ab3ca5f746b5a6471e4dd0938f5803123940ec591b910c38a5670417cb10cba297d02d0c1b7c28f6c19fc05bfd21b36ea381716b15aef6c9025a88d73ffa0c90cf7982f2b4f601d411fea8368fe42317056b2f7172dea7b9034c344bf408314109994d4a7d1d04d0b3594c35000ae6eb15bb51b9c9c6305d53b843cc3a7f3a847d3d5f09e70965b121c36a1c95e03f507fb42ae472d5c0d49912d0265d3ed69fd94faec13de0fe60449b9ef5ec1b03cf203974a143d82876e079556d71b9c1daa266750ccb30e470d67908f5ac9ad9db148b8f69ce1273af68cf19a0ba8808871e371af55227e41653bc603c2267793b5dcdce0ea1d76c3912ebf0d55ba196804e42f585f916ff4de0db1d0211132b3798e6a0f9635cc485b680208e19c0b63fc6e4d5e44ae1957178a0351cd14085782bc1e78f25b2b47e9a1aa8d37d6dc6bcbedddaca3760644b418ca77514f1ebeddc6bfd642b420293e9cf96e9675d0cd6a012d35d0ac510bbcc67fdc4370ce95e7cb9058828738035bf3f7a9fb4b24f2a5c68651537eb45cccdb75937cd360444cdefef5df9a31407cd77ed5a77658473235bff37b161153bc0006351a1e8f89110a9b4afedc3b7884ec786a750de5f8a2c6f25a63600782a2e8b1dd452b1bdb9810354134ab078b8b2886c6fa8ea4c812b2de126860b4ea9e27a367341f02dbc8677cdf3d664bce1f5f4e4f3f65f6f20f4cb5f2e05169adc376cf1e0e661c9a44fe4e73cb6811fb47925dc61c7f4416edb3394a7a215284053145d71395f225f2f62e2ff4d2f87da455b48235d9bedf8038b704f35f84b04d0f888c3bb7ef875fbff866c50cf7661c3caa5af36f2e8972a82624319d28920e0ba6326416b7046168d6beeef16fdb523d07ec8d503ae812ea9c62105506941d4809a77c16721f2abced47ac32eb44727568e9832dac7d3be50e1a354fb77260676ae7d3f9a7c8adf52cd7215591b1888f54b5759d22a012a5ef431ccf1946be29afd86b136ca75467e28ee6c675dcce3715757538c353bf6e00d3c1caf629a7b1da40250e73acb36551253fb47e0e8bcb2a094b11790070c35380bd3d5c5017c93ead10efa2e8f5a696ca2062d8c7b568dda629aa73c6c0ac5f1b26d9af2f52d821a89fca0cf56fa6b9d62ba15c490106cb517f942e64197495735263245db96a5976a8bd6d64ac5d2991227a2325df0c1cde36552fe47b7f1847f824f1c573ce1ccb6c2612a817dca7bc5a0dd5740a001487de6f7aa362aec71b6d08588765659ec50095a7bda421638ebd3bacf045c7c5318e48724e0cf86980bda277af6d4cecba38a1dc7a33ebbb40ce6578e61f59d5f16db4b701d9cb3b0d7372614e78086b982644230a6bb2fe71ca44d2754aa5c3ab139016027ddab9360dab2342a843ca9248d58d1032ae63e06df30b7301269771b68d55b5e27358cc3b51083a0e81f03417caaa8a0b0c0e426cf8b5d13c9033a3aaf6e845bfe7f0fa3a27f57ba0673612c135760bd705fd83b63e552a57d9af1c3734822fb84db91246e09bfa70b47dff60827fe6db8653d2e99e3133acf7b998ec9faf7cb1524009f29c27e69cae1a2b3452ef74e2b9f2d3a01a203967c194393ab04d005b512711ddac81eab55fe7282dc0957d9990debbee5585fcdd19e7d49ebf6527e65b3656ee41ebfa0fce4400f96ddfc1fdf55f2e8da51883dc0797d029573b4f225a1ffcede70776f1b58c3a1814b9187aa08a29fee34db38b7fe4f8e8612c45f508150ec6d0e8efcd445d3fb195bf30cf5b226578e8ef95b8112d5dbfe542b8f530b8992015656bea6c0e6b7b5e5603bb1f4a7a21cd0290b9534775d13a6abd3ffa5f1b11864f63faec68aec7079e3cbd9266e7b0a004c3b2c5dcbb5b94992579d7d9bf4eac580cec2219d42aaae145850962f8d6b4ff17b59abdb910e982f0aa3f17110035ee490ceb94ca788f889513481c707ccb53dd5f7a4433c5a819b01131c519ad4f397301897a23f347a5aca7152752c339f592f170a156cc4c34aef23f04212f02b33f57369080820c2401851ffc68d10167caf62c9c8a6619524b41064d57537f7a8c51f8c304063c0f432bca0669fac36b1187064d5aa992b82bc731bbe722577aa3292a44e58e901ec0775886d24a73d12eb79285db8833d3bc2928dbd017f0884ce2a4cb65ff9c6f76a4a081870e990b74b5b06d7c1032603fdee62ccdec831b8a9914fb7dba0444d6603e6c196fe3fb8a19be878c3edd0a0c1766d86492d3f2bd077d582580d8a4cbd3ddc847b25a1f692373a3d0618050c3b8ddd59e59eeeefda9b5ded583bb639e0ca8718409c6072ad9309f4fb160c5487d143256a862470434859d15794bb3e0b61ec57b480279915cb0a5a15885676dfa60376e435f2466476f7011d94c2300354601edcf5036603710cf7d202178d553d519eef4f8f804690047c0dd558e450533d9ed7173b8d25de631fdb4533c6a9452ebe4168cae10616e2e7b2b4f0051bca5fdaa4cb84447cd00fed3a4e3c8052bbdbf6514266de0ed0ba37f4967f5d1a188476985208464547a84e4cd3aeb81d0b49d6f7e061ffd3a41fa7580c95adad059001bb13a36a6fa8e0dd3dee64a49de854d32fa48d3b8ce66fe4921ee0dd95739dc415d7279bace34db180ad391aa0c9c76e85d17b609c531ef2f2eb7841bd30357f76b6c7fa850e12bb01fee68a3885bc3930a5939f20741df56475f9d72dae3fbe2f6ad25f9da1130f8ba02613dc89fce1427a00f55b37694c05c39cafc675d690e233276ea01051880fb5c3cdd3f5c671223bda9334bdbdb47fcb8c68c1d704586ba48c6478ebd440d78e705af86da4d873cbaf6ba6bc80a35456a0fe37fbba5af2e1c2faf9112c4fab75fee0280b0c71cad0fe7ab8e5d9170efc8e54d15181690768be1640d89860998aba336d7eeefaae90facd65d177e9b20cc7e075be72e9822d91796f387aca40848e5221c9c4032732bed5fc14f738c63edb6c1a2555787b6cb679b5b4442767d05aa36f23319e431d5cf5c5f999adaa47a5a465a8e138581689c7bba22ae0f519ee752f1ffc1347a86e718cd4c5ee5b454c4d8d1f475238705d343b09ece1e33516bb4e9b3589ec6f95a2d773236c1d15ede450b80d7706e470932d96746f640bd0d73da4cfbb2ed0220209fefdaac3c6efa3975b0d070d82ad87273db1b9cb8c1f133a05fd6fdf9015d0add2bc2bd492cd7cbbe4c459599b64c437b017952babcc7fa53b729e90e5272670f0124ae36ea50235882ae967ce3601ebc5dcac1a258ae49123f070b896e8"}, &(0x7f0000e9c000)=0x1008)
r4 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00006c9000)="2f6465762f7667615f6172626974657200", 0x1, 0x0)
ioctl$KVM_DEASSIGN_PCI_DEVICE(r4, 0x4040ae72, &(0x7f00003c2000)={0x7, 0x6, 0x6, 0x2, 0x6})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getpeername$packet(0xffffffffffffffff, &(0x7f0000379000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000566000-0x4)=0x14)
socketpair$inet6_dccp(0xa, 0x6, 0x0, &(0x7f000066b000)={0x0, 0x0})
r5 = socket(0x10, 0x2, 0x10)
write(r5, &(0x7f000080e000-0x20)="1c0000001e000720271622081d000000010000140000e4ff0180f70000020011", 0x20)
setsockopt$inet_mreqsrc(r3, 0x0, 0x25, &(0x7f0000f33000-0xc)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, @loopback=0x7f000001}, 0xc)
shmctl$IPC_STAT(0x0, 0x2, &(0x7f00002a6000-0x2f)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
setsockopt$inet_group_source_req(r3, 0x0, 0x2b, &(0x7f0000325000-0x118)={0x80000001, {{0x2, 0x3, @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]}, {{0x2, 0x0, @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]}}, 0x118)
2017/09/11 22:56:56 executing program 5:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/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)
r0 = openat$autofs(0xffffffffffffff9c, &(0x7f0000002000-0xc)="2f6465762f6175746f667300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000df2000-0x8)={0xffffffffffffffff, <r1=>0xffffffffffffffff})
r2 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r2, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
sendmsg(r0, &(0x7f0000c23000-0x38)={&(0x7f0000f9a000)=@nfc_llcp={0x27, 0x400, 0x5, 0x4, 0x6, 0x1, "84c3851e27343fb20b3b48e630148ab7ed203a087d91a6ef04bd6affbb0611d2d9142437569971d32b5ca6c11b782f948b2d2814b6cc8eea054732308cd5dd", 0x5}, 0x60, &(0x7f000076f000)=[{&(0x7f000041b000)="ec07f2be7d0ddc1f123ee6b502477a62ef9b651d7c263e", 0x17}, {&(0x7f00008fe000)="ed714ec8b5bdd6ae6a4c016134a115ca70fa67fbe8c774864649", 0x1a}], 0x2, &(0x7f0000a71000)=[], 0x0, 0x8000}, 0x4)
mmap(&(0x7f0000e58000/0x7000)=nil, 0x7000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_IP_IPSEC_POLICY(r1, 0x0, 0x10, &(0x7f0000b2f000)={{{@in=@broadcast=0x0, @in=@loopback=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@loopback={0x0, 0x0}, 0x0, 0x0}, 0x0, @in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000990000-0x4)=0xe8)
io_setup(0x8, &(0x7f0000771000-0x8)=0x0)
socket(0x2, 0x2, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xffffffffffff2ba4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000a93000/0x4000)=nil, 0x4000, 0x0, 0x8972, 0xffffffffffffffff, 0x0)
rt_sigsuspend(&(0x7f0000a94000)={0x0}, 0x8)
mmap(&(0x7f0000000000/0x95c000)=nil, 0x95c000, 0x0, 0x44031, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000095c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$vcsn(&(0x7f000095c000)="2f6465762f7663732300", 0x4, 0x80000000000800)
connect$unix(r0, &(0x7f0000001000-0xa)=@abs={0x1000000000000000, 0x0, 0x3}, 0x8)
accept(0xffffffffffffffff, &(0x7f000005d000-0xe)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, &(0x7f00003a5000)=0xe)
r3 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f00009ae000-0x11)="2f6465762f7161745f6164665f63746c00", 0x100, 0x0)
accept4$unix(r3, &(0x7f0000789000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f0000404000)=0x8, 0xa3f619807a60474b)
mremap(&(0x7f0000a94000/0x2000)=nil, 0x2000, 0x1000, 0x7, &(0x7f0000003000/0x1000)=nil)
r4 = open(&(0x7f0000651000)="2e2f66696c653000", 0x101000, 0x62)
mmap(&(0x7f000095c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r4, 0x1, 0x11, &(0x7f0000175000)={0x0, 0x0, 0x0}, &(0x7f0000717000-0x4)=0xc)
mmap(&(0x7f000095d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000095d000/0x1000)=nil, 0x1000, 0x3, 0x20810, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000095d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   72.402167] sctp: [Deprecated]: syz-executor6 (pid 6456) Use of struct sctp_assoc_value in delayed_ack socket option.
[   72.402167] Use struct sctp_sack_info instead
2017/09/11 22:56:56 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x0)
recvfrom(r0, &(0x7f0000ceb000-0x71)="", 0x0, 0x0, 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x1000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x1)
setsockopt$inet_sctp_SCTP_EVENTS(0xffffffffffffffff, 0x84, 0xb, &(0x7f0000fa6000)={0x9, 0x7, 0x4593, 0x2, 0x3d543cb1, 0xfff, 0x7, 0x1d, 0x8, 0x5, 0x3ff}, 0xb)
r1 = socket$inet6(0xa, 0x2, 0x0)
rt_sigaction(0x2, &(0x7f0000d28000)={0x7, {0x92e}, 0x40000005, 0x8001}, &(0x7f0000209000)={0x0, {0x0}, 0x0, 0x0}, 0x8, &(0x7f000048a000-0x8)={0x0})
setsockopt$sock_int(r1, 0x1, 0xf, &(0x7f00005d8000-0x4)=0x7, 0x4)
pread64(r1, &(0x7f00001d6000-0xbe)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xbe, 0x0)
getsockopt$inet_sctp6_SCTP_ENABLE_STREAM_RESET(r1, 0x84, 0x76, &(0x7f000083d000)={<r2=>0x0, 0x5}, &(0x7f000005d000)=0x8)
getsockopt$inet_sctp6_SCTP_CONTEXT(0xffffffffffffffff, 0x84, 0x11, &(0x7f00003b1000)={<r3=>r2, 0x6}, &(0x7f0000885000+0xe2b)=0x8)
getsockopt$inet_sctp6_SCTP_HMAC_IDENT(r1, 0x84, 0x16, &(0x7f0000a41000)={0x0, []}, &(0x7f00002a7000)=0x4)
getsockopt$inet_sctp_SCTP_MAXSEG(0xffffffffffffffff, 0x84, 0xd, &(0x7f0000a70000-0x8)=@assoc_value={r3, 0x0}, &(0x7f00004c5000-0x4)=0x8)
bind$inet6(r1, &(0x7f0000b69000)={0xa, 0x2, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
ioctl$KVM_REGISTER_COALESCED_MMIO(r0, 0x4010ae67, &(0x7f0000be8000-0x10)={0x5000, 0x114000, 0x0})
ioctl$KVM_CREATE_DEVICE(0xffffffffffffffff, 0xc00caee0, &(0x7f0000c57000-0xc)={0x2, <r4=>0xffffffffffffffff, 0x1})
ioctl$KVM_CREATE_VCPU(0xffffffffffffffff, 0xae41, 0x2)
getsockopt$inet_sctp6_SCTP_MAX_BURST(0xffffffffffffffff, 0x84, 0x14, &(0x7f000046a000)=@int=0x0, &(0x7f0000ff0000)=0x4)
ioctl$DRM_IOCTL_GET_UNIQUE(r4, 0xc0106401, &(0x7f0000ce1000)={0xe3, &(0x7f00006b0000-0xe3)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"})
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f000054e000-0xc)={0x0, <r5=>0x0, <r6=>0x0}, &(0x7f00007d2000-0x4)=0xc)
lchown(&(0x7f00008ec000)="2e2f66696c653100", r5, r6)
connect$bt_l2cap(r4, &(0x7f000062e000)={0x1f, 0x10001, {0x4, 0x7fff, 0x87, 0x6, 0x1f, 0x20000000}, 0x6, 0x9}, 0xe)
syz_emit_ethernet(0x2a, &(0x7f0000f01000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="7c02aa24bfdb", [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x411, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @udp={0x0, 0x2, 0x8, 0x0, ""}}}}})
sendmsg$unix(r0, &(0x7f0000578000)={&(0x7f0000b14000-0xa)=@file={0x1, "2e2f66696c653100"}, 0xa, &(0x7f000082e000-0x40)=[{&(0x7f0000bca000)="ca6755e6e0727a1441a709", 0xb}, {&(0x7f00002ce000)="cfc8102bc37ba51b77a4f5e3cf1b46605c191baa0956d98cfbf0ad0b37288dd498c2", 0x22}, {&(0x7f0000ae6000-0x77)="7ec788af564e390e2a9faa36e064d103bdb005bee877c306367b6c1e4f8d7a6bd69e8495aba4a3895062d1e7aaeada53a8557180e4f57c33fcbc8c590215235d57332cd8b3d8471d0a576fed8102dc9a2ac5736cb030453931c8fd45b0e8fb804439d02338c748aca3939c9df74233d6f4b066d724162cd7cb204341fb65d32724ea0afc79deb9a7f24ebf41ee27cf7889267d561dee123a26120890ad195cdce247fb9f5047031e3abd831b9399d687ff45e5d780996eae7044c897ac1829661bd6ac85673b77bffda9ba08d416d4dd7ab94fc802214aac81b915371677d4b099d5d933d7cd72", 0xe7}, {&(0x7f00002a2000-0x97)="0ab8bd857665af36cc4f3cee9f496c5a566762fb94e403f245e1abf2d5a546adbbbe6ffe80e24814b57e64b39616692e5a8182945eb6be6118c505c7a98844c27d38c6fe19bf27d54121d0ee7dd986b61cde9d3160b0a006d31523235a1b164caa783792764a30d41f390f2e524970b1095c2b80c26be46a99bf0e46ea80c52b600495d3fa9c20b39be96f7b59a1c76049e77b57f783c9", 0x97}], 0x4, &(0x7f0000d38000)=[@rights={0x20, 0x1, 0x1, [0xffffffffffffffff, 0xffffffffffffffff, r1]}], 0x1, 0x0}, 0x8880)
writev(r0, &(0x7f0000063000-0x10)=[{&(0x7f0000039000-0x3a)="3900000012001947000003000000000007040000001fe076480000000103000009001d0066413e055600002808003ffb230300805a16075bff", 0x39}], 0x1)
recvfrom$unix(0xffffffffffffffff, &(0x7f0000c5a000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xbb, 0x1ffd, &(0x7f0000364000)=@abs={0x0, 0x0, 0x3}, 0x8)
setsockopt$inet_sctp_SCTP_MAX_BURST(r1, 0x84, 0x14, &(0x7f00005af000-0x4)=@int=0xe4f, 0x4)
pipe(&(0x7f0000b04000-0x8)={0x0, <r7=>0x0})
openat(r7, &(0x7f0000999000)="2e2f66696c653000", 0x200, 0x86)
2017/09/11 22:56:56 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x8000000000000003, 0x6)
setsockopt$inet_msfilter(r0, 0x0, 0x29, &(0x7f00003a0000-0x38)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, 0x0, 0x1, [@broadcast=0xffffffff]}, 0x14)
pipe(&(0x7f0000498000-0x8)={<r1=>0x0, <r2=>0x0})
r3 = openat(r1, &(0x7f0000a58000)="2e2f66696c653000", 0x1, 0x40)
inotify_add_watch(r1, &(0x7f00000a7000)="2e2f66696c653000", 0x0)
ioctl$SIOCGIFHWADDR(r3, 0x8927, &(0x7f000061c000)={@common="00000000000000000000000000000000", @ifru_data=&(0x7f0000a76000)="b025b07cb4b4927718de6acc40e9992c093025557d7521da0bf413ddb569b487"})
fcntl$getown(r3, 0x9)
r4 = gettid()
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdb, 0x0, 0x2000000000000000, 0x0, 0x0, 0x0, 0x20200, 0x0, 0xfc, 0xfffffffffffffffe, 0x0, 0x1, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800000, 0x0, 0x0, 0x0}, r4, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f0000afc000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
mount(&(0x7f00009a8000-0x8)="2e2f66696c653000", &(0x7f00009d3000)="2e2f66696c653000", &(0x7f00008c6000)="6578743200", 0x8000, 0x0)
mkdir(&(0x7f0000000000)="2e2f66696c653000", 0x0)
fgetxattr(r2, &(0x7f00009b4000-0x15)=@random={"747275737465642e00", "6367726f7570297573657200"}, &(0x7f0000df0000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000)
r5 = openat(0xffffffffffffff9c, &(0x7f0000029000-0x8)="2e2f66696c653000", 0x0, 0x1)
ioctl$VT_RESIZE(r5, 0x5609, &(0x7f0000cec000-0x6)={0x100000001, 0x5, 0x3})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x1, 0x8, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
set_mempolicy(0x4003, &(0x7f0000706000)=0x7fff, 0x3fe)
mlockall(0x2)
r6 = shmget$private(0x0, 0x2000, 0x2, &(0x7f0000d59000/0x2000)=nil)
shmat(r6, &(0x7f0000bf0000/0x3000)=nil, 0x4000)
shmctl$SHM_LOCK(r6, 0xb)
shmctl$SHM_UNLOCK(r6, 0xc)
2017/09/11 22:56:56 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000bf0000)={<r0=>0xffffffffffffffff, 0xffffffffffffffff})
ioctl$VT_SETMODE(0xffffffffffffffff, 0x5602, &(0x7f0000c5b000-0x8)={0x0, 0x0, 0x0, 0x0, 0x0})
r1 = openat$ptmx(0xffffffffffffff9c, &(0x7f0000633000)="2f6465762f70746d7800", 0x0, 0x0)
r2 = open$dir(&(0x7f0000073000)="2e2f66696c653000", 0x440000, 0x120)
sendmsg(r0, &(0x7f0000204000)={&(0x7f000035d000)=@generic={0x2, "949c4f7315d1ab2f23d3c7f6aeb72793780ab2c2af3f31163fc2fbef0f4edc5f7669d8c2c9c7d5939e8c89c63f5f36651b29a3ab123565452e2c098b97806fec613ce0ecfdd061dffc1a5134af93130335428d58588b2e74addf4769694a98559a0dfc266eba2b8b9cb7a91d5e9dc0b9da94f606a0be18d75b5858e57bf1"}, 0x80, &(0x7f0000edf000-0x70)=[{&(0x7f000032c000-0xef)="efee13bf3b7de9afc2cb3d8e10a01a1473fc6d334732ff3e9930de4bc2408923abb5d30691ff9a6d3619d98c8681621c29ae4b8303dd2bb3fac4e0522e85d604ad0bb93059a79c49701c232632cf13016c235ddca7bd11e5023c708aab7d5cbe036d076c372f026a39ec3eee3ac474e632cfde48c01b1182f2e9f606c1ed8fdd0982184def5d003696129373434f4ceeec428e930aeb73085f38a0d1eedd3f139870a20ca8cc0be04bdd4ad5ea01291c51d96bce5cf1b103bc1458e15676bb5b9cf01f03876c4ba28a89a133e238aa5e1228705050bdd9b77bce6fdbbcd2b47a27ef6d4945ffa973d2207119b6fb8a", 0xef}, {&(0x7f00006a6000-0xbb)="7f8f769eea15ae9b16840b226cb07c598ef6311f3750fcbcf3f703ec7c4be05a147b31a7f26ed55ca5bea5635115a6f8bb48381091ddbfd1989f816dce54ec46183e3a239f95abf69a73e7f0ff707f4467a219e5942959969d05b620101a9da45b16944ba6bc313f32ad7d4d0092662865379dd3a632ad90544f20388ad5e8e2db233ec2ae07d4f3c4a6a684c5a17d1404203c516d16f0e447d1cdecdace8a0e395c99256dd08760dcce48f3673587ba349253229a42accd423060", 0xbb}, {&(0x7f0000dd7000-0xa1)="3b470aa00154d57f0ecf1e610a8ffa050fbbbec5bb9465c96a677d1221b9aff607170d4ef001c87e871e74e4d4a0742485d06533f60254c78577296620848908fa998320fdd08f1fd44dae8738784b470855b5fe207bc9c4b92f1e58d1f6aa859882c9a0a73c5df9d4e300bcdd2bdc7565b0e03b06720a9f3216fdef7f8a53d703b2a25a29335ade95c5ef27f9df89fec25c98c05f4f868b917988ae1847db9dbf", 0xa1}, {&(0x7f00003bd000)="218df5a533d0561b8e0ad8608934cdd259472079ba33da9828a3d1ceb2f1f4ed1978fad50b9067e87c485a579b3a8d5656e1cf55d049a55a3fb71b0132bf4575bb4c7ed8a60a2831aa83ccb54994035673de3a6c5144dd44cc1a94909324ee292a0033cd2b306300100c7533488f3c184965419efda9caaa0b8802a4b5cb7d81f5a673", 0x83}, {&(0x7f000008d000)="b02d9d29a1c13351156d74610378df8ce72de5080604e5", 0x17}, {&(0x7f00005e0000)="cc73c85094e94577cef6e7d2b83c26261a56946afc4ac46a0edf77f1852056203d5b5963f628220b6bd48a740858e70c710d2ee9b62ce17e5016c244bf1959066b38c589fd4bd5d31373e02fe5c35529d4d4b55e18746046ae6ffb650a96b3e6382b71d6d1cfdfbfe5d3e30a7a247972f0132b6a96bfb2cbce5e917290feab718f612b96e160b462ac72c38d8c9be5c929f7d77f27b66bf9ed473127c93dd1cfc54f8e0cfd599db02a8b56e27b726c8ff244ae84473fce72717bd33503f12c3affb76c427b69ee3ac340b542794a38bda214123e244fce243b1c8301bef0ea07407bbecfcb48d970", 0xe8}, {&(0x7f000008a000-0x53)="c2934db9206e4a7449520bfa2822101f5d61db968a33131e3b4f7f4bb2d2270ff4fee2149d816a8cdbf3e67822cb67e1885a8731a9509a7ab7098926a245405bed9d6841f70b506a0d3670fc6d9c09fc27cdcb", 0x53}], 0x7, &(0x7f00006eb000)=[{0x98, 0x111, 0x1ff, "96cff5d0e403ff033271dc624d1ffc676e2a5f672938bf1f3ab40cb82fd5f66e54987f672131dcde5e2536501cf0a0d0469fedd1416930a4a6fc9af119b5039994020f8cdfcca222528a0dc30980d542834f2c593ccdbcb842c680e70c2b2bcb85ee74d6400e78707117a060495f3c8f209f58a73e4d2c7c236be66eda5095e64d38a02c"}, {0x10, 0x104, 0x3, ""}, {0x88, 0x101, 0x9, "d9e28e45bb50e5d5fe86e6490b30001b6b11d19a3a57e25218ce40fe9b9ffd7e95ef5acab22073cfff2eb3cce3a339dcfd2842c12a12779e9277020f3c76b43b15cd23265831fc545c237c5bbe55a3243ae7cfd733c8530fbb7d0736d73230beb1777088d044c09d6980538f98195a32ff65"}, {0xc8, 0x12d, 0x20, "b7bc3c2a598b32f7b81c472cd8383ede1bbedf755af2681292cb1f90600354f2963935c56a97437e05a6cdb1c5ef0494862949fead67d3b6a3b24f6e6716836c0fb265787b5fe27868994aa3c9fe9c54a1d7526c29ffab58e2fdfaaa45d347b94a889de9e308b48bb4f6fb41eb6db638b0dd2b2795fa489a7032f59ab0e413ef45bb6aa03d493b25892346f37994b190f03b17b45d0a0bdef1d3572397749687e297dd7e618d7e06669a579cb36f17723382871b95c96a8d"}, {0x58, 0x19d, 0x0, "6100643f25b6c3e245264a59f9b5fa05b82a66d3efcb1fa4fcec1664056977fc7a1d9054369e8305cf1230ff5440dd0fd84c1f5b77d3bca5cfd2da4beb8241f364ca34adb55acc"}, {0xc8, 0x11e, 0x1, "8b35839132d351b6ffdb841f77ac7ddd9cea7362fdd955015c70f1fb926103914ba8c5d1732d60c63b426f1e50608cbed457958328491e6338fb866c13e5d755ddac0275cf0774023028d514c0110779e22e814f5151922aadf5789629e6c2203324a42b843c9b2ebdaf1f69558427c18614fd9e09c6f8a93cc4e091680df5ae0053bbfacba79620d2d07f4ca97edd354416360abc5945986db5a5ff5308f51fc1d7de42f5baf7f45bae649fafa5f20203a3"}, {0x68, 0x0, 0x9, "2736c968a54e6d3cb53e4289af8612ccd398884a737a4ba9ee5206ee081c167f707b4997b57572a64f6cc4036bb22e7eea3038d98b6c932a76026f71b3761428e8ab84b58fdcab4b47d1ce40e6283bfccced"}, {0x58, 0x115, 0x1, "84b0a5eff92fdf050f2c338c2ea37203e9d3d50b462e51c6bdf9df96746e83387f9cf1c497eb39f257bc4ff1b242a83d3f6287d4651ebdfcdfad410e4393f3356cfae1f4c14c"}, {0xc8, 0x129, 0xe5c, "2a4bf836028b33513548b253318e953cb8b0ed772e0f2ca9d392f6e089549179bb54456e7094bc2672579f15a8dde09df93304679f18df26002e9c3debfdd34c8bd43e37a665ab945e41cad73aed4a9e13ec18364885d00a8c0d92d706b1e073f760fb32bc1d61170308eb4de6547e593d7d45769d629fa3f9174df9ab25337bd940a709777383256100714bcda3f5f94975df1f5d00d7cf907d300d8419ce02620e2917f58b3f22f1f6d1a5e6d1c3d353a9"}], 0x9, 0x10}, 0x8800)
fchmodat(r2, &(0x7f0000046000)="2e2f66696c653000", 0xd0)
ioctl$int_in(r1, 0x2000000000005441, &(0x7f00005f9000)=0x0)
ioctl$KDGKBMETA(r1, 0x4b62, &(0x7f00009a9000)=0x0)
2017/09/11 22:56:56 executing program 7:
r0 = syz_open_dev$sg(&(0x7f000005e000-0x9)="2f6465762f73672300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
r2 = perf_event_open(&(0x7f00008b3000)={0x2, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x4, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x100000001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = socket$inet6(0xa, 0x8000000000003, 0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000c40000/0x3000)=nil, 0x3000, 0x4, 0x3d, r3, 0x8000)
r4 = openat$kvm(0xffffffffffffff9c, &(0x7f0000017000)="2f6465762f6b766d00", 0x0, 0x0)
r5 = ioctl$KVM_CREATE_VM(r4, 0xae01, 0x0)
setns(r0, 0x8000000)
r6 = eventfd2(0x1, 0x80800)
fsync(0xffffffffffffffff)
mmap(&(0x7f00009c6000/0x1000)=nil, 0x1000, 0x100000004, 0xa010, 0xffffffffffffffff, 0x0)
r7 = gettid()
r8 = fcntl$dupfd(r2, 0x406, 0xffffffffffffff9c)
set_tid_address(&(0x7f000084b000-0x4)=0x0)
mmap(&(0x7f0000d6b000/0x3000)=nil, 0x3000, 0x3, 0x800000000032, r2, 0x400000000000000)
r9 = getpgrp(0x0)
setsockopt$inet_tcp_TCP_CONGESTION(r8, 0x6, 0xd, &(0x7f0000f04000)="6879626c6100", 0x6)
r10 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r9, 0x0, 0xffffffffffffffff, 0x0)
ioctl$PERF_EVENT_IOC_DISABLE(r10, 0x2401, 0xa)
perf_event_open(&(0x7f0000a83000-0x78)={0x2, 0x78, 0xde, 0x3, 0x0, 0x0, 0x0, 0x0, 0x200000000000000, 0x5, 0xfe, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd1e, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0}, r7, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
prctl$void(0x11)
ioctl(r0, 0x5, &(0x7f00008c2000)="ee1bc79fa7d002a95eaf5045f82f3d48a60416ac1c92e702f9d2121737bf3b49e3f37c363c5916e77cabbe0eb93d0d0fc3220f12000081b7c9d9d99279e8d623b8ec724d680c1878f30321a601800000000000006c28da3723c0545450d1")
ioctl$KVM_IRQFD(r5, 0x4020ae76, &(0x7f0000026000-0x20)={r6, 0x3, 0x2, r6, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r11 = eventfd2(0x0, 0x0)
r12 = eventfd2(0x6, 0x40000000404)
ioctl$KVM_IRQFD(r5, 0x4020ae76, &(0x7f0000018000)={r11, 0x8, 0x400000000000002, r6, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_ASSIGN_PCI_DEVICE(r5, 0x8040ae69, &(0x7f000004c000-0x14)={0xe4, 0x3, 0x4, 0x2f15e4eb3d518911, 0x7})
ioctl$KVM_IRQFD(r5, 0x4020ae76, &(0x7f0000e98000)={r11, 0x8, 0x1, r12, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
[   72.513749] sctp: [Deprecated]: syz-executor6 (pid 6440) Use of struct sctp_assoc_value in delayed_ack socket option.
[   72.513749] Use struct sctp_sack_info instead
2017/09/11 22:56:56 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
splice(r0, 0x0, r0, 0x0, 0x4, 0x5)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000fb7000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket(0x11, 0x802, 0x0)
setsockopt$sock_int(r2, 0x1, 0x8, &(0x7f000077f000-0x4)=0x0, 0x4)
syz_emit_ethernet(0xa3, &(0x7f00000d4000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x0, @llc={0x93, @snap={0x1, 0x1, "bf6e", "ba6f9d", 0x884c, "616321b4300168f5394d2d664e13cd9cedcce698f64683eb9b8515fe0b0661273cc312570ae54a5870e1a34948b3c1ca9fb91e69a9ada0723239bd302ca16cdad0ba857baa7b634996d2a595f542b3f93a4a60cdd1fe2afecfcb8c1efb425237f079d0a5d71472fd9e85425f122a493f090955e3703284d3842c8bb8a16c7a15bc0eaf5e6c13e25d784f"}}}}})
mmap(&(0x7f0000000000/0xd21000)=nil, 0xd21000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_tcp_int(r3, 0x6, 0x13, &(0x7f0000d06000)=0x1, 0x4)
setsockopt$inet_tcp_int(r3, 0x6, 0x14, &(0x7f00000f5000)=0x6249, 0x4)
mmap(&(0x7f0000d21000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_dccp(0x2, 0x6, 0x0, &(0x7f0000eb4000-0x8)={0x0, 0x0})
sendto$inet(r3, &(0x7f0000d22000-0x1)="c7", 0x1, 0x20000000, &(0x7f0000d17000)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$SO_BINDTODEVICE(r3, 0x1, 0x19, &(0x7f00004cc000-0x10)=@common="73697430000000000000000000000000", 0x10)
setsockopt$inet_tcp_int(r3, 0x6, 0x13, &(0x7f0000d15000)=0x0, 0x4)
socket$kcm(0x29, 0x5, 0x0)
close(r2)
stat(&(0x7f00003a9000)="2e2f66696c653000", &(0x7f0000e83000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r4 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
writev(r4, &(0x7f0000ebc000)=[{&(0x7f0000c15000)="e760f93827ef638c3c8ffb61f418194d79edf43bbe8dd6c959f6bf29e2da4460fb124052905622cf12dbd3f64d42a36af968ad723104176b29ad3bf9abd1c1dd9dc5f51c61ca36a6822c33f9a96093077c77338342ad4cdd78a545e00531673ed1094d1bc80111650258e57e5d8cb930781ad49d0a6694e136f1ab4b7b3df8165a9e3aafe1b8646fdc797cd1ce40de4968e5911be2b4ab8f960fc5bea21e436055522b1c748332e630596ec40075f2eee291fec261dc5d166730d9a6eead5b8d97", 0xc1}, {&(0x7f0000de4000-0xc6)="73dbd9d68cf6f954ea86f54db959d71740a7d6d60bb02ad4e15872ba827dddc4bcbd5d1e4d7cb1baf6d33df17e62c67ef5199f2ecd811c011ef7ad053b4591643af91f704560f4d63dcabb3295d3547ab7098b6993002cda8daa7dacc2bed59d40200f6a217f1b9f5dea6a93f5dde0b23b37ccfdbf9e2f70026405ec30df94026f7a36a3ecc0dba3a3fd3c834b5e07a1e7ce2e6b57d1a10994a405de676341bb2b9fad85fc8df3e12c0ed96275098e7120aa905147ed5a843cf30dd6e6da8d73703d40645d8c", 0xc6}, {&(0x7f0000a5c000)="d0b4710a9b497f5e009703c24bf5dd6f7c7bdadd016c33daefbb3ca6ea55361e015ca081dcfa3958a07f27c3efe19550cf7e6aa89a217e33686a96827c46ce302aa657ff757cad61d06a93617465021915daddcaace583e7cb87bbd59e3de390934153e8a79f2cd5d8b638c192f9b0f6743c128734d18da5220aea2db4ddb00624467c88261378ea0672c5d0e953cad7717a1ed633d11065f9d8ac98da8c4b94242b92f90e33dab1030bc72d32a2c25d97d241e5e0f6912283a106a20a4066c4198258204e9c543b118257f7648a5d36bb734d6b2d245e", 0xd7}, {&(0x7f0000ad5000)="570e91fa1a26f0178584956cafde673742272019b50560b04132866347942ffeef365cbb4918dea5df9aea7b5d085d2ab6775880f4327ea7b11e75b357aaf897cac86c11f2be2927ba791178baf5eca4e5bc5e843ac95db2e6de521fd6fe0ce0f368fb6aedd9e4ff89d012297ee3a88f99d7e509e00b5ebc6f51f62a339fab72aadd4b9434f78e885a42f448a56ea6fe35f38f0ead08c585ced8f89a99d92c2bb0748bafb8d619709d9b02674c11b845ba4b1f73740e0df06400ea", 0xbb}, {&(0x7f0000aeb000)="56dea1843149925e7e0aa71b1523ad8ef14c47ce1201ef4fb76c51272db5c6bd01709441bf5d5137fe80245ea4a0a32599b746a10aabe7931a6d0d999b065895c11fbcf30910ed0574b88ef22af8267766d5ba53b8efc3303894efb7ebca7ec421acbb16f795b89be80d30450276053263f4238c9add1b4d1f153dd73c39ac0128f3faa4defbd36676df89cd84f9b38c3bcfa6d474347a54c668ff0d05add618b2be1fd38dc83b7e5d762f9a0c318348", 0xb0}, {&(0x7f00009ff000)="7b4d553dca356fb6e8bc812123aeb6bd5216f905efaff6c13661f767884cc80f0fd590f48d1de403e11590546c12906a4e89a1800731991ac19c1c0c46c55a2d237eb391", 0x44}, {&(0x7f0000757000)="94358c897c4a19cc0e826d1261ba7074613b1559f8b65e0e133e4301f173a3d0f94bcbd4ddda0f65e997efe3412ade667658b7b266097ed2e485088c2647698ecd57024abe6ae886330ea69257130c60d641e88cf72e6d28e621d6851d87cad7910104b26ade7f4ae9d2631245f3c2b3f8b167e40a52e9387a99917930b3e709190f73c9b93c0ff2fe69ea74504f599430108b8629b5172c66008bd50956196fb40a9accc9c1fb654c00d85cd4afec6de51840d3d8d4d9ed787cb1e3da772f3b30727f30bc87fb22202cef28469278131273f87aa4a2e83cfac7177ba206a0b9cd2c", 0xe2}, {&(0x7f000066e000-0x87)="3837900a0506d7d9f085fa4db2f04c5ac8007080d326089726a1908408b0b33412220784a3454d4d79712d0c71925c5677887ed3633c945a1be60c1861ed2caded966e80384a97e249cf2e3e5ae38ae3d5ebb76fe77edb040b9127cd42611fdf974282210af4725921d488a322bd3379f677970e90983813d3102d2089102877ff87652c7ea133", 0x87}], 0x8)
fchmod(r0, 0x8)
r5 = open(&(0x7f0000fc2000)="2e2f62757300", 0x141042, 0x8)
getsockopt$inet_sctp_SCTP_RTOINFO(r2, 0x84, 0x0, &(0x7f00006d3000)={<r6=>0x0, 0x3, 0x1ff, 0x7}, &(0x7f0000120000)=0x10)
getsockopt$inet_sctp6_SCTP_RTOINFO(r5, 0x84, 0x0, &(0x7f0000b6e000)={<r7=>r6, 0x8000, 0x7, 0x200}, &(0x7f0000f0f000)=0x10)
setsockopt$inet_sctp_SCTP_PEER_ADDR_PARAMS(r2, 0x84, 0x9, &(0x7f0000aa5000)={r7, @in6={{0xa, 0x2, 0xffffffffffffffff, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfffe}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4000fff, 0x6, 0xc0d2, 0x401, 0x2}, 0xa0)
mmap(&(0x7f0000001000/0xa000)=nil, 0xa000, 0x1000002, 0x11, r5, 0x0)
madvise(&(0x7f0000007000/0x4000)=nil, 0x4000, 0x9)
mprotect(&(0x7f0000781000/0x2000)=nil, 0x2000, 0x0)
getsockopt$inet_sctp6_SCTP_PEER_AUTH_CHUNKS(r2, 0x84, 0x1a, &(0x7f0000fb0000)={r7, 0x1000, "f78618d7f80deb55b129f230477933c50531dbb919c7334f40e71be0551f81b0be968494c813c07a6b3206c5fbe9cf699288608ae128ddee346e9367a2bd5665167040412dff82cb24143a66f21e839ebba270a6a1482700544608fb66a90f73018dfdf80a130b85b00938b86c867e1495465de7b06e33391b6f7691c2ebf42e816760d2b913fb3609fb9351bb274fae6c718e6d8359fdcabb134e956429fc3c837e8bfb9e1d4e79f7da249b50eb4dd86c776cbfa181999ca1279e6d929d8f435e4bd39ef074c555ed576011206cd7ff8778e4a9704b08ad750e2686183f6e378b3dca661ef24404a4c231562b2690e2c90689847fdf19da1fe127ac8805a49c95c0780640fe406421e331fd8524544a1b052cab2e0b194c2cf3117e2876e65bac270860d7a1920be041ebcd4a339ecc9991f996dabbd673731c99eacf4dd208e42b1adaba9510e60743e15c20dfcd4963805bb4927c5916fc35a0c190a736b005bc2e45aff76297b45fe0d4c527a474bf02665acdb900796ac8490b91405f6c8d11f740c2279d6f698deea74d4ae6174ead5788184c8b0f487cf30df55e108ba8338909108afab797e7d2232fa4b035731389910176f63efff127d68c9d4516d9ddf73fe6a919bf3e31aba71d45d1a16566cf77e33ec23fc71a63d2a37cc24f88054c47e504a524948127887345ed5ccef9be03b1b5d48ed4d3018c3ab60965ce817671035be3246c46ae6a0ea7e53bde17e283fab3576238aa8653bbb99d4ac1b313bd43671fec5d59139a8e51ede6e2115387010a4c0a71628f374dc7140d673acfafd14e635fe46d3e951099fe0d785e45d1b190e99b15bb0a9ac8e4c7c4cf7b5753c17ed20b40ef65e83ac36d3ce2e175470de346a27fd03f36f447d8630a44962e6e8e346cab718e44f560aaf2f5ee9bd9699f16d1ddfdf49165a4affd878fef84879b18b02483e3e62c79fccb2e19da2b52388a4efd9fe338cc3f17b2c2710b93a40dfba64837aa945d0ab1da5c37c5a8ad19e3342fb4c26e9212745209c638898ade74cc3a5b6b1ffaf32b2ec01673d0a0e3cf6137e2168cb16f8171da59f55d20ff2fcc69f86f5278888e76dd3a4117f29cf7844b0ab440079dea4386b2b6d3f8c00944b999bba6c093b824c3a55d83094b1495fb84df2bdafd887824ad77727a460ff1cda3b9ba5ddda9dd13f0bf4f8eea2883400c19c69ab53593cef06486cff2f40b7e46b990bf1c2ee3c9fc26865fdbcbfefe516d8e5e201e1963ea414de9a0ee27e46b9d8969921472f404da71e94502a788445c5d92c8688e1d0fc8566e7a861d15be5a157032ed137de2438201e1b115e5c444738e622902885c5f8922b4d03fadde74a96070b3d7b428ccd94da586666f91433bd4bd773eeb547887cf4b884cc11e5b10b87929c200604e50d516eebd492e69617d0a7fd4624a1f835a9b9a66490a05463062a5f58463eaf6d3173e2ebe91cffbefbd9e6853d47927c00b5c35b6f7b2d286d93e50a9562a9911baffd05f1d6c5e2382e2412a10ec4288af70a816220c5270c8595672e2b029284fd5e3c5cf2ff3706742775f8a62c2aa720e94caee76276e7ff014aab0745e3927542db5059a754a5c66ef96ddba69ed7ec8285711ecfcdf4c07012ab772435735aa5f8a73a2ea507ea07bacc4b4abc04da4e614c7da6df690d6e0ec63e07ae658159bd9205922f938f6bd8ed4350500d3ecf1044bad7f37fb9f0be3fda46d6c69574f0fec1468f038d3be1b4b573a67811132d8fed6389c7eaf6c2c872de226e51d664ab6afc0b46876b152f0e5d6ebeec612412c1595da7ad6aded3c7571bce4ea97062d43d1854815686690f78f04cfbe866569252c06a198fb9f187d2741a3408be9796544e4fa2c4816e1dfb57886863a2bcb3c67514eb1a3579de08d265711a78b2daebec2f23934b0673fd128571b3fdb3421a77bffdd1fb2a0a1555fa1f75a9f7e2f7ec459c377c661836c1f426b0ec771ac5a0803812a95f361c4b50214c4ad363dc7fa68c52baea229ec8966277702432e00c7f95bb46c6c134296e8d0e5f22e8e75222c23a4d151e9b06cda6494e292b1183e271bc0b9b55b94e0cbd1eb4371d90ba0551502f6254a8d0d5b913bbaac767efb04aac8c3f6bd407f69289a76345b6901040dcd7bf5dd9c5cad033225a4cb20f3a27bf4949572e7b79d03acd685a0a3f8047c5f0a4dc698268c2397757bd6a342391fca91326a44348b352e18a9a5faea7ddf844f17a04c72caf001a945891ebe0ebd2ca96432b5cb6643cf69942cba72d12313ed77213a28c0be5bb19074df2168e7be979a5e13e86785dad0ab2f11651a6731f42cc86261bbd7ad515150b55803a96ccdf1fb95261e13cb2c33cfcfddea44ac3a8236e97325aa2ae6b989ae9054be370e5fcc513c5f4aec4732379f670a71bb3ece2ebeb5a47d9ad46956fcf41340ce5545b023d7c10719997c07fb75a517b29d731e4813a9f428fd306eb958a75740ba6868a2c3b7bb1baf5d96c6fc9b80578c77a27d8d24503d6151a252f9d7e5fa305c6fc3f47248dd537ec6c458ea5f0ac9ca9a73baa38f07f88304d79f970f605dafba33027edc32848ae3c6db16f83b16e86dd1c645bd0e2ceee241799ae90c0b7dfac7328f303ab859063d8734bf0f1d8e3a1ea3927884fc7e2a0734497e115062e9de1f1358c588f462fa2736d04e4f8e2962e2a6eeeb43f5d836b2fe15074971530905a146c126b79635b0844cc04eada6731bad593f96699b211e8e8d9b491a0f5c4185cd365895784ca0c9886f9e4d30f4a9579e262168dab39e442a245cdf248d60acff1d1903e71b55b88a0730d9b2cf6643d0cf8b45d710fef7cfada5ff38d44a286da15f3af768211dd205e3e455f209eb2fbe5fdd5d5ec05850ecc3a0ba38665e09426befc6c57e1d7bb74b1a0cdb9d59062a6f059705ec74aa18bf245f7b3e8b8fd379d18fa42db59a0685a73dc78e93ba97defa08decb86debc31d328ed3befdf34438757e34686676501e919567436c255df8479f9e0022953a48f75f2bca73f4f0a9d22220bb1a8895e16fb0f6b42aace405e98a43346016180b9d35eee17d50694e8f0c2b39282651feabec6d4f6a3f006afd654436db1f525816371da5f7dc3d4c2230df241a17a136b55381dffe07ec6cc7499b488881f0afc60195c2e316ed1507a40cd06751f50244285493759506f6ab93f1eff2458f82b6ed8ee790efc025a15b4fa42a3092fdce8abfaf552545be8e887bce054e065af35915154d776f0967cc46832138fbbf25f6fdce3f8deacc1ecbbd8beecd1fdfb3ee49da573a0a777000caa0426488cde6c732533b48c03e88ae74c84f5556fed4a007f49ae69f475c1047a4bdd6b34d350b6118b2c4185e5da51ba2b8198c170ac0ec8bc1316d4a549d2e33f0cf21d3f0230964bae37d30f74c1ba1b1105391849fd8d47752f58232574bb2c821749ee8a99a4ab2601f5762a695d9c9f8ee219b1f15604315b490ded5d89037cce84609f070453e37941feca58567152f2ddfc49744b75c5697329c79cd085d6d7ae345f43c04a197564aa862d3ee30ebf91a32e48268ff97f08059f69c46bbf73059e9f8a8647b9a4659e7c334288deed243f392931c72cabead3358951454ff22e96a4dee9f07af8dfcb4a1b0892566f6fdf80bf1cdb0112e193dc417362c61daaafcba4276d74fee67e87ff0379b1cb47c4b2b79b93d414c6fb50ac051e8ad939c4e054ecae080d4751d3815cca37a00cef0bb7141bcd98314baa586f36e3ccb3ce4c4a67cfe7831b6baa35468e57cc167dba41bc251f280863b4a276552197ad76dfd79047de532a6002f0fa9ae9b3ea72dbc58984e069894d5a70f0c401a077fc702528185a10dfc207cd60b357215dfa525bae43a3ed176321d50afffbb008d80cb4b7f64305c70ccefae3d1e6569182924d5a9551ae5e556d3abfc0482da94f6a023ec97f002fde5ae3d77561e4f469107ae9030a8d6788ab6f75e403f2587a7756291146f2785f6de911da6559ef8faf000d1b5f4c495a0b17217eb1a693b164c9f7752c707c9bd3fb4097bbbf481987b91e35697758fb328242a783e0a83070adadede730fcaf830d8c59ffef886f5632a8c325f9a4c4153cb37059f3926b5fe89b0df9795a1d0683175c07e0c8f1b2e9f0da708ffb1b78553a6cd6e4aa83f0e07470b12210934b00266caa9085f8775e213fb1d2c9eb647c3cd7051d873b29ec51b5c5654f639f149c715dc311230a38e13c2e2eb62995ea0c6da57560602be8a75d7a77fc8b25dcf11b0434c951d69afc2c269c29ed80892765e930451c1c36f98196462588becad75e4f2a475a41c0067025c90d1d3be4e65343e544947015cdcc7d4c8c31e102e1c8d6e0eea1efc3ccee7aba1c3ffb3e6ee7b2138d4ed2704b2791c4f6d08749fb303d434ac1f98a58f1f535761b059767000bc05ee7a30e00d7dace15d52f750a2194a820e15aa174d999d2043239d452db4c2d862d4d402222bc05c4eedf1ecf09dfc8d2122b7bc49c1fdb0d365f79e6dd79b28f9395d95765d8560e831b7ccfeb381ea95d3b8b734884771e613f501eb145e355654c630d294df8249c6cc1477478120c93f23d081e4df7b0f9bb0e4b7f3e10915d6e7208c9bf4a99615fdb786439bcf21ba1e70dc68583dab02d9b3112b3b1aba82967e2db8050fc2bde7a231019d4a320e1a5bad9ea1f947ff8ae8ed9ffc626b77f69d96181058b14ea9b973e75a1e097f01e5971ba94b0ae07eb01dc79deb9fb56a6ba10f442c6ea3ade10553e43961f9c2d059cd6ef19630a470a435de692b4c43854d8f12513d0ffdc0dc8e5ff296f618d110b654257c145a5590d13ec22983883b3bbcc1231711b4aafb8353bbc352d5b5c816f065fd006019c81b0737a37dc23f1f10c9b76e132a011a19cc1cb174cb40fc0dd315240055d2352cce04e190ae9795a788127a16fcba91da1cd52ac97f4273322f2bd39d92031a1670b7e6c7c8e4b0198a814b77dd36b525f070244475e4d7858ba6612b699474f49e440e2fb1558bee9961725b15407dba238a922074aa693ae493c61a71a52292ea00fcc0c335a803f398333949520ec9c10ea31f061a5088f382e21fff7083db3d5010b7f977cd4e8b720d58af90705114230909553d2e1ac1d3047736243f985835fb25696ae9ce3fb77d72ee1a6596da540d475caa879a1fe424fb5e63050ae2a939a842f5a8f58f27438c3266e30ee028e125b04722e75e8512cb08a3261cbc28a8fa57982ed4565d6e6190131d9c4fb3573c23414e72683b77b7999a01c61faa96f254d8bea8ff20782b6107fb7fbedc2a8bb7fc3122c7cb36076c2a7f64b27faa0ecba17e338e7e09d58a82a11693a1ea9e7412a6adda6df733163b0e505ef9b981e9fc325ce663d818e8585806df3417c6d6e5edd3607f85776cf054cbff89df6861574f48cd2e6a922ef8ecb3b3b3402091551a877ef333e42df145efc2e6e58a3f82a655229998dfc785c42f9a6f1a2f38d5e0257c3684d70bc0bbab7bdeb59f7772e5332a9490ec196725cce28a44157116f99bc777b7086bdbba520945cc03e4e2b2a7f2d132deb4d24a5f28ec183b8dda1152308a07c23c503e70fa8fde5b8161466713cd28c0bc1df71a462e227bcab1558dc5fc9e12e24448fc056aff9ab160d050c3a54b6588662861c8b690bfd3759f02ce7b44c28101d92a41e85fa2b6f3a90245eeecfab257adc31085d28fb483b86ea98b7e79ff429db85e3"}, &(0x7f0000e7b000-0x4)=0x1008)
2017/09/11 22:56:56 executing program 6:
mmap(&(0x7f0000000000/0x51000)=nil, 0x51000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000051000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = userfaultfd(0x0)
ioctl$UFFDIO_API(r0, 0xc018aa3f, &(0x7f0000002000-0x18)={0xaa, 0x0, 0x0})
mmap(&(0x7f0000052000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PR_SUPPORTED(0xffffffffffffffff, 0x84, 0x71, &(0x7f0000053000-0x8)={0x0, 0x1}, &(0x7f0000052000)=0x8)
ioctl$UFFDIO_REGISTER(r0, 0xc020aa00, &(0x7f0000052000-0x18)={{&(0x7f0000012000/0x2000)=nil, 0x2000}, 0x1, 0x0})
mmap(&(0x7f0000052000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$vcsn(&(0x7f0000052000)="2f6465762f7663732300", 0x7995, 0x2040)
mmap(&(0x7f0000053000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_DIRTY_TLB(r1, 0x4010aeaa, &(0x7f0000054000-0x10)={0x100000001, 0x8})
r2 = memfd_create(&(0x7f0000022000-0x30)="2e00", 0x1)
pwritev(r2, &(0x7f0000000000)=[{&(0x7f0000012000)="ca", 0x1}], 0x1, 0x0)
lseek(r2, 0xfffffffffffffffc, 0x3)
fcntl$addseals(r2, 0x409, 0xf)
mmap(&(0x7f0000054000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clone(0x0, &(0x7f0000031000)="4f", &(0x7f0000f42000)=0x0, &(0x7f0000a6c000-0x4)=0x0, &(0x7f0000054000)="")
mmap(&(0x7f0000055000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000055000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sigaltstack(&(0x7f0000011000/0x4000)=nil, &(0x7f0000009000-0x8)=0x0)
close(r0)
getsockopt$SO_PEERCRED(r2, 0x1, 0x11, &(0x7f0000022000-0xc)={<r3=>0x0, 0x0, 0x0}, 0xc)
prctl$setptracer(0x59616d61, r3)
mmap(&(0x7f0000052000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000052000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$mouse(&(0x7f0000022000-0x12)="2f6465762f696e7075742f6d6f7573652300", 0x1ff, 0x101003)
getsockopt$inet_tcp_TCP_PSP_CHECK(r2, 0x6, 0x6c7, &(0x7f0000053000-0x4)=0x0, &(0x7f0000052000)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0x5, 0x1, 0x6)
getsockopt$inet6_tcp_TCP_REPAIR_WINDOW(r1, 0x6, 0x1d, &(0x7f00000cc000)={0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000514000-0x4)=0x14)
socketpair$unix(0x1, 0x7, 0x0, &(0x7f0000b69000-0x8)={0x0, 0x0})
syz_open_dev$usbmon(&(0x7f000089d000)="2f6465762f7573626d6f6e2300", 0x0, 0x0)
2017/09/11 22:56:56 executing program 3:
r0 = open$dir(&(0x7f00007b1000)="2e2f66696c653000", 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$bt_BT_POWER(0xffffffffffffffff, 0x112, 0x9, &(0x7f0000000000)=0x7, &(0x7f0000664000)=0x1)
r1 = dup2(r0, r0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fremovexattr(r0, &(0x7f0000001000)=@known="73797374656d2e736f636b70726f746f6e616d6500")
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_netrom_SIOCGSTAMP(r1, 0x8906, &(0x7f0000001000-0x4)=0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fstatfs(r0, &(0x7f0000001000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
r2 = perf_event_open(&(0x7f0000001000-0x78)={0x5, 0x78, 0x0, 0x0, 0x0, 0x4, 0x0, 0x6, 0x0, 0xc, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x8, 0x0, 0xbe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x2)
mmap(&(0x7f0000001000/0x3000)=nil, 0x3000, 0x6, 0x4011, r2, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   72.611305] nla_parse: 3 callbacks suppressed
[   72.615978] netlink: 5 bytes leftover after parsing attributes in process `syz-executor0'.
2017/09/11 22:56:56 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000bdc000-0x78)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000a59000-0x10)="2f6465762f73657175656e6365723200", 0x0, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_SUBSCRIPTION(r0, 0xc0505350, &(0x7f0000974000)={{0x7, 0x2}, {0x7, 0x1}, 0x1, 0x2, 0x5, [0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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)
r1 = socket$inet6_dccp(0xa, 0x6, 0x0)
syncfs(r0)
getsockopt$inet6_tcp_TCP_PSP_LISTENER(r0, 0x6, 0x6c4, &(0x7f0000bd0000)={"00000000000000000000000000000000", 0x0, 0x0}, &(0x7f0000d07000-0x4)=0x18)
r2 = epoll_create1(0x0)
setsockopt$nfc_llcp_NFC_LLCP_MIUX(0xffffffffffffffff, 0x118, 0x1, &(0x7f0000652000-0x4)=0x9, 0x4)
seccomp(0x1, 0x80010000001, &(0x7f00001dd000)={0x7, &(0x7f00006cf000-0x38)=[{0xffffffffffffff01, 0x9d77, 0x8, 0x99}, {0x200, 0x200, 0x400010000, 0x81}, {0xfffffffffffffffd, 0x9, 0xfffffffffffffffa, 0x8}, {0x0, 0x5, 0x0, 0x49}, {0x877, 0x0, 0x92, 0x5}, {0x1, 0xf85, 0x7, 0x10000}, {0x8, 0x9, 0x9, 0xffffffff}]})
r3 = inotify_init()
r4 = epoll_create1(0x80000)
recvfrom$ipx(0xffffffffffffffff, &(0x7f0000b38000-0x2a)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x2a, 0x40, 0x0, 0x0)
flock(r3, 0xfffffffffffffffe)
fcntl$getflags(r3, 0x40b)
r5 = perf_event_open(&(0x7f0000034000)={0x7, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd34, 0x0, 0x0, 0x800000000, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r6 = epoll_create(0xb)
flock(r2, 0x80000000000001)
ioctl$KVM_SET_USER_MEMORY_REGION(0xffffffffffffffff, 0x4020ae46, &(0x7f0000b37000)={0x10003, 0x1, 0x7004, 0x1000, &(0x7f0000abf000/0x1000)=nil})
setns(r5, 0x0)
flock(r4, 0x1)
eventfd(0x67c)
r7 = dup2(r4, r6)
dup3(r1, r2, 0x80000)
socket$netlink(0x10, 0x3, 0x0)
r8 = syz_open_dev$sg(&(0x7f000088e000)="2f6465762f73672300", 0x3, 0x2000)
ioctl$KVM_PPC_GET_SMMU_INFO(r8, 0x8250aea6, &(0x7f0000ef6000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
writev(r4, &(0x7f0000973000)=[{&(0x7f0000ad9000)="290000000000000001010000000a007c0200000001200000ff5005e809000100ff0000000000000809", 0x29}], 0x1)
accept$alg(r7, 0x0, &(0x7f0000cc7000-0x4)=0x0)
2017/09/11 22:56:56 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f0000f47000)={0x2, 0x78, 0xdb, 0x1, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x40000000b, 0x8000fe, 0x0, 0x0, 0x16, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0xfffffffffffffffb, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0}, 0x0, 0x2, 0xffffffffffffffff, 0x1000000000000002)
fcntl$lock(r0, 0x7, &(0x7f0000976000)={0x0, 0x2, 0x1, 0xfffffffffffffffe, 0x0})
r1 = openat$vcs(0xffffffffffffff9c, &(0x7f00001f3000)="2f6465762f76637300", 0x2000200, 0x0)
r2 = socket$inet6(0xa, 0x3, 0x6)
setsockopt$inet6_mreq(r2, 0x29, 0x1b, &(0x7f0000de3000+0xe11)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0}, 0x14)
setsockopt$inet6_mreq(r1, 0x29, 0x3b, &(0x7f0000c0f000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0}, 0x14)
setsockopt$inet6_mreq(r2, 0x29, 0x1b, &(0x7f0000de8000-0x14)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0}, 0x14)
close(r2)
2017/09/11 22:56:56 executing program 5:
mmap(&(0x7f0000000000/0xd18000)=nil, 0xd18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0xa, 0x3, 0x21)
sendto$unix(r0, &(0x7f0000ba5000-0xef)="", 0x0, 0xc844, &(0x7f0000c18000-0x18)=@file={0x0, "0000007f0022ff02200c000000bcbb5b340100000000"}, 0x18)
sendto$unix(r0, &(0x7f00009a8000)="0771c4d875f47f", 0x7, 0x48804, &(0x7f000029e000-0x18)=@file={0x0, "0000007f0022ff02200c000000bcbb5b340100000000"}, 0x18)
connect(r0, &(0x7f0000560000-0x10)=@in={0x2, 0x3, @rand_addr=0x101, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
recvfrom$unix(r0, &(0x7f00009cd000-0xd6)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd6, 0x20, 0x0, 0x0)
getsockopt$ax25_buf(r0, 0x101, 0x19, &(0x7f000034e000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f000037d000)=0x9a)
setsockopt$sock_str(r0, 0x1, 0x19, &(0x7f0000ad1000)="766d6e65743100", 0x7)
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(0xffffffffffffffff, 0xc00c642d, &(0x7f00005f7000-0xc)={0x0, 0x80000, <r1=>0xffffffffffffff9c})
ioctl$DRM_IOCTL_DROP_MASTER(r1, 0x641f)
sendto$unix(r0, &(0x7f0000e67000)="ea65c9fa7129ae5180d24d2460d83c6ea26699e8c549ff40d99031a09d1d7aedc2ee946cbe0c14c7d682da6a8c2573439aed3799a05f409240e0c9746549bce0527274de743b7b2535d9644e8d05eb6eacdd2b52c011f132c92cbca3f2d553049319897f67d2a74b905b3d66366599269aeb60ea3dd3e48a74b5c03d445786d40492b17ccad5bdba337a7d9f39a3563550e92eae35f4737c3cf71fe74f49ffe0aa443058591a1c026dd0fe68827f7f407db3925b409c1d03d0b75bbd2e3009dba3e9f2f08877f58e788d292f2bfdd0ce8e2ed0a09f85b3239f5e668080ad64fd5d84c4c000d95fc0e40b0cf97cc45620031d2acce2d2738d341c3111264ce4a9e9c1e711e84235f05bf6e0cd68ee828c732b3591f04f1c60b6f9d95d412063a0aa6053fbac06b26a215edb06841b54343b0c9b92a88ae148da20dc391ec392a74ddebc099b543901a9c96cbf7f6cc79b19febd3447f0f8af54154d7686b4032156ea55c3a0cd59d148fe648eaf6b579a126a1d12f1d2704311e21f83f0eb7c75a6693eb83f77a6424469a95bca7ab185845947df6a1f288d73fe7d1fea5d3aa3a5707d6359f34f8010abf2734b4c0dfd9474858a235e5aadc3030c3f87232f9a06133f61f50ffdd6bb9940ba58e6644f9fb78b3865ac52447b5de3e16009ffc7d1d38a9a7d4737fc3c0e1900f718f2ef0b95b554c6d76389f1c156d2f7ed96e9bb85dac3e3c6b878e1072d5e3239e5d3455a78e90b0298366cdc71b0d5c1fbea1545fdb71c98443e436828528060fc3e17440115fbbef4d68dbf48f618c58991fe82b1906783de8a52801a1a7f3a495631b0c267b49edafde207803b0c9656b201e3f82f5ef6417882a23aae4ec323a588f0d31b0d9f0d3262799e01ab29581a88a7d6dc1f059a46c6eb4caba8632e1662de02de188009e7220ddd0ea4865b04f8f837bc1be5455d67d84c0a24d6cbe680d0c23d754b2618accd4ee4489e51a0161ef3ed5ccaa9ea09006a42a5214aca8666fd7d35da9a718b7cd78511deba68e15133560d226786bef9fd1c84b73f50b10081bf8ff1c473f35bf56949f7f89d343bed0f6fe2d9d05af02ad952762d149c4de11a5f00ca892f3dc45c8e3b1588bc384a0160019010c4950c9dada6908a18e5e69d3dcfbbe39caae8a9ffe55e5ac3db0402ee5b7ed8e19ab9c5ba6ee58dae284e9462da1013a78392406764e3321719c1aaa9ea8f35f4c3d5e92a8e23cade3675e97f7b56f8715b007bcfb163ce05dbeb8021bf092f903d80231d005e932624397f67004e7467a2256b6e3b0a7cf51fe89e335181b3b08fcc5d7b6c217502b62d7eac13959972b54ed2bf28f822d1d694630bce1d6e17115cfe4fa039640a3430e5bfcd0ebbcc28845a2e2196f134c41f3df4dc1cdeda35d7a100c3633fc228309e7536b0da843c19e77abf5be4c02f63dbb3de71d41ee5cf40b657f58d11bac5116ec9909cd4662fb1fc82113327dcafd62a5dd6862370f71d42f38ab5404871afadb3450c6ea7776da7ad6e615da28064e475cbf8f1b6aadfc1f1d469ef7930cbd952e4709a386cb0b25157a11389eb315b1b53f21ad4e2c47a4c37298c9002cdac4221fb116673aaab2579380fdbee9182c3b99a609aae80dbcbf07b1207f0e73e159697efd93498e8a7915c16d8b5a002458ba0f581bda4a5b7913c2cb7869c3c0d4f64ba31cad8f4d11e2258fbe58c74ee8c173cac639d96e2cd8012a5f1a102190180e8b6120728a8bac20be11050ea5a14d4a719d42cbd5d38f9cf37a337befec33febb8447c275bc75b37f9e54c84ba9317b3d1473ebe45a6dcb5836dd926daf71ea26dca18df08f70bac05a722db18b4999d3ea9d4d2474d979a2559e4b1c5ce6202faf509fbfd5c6b07739e7fd2143a04066bc4fc25e6fd1f61df620f55a9e8bf53e720f4d7ba8e09a4dc88a0aeb2233e61c411bf27e065f4eef4a44b3226a58230df3070008fd5f362d69163ce3d53e5911e0321513bb0911ef5792c613ea656444844ad653925b3571709df42bdee7831a89eef06ce344085656c187b", 0x5b5, 0x800, &(0x7f00008de000)=@file={0x1, "0000007f0022ff02200c000000bcbb5b340100000000"}, 0x18)
r2 = socket$inet6_tcp(0xa, 0x1, 0x0)
getsockopt$sock_buf(r2, 0x1, 0x1a, &(0x7f000092a000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f000043e000-0x4)=0x1000)
r3 = pkey_alloc(0x0, 0x3)
pkey_free(r3)
mmap(&(0x7f0000d18000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_mreq(r2, 0x29, 0x3647044e239e9788, &(0x7f00008fb000)={@loopback={0x0, 0x0}, 0x0}, &(0x7f0000bc9000)=0x14)
r4 = socket$inet6_udp(0xa, 0x2, 0x0)
ioctl$sock_inet6_SIOCADDRT(r4, 0x890b, &(0x7f000000e000)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x811ffdff, 0x0})
socketpair$inet_sctp(0x2, 0x5, 0x84, &(0x7f0000673000)={<r5=>0x0, <r6=>0x0})
mmap(&(0x7f0000d19000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bind$inet(r5, &(0x7f0000d19000)={0x2, 0x2, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000d19000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000d19000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000d19000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000d1a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept(r6, &(0x7f0000b29000)=@nfc_llcp={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0}, &(0x7f0000d1b000-0x4)=0x60)
socketpair(0x0, 0x6, 0x8, &(0x7f00004c2000-0x8)={0x0, 0x0})
mmap(&(0x7f0000d1a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept(r4, &(0x7f0000b2d000)=@in={0x0, 0x0, @broadcast=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000b00000)=0x10)
2017/09/11 22:56:56 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x2, 0x3, 0x40000000000000ff)
sendto$ipx(r0, &(0x7f0000ef0000)="", 0x0, 0x0, &(0x7f0000b4a000)={0x4, 0x0, 0x0, "ff0f0000006a", 0x0, 0x0}, 0x10)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6(0xa, 0x0, 0x0)
connect$inet(r1, &(0x7f0000565000-0x10)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r2 = socket$netlink(0x10, 0x3, 0x0)
writev(r2, &(0x7f00008c1000-0x10)=[{&(0x7f00003c6000)="2900000021001980013d3524000a002002000016000000000000000409001000000000ffff0008ec00c83f", 0x2b}], 0x1)
r3 = gettid()
socketpair(0x1, 0x7, 0x400006, &(0x7f00004be000-0x8)={<r4=>0xffffffffffffffff, <r5=>0xffffffffffffffff})
perf_event_open(&(0x7f0000135000-0x78)={0x7, 0x78, 0x5, 0x0, 0x4, 0x0, 0x0, 0x4, 0x3ffff, 0xa, 0x9, 0x10001, 0x0, 0x9, 0x0, 0x7ff, 0x2, 0x0, 0x3136, 0x0, 0x951, 0xd, 0x2, 0x0, 0x0, 0xfffffffffffffff9, 0x0}, r3, 0xfff, r4, 0x8)
ioctl$DRM_IOCTL_AGP_ACQUIRE(r4, 0x6430)
getresuid(&(0x7f0000145000+0x1c6)=0x0, &(0x7f000068c000)=0x0, &(0x7f000008e000-0x4)=<r6=>0x0)
r7 = request_key(&(0x7f0000c3d000)="7573657200", &(0x7f0000703000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000929000-0x1)="00", 0xfffffffffffffffe)
keyctl$get_persistent(0x16, r6, r7)
fadvise64(r0, 0x0, 0x34a, 0x1)
mmap(&(0x7f0000b61000/0x4000)=nil, 0x4000, 0x300000f, 0x10, r2, 0xfffffffffffffffc)
getsockopt$inet_sctp6_SCTP_PR_ASSOC_STATUS(r5, 0x84, 0x73, &(0x7f0000570000)={<r8=>0x0, 0x5, 0x30, 0x8000000000000, 0x6}, &(0x7f0000064000)=0x18)
setsockopt$inet_sctp_SCTP_PR_SUPPORTED(r5, 0x84, 0x71, &(0x7f0000981000)={r8, 0x8}, 0x8)
socket(0x0, 0x7, 0x4)
r9 = socket$unix(0x1, 0x1, 0x0)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f00008fb000-0x8)={<r10=>0xffffffffffffffff, <r11=>0xffffffffffffffff})
ioctl$sock_SIOCINQ(r11, 0x541b, &(0x7f00009dd000-0x4)=0x0)
ioctl$DRM_IOCTL_AGP_ENABLE(r5, 0x40086432, &(0x7f00009aa000)=0x2)
gettid()
sendmsg$unix(r10, &(0x7f0000001000-0x38)={&(0x7f0000239000-0x8)=@abs={0x0, 0x0, 0x0}, 0x8, &(0x7f0000008000)=[], 0x0, &(0x7f0000001000-0x10)=[@rights={0x200, 0x1, 0x1, [r9]}], 0x1, 0x0}, 0x0)
recvmsg(r11, &(0x7f00005b4000)={0x0, 0x0, &(0x7f00005d7000-0x30)=[{&(0x7f00004e5000-0xe)="0000000000000000000000000000", 0xe}, {&(0x7f0000e75000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe5}, {&(0x7f000042c000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb4}], 0x3, &(0x7f00006c5000)="", 0x0, 0x0}, 0x3ffffffe)
memfd_create(&(0x7f0000deb000-0x5)="6574683000", 0x1)
ioctl$KDSIGACCEPT(r2, 0x4b4e, 0x4)
accept4$unix(r0, &(0x7f0000909000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f00001bc000-0x4)=0x8, 0x80800)
2017/09/11 22:56:56 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r0, &(0x7f00007c7000-0x58)={0x26, "686173650000fd00000000040011", 0x104f, 0x400, "6469676573745f6e756c6c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
bind$alg(r0, &(0x7f00003f2000-0x58)={0x26, "736b636970686572000000000000", 0x0, 0x10003, "6563622873657270656e742900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
socket$inet(0x2, 0x6, 0xfffffffffffff)
setsockopt$ALG_SET_KEY(r0, 0x117, 0x1, &(0x7f0000377000)="0744605dc06c1fe7ff490000ffff79c60fd69720ffed80e8651001007de131", 0x1f)
socketpair$inet6_icmp_raw(0xa, 0x3, 0x3a, &(0x7f000071f000)={<r1=>0x0, <r2=>0x0})
bind$inet6(r1, &(0x7f0000424000-0x1c)={0xa, 0x0, 0x4487, @loopback={0x0, 0x1}, 0x100000000}, 0x1c)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x2000000011, 0x3, 0x300)
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r3, 0x84, 0x6f, &(0x7f0000feb000-0x10)={0x0, 0xa, &(0x7f0000728000)=[@in={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x2, 0x81, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x80000001}, @in6={0xa, 0x0, 0x9, @loopback={0x0, 0x1}, 0x140000000000000}, @in={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x1, 0x3, @loopback={0x0, 0x1}, 0x4}, @in={0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x2, 0x5, @loopback={0x0, 0x1}, 0x8000}, @in={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}]}, &(0x7f0000016000-0x4)=0x10)
bpf$PROG_LOAD(0x5, &(0x7f0000002000-0x30)={0x0, 0x1, &(0x7f0000996000-0x8)=[@generic={0x1, 0x7fff, 0x69cb, 0x7}], &(0x7f0000fdc000-0x11)="00", 0x0, 0x0, &(0x7f0000b93000-0x30)="", 0x200000000000000, 0x0}, 0x30)
mmap(&(0x7f0000000000/0xf15000)=nil, 0xf15000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_tcp_int(r4, 0x6, 0x13, &(0x7f00004fc000-0x4)=0x1, 0x4)
connect$inet(r4, &(0x7f0000f10000-0x10)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_tcp_int(r4, 0x6, 0x14, &(0x7f00001a8000-0x4)=0xffffffffffffffff, 0x4)
r5 = bpf$OBJ_GET_MAP(0x7, &(0x7f0000d39000)={&(0x7f0000428000-0x8)="2e2f66696c653000", 0x0}, 0x10)
bpf$PROG_LOAD(0x5, &(0x7f0000134000)={0x1, 0x3, &(0x7f0000e14000)=[@generic={0x15b4, 0x0, 0x0, 0x40000000}, @map={0xfffffffffffffffb, 0x8, 0x2, r5}, @generic={0xd39d, 0xfffffffffffffffc, 0x7f, 0x3}], &(0x7f0000c53000-0xe)="686173650000fd00000000040011", 0x8, 0x80, &(0x7f00009b3000-0x80)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9, 0x0}, 0x30)
socket$inet6_dccp(0xa, 0x6, 0x0)
mmap(&(0x7f0000f96000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
connect$inet6(r1, &(0x7f0000ea3000)={0xa, 0x3, 0x4001100000001, @loopback={0x0, 0x1}, 0x8000}, 0x1c)
setsockopt$SO_BINDTODEVICE(r4, 0x1, 0x19, &(0x7f0000f11000-0x10)=@common="73697430000000000000000000000000", 0x10)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r4, 0x6, 0x1d, &(0x7f00008de000)={0x1, 0x20000009a7, 0x9fa, 0x3, 0xfffffffffffffff8}, 0x14)
sendto$inet(r4, &(0x7f00008d8000)="c410222a4c0ce3347a44664f444c740335be7d5c39837b20b57cf7dd91f3be619670fa34c093cbae2500b1fc12dd88c4a697194fefa06afc03f7f55ae22e7d4bb460ef0a7ae766d510be4b41d9164aab4a04498111b01a3b030c453f724e2f8953665cc038c8d893283a9768093dc93f2a650105a6f173f65b77f11884f605de4c67d852e0ba0ea8224600a7d4f939df536dff7a1763afb81685bf9b210870011f70c1babbe2d04ff6ebbdbca8a7e4aad85e423593859d758d2df5775e8e16e4105073af57dbda08a5572d5879281c40e4e387402be05dab36e35f8d35fe9d08a1adcd416137a80a44039f6e6ac13878884b6f249439d9f3ff46a8669bc50090abafd12089272e113e6a6a5fb6459a30c5f9b0e229aef10eb090396af5cf389b37a8af85260b6fcee35203fe88fa9cfd4a850eb7f0d1c7810cfae97754697078cdfddac99002c82b96375714de468e3b4a53971de3428e2b10111b06e9de4d080baf42daacfebf8a25f64800bc4d941fd635f1f2d2c7656687b324fbe6cf58ffa5efd421b66604c5c85a3af803e508dffc4f201b5d8c32f7f95512d0cffcfa749f0f630b0b621c927917b0fda7bb5906158191812088544005487a3837e3cf7dd489ac2765026606ad85a9ea819c43c1e512ca06eee004a0fe33bfda148c88b3f5109f54f2b647cec289a052356a53d0162492fe9782337655ae9dc092d69eac2514ec9fff9684bbc3acac9843ece3192505300fc85271ac48ea85ed8942013e759515ebd60d3135fce64fbaf1c79fe9661029040bd8e6404a18db8925d6c6c8ae2c95ab878f8ef574130007cd62385a861d753236ba5d26498dfbed8e01ae524c6c7de42ac78509707b615f535de283c7880c7b5e281575061cd4d9f37aae2a8fd06ab1869d768a6638af37d96e94ff96bf3ec4c2206208bcbdb41c268131bc40eb599a02c36242b54596ebd719a74479e99174bc269e209fbf57224cd644af6d7242c949f91b7c7a9db184760122fae3d68e531800f9c27d9f9e2de0867a8f28bd65aac1fc8826e7feda93d34d6cdb20f58ab6b8a16e5e548124c25aa6897240d7df4ee068d22a62136b46687681770b68497f24f10c11e8b8240a275ad1f46a99b587eaa38216037542fe15a683e621fcd540cc34b868185c7485b98ed0409633518b3cb4e32bade987464b5e4e4f131d502ae561828d3b1d7a9bcdcdf3e40a573dfe5964cc9c91b3edb2322831744bfc4fa6931bd53699a9e5562f8cf9192b760e3386cef7f9c70a1b5dd48f77f9b09d875b834d1f838450b004a149e762fc7088cec68b4bf93f14d29363b4bc7b10d8093deb91ef7254d14c80ca3422b3f4bbc33d727bb0c317e7bf136fe0f51be55e641491ae5fa32f9f999753cf00c7e9b8f844ba1d9dc11cb897a113e96677df48d9c337f3f4817bf9cfa98fcec10ceb83019619d533e876047fcb7db4ac81f4d159ffd635a8d873dc4ca22938f45500b88fae828bf7ba9791a3a5a66a1bb70734a0a368ee435949c24f568b9e5978f6c151c7f614237bf1b9aea9ef0c5ee6652932e90e6f2b39da4baa191de90a746300bca4c0691c453ae8b5bd88b0e718e93b660551cb10158617a177f43466a70961e825b4c450d11ce964d71ece755f2a557b1a0b6d0f4111a39341339a58252645490fea1143939684577e66d9a46e7f72a3be8924b195863b026094110609e88dbc3304709b5fedb5319fdeadb8ea3c0136216688f1b7e0ebc1b38e1e0b84eb5010ebb20839c6dcdfd67205e8ce9787287cba651d255a7fd1d5bd2245a5a76339e3db879a36aac712e5b6c337123af57cf8bdbdb7f5d3a7cd27cba1c2631af3379ba2f9f2b122752460c2a34b32d82b8e0ba8877c4d745936bf832b21fa43756ddf61a0f0152b58235523a4f8797aa300000000000000fd157c09505b7f9fbe44771351e0998d4d459112909e6016ddac800495cd7b05fe5ef2dc1759a551b19ec251a9ace1148ac816b71d771b88a3dfa1b45a6d2c692d906f1e66ee0f0b937be1b7ceef99bc2a98e9dea082ea6c4277702f706c9f7fb01f20244cbd9cc6bd70fd2356c0434974ed3589c685520537344f4edaa73409d30c602bd8c6e4604a34bcf05d81b9c1fb4895430517bb2273ab9439d18bbe168ce377bbed4aca080ff74346b016656f52653871dfc0b57f6c77ce6d760d8a7b1392afebe5ea06f5b9ba6a396e7a0dba67e196ab96dd4979584b2d505895e1c10ebbb492a4131c9024d2c6c5253d6a2cf0d7d36c9299d98c4e3016559472902428cde5f1660864fd6f1890de9c4de85c7ce1fabdfcdc747017444e48f9b90c6a99e7ba4a85f461ce6c5b026c8c871397a10399463311ac8551422a40ec052bd6da1fa15577f01149f5a698c95de81e23dc3a5e2ac5d47434c565ef26fa287307d4b206c8abf74d6c531b30998db2d96766cea9d53371a7ea2cc3c2c8336b475aeaebe16aef6d8fb3ee5de8149facc31e6eaa2a2fa138f13adb64402aff9e925c543d7c309c2b3e016c8295a67c6422436e0b49515f5c7d3cabce8167f7469da071b2fa4978e8a9433ba07b3f08d6fb40acb2705ca4cf27072cdb20f22a255af87c1a6fb5b71bc9998944fd358a1e71c19781c19d603b9a440dde37e3eb7fbd3b01adfa181239fd136f29b8b18b3e39a30ade901d04a0fae1f52cd547d46ff4b6834783bc2117d0ab0cb93d40fa1c2f30ca5c8b06ca5d20efd914e37eb901e04956252fbb4077861965b3e21b55175d4f2cfec39acff15e93c1fe0ffd3bb5e5349fe58abaaa6492b9acd8b6d0c08776b898e743a529c1d4faede0b0fe1492b0375942e6027a852346ad7e6c6eaa48f50f70a209598578116e55a3b8554109d9548d8c10183faccb6c1b92332fc3bbc92b4533ddff1b086db5719bf30245fb1533639257a30f0f0488ada8f1d7283b8f118da73bc0cfcbeee0778bef56e63ddfce4c0dde49238830713ce9cb7e74e3e65641125e75cd723e3c451e7dcfc04834fea40f3daee72b43aa3c5024e8f950ef0fa0391fd9d9c8b8698a3e00000002ba4c35baca76080b96b39b606543c1e12a5c971af21a9a6a9029f6390a95d5dcdd3eeb7fee2f199aee44c2a0da08bc232dd1202a92c1541a03d44a7c08778ee63c851c12f0299e34efceab51dcab4a2412611599a287971ed5aafefa20b08acdf10fa05332c8998a8f4156ef4c3c862729523bf2891914270b7588d7be5973d51fd02f12f7804997c206f3000000000000008eecb7d5edb4e191d20bb92d5837c39ede4cfb88f768756dd0a23580b41f627b010c688b15b6f94e4b707125426f957afd6f112b2e5f7fdc3d609f8e02aa5b4e79773d7f8115c20cd67c13ca1d07403b93be43faa00b74aabfdac4fa34e28ba30900619d0ab268ee78bdb71c2f97f061c29a8398c2820bf40a067d9e05b95667ffa6176e462f13c38ebc5390691cd9a67606cfa9356304196df46e94b4479d75bfac1c4f6ab4defb23fa83c5887a5f2f7f1b42a5fa510000fe022d93b6c7894664ad2ff5ca9915e4fa8198b01b3fda96a9000000000000d7253b3a1bcdb9fdbc6c2c59b026ba7a6956396e053e677180776aaeca909a4170286bf31371d1254ccff2acc772a82b830524eba8cb2493cc9b18ae6139806d8e6988db79b5ceef5b8621f22549cc62626c80a14a126556bcbee80fe21038fca6cdb7de1b6d387f051c06c897a440cdd47ff6b5e098dcfee9da898f7c2c4c81de9e0aacd786e632856e70be5e020dc0e646b2dd0af54916ef35619170ac2d3a16976a94e057bea87e08fe5b5363b062837ff95c64dbe588a274ddef3af776a14fac5a3ac7744f721bb9d47b9c1c73a04937eac32fdce9454185fc5b047aae5e1b4b48e27d15778aff699ff41b6db3bbb8b19432eca97014bf012e233700614db14560c55a92459b71b19bb3f12e2e91c01a6dd110f7abf7e93c5b5b734a14feff0930422b296b3892aa092c02e5946e8bec30e281faae56415ebf1c4bfb6176d6d5e2d035ccde86a9663d9f3d800f2a6b888a396546a7de90aeb9ea8cafd90db95299bd27723cb792af4802230a1cad857e8b1151f18d08ae181486122f6747e2c2ec0bf440c5928cd5915f7d300dde54e95838050e498511d26af9b5c7787a90897b33922958c517fb9eeda726a57b8686088fd74fed39a5ed1a2a89b2e38da0e31e885f0e3733011ab25d7150ba8377ccbf2457ceb48a05d9fccf1ba8911e6024fce4f712688c4f30e69966b7e39dd7d80364121406d84c9aec37b79e79a7c5bf2f3338a500d71465189d69671324dc6d99f12e766bec12788045e8543247feb5890285579421b79659aac627290f21368cf5caa5889bb7adedaf275413076c8e1ac4984983f5baef8eb4e7e4104671586e93eb8ea6742f42bc013ea54af08da7c3a5071f44634bbc076910462a4263f2c19ffb8ee3bc2ffc5d1293bd4b8cd6f0719f822216d9d7a1c5dcf8bb5aea4c07ad94d719d3912da57cf399fd9d9b47ddc5d1edd3fda40b33c58f428229db", 0xc8f, 0x812, &(0x7f0000f10000)={0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
write(r2, &(0x7f0000cc0000)="1a16e4ec46643f71aa0d9f38c2850eeae854380e6b2007000000002000000000052aac1307542838acd6ec410dbda028eafa8f7a24ad02", 0x37)
mmap(&(0x7f0000f15000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f15000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet(r4, &(0x7f0000f16000-0xb9)="cbbbbd2c14981d27f13c06fe085af85ad3c6363e2e3620e9fcaeb03883038ade78e5674382a076da7639185a323304bc376dcab6fa29c36d4d825b6481c687ef10dae3cd37e01501505bf1c504abd8d1e8b3e19e3b8eb107cb04292d8eb7177ebc7ad498ffb008fae6162a55c2412624c62e43a5c4f9702070b5bbd9878697bde8dd7ad95ac5d20117d5b33786ce000046040ef36e42a4d147f8368c30ef25cc79eaa51c9cb74f681ac12b1fae24ad5c09cb72b1f5a17ac76b", 0xb9, 0xfffffffffffffffd, 0x0, 0x0)
recvfrom$inet(r4, &(0x7f0000f10000-0x3f)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3f, 0x2000, &(0x7f0000154000-0x10)={0x2, 0x2, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
socket$inet_tcp(0x2, 0x1, 0x0)
2017/09/11 22:56:56 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f000002a000-0xa)="2e2f636f6e74726f6c00", 0x0)
r0 = inotify_init1(0x0)
inotify_add_watch(r0, &(0x7f000019d000)="2e2f636f6e74726f6c00", 0x1000004)
chmod(&(0x7f00007fc000)="2e2f636f6e74726f6c00", 0x100)
r1 = dup(r0)
getsockopt$inet6_IPV6_XFRM_POLICY(r1, 0x29, 0x23, &(0x7f0000ddd000)={{{@in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 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], 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@multicast2=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000f19000)=0xe8)
ioctl$sock_inet6_udp_SIOCINQ(r1, 0x541b, &(0x7f00007f9000-0x4)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
shmget$private(0x0, 0x3000, 0x140, &(0x7f0000580000/0x3000)=nil)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = socket$unix(0x1, 0x1, 0x0)
r3 = socket$unix(0x1, 0x1, 0x0)
bind$unix(r3, &(0x7f0000003000)=@file={0x1, "e91f7189591e9233614b"}, 0xc)
listen(r3, 0x0)
setsockopt$sock_timeval(r2, 0x1, 0x15, &(0x7f0000eda000)={0x0, 0x2710}, 0x10)
connect$unix(r2, &(0x7f0000932000)=@file={0x1, "e91f7189591e9233614b"}, 0xc)
connect(r2, &(0x7f0000932000-0xc)=@un=@file={0x1, "e91f7189591e9233614b"}, 0xc)
r4 = accept4$unix(r3, &(0x7f00009d8000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f0000035000)=0x8, 0x0)
dup(r4)
stat(&(0x7f0000742000)="2e2f636f6e74726f6c00", &(0x7f00008da000)={0x0, 0x0, 0x0, 0x0, <r5=>0x0, <r6=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
lchown(&(0x7f0000d38000-0xa)="2e2f636f6e74726f6c00", r5, r6)
getsockopt$inet_sctp6_SCTP_RESET_STREAMS(r0, 0x84, 0x77, &(0x7f0000d65000-0x8)={<r7=>0x0, 0x3}, &(0x7f000001e000-0x4)=0x8)
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r1, 0x84, 0x6f, &(0x7f0000bcb000)={r7, 0x3, &(0x7f00008bb000)=[@in6={0xa, 0x3, 0x8, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0xff}, @in={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x2, 0x1000, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x5}]}, &(0x7f00006c6000)=0x10)
r8 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000475000)="2f6465762f73657175656e6365723200", 0x402080, 0x0)
getpeername$ipx(r8, &(0x7f000051e000-0x10)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f0000df3000)=0x10)
getdents(r8, &(0x7f00003c8000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x32)
eventfd(0x10000)
2017/09/11 22:56:56 executing program 1:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f0000000000)={0x7, 0x78, 0x50, 0x0, 0xc4, 0x4, 0x0, 0x3ff, 0x4, 0xa, 0x9, 0xf800000000000000, 0x80, 0x0, 0x0, 0x9, 0x4, 0x1cd7, 0x4, 0x11091, 0x7fff, 0x7, 0x4, 0x9, 0x80000000, 0x8, 0x0}, 0x0, 0x8000, 0xffffffffffffffff, 0x4)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_BOOT_CPU_ID(0xffffffffffffffff, 0xae78, &(0x7f0000001000-0x8)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_XCRS(0xffffffffffffffff, 0x8188aea6, &(0x7f0000014000)={0x1, 0x7, [{0x7fff, 0x0, 0x1}]})
r1 = perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0x1d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x37c4, 0x0}, 0x0, 0xffffffffffffffff, r0, 0x0)
ioctl$KVM_S390_INTERRUPT(0xffffffffffffffff, 0x4010ae94, &(0x7f0000d0f000)={0x0, 0x0, 0x0})
epoll_pwait(0xffffffffffffffff, &(0x7f0000d76000)=[{0x0, 0x0}], 0x1, 0xfffffffffffffffe, &(0x7f0000ef0000-0x8)={0x8}, 0x8)
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f000098d000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r3 = ioctl$KVM_CREATE_VM(r2, 0xae01, 0x0)
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$KVM_REGISTER_COALESCED_MMIO(r3, 0x4010ae67, &(0x7f00007c8000-0x10)={0x4, 0x0, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r3, 0x4010ae67, &(0x7f0000296000-0x10)={0x0, 0x0, 0x0})
ioctl$sock_inet6_tcp_SIOCATMARK(0xffffffffffffffff, 0x8905, &(0x7f0000a1f000-0x4)=0x0)
execveat(0xffffffffffffffff, &(0x7f0000b0a000)="2e2f66696c653000", &(0x7f000066f000-0x8)=[&(0x7f0000633000)="2f6465762f6b766d00"], &(0x7f0000c11000)=[&(0x7f0000458000)="00", &(0x7f0000f8a000)="757365725b00", &(0x7f0000ca0000-0x1f)="2d286367726f7570747275737465646e6f6465765b76626f786e657430b500", &(0x7f0000b38000-0xf)="70726f635e707070302d656d304000"], 0x1900)
ioctl$KVM_ASSIGN_SET_INTX_MASK(0xffffffffffffffff, 0x4040aea4, &(0x7f0000af3000-0x14)={0x0, 0xaee, 0x0, 0x0, 0x0})
r5 = ioctl$KVM_CREATE_VCPU(r3, 0xae41, 0x2)
syz_kvm_setup_cpu$x86(r3, 0xffffffffffffffff, &(0x7f0000a68000/0x18000)=nil, &(0x7f0000494000-0x18)=[@textreal={0x8, &(0x7f0000cc5000)="0f015893baa100ecbaf80c66b860502f8266efbafc0c66ed66b9820b000066b80060000066ba000000000f30baf80c66b844d3958666efbafc0c66edf20f013f660f001a237f690f01bd85a0baf80c66b8edc3b48766efbafc0cec", 0x5b}], 0x1, 0x0, &(0x7f0000a91000)=[@dstype3={0x7, 0x0}], 0x1)
fcntl$setsig(r1, 0xa, 0x26)
ioctl$KVM_SET_USER_MEMORY_REGION(r3, 0x4020ae46, &(0x7f0000af6000)={0x10004, 0x0, 0x0, 0x2000, &(0x7f0000770000/0x2000)=nil})
ioctl$KVM_X86_SETUP_MCE(r5, 0x4008ae9c, &(0x7f00006b6000-0x4)={0x6, 0x0, 0xe269, 0x0})
syz_kvm_setup_cpu$x86(r3, r5, &(0x7f00008eb000/0x18000)=nil, &(0x7f00001c4000-0x18)=[@text16={0x10, &(0x7f00004d1000-0x7f)="0f5ddd660fef210f3266b9dd0100000f3266b9120200000f326526650f38f0750066b9ca0a000066b839f2ffff66baffffffff0f306766c744240099035e1f6766c7442402839400006766c744240600000000670f011c246766c7442400337f03e26766c7442402000000006766c744240600000000670f011424660f00d3", 0x7f}], 0x1, 0x6, &(0x7f00000d9000)=[@cstype0={0x4, 0x8}, @cstype0={0x4, 0x5}], 0x2)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r4, 0x6, 0x1d, &(0x7f0000381000)={0x4, 0x2, 0x5, 0x5, 0xacc}, 0x14)
ioctl$KVM_SMI(r5, 0xaeb7)
ioctl$KVM_RUN(r5, 0xae80, 0x0)
getsockopt$inet_IP_XFRM_POLICY(0xffffffffffffffff, 0x0, 0x11, &(0x7f0000c5a000-0xe8)={{{@in=@empty=0x0, @in=@rand_addr=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@rand_addr=0x0, 0x0, 0x0}, 0x0, @in6=@loopback={0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000971000-0x4)=0xe8)
2017/09/11 22:56:56 executing program 6:
mmap(&(0x7f0000000000/0x62000)=nil, 0x62000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000022000-0x8)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f0000048000-0xc)={<r2=>0x0, <r3=>0x0, <r4=>0x0}, &(0x7f0000046000+0x5f8)=0xc)
sched_setaffinity(r2, 0x8, &(0x7f0000060000)=0x86b2)
pipe(&(0x7f0000060000-0x8)={<r5=>0xffffffffffffffff, <r6=>0xffffffffffffffff})
mmap(&(0x7f0000062000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet(0x2, 0x80002, 0x7, &(0x7f0000063000-0x8)={<r7=>0xffffffffffffffff, 0xffffffffffffffff})
fchown(r1, r3, r4)
ioctl$TUNGETVNETHDRSZ(r5, 0x800454d7, &(0x7f000005c000-0x4)=0x0)
splice(r1, 0x0, r6, 0x0, 0x58, 0x0)
r8 = dup2(r0, r0)
fcntl$setstatus(r8, 0x4, 0x46c05)
write(r7, &(0x7f0000062000-0x94)="211187a874ea607e81545a412b2523d5b8026c88bb93f52877306c8ee7ab990f930727abf1b3a2425fb604619a674c6aec1a5d400d84aaf502c1495b479c9eada72cebd9c13e0468da6bd33434887d9bd212c29499d9e15e3f11cbd725768a3966e4866fc55fb6fb7e83c053aa2a842e5a93509da101bd3c8a163a678628ada2f23b029985d282358b5b7650392bbaf2fb560f5460", 0x95)
fcntl$addseals(r6, 0x409, 0x0)
mmap(&(0x7f0000063000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r5, 0x84, 0xc, &(0x7f0000063000)=0x0, &(0x7f0000042000-0x1)=0x4)
mmap(&(0x7f0000062000/0x1000)=nil, 0x1000, 0x0, 0x10, r0, 0x4)
mmap(&(0x7f0000064000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$VT_GETMODE(r8, 0x5601, &(0x7f0000063000-0x8)={0x0, 0x0, 0x0, 0x0, 0x0})
fcntl$setpipe(r6, 0x407, 0x9)
fcntl$setpipe(r6, 0x407, 0x107a)
mmap(&(0x7f000002e000/0x1000)=nil, 0x1000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000063000/0x1000)=nil, 0x1000, 0x3, 0x3c, r8, 0x0)
mmap(&(0x7f0000043000/0x4000)=nil, 0x4000, 0x2000009, 0x10, r5, 0x0)
mmap(&(0x7f0000065000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000067000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
writev(r6, &(0x7f000000b000)=[{&(0x7f0000065000-0xb5)="ac3ae8d7e77c294dff1ea343592f12803ea03caa2bfcb82d95749e7c8eaaae3e2c0337cd684c76113940d23978a47ac5963f911363bd2bcabda8e7b44d9e7a7933d53e5f67172d81c3ad2631e67943644655a328c766b4afb63efb73555123758d892aa41cc5c124fd6dbbbdb3ada59bf0fa54bd7226f43874d71523458858491c721dcb887708aba84e77ef3582563ea975e93b252733af7a59bb6e2349b2e6ae32ff1af77de25ae223e2a8a7d5fee010a7102fb8", 0xb5}, {&(0x7f0000065000)="2c81e4613b51f184887fcd9c2ad923401320de1a1e67783663091d6e6d903e484b0744b0591f5c8d02ac3b", 0x2b}, {&(0x7f0000067000-0x1000)="2c267e242481c30c666d158d944f0d89d0b24c02deea35d5f9772f8dae1cd41446cde1fbd5331eb8ac66abe4cabe3d1e42910a6a97054224ebde680a2c55c3eb196263fff503b9a83e01ec52bb3c81701958db38fabf47e496cf0a9432989b747673cf57dc1062021181e6ac4f656a7b7be4ace9d1d96fb9cf322fa1916986285493f75f8787212d0ccbd4c3fa28fda762b68fbf35cc9e334d419c9d9fab1b0a5fd501e429ef862e908502d31b442c89b8e728b222c35ef07ca658b0c27225da062e195f29b1b2ba25d4099813dcd2f613c79466432b6c36fa3b2e7822aa51458c4d5cea7abdba8e2f129daff37f27487e477a5c5ba0f214c0ba7845e146c8689525e3a923e35014b6ddb9b85e35ad7590abaf67c006c4b1feb963d9eab378801359edbcdd4107113b39b11b5f7a420a080df102df54c169372e0e045640619942d91cf198369418515e484ee19965db6d9ff1b76561d8b60216afb1b236d5b56cbdfe8a3166c2cb934bd953d7d4989e899f871d0892bc9cebe86962d59c65881ebf3edcfb52180ff5795d2b5abefefbc7d122a20dc5b32465da34213a0c623d7a9b2f3339fa63ddc561a45ac96a68c4f21423a05ea2235b6df0ed19019d07d9b0e9cda2f58709b494a46ebe64725163d67a846b829f3e3ce4c9f0ce5a37d93fb1d07a420bde1c678ab8ad546c5a1f295baf92e543c4da2dabfb9b15b89e2875c06d7dfcb2994a68fefbdfa07991c1222403482c5b09928214d1d4369ab817d15838538566a0176cc12e72bdac913ea4ad953e4ef72e338c9abb074e45389d831d29eb0c2147ccf7cd404c7c71e77fa9e44a1dcd4bb893211bfd9a2c25214e9202ebc41539286e3f2417a34400bfbfa668b8c0dc75673bbb42c3d88870ace8de6b6b9b5d51264a690396cc342012bba7192829d5e13d7603ed5e8489811daa185e2ad017a5c66df226512cef5ebc7d7b9556d42af281defaadcff6d6f264dedf38296b00b0c1a534dc539c3c7f6b1882be5cd29f7c6541d9e6c446ff28ea9a7cf7ced90bf2a3cd4b08b98debf758df3bf64090af0fa91269a827554d0088657fff5d93bcd5c9f26ab2aeceb659e427e05ce81fa0bf118ac60e56aca2129e6bc8513e6372de0ec4b7561d69e7126daf2a98ed9f96b0d3d611a8f0a69468fed7caf20980b80cb2bd629e376aface6d811ccb978546ac135b8cb146862ec33a4f14cec8f340b09bcc49fed4b5f861d397de3eb153841bfeda6cf888f18df77940d2ff55759d1e7c7976f5f4de3803b3b6f1eb5d6e7bb1138f8198119a237482acfe813619c20b7656c76236ad6622e6f917b74fe136797e7d7008d603de253372e93994e10590b44c71468723cdaa8a03687fc04773926d5d901d46b671d9e5f43641fd39cef19474375343f0a0be26e5614d1970e7d1a6c832253cdbc7f859955ad62674c9a97287d7cb4d811fb7694d579322fdf25ff824605aa0c8cf5460bed8ca2a8b1527c9c51f6b7c1510143b024142d6a9e5111c4aa98147ecc41febad60fb132faa75cc3b61ca564412ef8827327a85efc37ce6df695d394c2399f6e24189499438e0f77b598891e6ffbf855d741817f44f4a431ee11ad30a50b178a5ef179137ba24336b9b9a6a459d1f361eed683da46ccc51081331fc422471a136d31ad7698fc27d0a5cc2e48d0c0af32c91489e03647a9e9771c4fc62d3877079fb037b641a5fe7bda287ab1a049ee5dadaa2f971566dcb708e351e0f937993696fd31a1d999addd76127e97ad684948d0d5e6bd21b0b68986295d7cc71be683e448b1e3016ae3e98ee83512c398376d52bb0ab50674a886d34a7c123748396498581ff22aeb3052d01b3f6dc473b6ce27d359dc9077a68a2abe4b17c3dfbaeb7f90f1be19c89de6753620f33e31cfe27a3a18bc33e548836e38920a3459b5407268f0d41c58c6f5091172cf0a508c1d73f2aa9e953496bbe8ab03533f89e2b4dafb37b89d25e0efb75ff84bb1cbd60a33dddb627e88efb44138b40ffad9bf70111f7e8f6b01e89b3a74b9cf71191f2bd026ba01e16a21d0abca2491351475a08fb593cdfb40047e896457af4c3a61f4fb7ad570080193954b62a7839127ddfb8d93018978fd3e642658213571246308454cc4195cead295f6f72c10def5930930e44782edd916230fa99423def58b780f6936d55aa952baea0c58630526df65f0ebf91b0e01c97f9b3bbca8fceff87ffc945c972b51b11954a476967b52c2fa3247a6e6bba9cef9ff5efd4523a64e11005128003b34251108d8f3dd62c3db158fec915546db1db5f02300b3f5baee8ac9a498d00a1bdb1cfab31dffc4506c799a269b6be101c0e8a2907c5464733a06d8f855c619befa9b77cbceb48da086ac09e510c609cb5c95d0f69d053ef35c32a7b96e6ab7297fdf211e198bf90087433474bffd8fe0d1e77934d8848d2d6a5ce21124e8c2af71e28026950caa63c4b0f6648e41225b384d5ee21701659489ccc2017d48463e0dcf97361c538c8b47d049f2b36d0584cb786215400ce18e285c1dbad47dda87c28d3f5f7fb15c560d1b28472f787b49153ce364ce08acf3747d0020731e81dac8c252ed2cb5e096268f6d3e363620d92f272bd34c240eb4aba3d01904d897723345234ccbc4610a3a2259b244397b1f1db4094dfbc765aa212dd09a9197c9ff51e0f07c3547fc3f2f86e2d996b3bb4a6ebb282a10e2738b1e945ce3f33bd3979bfba6edb830341f6eb997cab67f9eb7a57fc1a8bf0ce64d9300e622a144bb424ecace72f0d16ef443de9ba89d8ac38e2e88f0a3ed23ec851dfb45df034532169cca827c88081e7fd2354819d9c20ea39f2932787246d8806e089ec1c70cca020f898602f211eb2504aadc3090d85a3ec9483451058d6caba71806f3f494d73755774296a67511572eb801b188dfbddf065be196febbfbce5af895fdc7278a1ede609f9af86f208aeef20001a9fc0bc04eef1a84229dda539e6bcc31479321036f162e57f41b1991cddc88179be2b1ada532eeb770aab9ec82399b80879ed2cdda07b061b0f0ee35002209d9b5afa983eefd2cad153227f4af2c1b4f60c2157c53c35faec09c45467540dbf3cabee5a2918b4a9432ebe672306f1acfdae1a3c3d8be48c58621c0b16312ed7777f81fc9084eeddf26e68c5d7f0d83347897a69e9b293c1e93b17448fea811d13af456f30f4f5b0ed0ec8b5876ab2dadeff381093f16f5013cfff76f2c77fdaf87d0d82697e070131831054757ac544aab5801ca1dfa665ded0e9de3eedb8cb6f17485a92eceac1b2b33927bb410c9369a4b7f3fc186828693a92fc07f415d244ee972b25c2d42b69c5e03ba57a1037d59f02a098fe62536e7af192233d86e8fae5d17fc7bd13b6e54d59941edeb975c85667a743ad4825e68cd00c707ba80bb0902d7f7fabd7c8e6a6df462b210528ce8378a6255c1da496305c84e741c5a5175919b44938f969bc2cf50e0ea4569e0dc523118e7b4d8165893f610a49a215f0945f0c177d1fc348cfbdbe1ef33bd8f1f41f761b9f8bb23172315bbd451d729f823d20559b3535d01173c92dd4b8c151d1e9be2eeb62d133f050bea021e75e41d8eab2678f0bfb40e134d8a60029a9ee4332316e1665360f477255915f344e1c56ed620431e9e4371c983abef24ba800c239b2273b14b342339a374a0fc3aa30898ef0e69040ef4dd6c298dc90e03242118eb824bd23044c87783085533e19445b55ef341c4372ac4545ac03a3adc532475947d63ce67e1e3763cc7f9ff9d103c434570c02c7b811a648b5bbfadb847d29311b6589a4864fd8af8e354b221fc78e407c95160460cd74d5966ba405da1f496950a6ac1e79ab6dc511ecd726d05d38e0fd65bd66c58c11280785a302aa8eddc03cad93833bd357b30ec13e91d632ec8d5565ed6a5d0554f17b4d7efa147fc0d9035d8a96213e9465da1d3b94f56d3f2b12d7e394a5fff25873c591cee50c5c14273d4b1c645d5ded4a0ad5d8a1296f40c2b65cf457a5780c4a4569927bd896c0d71498f2d31f4f61282540105f5845326aa61ceb01c10be922a2fdeaa1a9689922e255e053be4c4cb45f5c6bd8af4f93f8362bbf54875ddbedab4b97e8cec478e4ceda8121439523839abb6e1cdc7ba2eb34c1fe9931585e1e0d8c326276bab83170752a30f2a3a250aad1cc1f72155457dd3ab40e4c2f1454084683f8bfc92fd87af76a73dbbf06f8d4f18dffbff0c8310eb96303c60401e4efa54def27c4e023aaaee24d525d1d98822eaeb33bbc5d40e8845b6ae1b29ede30c6675f5aab93b2b28391008e62d9d9bd1224116d9874233c57f3524e34a2737f74daa1bb9051ba8e2564fa2f3e5462bd67a7be796c682ba55d0f64331b1c0c3e45aec99548e65b61420f25cad6d3ca9063db31fe16b7157249cdc2e592188efddd0161314104615509ee1ff212c98a448a5b2b7a931b01b1ed502135f324f3b58906591ce181010e9c62ce9cfab26d4ddf9ab43fbc277d15b8bfb93edbcfe276e5646fde162dc926487440cdcc90a92ed03662ec04ab9ec1b1647707b43c7fe18a030e3001cd7915013e0196c4609aa8475fc85302b963f4be6a16b8206b099c81b6bf4619389f6df538813a2ad08183e97750b35b1ced267166f4f39b13d9925db22bdc6dd7c3ca8d0aab439040d42952e62eee9a2728c9b7e45f7463f8447ec2ec435bd7e91bd05ad09ec013468f4ba54437da9b8db677f4eaf10c5746da05bf12359b3aa915be2999e2bce629dd4ad01ce0b6229e4b49cca0157abb5221488a785af2d71a149f096b0c564a6d36ca92d36ea15c54dc44eaafed114a858f1c126f68888eba594dcd52ae7f233e2ec88d2a2fc95da3385e02f30746a844f8d6e05b724aff933c15088cde099f04f4228745bdb51180d4e6114a364cb6ef32a71872dfcb86278df4a20423c354699cdb4c63b35dc4fa04a5d456c65e72b20be53f302e8ccbe6873e76e0adabdca405c50a9d933be9046c616c8e6ada9949de0db64bed0b6c8c8d6250a2589896ebbdaa5e7d254130c4b5fd7e9b57da57e5491aad4aa5f81d73a220332abf1e7a5ccc360bc1ac342408f8d5335e97a3c2f8353498946bfbbabf386459423c4e2af0c908b4724df1f97b92991a937a955ac45aa3b130768c49d550cfdacd2e7753950f336d9ce6f367fb566c935bb940f9beedaaa4348efff216e201a9e5de2c65ac43f6c3d0e8d5f0b960b65c3285c99b2f7d747657bf77afb9057a6d28bede1a72d48cb2125a8902150685e3ca7171212e01d224e876feb972d5ded4313c48164034bc0244ec73e687d87b44c33a16e8471e25e1a58094dfc509a007a3f2c010dfffeb80f36febb448fc40fe301e897bbe1aeb2a7a7ca968b22bb5d5ad5b366a4377ae441937f2b60a4e3ec6c8a90dd415cc47ae6dad270eaadab63c7f321b3af28d9079759da8b18167608a4ae2e08a84f84eeccb08c56cc476ed0db598c174437c1eace848c717a7e5aaca4e35d861038326bae04ebac9bc451fa4c5d60bd52eeeac89e01e11b3719f07b33a4192709713d120b0f7bddd82cbb13c321ccd87880993eedb0e2a8ca88dd7ec9af1367240b20209f96c237e067889503fee6bf3787a4d90570de215fb02d11a82a379303bbb5ed40d0432a317b50ff1ef21bcdf57f894a6938ad35396b6bf8dc24287cea55c472b6bcd7a2e3fd4a6cdf3435e54170fac4f116fdd3817240c940fea9b0509b5e047f23e6f7ef05d04ccdd39bd8d70e1a130e72f6d", 0x1001}], 0x3)
dup2(r0, r5)
mmap(&(0x7f0000068000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_ipx_SIOCAIPXPRISLT(r8, 0x89e1, &(0x7f0000069000-0x4)=0x3f)
mmap(&(0x7f0000063000/0x1000)=nil, 0x1000, 0x3, 0x8000000000000032, 0xffffffffffffffff, 0x0)
writev(r8, &(0x7f0000051000)=[{&(0x7f0000058000-0xe9d)="ad", 0x1}], 0x1)
2017/09/11 22:56:56 executing program 3:
mmap(&(0x7f0000000000/0xb77000)=nil, 0xb77000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x800000000000008, 0x4, 0x1)
r1 = gettid()
capset(&(0x7f00001b5000-0x8)={0x19980330, r1}, &(0x7f0000780000-0x18)={0x100000001, 0x5, 0x8000, 0x6, 0xffffffffffff9b27, 0x2})
mmap(&(0x7f0000000000/0x5af000)=nil, 0x5af000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_buf(0xffffffffffffffff, 0x29, 0x0, &(0x7f0000003000-0x1000)="24b38b20d0ef3254115223ef6cf758327575c041e002a8089496079b1b45009349041eca724fdec73fab9b04e4a4a5af1d66000000000000007faa62b9c0d263274f4a010c4f93ef85516b042511f32764171ba9bd278cbe360c22f184073fe215dee02fe37161246323ee9c82c790add905b90076adab9fef855d6ba8b637d460fc6fb5a9eec5535b309c9defde3f76323a5af634e4235a33d57e456460104ca0dedf1f0e8365cd43d106c41d009976034d6547bf8917cad630598f6e58fd1770012d78aabb64fffffff30000464caeedf840d001fe92b08c3f6d8e1596417d7dcd6400000000000000006af7a5e0c122281b46253398a04d99ca8680deb20632834bc027c44d4cf3ff0f0000d6748de62febb06801048dea7636f3a248a9bf3123882ca9fc03b4e70b06d430459ac2a94232ce", 0x134)
setsockopt$inet6_MRT6_DEL_MFC_PROXY(0xffffffffffffffff, 0x29, 0xd3, &(0x7f0000002000)={{0xa, 0x1, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, {0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1}, 0x8, [0x0, 0x415, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5c)
ioctl$sock_SIOCGIFBR(r0, 0x8940, &(0x7f000062b000-0x18)=@add_del={0x2, &(0x7f0000a6e000-0x10)=@common="64756d6d793000000000000000000000", 0x4})
setsockopt$inet6_tcp_TCP_REPAIR_WINDOW(0xffffffffffffffff, 0x6, 0x1d, &(0x7f000019e000-0x14)={0x0, 0x0, 0x4, 0x0, 0x0}, 0x14)
r2 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_int(r2, 0x29, 0x40, &(0x7f0000001000+0xfde)=0x0, 0x4)
write(r0, &(0x7f0000b77000-0x24)="2400000014000701fff10015001d77001300000008000b000000000000160400e2ffeeff", 0x24)
fcntl$dupfd(r0, 0x0, r0)
getpgid(0x0)
fallocate(r0, 0x1, 0x10001, 0x101)
mmap(&(0x7f0000b77000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b78000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b78000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x8000000000001e, 0x1, 0x1, &(0x7f0000dfd000)={<r3=>0xffffffffffffffff, <r4=>0xffffffffffffffff})
dup2(r3, r4)
fcntl$getownex(0xffffffffffffff9c, 0x10, &(0x7f000099d000-0x8)={0x0, 0x0})
syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
r5 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r5, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
sched_setaffinity(0x0, 0x8, &(0x7f000044b000-0x8)=0x100279)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
unlink(&(0x7f00004a5000)="2e2f66696c653000")
r6 = getpid()
sched_setparam(r6, &(0x7f0000f57000)=0x0)
[   72.799786] netlink: 1 bytes leftover after parsing attributes in process `syz-executor2'.
2017/09/11 22:56:57 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x0)
sendmsg$netlink(r0, &(0x7f0000e10000)={&(0x7f0000910000-0xc)={0x10, 0x0, 0x6b3, 0x7}, 0xc, &(0x7f00009e0000-0x20)=[{&(0x7f0000c2a000)=[{0x72, 0xbb, 0x1, 0x9e, 0x9, "51ed045f9a08bc33248c0c925dc0dfe3d8a68b8c166a677a2854f5265bbd773d476394a8eb65e31ee1c77368899dda7672b8e186d152a048ea1a08b53a54e895e3ed56c431324f7c57ec66f7e92814df64aeee00533cb5799336b9e4bf3bd130cc15"}, {0x15, 0x400, 0x100, 0x80000000, 0x3f, "0c11530eac"}, {0x55, 0x0, 0x408, 0x9, 0x8000, "d31a72a8a3ee57d89d17e00839688197d7505ecf9c778c1cbd4aec7a433be39dd06577d6cd2ad24a87c72309588c43fb23a54425fe3add81478819069402f87a673c5b6276"}, {0x1010, 0x4, 0x201, 0x31, 0x850d, "1ac71aba7c192bcd4f92f9385760952982a2602f5251efdf7c0b80a5bb90b626fe3162a1a8e0f4846523c0d558be9fc656ee4a04558384d872e7ea44dd51767e85f8f36232c92af424e50264e68992603aba73b08239dafa73671ede800ac5a6ab92b03fac02de4dd30acf6302181d1e72f2f1024a7de49bc744552cdcee2884dd61a586d4d40aadbbeac706b7e39b0344f8296721890e38c8719d349f0aa33d9ce1dcf82e9199af6ea83b47b26221165962b706dc97ce20d656a414100ff06b9d7fa575e2376059b4bbbce6329afe1df649b67f96bc9baf4468e3cc16cc9859e1692033ca0642120076672ff473bf7334a1c5d38d01176099cdeb0e90e357d4fca2fdad7b54e49b38551f2c73b31ee392c607bf96cdef6052cd164ddccc59f3eff180d9c100f918e504553fca291e398749b51b857f7cb3d9fe18b34f2b21525aaf4f81f3a60aa150d4cb0ff16e64796384753e6da9dac7e1834a650d6792cacbf143a8301fc320b10344abe9e25cb2ab0a2db9fcdf276a5966689042e6f0c4aafe095b6ac4a53991ee9f13a419358b18864c0a6af2b6d221237465e02d5553e4cbca7b086a7429407dacf11c35ee919360130e48aae985166591635c91c6d0055ab5f3bb562a04daba16e0e640dc06928ad437887f8136b67bc0259f381ceb3b20727d1477c2a7c197778f364204b88c78d37b59fcb82ea6dc1f60572471f4b907bb377c31f06e3836e5cb17ca4bd86bd3f35c7d18cc71b7f59f0ba6b7ef0281632b7f9563f8c1aada95395635599cee1397c5febf3bd69a2d8d6e465f2c16b4ee86107dfccb3732c4ef2414b68e71b0d80c90ad4aa8cba21ca634ac940d7e417d3ff1579877295adabca2c6a290156d2b2095fa1ffe3f2c32a8003c9f085be30dacd699f0648c8e1a3bc14ee2ac47b3f4035edfee9d18217b337c651a98bb830be87fd495e7dbb824885aee738e900e577c4db4e264e8905f5b2cfce1dc992444a0bf1127f7bc90e6c9947c79b038c2f65c00719ff1f24830e6f2ce0ec4b9673710a80c932d3c217e8178093a3b61e36487930723af8a195ecc169ada80a09a6971010df3ac26d7e224d1c2793bcb56700d98cf4a52c6c5dd4bf5da0835e9571149d593de72802d74dcd2a5a4d4e64b37e3c23c31133c2a8da7ab06ee8e3a060f4661cb41d23b4d015c81e105d260b879c21411955c64051dd380076b8b8b14ae8688e592e5e121c1481ae8ca789f44483cd6bf47f8c9f77027986f1f968007ee05e296f338e4448171732a5ad990a59829315515a43d8ba6cd8aed703406f60276f605ea8feeedec8a24ebc994fb3ff94a5528ae5cc85f028a95c1813d5a825100ac6c780315ebd50b450f599487a351fe9d9f38915023f9760b7a6d3e5a37cb52c6c517d982e0e8448b0c039adc3fb4427b9bc2654f6095e362a55f8e1f2daddf90fe7b4cf008c550e84b886b1301ad77b9abf678c38c69468062884941250c64c9eefa4f2c81dbbd3135b60fc8732c49d155151528fced9a7b0ac2900f06beb5f73afed8d4d4a11dddee0aa71ab2d98aa05e837079186c61b3a653fa8b6874b13e450103949aeae9ea4b5344f75f070a04a1b1039dd7c1ccefd1d7cdf90370c7d239b708a3a48daa7ecdc8bb85939eb304a1d1c9d211d1efb8d256718d7f2ca8a72d204dd7017bcbe2417be1e5df03932340adb5310a942137b9f848d5797feba2eea0d8b7a31ba450385197ab85a2e7facb6bb82f4894d547e518b478955028978d03c5206b5ebac5ed26b4f24f3a2932b56230fafe1364a9a5a5be1ee827341710829d1d73e9efd2d534ef9c77aafa94736263dc4f64f14dca28219058a26d89e0a3b308a955fec2fa13c10c38810cd669e0ec985d68ce8b3ffa6f77ff83d55564835236a67e65a3b5462474748e52bc1ae989f233a0b7b7b76eaa418423da98930aaa475b3c3e232ce11e50fc760d818997c8c972e5e0c3f3813c9b08a8dd9ee213323012b3947294a5be1931e63303034df333304b38b06d5b02c294d9ff7e45730d17d36d53d1bda4b729074140ba3c8a8453f5d5fbd24ecc07f593668b78b5268fd7f353ae0a0131988c1eb655aae9e769d027cbb41370cfd29e998b847dee0450fcb0b907ffa1bfa85a10be817dad324150c639e9a835222dabf4c5302e1d44501de7893850733aa0fe17327d5dc66d4bfd20fd7fb053138e71ee7756670d76784fb25aa901a65fafc5e1563f0dc272f4d60120617830396df8d78b48d1ed4263cd80a1f3da8fdad7ae2b42ff7018cad2b2cb89e00b0244655122541f503767d991b78488033f2382aceffbdc868e0bcd37b1a1bda0ac7622445d613ffc7bd8c44aa4301616790249b0c8517932b3f73b2e1eac2e9e3424b5c4d7e6de6d02dc22c7d44e2827ba1476b49b1f7a5d02b5ed25833521f924b7301f9eb98086bc401f1e3edebf462692c366fd9e6a2d2ab8c46699bf437fe1cf2b9cfde5888f62f28a0d5dd14981dc2c54653c4c8f264fb7d661cea071d956134c2886b966af9dfb0943cb921b2a2417070cae88e871dcd2765bb108c0f149bb0f1a7d02d46bfd9e24ee18c44eb802eabe1414d67222d3c5a6c0e388a18f195bd745150aeecd1187925f35bce64e9fe42bbc3201bdfd341d3c61e0e54b997f4ef8bfd660590ff3b6e7459cbb5cb640f2e1ddfc1ce992b39b4429f5a9d1532c61b3db4e5d85bc294114778cb064b7b36d825bc66a37a8dc687122b273bb5610e97949339da7deb5062de1ac8450e4e55998295329a3f9578bce55688c05e0966556fad775b80d68acfd4862c2594edb43082d95ab3a091e840991041ea1b3c7632ecc0eda3d4c405ce9d71a2d32d725a0e95c8330e98cdc5625bb599682b7dddeeee93f3ccbd59a5ccfaacf21712f7e0d3d5469c673a239224efe18c76569f72b0d9b7339019e986caa69ae6013c222e1482ed0d3adbe52666f4bb9ccd8be87d489579f9954602623c2577aeb87434ec2b5e70497879cff52d859981e641c71cd9020816330db42843b24eb1835bed4204c10f253bd1f7c3eb307431c6cafc9ce64cf555284f6092cebf6839eaa77b2db2695318e6a472f1e181598ed2994f0216559e60e3c25ea4035f1c3a64e4b30e798a58b330ebfa887b9f96b8d8f53284babba7d727ada60311d85d9f0904504181146f6b4fc461936e3afea1f6205c4fe87668ed5a7b6e2e3ceaec11a341bb51113f61e880cf1447b8b078349cb67fcda64c043619dec69fe1ef90981be3ccb54928909b999cd8b878253e0f01b96e7ae2cdb0de94d2fe258418cdcd80e8bfcbb910a3add662b575cd24329f1e0f5914d7d451459620fb0dc74cd1d024eb5eadc3ac5a42fc0a318fd8591f7ecc4de579aea3ba16a4725980896a3ebb449883378da3ea86ad40caeb9dfed2dab097e79e33bca13c7bfbabea12ccbcc91d46e9a87e279a6c77557bcafedce7e252ec3d289213c9f205b7ccfc17d4dd27f3cc9791cde985ba40c704327a215d60f40ce9929a76f05e542017590cd55b4c743cf460a28a7d766042d76a45a122faa44bca6b7f460a37b7026882dae705f4fd7167347594dd0c67d841e530581217d7144052e5a4794c566c2f7725d378bd42eb0c09503b7eae65af578375386850e6254a1224f6affc1c6027a88d0e415393ef6d9efdcc28748f36bb4ecea45ab7e8bd6ef2b889fe4772aa7874033ed705bc905957aaa0076fde53e65d698cd649fb92c93d8c579016f045a00e7a754b3691b42eb94ef5302150c8047e607ae6b501e41b340144d78a9086c7858228e4d406d2c60c1120b9dc08511212eede598a54f5c4323df8113fa289b7b7e0667ba06697c85887125d427bc5acea81b166c369bae96093c5ffb8b7f4ef57e4b8d2e0ccd14efe63999c3c205bf3f2998107220770d9eaada7dfa5c5d0d59619adeb1d922f698cd4d26ee0ec3a044a043465e88e4c838d9a03f5b0ceb68c45345c9286fc8a12c9ed4e67aa2850f4ab06bc9c51b2757fb6b50812a64c1ba2695bd2d761554666db368451efb07e0385e38bb04783f03f460556a972efed64f839bab60df9a40e70222a627f1686e231348b7363cc2c5dff93bee6213ea4f3d83cfa14f22dc85812562ce329b3d8fe2823a8745ceff03f1186ffc3d5044efd98973e38679dc1afd444b4e2adfd55fc94b9c4c802d35ff7add072665ffd036ee95fb0ae8e75a3a397de984b1d39d40990010fe547ee4c01770c3128f1b4c5463644c06cab5bfcf277048e4cacf982d08d56b7838388a47f82ab04d61827cc4606cf464a1478f1295802480456fb419bd46301903df9df580b909ed46498a9361c2ed16c59b515ee41671fce3687c2e9067691cd8683e61cbd30dd9cbbda3fba01706209108eb6d61241227e82e92385e80a7ecd8bbd2fa1e61130bc18f22900de6ce970adb8eb24a4dad263115b31d295404bc28d124a06f414ab66c8eb360e0814ad38c65ed835ae3b126d5bc096286900955b0b2767ea7d090618ff99db718b2674fc184c4d8f2cddbf64531bbf9dcc3ce1f62114fcb4585e42fc654865da0fd390ca74a32ca7a25de7d244b3e360c86635faaa214ee13fef6ebf4b52d9d284055c36770c1d05406c4c6279c9c943b6a13b757e9f772103bbec08ed23c11852a63b8b9a664eb090a354e0ee7949df24d528d0af1a4d3367402377a6d0b2f98c3aeea1f6c5b227df1dede1403a4593c7cd9594c6149e86821766d8763b771acdcf59728a67c2d47056dd09cd07ce3243827784009168a183ba10c84453cec9af95e59c6fab16ac76c87011a852f6630512d2d20eea4c78ceb8d09321c7e78706f1d2c2cf173503e4427c559f29dfe104b4a10efb3bce9eeaa64db8b96772ff844be806b0418e3311016ae5d97d9d615506d6bc70088b9384838732543070b7c776f2efffd5236ce682c0b212fc3a970e8b470486a0f12c4b61341910e9a7bbadc28b3828727951375cd29863145102063c89b916673b3e8c40301166c8c751daf4e99303303f4b75b8ae99f6332055d2177e4e5eea5dfc910309b4ede1e8333ee583a75652bdd5020f9b40a18aea430a8c20269032c729341046ef9615807be8883a40f0b307059b005403d2090bf4718552dcfb3ed7457f852ce521994dc50199dc9c0d01cab0b3cbbe67c385ff933cb12623863ef3123d159ce4ba41990291e67f2c9724c89ddfee77171af4b0edfda8bf6946b523e244b1ef382fced3d15176cdc19db211d0d01d24d0a1dcfd6b09f31963c3dfe3745441cd73d7f27e7bce4e8784756b3d207e66e6988d860315f81349800239dc278191e9999d58fa32abbbc40d536ed6af575dce8fe9a71210cc432d865f805cf65a4d75d2224e85ec287b3891f563f6681c3bb4832d2666839ecceb0ab80ff497a9b8b513e25c0d302962e1e2e18b81f04a88d54e68c152a0a974e03dc89533fdb470bed6938b6d6e5866b29732bd3807857072c0a95f59471d13fdb8d077e40ac17709413793216e9aad10ed4349ef67e8d4660b6e7b6872aa2a7a7ba64a352200d7336548768f7bde1b632ce93866c2302af6ed2effd550d0377b453125ab4aa546b6fd42821f8ebd471b39c11989a43911cbac4fee011753d90ace62f653a58af0e5693460a69d00ff8f791eda8c6a4cd46365d6ce65739ea120866eb1e3fbe94efa1860750d1a07dae61897374db07a0de778b37d3a0ef75cbacf4911fdc145a51687e75c96965cb459ddc7edc36e07b5234f4fbfbfeaf30f27b89a70f78aeb936e0"}], 0x10ec}, {&(0x7f0000438000)=[{0x1010, 0x2, 0x0, 0x1, 0x7ff, "0777893e2a7cd617e91e628008cf07324ad08a041e67b4a970921eaf48d639ad21fd90e6debc457b581e98960b1344bf6b700e91fb359b360110f8457f8f38608fb6fc7a136707ae28943fd46aea7582dc1c0de641f47219c17d4e022c98a07fe41f35fb0619ad2770a9cf2af6bbdd91a787c08383b465af94a99064e76810400241668a85ef9296606ed359db302a1306507c02da707614968a8ff2403d34e271315b801fcb98fd9b92da77fd1075a0dcdb7bb374fb3da6056150d11630ab2b7343ccdcb29926259361747874e8b75b52e48816af2cdde7a75b854e4c7a09976181dbdbb5217bfc538fb41ce3b8e397a839d13c7a165e1c23bfb9ed6b3d6414411bf14ac12fe7d03f40810fa5faec78f8dcad77a820f2b2ffe7b9d3a11593390aafc88fd4840b8b0693b7070e0b5dec364153d04c5f8000c48bf0ffff45ff127016f10edb76d126883f36b9198126667fbecfb59a170f95020e2155ff7482c485b9a560251d3b7e062bb504d8111f0ba9584a097c7e70b5537b3ec5bf688d1d6c348f3ec32fccd644a722c27bd113e14fd6760581037dd8f717568ae005d2d1bac1b42055fa7eea4aea12f7eafd1fea1540c4e1ed43ce486b6d81d8cc0b13ed5530edd6681e50a916d98a71ca01041dde10546476f62b43df5860558aea2647083814ed5008dbec3d3aa290b71c89028ff36f83a159eec132b1fc9a741ca2f5a00f25f07c38ab4ebda9c60abf0bba1276cb8f6626c8d0c648cb7854af9570b825ec6ecc53bc7a431a7e5d833d07e0d8d7e72ea5c5b4005dc0fb8fb206bd3b5067c0e96348fb19b7e151c5cee1dfee1be01e15a8dc8c1c78d2084105ead5392dde09fcfa31702ff8b3658f2a2406a6cc940fbec4c7dac6ac1025dbfeda12be41093a3e29c6c1fac9d3ec1249d80328f88e7bc68a745f66cde63ceda152b332a2984c50896c88b1a56d36ebc0755688afeec7a8f514c813406899ed3e908a7d030a4b3ccbfa9b6a3ff13b987894aa9dba7515b4718acdcee452a63e72dada42075f459bd954088d8bb2b3b13b85b5fe2d97853bee5ec71d7277cc2de2cdecfffb33ea738e4f3a578a530d28faabeabd7fd11cc29aecbadeb0b00e7bdc3a6b362e5542a742ff4ced6427bd43ed3d67f1c29dad031ef931a3229fa0cca9fd469f4159b2c2e3c640b154ed7417726ae955e48a39fd637aa6183d769a3e300b46f43037d269d6d8c35d5cb95418e600d64e310a8b80a41a24222fe06d39303fb840b17c5d9e9348d266cd3fc72ce90938fff5825c0a8b8846c1bf55c4eb128fd816980e8089a1014685ee0d1cf50623781ab2606801eaa17c1db4b48f8beb34f71a0d699328ce134f461a6c1e9dc550af96275b5554b84a6b50beba300058e021c809ef045478a057a3128b7568b944edbc91ded54a1cdcd1e184a3083d92415887b9ee4ca590e9ddb2675c89c317e0ecd6143bf8cc61d21d82c3f8d5e5f505bed812afbff22ab93c64f58a3a8045de3f88153fa9a71e392a90cdbc8712ced863aef9fbb19b5326d51de15d413084c587482e34c836643db502e305ea0f8b8e0ddff5f3af29799c25f5d6e73da5fd3cc6586afcc6398f9fa88aa62731a9c87c708f731e7858d46195673dad3df076381f911898aa026347493026c8cf7a32a7458866b56bc05286a2fea3101b92cdf27df3f7b72428662e1dbe58f64e22e0dc5da6f8bc5d62335ad175d11a43bab0f2dbc3af1c2758efa8d9fc563f471c78d80ff09f619a7e1b79443524abcd7ad85b09195785b58fc9d70624894f7917bb6d779055de2e5fb7a58e764fba8fc8b2e9c90875809742b958fd1d1a0049c853a25df0e15f78c3c7fd3c5d74fe914d7a9fa2784d2764307df88720b79bc9ac5a202046e75ada83fb27c6b642806ec39883d690467f37a0fa1b434794ae8a24fe70c5827b19a857859e954056f12ee4ba754b8cb011b64a15347bd6a5e4621adf6872f4aeada40938dc8d0cb1646b1ee62f6d332c212197520505b707dd7ae6edbcd761ebcb5b8ec9a4f99d1d9be041e51cfc2912a0b2cf3af99edf743d4f4c9e13e6ae2ac920fa012a8b7a78ad0e3522b72a8eb0843c017d577d00553f5373f968328c400cbbbaa1c20ea73c1e6c3125b0d70473fc6c2607623b048ae996df09b172a228d70f56900f5df531a645803b338729f1bddf190134c3432adf467afda904d77109a96555099e188a389e0f180339844c36b4300d324efb18a4fee92e9b68ac68527cdcd0d49c9aac2c0482f148ddb224bda5f65fcc084a5a4abd0005f10a8f7f9325c78ad7cdaba41e72a204eb47d9be73e50a2aa32158382bd723e9784d5e3c6f04e10352987061df64a8f81ef188335754c242636c5ac939773af64ade672fddbc75bd2723e615480efeac74050696b401bfcc7ea6dca308aa6cd0f2fbf21dc2ca2c6c60ee74c6b2e24c88646c51aaf102af9aaab432a2aa56d7b193469eac29dc116212bebaae932fcaac19fa4b25ea0f1f02eaf335700b989ed96b383ebadebdbfacaa60de14a57b64d186a569594c007584aeceb6ec7fc8255c98da80e64e1f1274d2a9955d6d99f66cd86db3f49861990d2f06f557d15516e827f3d8e6e7b5cfaa526772a6e51ed74538b4c0311de245b4d7f825ea2543bff068d83290531c5d9cee435805e91270e9cff9801016d5de2087f5e8acede6c64462db28393637ac0766019557c97951c38cf19b86a0a081da8b724f0b2a8cbfc91965d9e30dda4fe9081aaeda37fc0fbdccdb25e6667db691016fb8959f6d0d6f72f7811f3f0c875e61bffdced1ec65e11c7fac04d40cdf60e737935929ccc2b5fb581afe4efa3b8c27b665960ec83d061ec772bfcec02e1667cac59829791d87837ae5168079d8c3fb8811d0504c7dbbd6944ade6caef7b84b89d51c64f11a78b835d0327a47029f10294664fbb4ebdc87268b04224f9d69f2d3ffd4b1e1925f9f65aec0af53025b1cd64213c3037bc7bf2b66d5530dbd32e656f25b3dc52789b7dadd984174735412cd2acc2fa67ef37792c9f0706d1d9160326e374b63101aeea66b89b97b2ae8bf9f7f214afdffc97de7285fed6644de5562193956b3a8ec2c3959ee027d715576251f7c10ac7d07a7cb8a9688043a1cf25374f898380101c85c5ab80c2e078e5eac13d6074172f8b64bb5f50449362b80baf729a5f5d6dd2f7abb1c08b50f32f9589873bdd2c5e1a7838c7252113d9ff882809e0d48bf87e486f74f7c437e563a4edf0ea72826928c891199174045576ad82b197abc1d6fb7c8b20da8991a58a7c05088ffb07a7ee409dfc23529e1ac5443ccf0bad2667f2225d3b5e033b2af28ad8192037b8dab59ea8a98cfcf55ed4e51464dab62dde6fffee5459212b96792c46b97d7a196ae2e20332998b6f92122c9b9aa95540216cdf778181082e1f03bf590dcd042d0e888a19a04eb528959eeb4f7517661e526bd56cd0f15bd119646c808fe572ef8e0a1ec6b77d04732494e9c1045bfcf9ce5dfd95cddb3e6a129604a585d0b0922d0fb486c718deb4e8f83475801bdcd85d4d3df85eb2cb0519c2c1511c1a2f6b863cfcb005cbc8a8f9aa44964c2ff7c9cde4681669a4da2fa45b9a65db79b1d068c620a6d5dcd33d480c5f3e37f7cb49798890da950a59f9fa71667a6fd05df9e39ee63cd861988fa028f3a197a54c16675d6ff072ebc70b50963b9d9dab9f7d8854794e5a1760f4a1a7aee46aa0c210311263f000b12a79251755f21979a281db37b4adc52f48acb05f168e1cf89f11a4fe3ff53ae709a56094b692db45f8030893d58fc9b68adecd3c33bca41be63a26f4e36614a57eeaea53030c7bb55f128a452242b201cd2eff7ed382346c37eb7b0ba7e84acec439b441678683feb3ec31478a9c9cc4ad078015bce81a4c11b24107766d225ecb8d30d2f0268a3febc9703bbfb3e7252708fa6ff454f68744be2e59c29b902da2de005c0c3c5746f7d8343aad017ef9e88bfec992e9ef6f09d1fcee8bdc2798cd5c1332dd9caebc0eeac4de43e02ad9adbca1f610d904bf2dbbdceb3aa80d53c28baf35a27aed74c19a20ef863715a3ffa10ae8be358e723797fbd0b3ee361e4f466856959fdedd233b38f9b37d8184b58fefd29a1799c53b798d57c2d5785ec0fe272c541f0e080036ffe58c3c189d75247aa4c1759e786c50052af100eddcf1b5c148144cdcebd4c0ffc5ad9cf3019addcfdf6767e731d32d828a2386abe33d63982bc59d0fbe75a2ce6d0eea71d63e565be0dcf23fd93ed55900cf0c2d94f2cc0b3f7ebab51e69103acb1126abd787611c2c22653df04e3e35459890b53306307d66e0844a7966d2b83d107a18a490c772ea2d00885440c63631c07aecbd540b11f36f18ca9ff126e1a17552e5064db64447a85da87b846c2802d6a2a2f5eeb78f73573cf3341ab3e8d99b3073c60ccc35f3cbfeaad54e9f8e98f5efdbefc3a40c954e89bf3042905e2c7789cb195b9752c784dd979a26acc3c9d44887eb7eaff1565cf9f7e7bf2f0873849b3710ee61172addfbc45a1e77846fe5ff17ef98d5baa6426f213df5f4a47e794b184ec1a35d703c7efdaefc05d353b5ae4e1d8acfe525d180e199b3be553737f8b5e48fedb2aeb9d295aed02aa10e5249c18b8b9efb1273a84827ec47792e9088c2a863b0084eec12d69b4890052e2135dc2ac261b41f289e1a8d12d88357985a92725205af50f924e08264d1de60156b48dcde5508da70a0ff4c30720db0de6d3f99b4d410deeb7954dc42322e581e97b1b0837e99347e329d844504a7d7c6bdd7c9fee91783c84db447e2390dbb653b6e16a40d283230233592ad82ca3baa74e9b46bb26d9f8f3de8b9023f7eea08af1288656eca205423899684fb8b17ba0f2225a820a6122f61a915a39c0a432b81ff099c9d96c9a5bb6085f44f571a96fb931780a3ce68dbc0d158c5e1c5586cbf69678539f9f3001b4c20da250f86d14733039d7aa28f3d6b462d034116180cb05776d2b71a06cdc7da95d5c0102d3a6ad746aff633cc881220b477f1727a2f7e55b45e35081c8bc8feab5c3855b2bb244766f882312b871fdffdba9552b6de344ddfd5fa3164ee08e36635333eed5a973177233a35e5dca08a3e218982dcccfc023255c0138f899097cdfc8d0d4f8eca7f3911af9abba9bc22ebc27a4a30787bf0de0a7c50080802c71b1aaa762e357dd00eee16f74542c8778658e3b49aa687223dcf8db5dca859dde9eff3e0f43ceda5603eb9b6628dfcaf1e02ad0e51ba5cf510dd2793fd4f2295c3d99c65a5839f57fbc5c28162b84090af2572e85d0a62eb66bb8d490cf29b0123f9141e4ce227c8b4fed7f18ec097a572cd9deee3df5922a1b39ec0ff792543054c1bc49ab343c135d7f9e1e7f28211f91d6a3ff62c524a702c5aac862bb94016a92c7febc547bd2757bba5448b8967eab13f9c1b510941c236eda802bc68a993bc0fcc8abf8428ddbd9898eb4773a7b380d63191272c12cd162e4cb99e24d866859ab823658f9465e25e0eff92603be05e01bb3e855ae541aad5bec359b44935b455c1d29b0afe52d3b9cd492ce8952bfce91a9b898e5aae63f6f177e63204a7f8669492f7e610e711d05c91560d26202c1e4bff8beeae38dec7ee24951b80f412aa84c51f8226f409e4ab5c4b036a880cd757dad0e1b60c08ee04b185ede34e31efae82c1e4275729291cc84adb541363680e16fc04b02e23b8f845b25a3e2a7e58b5a8f2f17edac259a0e051224af691566ee02ca25d5"}, {0x30, 0x7fff, 0x10, 0x800, 0xcf5, "6087e84dc9b3eaf425141aeb55fd7aa421fc0c66d52941cef3cd96ce56df285b"}, {0xcf, 0x0, 0x800, 0x100000000, 0x0, "bfe62c2c359eac4cbbed95057f814d7a1bb33f2aafa6a9ac8811b9828b3b47652ccc1edc3dc0145e329b1f3cb070ca016d8dad44d152ebb42004eca5f2bc66532caf58de8a9dcde28607026318b43518f0a1876a7256fe631fddb12bd296dcaba0b27cfd8798397e0c7f7536e6ceafd410050317059fca36f022e753273058d48a0f09412f0234789fd644c21f67a4519e421e6d4df05c51218c53407445c4b049164eed7da2b7642517840d77caa6ff5e8124bf26656f012f6f6148306fbe"}, {0xe2, 0x10000, 0x2, 0x7, 0x5, "625585cf7b6135820fb2a16bb670453e39e2a52d06f5d054a77d00ea495c68535c07dfdc8e60ab0f7d1d8996cdb2cfc3cd2f566bf91e8c51b26e7b3872fce467e9f1d6fd0168e0bc5727cd7e3da2f6ee29bae504ef614207bccc7b4cf158f949ef8db7beebdbe8cbd7e039791bc343fa6986ce5f0663ef9c3df9090bcfd8145880bac25536af2f0d6f5c0e9aea8e113700ac4b624f2466dde29146857e3259f4cc2a5974cdd5c29fdaba9304f76084f6333eb4da3299bf43e1b6e4d1e8f0ba34f548b146819898ea56ca2b689723b3adb33c"}, {0x2c, 0x7ff, 0x500, 0x9, 0x2, "3559aeb6c41b9e21cec1c30adc292037d8ef2fbead1ccd4357096f13"}, {0x39, 0x7ff, 0x0, 0x3, 0x7, "1677b9463283da76bb4821757229882c99b3fc8c095a797973550082a2eee2a1855b799283789897d7"}, {0x1010, 0x4, 0x8, 0x7, 0x2, "18289d0d827138001dde0f1a47f08ceb143dd4d159ecdce628b9d8e2221a99c73dbd238515cb0444982403b70ccb33f3b2b600c5ca38848773760940cb8ebf4084b5586fa1f29cc413eedd5c1506425061af53f50ed8361f5f6ecd8eeaabfe78d00aeb6dd2ff70e1dc8b2a5e0564ee313a04909f8f539eabe8d4724b2415a012127fe57e29079f9b4d6e7e618087c43a182692717a259ad6af60aa02dfde35172a2bd3a5def889926b3f7d65992ba424e5c663d5121a421e2b175f1682a6dc4c99397247c9054cdf7944a978ccd778557f92e644a375b569b82d8cf633248c0a369f172a8eae431dc07356af59d8fa981527e712ef1110e7a4aa0241a090e1b8d8a552314c697173e54845cebc446155d89ef7196fb8f448b2bf4ac58a8d2fc6cdb96bdbc72941846428a3223e8a6ef6ce1c99b2e6c1da816122bad06adc8f01220921f9e3568936f5efaf7b3cb0f6a9325ab359d782aef4ebe06c1afe0bf46b0b47b4435751e0f2ecdbbabee6e3f5ed0587c8d649bbcb48c116044621485e58b7096497027eefdba5f2e04224386e21ccd5d41c2d58150ff75c0968f092bec4e76389e296e1027c68f6e6293439d3014184a0a17aa197644cff4374c61d22d8639aa0956fd25d24d410e848073cdbd1954b80f3df61f0a3a9a5ac419b80842c92f2a9ec01c8fa447edd61cb79ce523046a2ff0333aae39ccc7737724e7ba7bc5b2003113226eaff1662571e0ee3e8eb28ebf5b8a7e72196b5b8c37d04f357a64bbff04c43852fad8fe542253c45d5503b40e3f30760dc3d106d831d9cb1e06e79710b7c536b1c5414e49a536841822f053d99072a33633f70acb757092f320ed1d06835cb1083ccd3fbfbb40b8bf609a9df180d2f333808abc5bdddd880ab32aa290ddea14d00646cc5ce1112553b110eb7ce2ecf87056352ae32abd1e379f2d62544760eca1d28fed4b81e6f32e320743b5998bacc0162eb3585d0d432b1a40b2df173a1eb8274ef765d49d9b44e5ddcf43930e80d7e46f8475b0c5da74eee517ac9a9fb7ffc3d1228072cc95fba9c53246423119b9ea9a528df41aaaee67c5c1948defbbc3d4fdc49ddd09ef2a08d82bef6152b754516167678dac5ea3082249b32bfbdf4c69ada5f3090557d49d638310493c1f8efe7db1cdb764ac9500cef526a71a14b7e9db0671ddcf6974af6966183fb8e6452c0fe16263be34afa5ad4576fe5709ba64888b57a749c6a850aacc9e9d7edbf58368b1dc185413a51c4c314badf3771b79d314fe7fb6746777a4f44dbf39f7cce6186269538eea1565e1b30b1b28559befb5201296e5cc78cac4d897f1bf8bdbe08096aefb729639dee67287eb0e99abfed3da5f36bb4c920b72cd4033b2f6c33448af4bd7f92370d0666418b3caed8e82338d8897f45cbc81bc42597f702108ef49a1b91f7bf8823a200dc06fa04141806a08b51137a7daf2800fdbbc37f9320894e1fbea3eec0cb0427235465e889991a26ffbe8016a1bcc5cda58e1220ad986f4086a0cb10d9aadcc9e11e055cbc3d6dc43de755459cfa96aeef569e1c84e74b14e8d96b589e53a6169972b521786469225635341fcc352345ca0f17cc91325b004b337f68f310d1ca9c152c5d1c6de81bce42fdcb178b8d04a607c24013afc80bb46d83ad48b5f0eb5ac12f5fbbd0e2462179fe7a70d15c9bb437dbe5e8992ea70a58329e8ed55d7cb6bf4a2b7b899103041ffb43206d47cd8035aee322a36ab2fa82ccec5ffccae039b2a5882fd09f095906cfd5ce491bbe35705bc3b43b3ad16b845b63bfbe9f40089ca6c11f398cc9523a0029a2a998de5974c1c60676033c255b26462c21bb55f2705caf02081000ac6997583d1da7f861533c7266cf9261820b1c2865900d40974e89921debaa9847b36a2acb76fd012d042fa1fa66e296a47f91032b1957b0f7ce515b59d4c394f1b9785ef92bd5640caf9d2a678e7bdf9b30fa1f4f4e5abe7889cd0b922c0cba31dc88fcb2ca4802ce30d7254c044904f7448dc71b237bdf6f18a90dbeb15f302891641af73e4b526e554f94b17ccff96c5c5d4974caa5b30a9aa8778c3121e4227ff59d23998227668eac0a84b215aec589613595e4305b885f6d209bc0d5ba9af6ea1264d94b0fbc2c5122569156c69f91f4702b2c654b70e8f5b481b08d3cfad9e022f06b0c29bf2495637f2742f7b80a6464c79111c15d095e5c85f3b3a92f9110f066e44d8f592d9fc8e3479305bd2cfbcf654384e9839d02155b89086beb0251e8f1805433d88e509a201185c62a3e73f34e6e76d908270944b901066de8b8f90fb3531a546bbb4ee57ce222e35395a73829fd53f9b9719726c481b57a9e1c479cdc151c004c8aaa7ba4026d935bfced62a78e932a21d48c9363bac886eb4c8a29c1b1d26b350e352ef509c6480a94ea026d9d55e4c42477c8f81b9f252ea17b297f981070c322663aa9e8326d17a1e7e8aef4631f3c92ebc9776ccde3f1c25579c122e9d7634b9f80cf64cb8a281da433c855c5a6d0ec8b0df339d778409e0b654287c81a834bcede4eb05898952d786ff84ee7c3e90a5011ed102b4717b34e84d10f5f91f70bed8100f0a6ae2cfb7e70ec31c48742feb6cf998350ec0b8c01ca198102ba59df61b750955b73ef466610a791c15dcf7e4f6fd4addad8002a68159ce74ccf4ec9ee10babd3d2cc90efe26316fa90dc4c76a50ed8de3cf4deaede455d1f5b44df6e4fdf657e33885ba44ac2ce955b34ed61dc8674e9bb447c626b8d8a48fc12f507587f945506d057d4fb5421961ca3987698e02b99eb70282f2e32d43026293614ede5773fa3b5629c0cb78d95688fa912df967b5a36349a09d9ab2f6f7314f13b838cdc170c4287f8a709d3c0259f00c585e322f94f41c8c389c7214a733fc20813d8ac23243d59de78030e73bd3b42bc25a0f6f947a178acb9c087a754d519514d4c302bff0d178e9e369026ae7f0642b8841d6ab40a5170ee24a374081b394210c60ef49f07d00fd2df67ecc72a24e93e367ded1564dd069567bb3ba818165e2cf9717a593e3648f30a7ada8a9d8ac2673036e676dbed9ff640a7fff023b64904d988092a0fb48ba5328daba7952500b3f87fec2ce3ad6a3352d811d2d419f713ddaed14c5f3bab975264e7e97e939952e8800b33825ff8d03095c6dcd85886de671249cf14da9ba1ce0813dbcd42b88135f0cee99579dc59ce094d9a312a40cd2fcd449fe5f3702452946211905dca71bf296475c11b2a84c226fa73767253a4e67f8779e88068ea63ac7f86b5773e8795829e860e450c766194058fff51b656c4342ddac1bff7279906b99b1e03d5f8c4090e6b1b326f1ab0553d9ce3290e4faec0c60d35e494bd7370fde116e3fa114463768898e896640b5be994fbd702de294bf766683c53f61a46376a38bd176cfe0c35ebc4731e9603f063e9fb5c52d2663aa1d93693c49eb96cf064101f13329d0e86d9e2dfd13d3d42a941358b4075bd5e272b215a1e74ac6eedeedac910f45ebb5c515f05bd0555c731ecc61d7494fecc62d7c472326be72b36a3295f0d95b7354f4eadc3a8e10edd6368bb2b8287f6a424473549b4af2863647287a2f6d7420978890c486efdbe9b908506a7b64a16143034dd96168eb65843ae1bfd1b33c0705b079207beabcea3d2a8ccda6523fed53653e89a51c3f406fc852902315cd22e6a5274db9992570889de9c599752c4db1550e303d978ee707acc9db8bee172981007d5f97e5bdebde43da31ef7c2cd7797b3d27760a9627f0924e7b80cb3d5128398df04e6147db19b1c839a0a639d29fb42f3431145363aaed2f03e14e6efc0febc2ab771e9323d651bad522fe93191ad9eb9f2b2a0952a09d3662ec976f39a639bf827ff762fe816f60528e61a65d9048a9797f8c7702041cf779884a4dbe5333eb564788313e71b5a596253e71dc06f5ef32968db7eaa85088dbbdf8b07e2c117f4af7d17873a36489c8ec6d4761355c7c4a7dfc162a6751f189ffaaeda1147b284d67647248d251c0692db82561a4f7fd23db97cb3d27f9feb756bab24bdbecbcdc4f42fcd31a13dbf79df511a16be4055e4ffec26c91a2a3c66db568c2950d67c1d989bafe8f3f14ee16d9550fa11f8983ee3d2085e4499a4d1a69d456bfd9608eeedc23d680ef8769e1ec0e7f2ed5558d63c8f2b375cb9105982de7cab851675626dc1aa63c7820bfe8db3b7b5de2490bf64f56a301e8bff9773644cb81a36774056bdfc8ebf05ba68fce2b2fb00dbd85c1e09bc67525fb31c85e416abb4c90da63dfcb7d41a3d2bda6aeaef7dbe79c279f321e0044b2b796ca4f0f5a49a523ed456a62e27ebba83ce318cd93f0df2720314297665291101bd73159fc274a4cd81ad358894834b2c8d24e96b3ce91c34c7325d725b205e6b043882c7a568ed337b2eb85a274b2abb7e0d524f4904f40582741c8321b428e0b641115a92afba98c4d2be77b74e10c1e2a0e16abc6e3e7c829c4ef3e3871ffe5a253e15bbf1b40046eaa275daf7117419f595627bbfe6306aa2d1c939ed280aa7fae0ff42555220e2689387b505f902b7bc57b981fc782a5edb4c422520654acaeff05bc7cda41e1f1b43a34e6dc1aae75a30ebd47bfcadd7f9b93d05a396bdb72cd2054683efe0ce709bcb4773d5e9bd70130e11eeb81c1efb643756b70a7b30b15abbde29d9314463356f551ff88d9945d68293334444e174fbc037fb41e95d4525273ccb061a618944018d6b2e39f7c7e8fe945d0c4cc6491d65da63fad3a131f0deae7bae70ad5a56448db579b0cefb464326f46c16ac569d52df2fc8e68af91535106109a38299fb56c97a50a7a79ab734a06a645278864554fcc666b0bc817b02a27ee304e2d9c0dc18ff9db2c9dc8b58553bc3f1b9b3ae84f56ae286dfb51a5321478dab348a70136a779c91d9f904f7ad92ab3720ce8f5c91df425fee0e48710a686885b2fa7b3546167f56a86040fa7db055e301e11391f7e802934174af9cd97a84db9baa27214c0e1a34dc8804c4f29becb62d4d9bd32800842f7c8bfcbe9328641a79e0a5c7fee8c308f8f469109a02ca889639cd658de11f80010d829eacd9ba949baf718a8f3da5bae640081038189352387b35ab53dd2e3acfdbde84a36d5ab27ac2f0f170178fc54e9c217e8d183e2873df3a6a9fb93ed655bfe0eaed8923307d4284b54e99b3971817c2443302e31cc7ac00607fda7c0e2acd2a79a95537f60fae1ee9d837f2e3e5a5fcb7ebbeb3ba47404c2bfc776aa1eb4c9420b1327f4f10621dc5c02016509422046368254d002f411da1d7935852d2fb43a797582b6019df46469ab2912500cf68f4ef48d4fb2201ee6ecc5604c98be675fcec31b09cdda466ee99095c2c98e6e71b5ccfbaff8e6d73610e6408c23fbd77471a44cccf1eb0c550d911133bebc4357ebb0b42c2f5c622caf864238de8f95020de4e20d9a3d9ed0bd34f8bf6da31e9671aa987928e54ec773e25fb6cd7b8454ea4180951c2d4368d1f39c6dbbae2e9e0735b8969bddefa57a88a82b08699580fa85649828bb94e8f8a8846c81c3c42842e21ce14a56912bcb0807300ec4d3f0f1f492d54960bad9ddb9e1473d603bbcec6a591fe3f1d13e95dd30ba425d6749b239a3f5104ad84d9e16628299d219fcb151d492ba5bdc4ece59916a149a96724d471c8cf9a1a97e71c284affed9a2ff4020bba93f66f34431cf1635db68bc21b73c25dc7c4e2de076e5a18dea6073ecb38b0237a507c396c597b9"}], 0x2266}], 0x2, &(0x7f0000fac000)=[@rights={0x28, 0x1, 0x1, [r0, r0, r0, r0, r0]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x18, 0x1, 0x1, [r0, r0]}, @rights={0x18, 0x1, 0x1, [r0, r0]}, @rights={0x20, 0x1, 0x1, [r0, r0, r0, r0]}], 0x6, 0x40000}, 0x800)
writev(r0, &(0x7f0000fb5000-0x10)=[{&(0x7f00002bd000)="2900000020001900013d0010000000060200001600000f01000000040d001400000000000000000008", 0x29}], 0x1)
setsockopt$inet_sctp6_SCTP_ASSOCINFO(0xffffffffffffffff, 0x84, 0x1, &(0x7f0000283000)={0x0, 0x401, 0x7f, 0x4, 0x4, 0x101}, 0x14)
mmap(&(0x7f0000000000/0xeee000)=nil, 0xeee000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6_udp(0xa, 0x2, 0x0)
mmap(&(0x7f0000eee000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_int(0xffffffffffffffff, 0x6, 0xb, &(0x7f0000eee000)=0xef2d, 0x4)
r2 = socket$inet(0x2, 0x200080003, 0x2)
r3 = dup3(r0, r1, 0x80000)
mmap(&(0x7f0000eef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$SO_TIMESTAMPING(r2, 0x1, 0x25, &(0x7f0000e10000-0x4)=0x1, 0x4)
mmap(&(0x7f0000ef0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(0xffffffffffffffff, &(0x7f0000ef1000-0xa5)="255e198fd8aec8c33d5a3a7b7d1892c40780f5b93798bb01206126c8c6607944cec846c5387fea75a61f11a05bfca0257d528a2a7435edc88c3866b92cdac371283aaf0c30d59bddb5ae6969a4fed889e6d135ec2adab369c7b270861cdd5328bb05c49a6e8bcacb2cbf9b3f494a2a703f8acb5d2120a6b1eb486b1c964d03012b62c6a06a4353126d42eeecdc82f8317ce79183e979d290d1892a70f1bcb8ab7ca2855c44", 0xa5, 0x2, 0x0, 0x0)
mmap(&(0x7f0000eee000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_int(r2, 0x0, 0xb, &(0x7f0000eee000)=0x4, 0x4)
getsockopt$inet_sctp_SCTP_EVENTS(r2, 0x84, 0xb, &(0x7f0000dd6000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f000026b000)=0xb)
setsockopt$sock_int(r3, 0x1, 0x1d, &(0x7f0000aa6000-0x4)=0x6, 0x4)
sendto$inet(r3, &(0x7f0000b34000-0x2)="ca60", 0x2, 0x0, &(0x7f0000335000)={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000eef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCGIFINDEX(r2, 0x8933, &(0x7f00005ed000)={@common="79616d30000000000000000000000000", <r4=>0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet6_SIOCDELRT(r3, 0x890c, &(0x7f00003df000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, @loopback={0x0, 0x1}, 0x0, 0x8, 0x5, 0x100, 0x10000000, 0x40, r4})
mmap(&(0x7f0000eee000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ef1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_int(r1, 0x29, 0x35, &(0x7f0000ef2000-0x4)=0x7fffffff, 0x4)
setsockopt$sock_int(r2, 0x1, 0x29, &(0x7f0000cac000-0x4)=0x0, 0x4)
mmap(&(0x7f0000ef1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:57 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$tun(&(0x7f000039d000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
getpid()
pipe2(&(0x7f000073c000-0x8)={0xffffffffffffffff, <r1=>0xffffffffffffffff}, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xd34, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT(r1, 0x40505330, &(0x7f00007f3000-0x50)={{0xf2, 0x100000000}, {0x100000000, 0x3}, 0xeaf1, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r2 = shmget$private(0x0, 0x3000, 0x160, &(0x7f000067f000/0x3000)=nil)
shmget$private(0x0, 0x4000, 0x780000c0, &(0x7f00006f2000/0x4000)=nil)
shmget(0x1, 0x4000, 0x1, &(0x7f00001c1000/0x4000)=nil)
shmget$private(0x0, 0x3000, 0x801, &(0x7f00005ee000/0x3000)=nil)
shmctl$IPC_RMID(r2, 0x0)
shmctl$SHM_INFO(r2, 0xe, &(0x7f0000782000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
vmsplice(r1, &(0x7f000066b000-0x10)=[{&(0x7f00007ad000-0x1)="ddea", 0x2}], 0x1, 0x3)
mbind(&(0x7f00003b5000/0x800000)=nil, 0x800000, 0x1, &(0x7f0000002000-0x8)=0x5, 0x1, 0x2)
connect$netrom(r1, &(0x7f0000c71000-0x48)=@ax25={0x3, {"71a1bc0000e369"}, 0x7f}, 0x10)
fcntl$getownex(0xffffffffffffffff, 0x10, &(0x7f0000970000-0x8)={0x0, 0x0})
fstatfs(r0, &(0x7f00007c4000-0xc2)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
ioctl$TUNSETIFF(r0, 0x400454ca, &(0x7f0000cf2000)={@generic="f27de150e2b854f056c0a98b6bf0a7ec", @ifru_ivalue=0x24e})
ioctl$KDGETKEYCODE(0xffffffffffffffff, 0x4b4c, &(0x7f0000d30000-0x8)={0x6, 0x3})
r3 = userfaultfd(0x0)
ioctl$UFFDIO_API(r3, 0xc018aa3f, &(0x7f0000ff7000-0x18)={0xaa, 0x0, 0x0})
ioctl$UFFDIO_REGISTER(r3, 0xc020aa00, &(0x7f0000019000)={{&(0x7f0000012000/0x2000)=nil, 0x2000}, 0x1, 0x0})
mremap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x4000, 0x0, &(0x7f00007a8000/0x4000)=nil)
2017/09/11 22:56:57 executing program 0:
r0 = syz_open_pts(0xffffffffffffffff, 0x200002300)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x0, 0x400031, r0, 0xfffffffffffffffe)
syz_open_dev$usbmon(&(0x7f0000000000)="2f6465762f7573626d6f6e2300", 0x6, 0x10000)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$PERF_EVENT_IOC_REFRESH(0xffffffffffffffff, 0x2402, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
r2 = perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0xfffffffffffffff9, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x9, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x101, 0x400000000000000, 0x40000000, 0x0, 0x2, 0x0, 0x0}, r1, 0x0, 0xffffffffffffffff, 0x0)
sched_setaffinity(r1, 0x8, &(0x7f0000976000)=0x75)
r3 = syz_open_pts(r2, 0x420000)
r4 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
r5 = gettid()
mmap(&(0x7f00004d5000/0x2000)=nil, 0x2000, 0x1000000, 0x32, r3, 0x0)
ioctl$RNDADDENTROPY(r4, 0x40085203, &(0x7f0000d7e000-0x1008)={0x2, 0xfff, "cfdeee26b7ee2970eaf74f7979dd36c49cbc00b5810567c4c76f2d0aa1901089ca927271ee21317d37c303279ba229ba6316ed44c05f69fe08d77f89051fc5c4dc9eb8e4e167e42fc8383cc679f5b893bd1ed9abe3186bfe3ba73887bd3525c118385fa320540c3d4db4cfa59320f2d6a2934c9bbf99633b2ebd7775d716d35fce859748d349776b8e2a01097056f5afb9ee9dd1306fb67b7468cbd3e48cc0e5e1deb37b41fa265b2f9c23ef71c469c8fa470a76110104c952ac693b9d3ceacc4028328af08fc0dc2dd9e7b358905e22cf2be21fa165183b954339ba42eb629e040ea8e25b1a45992235c3d7130cf0a840fd016c612b5d8d134d60d3aaa9549effc08b795a99ea34291660ab843d1c3d8e80accff8c3e87515062877c9b79b2b0eb857d5a1a397f18990af87bd999a0151df0c0b8584456ed0dfc5a2b4ebba1d735a4a42c2edd99c2705ce228839d2ec7c1f0dd98a811f463dcd3a8b7cf93f731c60dc62e599288f9c94ef67bcc527912605068db349c91baf5fff332423c12949b1e737b490fa3df48389dccc670d5f6ff166d0564763d6e078c73dd64c622358eeb78a0054283082ea9bbed50a407e46b61266ebba120b78d1cf84067c9c05d20fae3b25545dcb2ca56288fc31a5e8a28ac988a6b6a7f5ea37652d6122b698509046d7555758dca35fc5212de899885e5f8e4103b853e4796eaae26661af4bbdcd7b8773f1526c7e7ae02840af990bfbaaefba85abec9212b6b46c1508324125868ab0a1a7988c59701db6435e8a66f5166dbc5400ee5be43ea05560109011bb85ebaee1745c60f3b04caed13dfe8ec6ee247fefba40abcf62cac7a9a67ba1ca6a46c4c8b4f10a3e8c46b368b2bedb301c155d684c5defffca9f91f8cd4ff2239977f4afe5c700deb3879bd54ede244037f6a8961e8f0214730d8ffb922ceafd28d647373b772c0f1d3f41338fe02042329a9aa26c5363d8bb7158f3facc59b6a65a32baf8f760c0487763a4f9523f991faa6ed588908c89a31a399fd091746e3ad29dd11d22351feb40d68357d26f86ed6276460bd3cc446f33a9aeeecd7b6711dacf3b291483819d5e1ca7d029aa93c8438c8877bba518e7b57d652b7bda342e35df4946871a6cf9690cfd742a026d08a52b15b9e22ecf922a60a2a6fd8f759ef9c8d699991090a815b46251b9d10fbcf24dda3f016fad5384f75826dcfe4f51677f19d9ef69c2300e4f04c6e30a2177393e87b02a07106603106a04decc9487f2b701003ee77faf515c2a92cfa0d22fa5fc78f45497e0a4553b86906c527e8a7ab8966fbbb608e29695c8cd7ea90a0a0261c95782b5f94aa8bb3b7203fc801e947f33cafbf0f8c8232e1e1b8bf35fbc340d7c8413a6bfc07b9c8665229cf081565ffecfc68410127fe7a1ac2f0166d40a29e535f402aee7291723e67a2a5e3e7862cb6e3c55b7df2e08b3ee6c14317977c5894d358c555121649844d6fcb9410469e1e642e74a7b70b2af0a131e64feb6db96f13b7151d126cb2fb30c7b92b3dffa826d95868d95b458483b2f5cef03dffc812a7e137f3b8b7c15129d769f8a44653f2cac7fea8e7cc5a6f132d7a83f0cec2a066b011f769c245737080990ab27dae6203d84772e1d476ef56bd4e3014446b7ef5b23252004b26dbaa48a26bdde8670d55547482c532778851f3240a3096972d61b8a19d3a9403b436e491350cfca16bb62c14240fd116ef94e3319967cfdcc90bafaba97591bfb6d0eaf8cd6b1e3f34485f259475b51ea658962d4e729ec7e8ed2daf81da27b79ce972d293c1c42645d61041fed285ca60306bd5df8d81acf1ed1151129382103804723ba8bac32bd81aef5d4ccb4c55eeb836f1b64afd9f27272cb8a65b40f83407e8258379b88f9b8265b5c92a8aa2201229368f52a2605553adaf6c13e624615b7966dc9d31b2696adffb0dd57334c3ebd303fe317cddcfad2c567a00ce1f022cc6706dd1f5633b120d7fb8983999881397511d73d94c84e0d16a28ebfee6c85e073dcca1ae05100eccc3ad46704268cb347180ab8c67244039bcd23ab4e54836e84a7222342623fddba2722ae061f4e90c04c8e567b40c27228465068154dc5e2bb0b4d7dfd0a7739aa0bf383aeca0ee0de31d329d847dc6596af82e2e156b708ed4e9fc05c3944dabd8fb36a49f777a1372c9ee59ae7125b4ec8a963cea90086dcf2780be5ca0fc9dd3457573d8f73a6e0ef9928b7d1276eb550683b2a818773f072c4aea8b8f783de0a4c56bcb341e456636081bdedbad54286a9cb909d2c81d1e057f69442abf1ba24caf151b32ae910e58e5c695c220351d142f077233b7672434cf8b31fe21c40d752bbec04403065bdb9b5476e2372a92255b24ca4fdcc29f1305aab294fdca2cbfbd6fb1dc874e352d94b455f657f2757b7e97aa19d2b3e8c7e4ae572f22f911792ca9d812c2cad90944d29ae645f54574b79e60e28de3ce8277576b8c439a1458ebf5e8022a9e4ff52046d582d9d59aebe603e5355359ebcb744fe2e8e2592e9d7fb670089f7abf7b7129777c45dad67cfeeaeb7408af106f6b4a0fca8559c4bd9175c1cdd1a1c58ef459c9fc5c961374f53c44c3eff7d91d28d6d3cc381b511a153a0b4e45b5b1a5e423d7b92efa08086c62454e06b2173a6c5de1ef1dac26be250ce965b897aa9fb26156657bc1af346ce7298d7e474bc184cdd1751f7cf0597a0dbfa9256db221c3f6b26eb6c82f5e7d6fc6b8699680045b26d6dca800451cc77b36f3765c1541736afe504459de02d42ecb3b4363eb66d00e2f35f155d7e8b042837d2dc0f55595a44b73759cf9df982ec69e8330acce6c7ff49865fe9d7f1e4fb1f843a141326bb3dc5c6dbdc2f057c2ce4609585ae1a32566d44fad72e16c287cb069d4ea8757eb6433129f2b6952650eb6f0d9ece1afa75d7557f85cf15d60dfc4801d7805d72f4636fd09becb4ee6522ff98266ad6ec4f14d86fd554bafe1ed32c1d3050bbabd449a25a3137f383aa57bcd1aafadabb7c81554f7f54ebcfbe9bf61898bf5940acf1793fa36bceb0f9cf1d377bf2b5e0f1243035f1724a845de53fb7d30ee5cf1d058507483841c122636e83c89fd1c5f762aac977cf4ba4893e50ddfdc882029f27420c06ae1d5d15dff10846194bac785bd6be6a67d27ef5169cc41bcd13d65c05f6b0e79f6e022763ad45205b4e0d7926d478312259e5872d9a4df0c3812d3622bb30813e8a3e88f8ecae2b446dd1e58da168a6d706019af45844e85ffa6091bbed6c528f18906425f64429ccf35af0a972c341848032a77d171c9d331b44a9d936aad7d149fbe536db84eafef5d42bb99d10162aac126f88cbe398786f43457db2321e93b5f9517408cad9e894bad9636f344408325b83334f67c8620d713341de02b74e429987ff26e71e8f73fa3d5546158b7c832bcdd7e93a906a375280b7ee916c40c50fd09ce5bd49a69b520be1873a19e98be17506bec99d27e20e408a524b4afd956ff969aa7151a38e602191020577e8feecf370696bb242406112d018f0b2b0354417ccfb11803319f1eeaefdc6b57e404afcbaba89683c9bb9346593566d19f855500ec7024e3675ee9b00a2c0814eb63dadc05ead02437a1db6ead33e49d41af3b44f2b96fa565fdc53f1d14aeadd9341c73701059a82263712280341603a076d9b90b021e984fb1a8d2f382082c8b5441b6970ef9810ba3399f19579401ca6d8f7d01e5192b3abc5b08a78896035563dc4571156734f664bfe0a8d61ead92f8347f340ee36e35c824888c163d2cc255096cf00fd687c01685dac25e202406be84dcc7010a4665787675827c3e6273fe4e2fcb9150d0451709cae3cb8720c6d363932d869c478e25f8f96dad19f35cd530bef814231aae43a529bd1a5704699f8bb11a7e45d6823318543050962fc34932a5784cf20650337f673b645fef74062ad6b3d82293a02921cde2e0b25b8be8194a1ebc4cbd0391516de0da86e9fabcb1d9ec9a5c64eeff2798ca93da61c520f0a511346630d2dbbe149a1b9e959dfbaa4757d2261e990a05ee6a03463b9208e9a36dea1e56ab1323c495fba5f0c063d3d07179c3406e2a0c13a5a3c51461d41cd4f1406b08c133d819ef6ca1979c6bb62bb9c3a2266a957f470cecfe56b0bd7005f0fde215127065b7f3398351bc80a867154ebfc5e502c22fabc3c0caf53db7119af088813a99c05198b46579b219058ebc693fea2bf2bd40be280c1a468f169899aa1cbd1ea15a06e999120e2cf545232d7a0d1a5a4218f99b15c22f37166cfa54b374f95baa3e974d4724a280c052f0f14cd76bbb80f197daecf2f8ad9b6686c34dbaa0b48421c6e297909ba28b7eb3e133c6759315aa619e385916d8b9f3b870a7be706af02c3917d5beedc606adc0562947a7dfe1b6adf10573829a4dc755fffe65efca2c406f23c0d4e5c0f719c61382cd85a594d33df09e108154ab4fd9bb51ae0ae23988a9479a4106b3ad290f8e60f5c1069662e52e8e1a7acba8df364c137bd499ebb7ff7b22e0aedd8a767b080f8621c6cb53593a0b560ea60e474f761edfcb792ea1eb774fc58b3874aab8f6a42bb34d85a277da3ec7caed8e5e869413ae265edbd36616dcd5af028afe4aa77d0842853339e62d26b5e45326524532f3f1cd30d01cdb57cb39d8ddcbf3340b5f09ea71d22fc1137bb9a890cee01e82522d2c72c54bd553620dc9cc013e840d5f8538d6bd8d8f740c9aed60e34a66d8044e74c9383f677be54cb2a6546b0e36b68e30a383545c89bdf57236f8bc161d582fa7eb4f58f20240e4e788b5147b2e22820618fbfa335fd62c60ddea312882503fd11706f2b40887880b3e16853c7407c69d0a19d2533d120c0637b4423a43f4a1d8acc4bb0cf0bd23b86675f03718623204deafca2202c16e82a7c73dd45526563144fa8fe954dffc167289dec8c9495f3de57532579f4c54375f4549ac0961bcecf715af81d48bc65426a3ba185a364a08bbde22e0430533866c7280ef3889821ac2eafb3d1fa07872750b9d6783f2c9e6d0030fc8af18862f0684ed8e3483e034744233b87588f57bb1a64d9c87c24c592f300609fd6f8c5448d2a9c83e1a0ca3ea30c47718860ab7e2b60667d0e52e98b6d231da7d4e0483d9135ecfc1bbbfe9eae22a91a3ae60863289f9ad62f4b3eb38dce733def5399272ff4bd7c8e8c3368a3ac2dccae061deec4c9e125c58d5c2e6c16880fc619e50b531cef5d42288318d2642ea28ebffc21cd584a8638b9c81ca5362ac02643fcdf63dcbe0257e520c311f0eedf2e7a72f89c19d415722ac0bc618288087656140c1b2639a1a774431776e2e79f1d04317e47854c80cff22c38359face1feef691fd05d9f62bc60ad3e473dd9e1333a40110d2fd98fecebb58d61644253875bf2e80bc5b137653be430581fe87087493cea3a14dd43250472dca16ba1df74d43d30a002ce1b025e89b34f2962cd6d31e9edf471d4135366c91d71416e19dde6a6dde34fb496bd2b25f78d3bd9995b716e24fdc475a1ecb9621bc1aa33e1d5d46f14522987c0f901136b084a24aa5dcbf0593a18349274e2199f417ca36d965ddd2b236b37626aacdaf0b2628e476392444b5204005bc52633bb4d182dca82e6e36cac8fba1f0933387d1134564fcf74bc8830aa8fa02a7746af82b425ec41f488519baea1fa196f3c302c8dc31081f70af5746eed7a1e1044e5b49b15b9bfde68adc26b298bcbec7df884e66fb8b43976d07fd3cf2585dc"})
gettid()
perf_event_open(&(0x7f000059d000-0x78)={0x2, 0x78, 0x71, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r5, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0xfffffffffffffffa, 0x0, &(0x7f0000000000)={0xffffffffffffffff, 0xffffffffffffffff})
r6 = creat(&(0x7f00004d4000)="2e2f66696c653000", 0x80)
ioctl$DRM_IOCTL_GET_MAP(r6, 0xc0286404, &(0x7f0000994000)={&(0x7f00003b3000/0x3000)=nil, 0x2000000002, 0x3, 0x8, &(0x7f0000459000/0x2000)=nil, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = gettid()
perf_event_open(&(0x7f000002f000-0x78)={0x4, 0x78, 0x40, 0x2, 0x1f, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0}, r7, 0x0, r4, 0x0)
sched_setaffinity(r7, 0x8, &(0x7f0000f9f000-0x8)=0x100fe)
bpf$MAP_CREATE(0x0, &(0x7f0000962000-0x14)={0x5, 0x4, 0x4, 0xd, 0x0, 0x0, 0x0}, 0x14)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCSIFFLAGS(0xffffffffffffffff, 0x8914, &(0x7f0000316000-0x20)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00006db000)="2f6465762f7667615f6172626974657200", 0x244540, 0x0)
getsockopt$inet_sctp_SCTP_GET_PEER_ADDR_INFO(0xffffffffffffffff, 0x84, 0xf, &(0x7f0000bf1000-0xa0)={0x0, @in6={{0xa, 0x2, 0x10001, @loopback={0x0, 0x1}, 0xd9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5, 0x20000000000000, 0x2, 0x7, 0x5}, &(0x7f00003d9000-0x4)=0xa0)
[   72.938189] netlink: 1 bytes leftover after parsing attributes in process `syz-executor2'.
[   72.958988] SELinux: unrecognized netlink message: protocol=0 nlmsg_type=187 sclass=netlink_route_socket pig=6559 comm=syz-executor7
2017/09/11 22:56:57 executing program 3:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = open(&(0x7f0000000000)="2e2f66696c653000", 0x2, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
perf_event_open(&(0x7f00008d3000-0x78)={0x4000000000000002, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_SOCKOPT_PEELOFF(r0, 0x84, 0x66, &(0x7f000059d000-0x8)={0x0, 0x7baf}, &(0x7f0000170000-0x4)=0x8)
utimes(&(0x7f0000cbd000)="2e2f66696c653000", &(0x7f0000bf7000-0x20)={{0x77359400, 0x0}, {0x0, 0x2710}})
mmap(&(0x7f0000000000/0xdc5000)=nil, 0xdc5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x400000000000, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
unshare(0x0)
r3 = dup2(r2, r2)
fchmod(r3, 0x0)
r4 = openat$kvm(0xffffffffffffff9c, &(0x7f0000667000-0x9)="2f6465762f6b766d00", 0x200, 0x0)
r5 = ioctl$KVM_CREATE_VM(r4, 0xae01, 0x0)
mmap(&(0x7f0000000000/0x15000)=nil, 0x15000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0xd, 0x50, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x4)
syz_open_dev$usbmon(&(0x7f00008d0000-0xd)="2f6465762f7573626d6f6e2300", 0x8, 0x206840)
mmap(&(0x7f0000ccb000/0x4000)=nil, 0x4000, 0x0, 0x3e, r4, 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)
sendmsg(0xffffffffffffff9c, &(0x7f0000645000-0x38)={&(0x7f0000c22000-0x10)=@in={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f000060c000)=[{&(0x7f0000000000)="6828f184ac56dd14d1926593ff8a545fd34da17b8d3aa9e942c11f7d9aef060562f3a7ad52cacc4d7f44675bef6232adeb978440e10d95badc2f1326c6d2560aa3b2ca533062971c4c096831a98daa50fe02d6bd8c7712efe605edad6f2cfd7e599921ea3893dc5d565ab940d95e3ce36db5d2144cb266ebff4d2ed34d1dee85b14eb46dbf1ff27c6161b80cd0de7a8a99c493703c5e94114e0a725bc87a4eacc085edf29efac568c9cdc215b7181853b6a233a6132adf4cd92f78116d9ebb", 0xbf}, {&(0x7f0000001000-0x4)="dca0f282", 0x4}, {&(0x7f0000a10000)="f4d20dc16ea0e447ee990258260bc7427ef19cf9de2ae05712417d0ef76ca50fd213d786b871e5109afa650de1b3c566cb8ad871ce66179041e13cc3b0ed942a4e1b25a6c4e2a0904a84ea0986d4158b94e05894b80aec35ab80", 0x5a}, {&(0x7f0000001000-0xd1)="a00bbe60222851d277e2d52ab8355d022d27ebccfa65b737ed8a048b184c7ea95bb02d8e01458c4cf0849c600c94f679de61287a4a6fae2fb92d0f82da7f28d8be21ac7a79701fdb5121e2e8ec4371dc414343e3d5d85a08b5e788fcd08e42d9773666998106f458d0d24b8c300bf6e6aeffdfd6ac1c8c20ce1ca3d1118dfda1bbf1a3eef49ad4d8d6c931b06d7f61c71c7f33a924671d7382c095eacd8aa095d4bd8c3b0f0ce9b002c83e860f3fd1c52d3209ec91aa7e1706436154d2a5fc85fea07bd09554e60ef4ea148208bbf24bad", 0xd1}, {&(0x7f0000001000-0x99)="775097b54e3477071903b3735c2f30638e2497f61888846406f78c81c74abc07066220d0e900c4f25b4f975e6f7841a7be17a86827a881aef28672a9c163aa4b728235ad15a87ac6b306048b7ae5722e4792a27ecd436c76630e15928eedf7293611f84662b1319ef9897869b5884e98102abdf3d7f8c59b9fa672ae28b2dc6c18cd2e1bee2f6830abcdcba376f1ce6d5d9aeac37d43d900a1", 0x99}, {&(0x7f000064b000-0x70)="3d34d04789336967d83a74288f3ba930d5aff249ac462f92b7167bab10e8ee21488ebcbe1069a58f07c738a1a17abc1716da3a32c0352780e91bb974e2f1ab11ed5ec1567021babae871f8de960bac9385553dee5464d873a2dc18584d78ef27911a41d9acefb07d4bd67d0702c506b2", 0x70}], 0x6, &(0x7f00003c3000-0x1130)=[{0xa0, 0x11f, 0x1000000, "799b0b023a60eb5e8e88b95dec4d51bad34227cfb99ece89fb68576b871529e9e6359fee5402588580471b1b30821d3012238a2e8c1ad18e64ebb3d945d8d384ba90f4590a8d5d30b834b1d9cac75b7d316b3705b3851e59c14a40588446d63ea8c1a8416d40b1300e4bda2d3f90af0446a665c533d8f4b76f715686a44a25ee4e959057a9fd1acdd8"}, {0x1010, 0x104, 0x9, "fbcfb35289b8b6f49f84dfac77bcc80912e0ef39ccbd62679267690de0f35291d378a479e5e45d91f071e2ef1a4832f80e2cf530aa498b2d17e1b79228bbadeac6df57a6dd75e259af11760c0af736ea00a07dd349f167e3c265f317a2de9f1efcac9e9987366e2a1a5e4f50def9ac6225af3c54e9fd8d3f44d17a6a33031088daddc86793f44a1f333774f291b30ea6e72355b83e495a90bc3e797c003d6beff0913901f0b810bae1936cc8376b648a2aa3313f8d2ebe944e42feddceeb0c3ff5fa50970e247b753cb83ceb98457df55d93554be48dd202f1fe702caefde62a6f9bc8dfe97394b8964cb0743dc5acc16d18cb38646e9ce29f9e1847c8f332ba0cf366bf90a8bad0b7ecdb78082ed7c515f5592cbb3f41048cb0ae9ca04eb58da5b28762e8f56f3ed4aa349729ce23bac27e466f1c5cd52cfe4d0bccb2978c0bf8b095957936b9c961e82940c5922286253a07e6e186a6b708a25b2352398aed017c4b8ebb3813af717e240380476da6e6344e3f14434d850455900f850579967ede231f46950e7b9e0528eb8bedbef9f9d2bb5e733f88d0757025c9576926b182007ba3312d71ebabfe17256bb0bab7c56d993cc6f66a5195aeb1d08acc067231aacfa292bd65a55eb6acc36747861841305b3cf59cad34d228058ea66c87a5c5173123d5dff5296e7814991695328518c39d20656abbb0d3c7cfcda54fe836eff9339dc6c85950bce576eccb838426141680c3f049dd6caa82b437f639990ecbc87b77857d89815d10f684db490f5dcf12f23893f6404a6c133ae49b7075887ff5573a278ccd2cb2a39731ba012c1c63a2adb06252c46f93e1a9f56659091e55d88d919f987a453ce84fd2e01a439ccef0b6184c1ea0a517db8c05f6d2d9401f8aad342471d53df6e744ab57b8fd88c2730ece68d2c2255c559751a639d884d8507898d4559938e2ec7c30c08d54275200d4c594981133519e15b9030bcfb76463062072352185b0e4ff8fca362e2c216efeb89f20fdaa77d920dfc678d061f50a97ee3140bce16b471a9641b5126fc81acf706d2f6fb267e7f514d78284231751c48ed876249c444090063809da13da2139c0cb845da892bac345d7d8c37a2165ae8fe86bbe1924e66d4c7c742ff6a221145f0557807b80cd3ca582c1737ff897f2dbac27afd7961c8877aa4831e2a14b2dbba9c46e6dcacbeb6025edbc3910c9613d581c227b5c6e5ab1243d1f1e14af0449d1e09d06f5ea84ef2195a8e94e55529e0dbb5c754f4b72b6d4198d9bbf65fac990f99ed48a02b4f742e4c4f63858088805229b230d86965de4c9bffdbfe0375a1f7a0da2db3e10ce694b7b55a49d8f90fda74782b275a1960171b1b5ebb3a31b63c0ba26da40f4859444cdac0a458e454dae9b9bafa0c4accd8471c934b0680b2eb9113151901072006866946f44be009ede1a1bb07f0d61c592394a90b08e8b8443c7ba4bf5111ad33f7c0cbda9c4cc7e312abb5f3f7e2b8c5ef005aa7da1a42b96a09042297513b80419f50ed344e93ffb81eef49466523ab4478b4396b8574667d8839f65e92dc7937e21dcd4e8f48403152b5240b7b7e4a913d14f908d52873588ccfd10a651ebbd4cebe78f268ac75b62fa16ec6f603831f378fb408ee5944e05c8888a300e2649a20d9117a021555e26517722346ef96f002798e5096adbc9922e05b77cfcb6ede715d64c71d6f399c0498a2a11f0e9ade749455ab5dbae9e4c5f5e3f7b9869dab2d14098e7c78c39fdb10d1feb4c3d92cc8f1f1914f6170fd3f8f146f16ae5a5094a1aad493d61c8f2f31ecec1d1ff5490b89544095299af116cb9c638116c94499eae97d100c0a6c9779f4a84db51016b9e7abc6164ec7bdba295801f44a45cc0e60f426bd3e4e8770bd85dc0b7c8ca74e20fdd44b119afade9d6e9a93ed4bfd75edd082491ce6b041cc3306c2237a2a659421595b379e1aca7e616858f8fa8233537fe2076bd454fadb36b5d22c51ab4ee0cfbef2be247d6e2c75391f121acb0ec10ee1c3a0d43269ce51102da56572b4358bfd24ae6c4cbf01c6383595bb6a810f0f9236187fe44ee9d6068a03ad60bfbc4db9543b790a0b5340f1a32859296359e98f9c3960a139caad0f54fb2f77572373a6278c12b0d88b4c1172e30018804e828a21919b233e17e87a3d533a5a3c82a510768b76e6acd322e9d2b1c7aaa345624d407fae132c4e15b5d3a821e4a345151b235c07bcca4b893d0191f1ead76e40801ae1287178a42592decc91526f496784d9a8cf619c99ce9cfc11f2f5fe326cedee29034ca5e68e44a6fd00e09680f6b93a9d595255012d44b3f61b3ae630207e114e4a39d0ce7644112ee80adceb2d8a24c0c5ed691d7287f1527df0fc2c250e52e276336ca772ea6cca66838f482c84663a2e5c6c601ce3eca6dd578081840b3564dfbf01d31d41a68036f87f7a17e4baa9710cb41ff43b1545d86c1f28beb655d9e198ab7a1a36f5264780a92762d7d8e129cd39b27dbdf1b9955040689d75cb8d6e77c84abe830109d312920eaf1937de2abe13899fb845ac21bbb79149b28fa0277b8f5f7431e86d804c4ef8f0cff82a5474090035df4c71435ef8acd39193f6ebe2cdac3a4df0dacecaecd90f8ff18bee67f08d133c41392d35f40a1dfb5ae627ee938985dbace15b0e8f5282f207891a2a08424a1f5b60419acb7ffe16c53509e0cc59a97af9c40cd52291f646bce8fbf46328c06a9e56fae67bd101eab86348469aeee97df48e09bc11fa00602ffddd44d0db4206c7b8b7ec715fca75a14cea6028af66ef0756c132ebb1dadf42d37faa2d634b764aa1027a4bef6c2f409f0e7bd7ead5c66766e1275cdee7a1748a574fb520b339591ff14641a8193688ad23838b8ad29b53572c5985cc65b21427da1d899e82f428cc645411a1a0e531a7c279a7e98029bbe31ce178055aadfe08ba22dec041275a3196f39638788cf968db8e4eb61f8ada7be8aa726c530b1da6a7b47e19cdad2100f34f196f6321118cbf1c8fe907509f8b8359b8992a9486d1dcd4c1b663588d749bfe43e19fc371b59c46682df82db77d44e4dfe09b2162dce1c42c5596ab0cfbbee43363220137e55a749888cb9f373fb95a2fe355db8387c4e4e0697be59ff773f7fe7ed7fe99333a832b6f1fe903c8994e6d7818f512fa9f4f6145e41ad52291b7731c2ffc1d8d1d5068a3b75c9522bbdf55797980e0167c67995a72c728e567ed4381ed3a93eacdb3f7281b1ff3cf93708e7e3c7f60a7099ff3a86ebf3230bebcdb19d7ab26f3d6ebf096d039746fc4d3de39865b9eb2b476999c24a56f945f2c0a26cbb077df9155acf907464da1c2301b0900516e23260540bc6401346fcc29130fe21e988c1e700f2c9cdeb6f413955db8889b0f4c3ac2a61f914d0cb1474afb025bba34ae4d5c2445f84bc61db0eaf744a187edc62995469dfd449f0acc4d91b3722f284ecfbf7066938785cbc69bcd32f3138d164d5af1bbc50cc85465bd643deeb0b1bb76686e664528d6eaf6034a7170ef77a35d42c5757e6b59456364ce6b8eee3a1ceb6b991ab0edeee207c4496962ecd519817079390e55b3900927b0575431e4286d174672d87745229179d743e21d38713f9e9f393ee2c8abac14d058f3ddbc4b17223f5a8776160363aa7eb5f91a7ea6ae045f3c0d1ada76da10c33a58d6fa9d2e9c516f629c1c40bbac0af1d8403adf2f5686502260564ee813d8343f88fe81b6b1801347c76860b941f578c1f63662a9a80e8210c5ab1b583536feadba32c1b5e2bc36395d2019a2bf4045a049b2fec12c1c756d528d5d0157137fc1aaf0b954685b5628d7b087a54ea9e4be9fc5c0033dc93e13c488891ad00b206404a03c32cd34090c54985bbe1e569ec265828e80382ec1bed2ad62e949f4ea44e29503e9b560cd9335e8ae3a4345599ce1bb1be107c12fc5cde99dc63b276b6a9ac23f8e2a0944d845857cfa290b0622e7b9b91d4d80c268686ec92a9fe8af427b4062f46afdbf2232bb61fa198ce94e06c85b9a887813755ca8b7bad6b6aea216a78bf706a80698a23d96562f8a3cbb48ed76f4b7e6d4269b71742e0f2df83c6c2af883268e9170262ff9bf769214a3a0300811aa59fed289f8172d846bdd13e8fa1d4eaa3edecb95256fff266ecd4a3c7cf7384f8ed0db98f18f45bce60bf6282944447e1523bbbaf45f8d2c6023c13fce26cea524bf676d377ca0b84e8bf3471be430026a660ccac8ac1e689883bb6350eb0ed8ecd5460915df96b910a2490703cfeaa47e171d74f06e5de08ea67222b8cea930536e023230b4ebcbf6b788b5307adb617e64b75b99a029937e2a8ef7a11f8a8fd5ce51a099eb2a5e66f9b6e49330217ba3c5eb3f5364cc7511599eba2eadb5b9d07c1a8b881ed6c8850bd77823a3c723933901544ea07bf440299b873038fc704fa65c5c3246ce0686ee7eaf714a8e4b3abf4b6bbe12ee0553101564dd6a97226fcd8438c1dc0e8fcf85e26feb473a5104e174f88d6bb1ac3a54f7828fa8119dd64bf9a60c0f70b250c79444d9ab8399aee16ce7e9bd2b50aebe4c30f748aadace478411f9ec736550afbccfc174d85ec87c76cfcde0cea621008239b9b58c3e948b3ba7e610d15557364dfe2506cdbb0f16327612b88ee6fec0fbfbf5d4fc0719db799ad201c56150504162ec0d26f4968c35b2b9d5f395a0b5575e8543b8949f92294fd4a48024b3e23f2f33d3ecce88d222e9fc580970ed295f49732378504d52a888a23caeb15f564c23ce1863167773b20329b2521c1211fd929414bb885368f6eaf214eba36fbab45dc6be5305b517ebe1c92c6fd91cb9d628688e980f0d9317ba24e8a2c6b4959b65c7d1c594d181f03faacbe59b791d9cbacb85dfa2747a4e1da04842785aec6b9f1e86aeb9a47eee373c523f0aff1c1081bbde536a6dd58cee5c07bc5948db2a77398a6f397c3e6da40ba953057a044fecd7e32f325d9af67ed6fb652a7344e98c47085fcb1d50105117d5474012a172bae56d564c9beabf23f5587564f2f4f915404a43112ad5966dea6f2e259521801f89baa24bb3fde97d2f6a9e4211a40c6342c556130aac5ce1ebf31d18a87f45800a32bcc9a3dedb48b993012a23263053095dc7e6775ad798f6f02d3d57c178f4e27758b68479b5e2c8057e58d3aad72e1d6f7639ed1ab4809b1ba869cdfeb2657d514e28c406b885dce38ad6c2d3ae79688a0a3bd4f8d26b1ef15db420435fba038d8ba610fc0d884e71847a975095b06e82a962db75de8cce1c3c8291e6739bc80af6fe6000db107dfa68b5f96dcb81cc3a199e29b9314af13a1d1f695e3007d1c0bccef6f0773f701a39228b6c643b3402342413c29383ea98a7af8f6ac779245896360716f61c609897a807a6e65c567906f53e08c298d120a914233f35f06deb151158aee7804a5dc48ed541f1519452096ab83abdb75dee00cf42a3ddc628cef3ea9e36543302bd48745ef66d7a96d7fdcbefd654fe01488a0feb1f1226280564e1c1e0e5b99abc617d8da93464f2197bef32ca3c7fc8cb9b2f1e2af95c71c60405cc165a99351b406c4bfd1df6495a2fd70af6f0b4ede66467f0121d119cd0ea479e8d8174a7cdb2bd0a6c772dd266940319c30f373aa09da68c94e329c52a1b0cdbd260c091a9bfac4d46443a5a2b10bc065be2944cedd3756fdf9624005449273131636623a400c1a504c407d9a7658e50f72021fb65a5a24018173fb103b4a89e61e033cc2d00f28bf"}, {0x80, 0x18f, 0x0, "42828a22ab9d364dabae71ea08d89f1ef4db66f7add14915fc652f329ad634e93153ec934b3945705beb994a2c30874043c2014ce889a114abe977c1849fd5b15d1a152e7ed1489a69efa4a4676bd7d04e43462707b168fb7584ed018c8e1f6af1dc8be1fa4652fed2c375"}], 0x3, 0x40050}, 0x0)
ioctl$SNDRV_SEQ_IOCTL_DELETE_QUEUE(r3, 0x408c5333, &(0x7f0000015000)={0xb, 0x2, 0x3, "71756575653000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
syz_emit_ethernet(0x3e, &(0x7f0000001000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x86dd, @ipv6={0x0, 0x6, "a228af", 0x8, 0x11, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, {[], @udp={0x3, 0x0, 0x8, 0x0, ""}}}}}})
getsockopt$inet6_IPV6_IPSEC_POLICY(0xffffffffffffffff, 0x29, 0x22, &(0x7f0000010000-0xe8)={{{@in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in=@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, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@loopback=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000011000-0x4)=0xe8)
pread64(r4, &(0x7f00000ba000)="000000000000000000000000000000000000000000000000000000", 0x1b, 0xfffffffffffffffd)
openat$sequencer2(0xffffffffffffff9c, &(0x7f0000689000-0x10)="2f6465762f73657175656e6365723200", 0x40000, 0x0)
bpf$MAP_LOOKUP_ELEM(0x1, &(0x7f0000ff8000)={0xffffffffffffffff, &(0x7f0000c43000)="", &(0x7f0000289000)=""}, 0x18)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xd31, 0x200000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x81, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, r3, 0x0)
r6 = eventfd2(0x0, 0x0)
ioctl$KVM_IOEVENTFD(r5, 0x4040ae79, &(0x7f0000caa000-0x20)={0x7000, &(0x7f000002d000)=0x0, 0x0, r6, 0x0})
ioctl$KVM_IOEVENTFD(r5, 0x4040ae79, &(0x7f0000033000)={0x10000000000000, &(0x7f000002d000)=0x0, 0x2, r6, 0x0})
[   73.023273] SELinux: unrecognized netlink message: protocol=0 nlmsg_type=187 sclass=netlink_route_socket pig=6560 comm=syz-executor7
2017/09/11 22:56:57 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x553, 0x100000001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000b7d000-0x8)="2e2f66696c653000", 0x0)
mmap(&(0x7f0000000000/0x14000)=nil, 0x14000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
socket$netlink(0x10, 0x3, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r0, &(0x7f00007c7000-0x58)={0x26, "686173650000fd00000000040011", 0x104f, 0x400, "6469676573745f6e756c6c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
r1 = socket$inet(0x2, 0x6, 0xfffffffffffff)
setsockopt$ALG_SET_KEY(r0, 0x117, 0x1, &(0x7f0000377000)="0744605dc06c1fe7ff490000ffff79c60fd69720ffed80e8651001007de131", 0x1f)
socketpair$inet6_icmp_raw(0xa, 0x3, 0x3a, &(0x7f000071f000)={<r2=>0x0, 0x0})
bind$inet6(r2, &(0x7f0000424000-0x1c)={0xa, 0x0, 0x4487, @loopback={0x0, 0x1}, 0x100000000}, 0x1c)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x2000000011, 0x3, 0x300)
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r3, 0x84, 0x6f, &(0x7f0000feb000-0x10)={0x0, 0x0, &(0x7f0000197000-0xd0)=[]}, &(0x7f0000016000-0x4)=0x10)
bpf$PROG_LOAD(0x5, &(0x7f0000002000-0x30)={0x0, 0x1, &(0x7f0000996000-0x8)=[@generic={0x1, 0x7fff, 0x69cb, 0x7}], &(0x7f0000fdc000-0x11)="00", 0x0, 0x0, &(0x7f0000b93000-0x30)="", 0x200000000000000, 0x0}, 0x30)
mmap(&(0x7f0000000000/0xf15000)=nil, 0xf15000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_tcp_int(r4, 0x6, 0x13, &(0x7f00004fc000-0x4)=0x1, 0x4)
connect$inet(r1, &(0x7f000040b000)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_tcp_int(r4, 0x6, 0x14, &(0x7f00001a8000-0x4)=0xffffffffffffffff, 0x4)
r5 = bpf$OBJ_GET_MAP(0x7, &(0x7f0000d39000)={&(0x7f0000428000-0x8)="2e2f66696c653000", 0x0}, 0x10)
bpf$PROG_LOAD(0x5, &(0x7f0000134000)={0x1, 0x3, &(0x7f0000e14000)=[@generic={0x15b4, 0x0, 0x0, 0x40000000}, @map={0xfffffffffffffffb, 0x8, 0x2, r5}, @generic={0xd39d, 0xfffffffffffffffc, 0x7f, 0x3}], &(0x7f0000c53000-0xe)="686173650000fd00000000040011", 0x8, 0x80, &(0x7f00009b3000-0x80)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9, 0x0}, 0x30)
socket$inet6_dccp(0xa, 0x6, 0x0)
mmap(&(0x7f0000f96000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
connect$inet6(r2, &(0x7f000076c000-0x1c)={0xa, 0x3, 0x4101100000001, @loopback={0x0, 0x1}, 0x8000}, 0x1c)
setsockopt$SO_BINDTODEVICE(r4, 0x1, 0x19, &(0x7f0000f11000-0x10)=@common="73697430000000000000000000000000", 0x10)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r4, 0x6, 0x1d, &(0x7f00008de000)={0x1, 0x20000009a7, 0x9fa, 0x3, 0xfffffffffffffff8}, 0x14)
sendto$inet(r4, &(0x7f00008d8000)="c410222a4c0ce3347a44664f444c740335be7d5c39837b20b57cf7dd91f3be619670fa34c093cbae2500b1fc12dd88c4a697194fefa06afc03f7f55ae22e7d4bb460ef0a7ae766d510be4b41d9164aab4a04498111b01a3b030c453f724e2f8953665cc038c8d893283a9768093dc93f2a650105a6f173f65b77f11884f605de4c67d852e0ba0ea8224600a7d4f939df536dff7a1763afb81685bf9b210870011f70c1babbe2d04ff6ebbdbca8a7e4aad85e423593859d758d2df5775e8e16e4105073af57dbda08a5572d5879281c40e4e387402be05dab36e35f8d35fe9d08a1adcd416137a80a44039f6e6ac13878884b6f249439d9f3ff46a8669bc50090abafd12089272e113e6a6a5fb6459a30c5f9b0e229aef10eb090396af5cf389b37a8af85260b6fcee35203fe88fa9cfd4a850eb7f0d1c7810cfae97754697078cdfddac99002c82b96375714de468e3b4a53971de3428e2b10111b06e9de4d080baf42daacfebf8a25f64800bc4d941fd635f1f2d2c7656687b324fbe6cf58ffa5efd421b66604c5c85a3af803e508dffc4f201b5d8c32f7f95512d0cffcfa749f0f630b0b621c927917b0fda7bb5906158191812088544005487a3837e3cf7dd489ac2765026606ad85a9ea819c43c1e512ca06eee004a0fe33bfda148c88b3f5109f54f2b647cec289a052356a53d0162492fe9782337655ae9dc092d69eac2514ec9fff9684bbc3acac9843ece3192505300fc85271ac48ea85ed8942013e759515ebd60d3135fce64fbaf1c79fe9661029040bd8e6404a18db8925d6c6c8ae2c95ab878f8ef574130007cd62385a861d753236ba5d26498dfbed8e01ae524c6c7de42ac78509707b615f535de283c7880c7b5e281575061cd4d9f37aae2a8fd06ab1869d768a6638af37d96e94ff96bf3ec4c2206208bcbdb41c268131bc40eb599a02c36242b54596ebd719a74479e99174bc269e209fbf57224cd644af6d7242c949f91b7c7a9db184760122fae3d68e531800f9c27d9f9e2de0867a8f28bd65aac1fc8826e7feda93d34d6cdb20f58ab6b8a16e5e548124c25aa6897240d7df4ee068d22a62136b46687681770b68497f24f10c11e8b8240a275ad1f46a99b587eaa38216037542fe15a683e621fcd540cc34b868185c7485b98ed0409633518b3cb4e32bade987464b5e4e4f131d502ae561828d3b1d7a9bcdcdf3e40a573dfe5964cc9c91b3edb2322831744bfc4fa6931bd53699a9e5562f8cf9192b760e3386cef7f9c70a1b5dd48f77f9b09d875b834d1f838450b004a149e762fc7088cec68b4bf93f14d29363b4bc7b10d8093deb91ef7254d14c80ca3422b3f4bbc33d727bb0c317e7bf136fe0f51be55e641491ae5fa32f9f999753cf00c7e9b8f844ba1d9dc11cb897a113e96677df48d9c337f3f4817bf9cfa98fcec10ceb83019619d533e876047fcb7db4ac81f4d159ffd635a8d873dc4ca22938f45500b88fae828bf7ba9791a3a5a66a1bb70734a0a368ee435949c24f568b9e5978f6c151c7f614237bf1b9aea9ef0c5ee6652932e90e6f2b39da4baa191de90a746300bca4c0691c453ae8b5bd88b0e718e93b660551cb10158617a177f43466a70961e825b4c450d11ce964d71ece755f2a557b1a0b6d0f4111a39341339a58252645490fea1143939684577e66d9a46e7f72a3be8924b195863b026094110609e88dbc3304709b5fedb5319fdeadb8ea3c0136216688f1b7e0ebc1b38e1e0b84eb5010ebb20839c6dcdfd67205e8ce9787287cba651d255a7fd1d5bd2245a5a76339e3db879a36aac712e5b6c337123af57cf8bdbdb7f5d3a7cd27cba1c2631af3379ba2f9f2b122752460c2a34b32d82b8e0ba8877c4d745936bf832b21fa43756ddf61a0f0152b58235523a4f8797aa300000000000000fd157c09505b7f9fbe44771351e0998d4d459112909e6016ddac800495cd7b05fe5ef2dc1759a551b19ec251a9ace1148ac816b71d771b88a3dfa1b45a6d2c692d906f1e66ee0f0b937be1b7ceef99bc2a98e9dea082ea6c4277702f706c9f7fb01f20244cbd9cc6bd70fd2356c0434974ed3589c685520537344f4edaa73409d30c602bd8c6e4604a34bcf05d81b9c1fb4895430517bb2273ab9439d18bbe168ce377bbed4aca080ff74346b016656f52653871dfc0b57f6c77ce6d760d8a7b1392afebe5ea06f5b9ba6a396e7a0dba67e196ab96dd4979584b2d505895e1c10ebbb492a4131c9024d2c6c5253d6a2cf0d7d36c9299d98c4e3016559472902428cde5f1660864fd6f1890de9c4de85c7ce1fabdfcdc747017444e48f9b90c6a99e7ba4a85f461ce6c5b026c8c871397a10399463311ac8551422a40ec052bd6da1fa15577f01149f5a698c95de81e23dc3a5e2ac5d47434c565ef26fa287307d4b206c8abf74d6c531b30998db2d96766cea9d53371a7ea2cc3c2c8336b475aeaebe16aef6d8fb3ee5de8149facc31e6eaa2a2fa138f13adb64402aff9e925c543d7c309c2b3e016c8295a67c6422436e0b49515f5c7d3cabce8167f7469da071b2fa4978e8a9433ba07b3f08d6fb40acb2705ca4cf27072cdb20f22a255af87c1a6fb5b71bc9998944fd358a1e71c19781c19d603b9a440dde37e3eb7fbd3b01adfa181239fd136f29b8b18b3e39a30ade901d04a0fae1f52cd547d46ff4b6834783bc2117d0ab0cb93d40fa1c2f30ca5c8b06ca5d20efd914e37eb901e04956252fbb4077861965b3e21b55175d4f2cfec39acff15e93c1fe0ffd3bb5e5349fe58abaaa6492b9acd8b6d0c08776b898e743a529c1d4faede0b0fe1492b0375942e6027a852346ad7e6c6eaa48f50f70a209598578116e55a3b8554109d9548d8c10183faccb6c1b92332fc3bbc92b4533ddff1b086db5719bf30245fb1533639257a30f0f0488ada8f1d7283b8f118da73bc0cfcbeee0778bef56e63ddfce4c0dde49238830713ce9cb7e74e3e65641125e75cd723e3c451e7dcfc04834fea40f3daee72b43aa3c5024e8f950ef0fa0391fd9d9c8b8698a3e00000002ba4c35baca76080b96b39b606543c1e12a5c971af21a9a6a9029f6390a95d5dcdd3eeb7fee2f199aee44c2a0da08bc232dd1202a92c1541a03d44a7c08778ee63c851c12f0299e34efceab51dcab4a2412611599a287971ed5aafefa20b08acdf10fa05332c8998a8f4156ef4c3c862729523bf2891914270b7588d7be5973d51fd02f12f7804997c206f3000000000000008eecb7d5edb4e191d20bb92d5837c39ede4cfb88f768756dd0a23580b41f627b010c688b15b6f94e4b707125426f957afd6f112b2e5f7fdc3d609f8e02aa5b4e79773d7f8115c20cd67c13ca1d07403b93be43faa00b74aabfdac4fa34e28ba30900619d0ab268ee78bdb71c2f97f061c29a8398c2820bf40a067d9e05b95667ffa6176e462f13c38ebc5390691cd9a67606cfa9356304196df46e94b4479d75bfac1c4f6ab4defb23fa83c5887a5f2f7f1b42a5fa510000fe022d93b6c7894664ad2ff5ca9915e4fa8198b01b3fda96a9000000000000d7253b3a1bcdb9fdbc6c2c59b026ba7a6956396e053e677180776aaeca909a4170286bf31371d1254ccff2acc772a82b830524eba8cb2493cc9b18ae6139806d8e6988db79b5ceef5b8621f22549cc62626c80a14a126556bcbee80fe21038fca6cdb7de1b6d387f051c06c897a440cdd47ff6b5e098dcfee9da898f7c2c4c81de9e0aacd786e632856e70be5e020dc0e646b2dd0af54916ef35619170ac2d3a16976a94e057bea87e08fe5b5363b062837ff95c64dbe588a274ddef3af776a14fac5a3ac7744f721bb9d47b9c1c73a04937eac32fdce9454185fc5b047aae5e1b4b48e27d15778aff699ff41b6db3bbb8b19432eca97014bf012e233700614db14560c55a92459b71b19bb3f12e2e91c01a6dd110f7abf7e93c5b5b734a14feff0930422b296b3892aa092c02e5946e8bec30e281faae56415ebf1c4bfb6176d6d5e2d035ccde86a9663d9f3d800f2a6b888a396546a7de90aeb9ea8cafd90db95299bd27723cb792af4802230a1cad857e8b1151f18d08ae181486122f6747e2c2ec0bf440c5928cd5915f7d300dde54e95838050e498511d26af9b5c7787a90897b33922958c517fb9eeda726a57b8686088fd74fed39a5ed1a2a89b2e38da0e31e885f0e3733011ab25d7150ba8377ccbf2457ceb48a05d9fccf1ba8911e6024fce4f712688c4f30e69966b7e39dd7d80364121406d84c9aec37b79e79a7c5bf2f3338a500d71465189d69671324dc6d99f12e766bec12788045e8543247feb5890285579421b79659aac627290f21368cf5caa5889bb7adedaf275413076c8e1ac4984983f5baef8eb4e7e4104671586e93eb8ea6742f42bc013ea54af08da7c3a5071f44634bbc076910462a4263f2c19ffb8ee3bc2ffc5d1293bd4b8cd6f0719f822216d9d7a1c5dcf8bb5aea4c07ad94d719d3912da57cf399fd9d9b47ddc5d1edd3fda40b33c58f428229db", 0xc8f, 0x812, &(0x7f0000f10000)={0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
write(r4, &(0x7f0000b21000-0x37)="1a16e4ec46643f71aa0d4138c2850eeae854380e6b20e6feed000020000000000000004007542838acd6ec9f0dbda028eafa8f7a24ad02", 0x37)
2017/09/11 22:56:57 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$loop(&(0x7f000010c000)="2f6465762f6c6f6f702300", 0x0, 0x4)
r1 = perf_event_open(&(0x7f00006d1000)={0x0, 0x78, 0x25, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
semop(0x0, &(0x7f000002f000-0x1e)=[{0x0, 0x0, 0x0}], 0x1)
r2 = dup2(r1, 0xffffffffffffffff)
r3 = openat(r2, &(0x7f0000477000)="2e2f66696c653000", 0x2, 0x82)
epoll_ctl$EPOLL_CTL_DEL(r3, 0x2, r0)
r4 = epoll_create1(0x80000)
select(0x40, &(0x7f00005d7000)={0x5, 0x7, 0x7, 0x9, 0x6, 0x1, 0x10001, 0xfffffffffffffffb}, &(0x7f0000286000)={0x1000, 0x4, 0x2, 0xfffffffffffffffa, 0x80000001, 0x800, 0x5, 0x8}, &(0x7f0000a34000)={0xfffffffffffffff8, 0x2ec056ec, 0x1, 0x1, 0x9, 0x2, 0x3, 0x7}, &(0x7f0000c44000-0x10)={0x0, 0x2710})
r5 = socket$inet_udp(0x2, 0x2, 0x0)
epoll_ctl$EPOLL_CTL_ADD(r4, 0x1, r5, &(0x7f000014e000)={0x0, 0x0})
recvmsg$netrom(r3, &(0x7f00001ff000)={&(0x7f00003d3000-0x10)=@ax25={0x3, {"4275c300bec7d3"}, 0x100}, 0x10, &(0x7f0000311000-0x30)=[{&(0x7f000056a000-0x1b)="c7bd03f46a0e0e4de73d83cc5289ee3b64ae864992b2e36a45c5c0", 0x1b}, {&(0x7f0000273000)="ee5af795d7d981d8c3516356e66e4bf11f1ad31b9731d4c8d61d685be4b2b56937ed09381dad93e918aecf7c71757597cf0b678888b6b2ab9d", 0x39}, {&(0x7f000035b000)="345241b3c5aaca0b7e06f38957396cbb59994a1d4c0676ad1c50a48f2a6865538778a6703b9537a5da7db768f4f6b614d2b063d0e128c40703842b6cb540e172d7ff6357e32925f36fd9a2960fde75e11fd46b4f5071ce1d839fcd69b811debf2e831115245e5e79bf7a2878bcbd6c497bd107814f6f28930259ad7aeddd54f8ac2ba39beba6a3b3cf8ebc44051871f9bd9bc3a7ee5ac2c3d49b7f95b936949a62d99bcfed796bd4373b011f403ea85f63f8a78ba3162bafe318bd77868aaf8a9bf0ceb28695a908d4210038fa73eae2eddb619db7a0b2a2f1811bafa27e8c156a7357065861629518adc10275daa9", 0xef}], 0x3, 0x0, 0x0, 0x80}, 0x2000)
epoll_pwait(r4, &(0x7f000052f000-0x18)=[{0x0, 0x0}], 0x1, 0x80000001, &(0x7f0000fd4000)={0x0}, 0x8)
mmap(&(0x7f0000000000/0x32000)=nil, 0x32000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = semget$private(0x0, 0x3, 0x800000000ac)
semtimedop(r6, &(0x7f000001e000-0x2a)=[{0x0, 0xfffffffffffffffb, 0x0}], 0x1, &(0x7f000001f000)={0x2000, 0x0})
semctl$SETALL(r6, 0x0, 0x11, &(0x7f0000025000-0xa)=[0x0, 0x5])
mmap(&(0x7f0000fea000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000032000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TCSETSF(0xffffffffffffffff, 0x5404, &(0x7f0000033000-0x24)={0x5, 0xffffffff, 0x519, 0x5b10, 0x2, 0x8, 0x0, 0x7, 0x3, 0x2, 0x0, 0x5})
semop(r6, &(0x7f0000031000)=[{0x0, 0xfffffffffffffffa, 0x1000}], 0x1)
semctl$GETNCNT(r6, 0x0, 0xe, &(0x7f000001f000-0x67)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
semctl$IPC_RMID(r6, 0x0, 0x0)
r7 = dup3(0xffffffffffffffff, 0xffffffffffffffff, 0x80000)
mmap(&(0x7f0000032000/0x1000)=nil, 0x1000, 0x5, 0x32, r7, 0x0)
ioctl$TUNATTACHFILTER(r7, 0x401054d5, &(0x7f0000033000-0x10)={0x1, &(0x7f000000c000-0x8)=[{0x4, 0x0, 0x9, 0x4}]})
mmap(&(0x7f0000033000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$PERF_EVENT_IOC_ENABLE(r7, 0x2400, 0x3ff)
setsockopt$inet_tcp_TCP_MINRTT_INTERVAL(r3, 0x6, 0x6bf, &(0x7f0000fc6000-0x4)=0x7ff, 0x4)
mmap(&(0x7f0000034000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:57 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = gettid()
r2 = socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
connect$inet6(r2, &(0x7f0000def000-0x1c)={0xa, 0x2, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
socket$nfc_raw(0x27, 0x8, 0x0)
r3 = perf_event_open(&(0x7f00008a8000-0x78)={0x4000000000, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000000000000, 0x0, 0xfc, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800000000000000, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x100, 0x0}, r1, 0x7, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_NODELAY(r3, 0x84, 0x3, &(0x7f0000b4e000)=0x0, &(0x7f0000097000)=0x4)
r4 = dup3(r0, r3, 0x80000)
ioctl$UFFDIO_COPY(r4, 0x8010aa02, &(0x7f0000e30000)={&(0x7f00004a0000/0x4000)=nil, 0x4000})
r5 = openat$hwrng(0xffffffffffffff9c, &(0x7f00003d2000-0xb)="2f6465762f6877726e6700", 0x20002, 0x0)
syz_open_dev$evdev(&(0x7f00004a2000-0x12)="2f6465762f696e7075742f6576656e742300", 0x1ff, 0x40)
getsockopt$SO_PEERCRED(r5, 0x1, 0x11, &(0x7f00007f9000-0xc)={0x0, 0x0, 0x0}, 0xc)
socket$inet6_udp(0xa, 0x2, 0x0)
setsockopt$bt_hci_HCI_FILTER(r5, 0x0, 0x2, &(0x7f00009e2000-0x10)={0x8000, 0x7fffffff, 0x80000000, 0x0}, 0x10)
perf_event_open(&(0x7f00004e7000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = socket(0x4000000000000011, 0x8000000000000803, 0x0)
bind(r6, &(0x7f0000fe1000-0x80)=@generic={0x11, "0000030000000000080044944eeba71a4976e252922cb18f6e2e3aba000000012e0b3836005404b0e0301a4ce875f2e3de4d163ee340b76795dae5786a12374bea0101b8255802039e15775027ecce66fd792bbf0e5bf5ff1b0816f3f6db1cb8150169585daf476e49740000000000000006ad8e5ecc326d3a09ffc2c654"}, 0x80)
ioctl$TUNSETOFFLOAD(0xffffffffffffffff, 0x400454d0, &(0x7f0000b6e000)=0x5)
r7 = socket(0x10, 0x803, 0x0)
sendto(r7, &(0x7f0000001000-0x10)="1100000021001f0200001100008000ffea", 0x11, 0x0, 0x0, 0x0)
socket$inet_udp(0x2, 0x2, 0x0)
r8 = socket$inet6(0xa, 0x2, 0x0)
ioctl$sock_inet_SIOCSIFFLAGS(r8, 0x8914, &(0x7f00009b9000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_flags=0xfffffffffffffffe})
prctl$setmm(0x23, 0x2, &(0x7f0000761000/0x2000)=nil)
ioctl$sock_inet_SIOCSIFFLAGS(r8, 0x8914, &(0x7f00008bf000-0x20)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_flags=0x301})
getsockopt$inet_sctp_SCTP_PARTIAL_DELIVERY_POINT(r6, 0x84, 0x13, &(0x7f0000fbb000-0x8)={0x0, 0x1}, &(0x7f000093c000)=0x8)
r9 = socket$inet_dccp(0x2, 0x6, 0x0)
ioctl$sock_inet_SIOCGARP(r9, 0x8954, &(0x7f0000c2c000)={{0x2, 0x3, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x6, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, {0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}})
socket$inet6(0xa, 0x80003, 0x2000ec1a)
setsockopt$inet_sctp_SCTP_EVENTS(r7, 0x84, 0xb, &(0x7f0000004000-0xb)={0x9, 0x40, 0x100, 0x403a2f62, 0x1, 0x100000000, 0x20, 0x2, 0x81, 0x3ff, 0x3}, 0xb)
2017/09/11 22:56:57 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0x2, 0x440000000806, 0x0)
fcntl$setlease(0xffffffffffffffff, 0x400, 0xfffffffffffffffd)
perf_event_open(&(0x7f0000cda000-0x78)={0x2, 0x78, 0xe13, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x960, 0x8000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
prctl$void(0x20000000020)
r0 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000678000)="2f6465762f73657175656e6365723200", 0x8000, 0x0)
r1 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000fc0000-0xc)="2f6465762f72666b696c6c00", 0x180, 0x0)
signalfd4(r0, &(0x7f0000fbb000)={0x8000006}, 0x8, 0x80000)
ioctl$KDGKBENT(r1, 0x4b46, &(0x7f00006f4000)={0x106, 0x401, 0xc9})
ioctl$DRM_IOCTL_DROP_MASTER(r1, 0x641f)
ioctl$TIOCGSID(r1, 0x540f, &(0x7f00002cd000-0x4)=0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$VT_RESIZE(r0, 0x5609, &(0x7f0000875000-0x6)={0x10001, 0x7, 0x6})
ioctl$DRM_IOCTL_IRQ_BUSID(r0, 0xc0106403, &(0x7f0000dab000)={0x799, 0x9, 0xd58, 0x1})
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xd34, 0x9, 0xfffffffffffffbfd, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000000000, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
ioctl$KDSETKEYCODE(r1, 0x4b4d, &(0x7f000013f000-0x8)={0x8001, 0x101})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = memfd_create(&(0x7f0000001000-0x33)="776c616e302a6d696d655f747970652d747275737465647d26776c616e30766dcb0c00002e747275737465647b5c7b47504c00", 0x0)
pwrite64(r2, &(0x7f0000002000)="2adf25f7f5b61d887b937817665af702aff8cba8384e55fd4bb5eee82d0b37dd", 0x20, 0x0)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x4, 0x4011, r2, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_SET_QUEUE_TIMER(r0, 0x40605346, &(0x7f0000001000)={0x1000, 0x1, {0xffffffffffffffff, 0x3, 0x7f, 0x3, 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]})
symlink(&(0x7f0000004000)="2e2f66696c653000", &(0x7f0000003000-0xa)="2e2f636f6e74726f6c00")
rename(&(0x7f0000006000-0xa)="2e2f636f6e74726f6c00", &(0x7f0000004000)="2e2f636f6e74726f6c00")
rename(&(0x7f0000004000)="2e2f636f6e74726f6c00", &(0x7f0000001000-0xa)="2e2f636f6e74726f6c00")
2017/09/11 22:56:57 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
shmctl$SHM_INFO(0x0, 0xe, &(0x7f0000000000+0x688)="0000000000000000000000000000000000")
mmap(&(0x7f0000000000/0xfa7000)=nil, 0xfa7000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = bpf$MAP_CREATE(0x0, &(0x7f0000733000)={0x5, 0x1, 0x1, 0x9, 0x0, 0x0, 0x0}, 0x1c)
bpf$MAP_CREATE(0x0, &(0x7f0000917000)={0xc, 0x4, 0x4, 0x100004003, 0x10000000000, r0, 0x0}, 0x1c)
getsockopt$inet_tcp_TCP_RECVD_TOS(0xffffffffffffffff, 0x6, 0x6c1, &(0x7f00001a7000-0x7c)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000e22000)=0x6d)
unshare(0x8000400)
r1 = socket(0x11, 0x802, 0x7)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r1, 0x84, 0x77, &(0x7f0000a78000)={0x0, 0x4896}, &(0x7f0000b2f000-0x4)=0x8)
2017/09/11 22:56:57 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000084f000-0x78)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
clone(0x800000000020000, &(0x7f00009f4000)="", &(0x7f0000a26000-0x4)=0x0, &(0x7f000039f000)=0x0, &(0x7f000061d000)="e4")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x1, 0x32, 0xffffffffffffffff, 0xfffffffffffffffd)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000fd6000-0x8)="2e2f66696c653000", 0x0)
ioctl$DRM_IOCTL_ADD_BUFS(0xffffffffffffffff, 0xc0206416, &(0x7f00007e3000)={0xc94, 0x1, 0x3, 0x3, 0x11, 0x5})
mount(&(0x7f0000037000)="2e2f66696c653000", &(0x7f0000c50000-0x8)="2e2f66696c653000", &(0x7f000002f000-0x6)="72616d667300", 0x100000, &(0x7f0000ce3000)="")
lstat(&(0x7f0000aeb000)="2e2f66696c653000", &(0x7f00003d6000)={0x0, 0x0, 0x0, 0x0, <r0=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r1 = creat(&(0x7f0000790000-0x8)="2e2f66696c653000", 0x12)
socket$bt_bnep(0x1f, 0x3, 0x4)
ioctl$KDGKBSENT(r1, 0x4b48, &(0x7f0000d97000-0x4)={0x2, 0xb, 0x8bc6})
ioctl$DRM_IOCTL_RES_CTX(r1, 0xc0106426, &(0x7f0000498000-0x10)={0x8, &(0x7f0000d6d000-0x40)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {<r2=>0x0, 0x0}]})
ioctl$DRM_IOCTL_RM_CTX(r1, 0xc0086421, &(0x7f000077e000)={r2, 0x3})
getsockopt$SO_PEERCRED(r1, 0x1, 0x11, &(0x7f0000f90000-0xc)={0x0, 0x0, <r3=>0x0}, 0xc)
chown(&(0x7f0000d29000-0x8)="2e2f66696c653000", r0, r3)
mount(&(0x7f00009b1000)="2e2f66696c653000", &(0x7f0000ae7000-0x8)="2e2f66696c653000", &(0x7f0000226000)="616e0000000000000007667300", 0x100000, &(0x7f0000b64000-0x1000)="71fa5017c71270c7312055c3839c9604d2d168ec006458fbddb999ade1dc8e2dbb1810d3fdf73d5c68229df5d1c39653f8f3e7d3d98246d0e376073c71299d95d385cd260f60e8b4866546cba8cedcd91de737b32aa1baf71b6bb36984798e204eb85776977f32c32a65d0913919f924543b6f14b3dc2563621eaeb8dc4b526908da23409d173f47310b8accb7e1db1bf9ac24b27865663a37377ab34c1382b47cb5f86d12feb0373c258c786b4da3be0f24878e7a0e5d20790ca53753c6bed0712a7efa17f685d5a15d8dc742f77471f10839a3b8580d7054a2f43f2f4c3557df74f67aedc01cb4bae91f4413f09c937fed0131ef4bb88012a8a93aa2d94abee08da1c4171402d4d02b0a8935f76c265d869593d20737e844407c084eecb4325787e467b46e86d9169feb7a4d46a8e3040366050086b2c10810a7e7204783ee823c66899f6ea3cd28d013c1e040a86fdd036228d55991beb6101b7b996320591a9103a71669cc208499bf00d00f3b0d78f41bd8a78505fe3e6c22229497660ba2ea9527d5fea631a5e0eb313bd06ecd796551a0ac83032e52ead90e5886bb3a211ac0ff8ee652f4899d0c0000000000000800f041152a9776d488eb365ea9f43b9116ba5e2756719a6177d315d3bc6c49be9ab7d18bb5e21a3e63cf23047c1b02a1559e796373143de1b62016f1c7312264e6043ecd92093746fab9f549270d0e31c871a8cf3dd4a5cf0d55ece25e88716627b6821ab3ea81d73db8fd680a49fcd6487226078836e6012c4e71f3979c52f16e4b1f2b61f3d18dd8b7d3de345584e31c0cd8f05fb53435b8a64f5fe2c67ff70a797fde8476c2cac185822b75196a2e1a2a3b4620c3df0cd49f183067f22a837e030c6f64aada1d47a1dd5f3cf72688c718cfe4e26d21dc62f4e62aeb5ffe8abe6eaa1ccf8aa8ac1d5d5bd8654153468c61019438899499b681dd355fd92159cdeba048de6d603d0690538f69770e03d7de7073d854fd4665c2042f83fe2faaa5ca96838bb88f4819531e683cc5476cff37cf10d2e7eea50b1ab0ff1f75c82653cd03df9eab4cb795023498a643e71ad2f802ee05cf2fc3be66079908373295bf427f05efb6e04a06611baab2d0b2f0603fac07ef55470e9f80b071dafb52357901ca3377dcd8db415b9aa74b7711486c5b0c3be01bddf0d1eba87071b44385150b589070725ddd6f5b7f9a1ec25320bc228e81b354a1cc53f77dee51d2a000c1ec31722f65035b14228bcc62bf7a0eeb327293497b4ac69895e7864241fa8c086d9f82a6eb7ec8c4833b6a196d9b65135ddc4de9f75abc6efe9e03484345b66f62ba9253ee9aaf144fe5fe8e7a6a2401e3546d6962071f3ed7a08e9ce16b29db7f64757216c11f69fa596a3b25e8c5d27bc83db530997b7a54238d35b62b990dacbbd23f25d1c8b364a16b39418f8825e1b456d428485891964b5dee52a5510b130e2c867ba4b7aef5c5b08e43c948501d69d5778a18581e1c34d817fb8f4da731ca62e90994aaddc2852c8ddc9ca8d3f3653e48b5be8ffc574d61d86ddbf84daa299e441762d7aac635d07e80e50bf6bdda95651603ff335b3dde238f287bd73f3c416b342cdf85515f87384da8e972e7f3baa9166730a986162268b5b1e85a0a5ed3871a08227e6b731cdbc6241699e15efe38db20366f13e21d309865a6de933c61c3abc21c42f029131db3715fe0aaa9db5532fa6e4f2d7f4df0b8fde8280d52b91844804fc01b36dc86c26a3242ab6346e393f22313502545c93ab0a6337d9897c85eddb7d8d52d89ce89fdb7fa0e40f35cd3be8749919900455b9b5d74c62a93c434654fe9e426b4d4fc557c0c7b87e68183c20a7ab22548aebeee6e12e6a1f58e06d231ab3c84719d5e688f8476429c4ad8ae9fc58ec1a5a25502f076d7d203e9946d539130f0f3a5bf88aef150992e6e74da213eb1603d08b015a54d76c2ca4c456147cb4e06efaed67f89ba84472b97b343cb6036c339828b8322ea3d1b6b9681f1a88c442d61997afe1d4466453eef640ada0e26dce5d01e4c3922f172cf7096b98f91eead01df84b922c96c14efb565781613bfdf7be5beb3324c121cd941598e0f91daf9e20c6bc7e81b9aa09b35620a18e4a8a1791d804f73a0e12e0a31615cb7a64eba3eb3659fc40410ca818f221a4bb576d976cc143f6c1ab5a194e2f682d3d72f8f277bb07f9c40c93494f6cc54a3268973c3963f2631fb70f0fafd42a22b04d31d606e9783c1eadb24572628824c86cfc9ba28c8f7753b404882c11ca0620466fafbe632de28d22b2da72b32edfeeadc8dde454aee93c2ff7d1faa122b89160362ee81d1f866c3b74b3a54649e7f6400271dea3d2327bb84e631352b5e218ee56251161f3356154f7b63215511ed00d9a606cf75724bc86d058a55513cb5a143f75a65b62a42f6fc87d7e5b100eceaceccd1900800906105ae8023e245fd68734718c88ea7261a40ccc5efa8893895a8fd6297bd5322f2796e27b53e84888458c47d3f4296e855fee067e55198cbca896cebd7180c7d5740718e2d523e5c3bde89f7293d741f16c491f7c6dd65d200577d80e07898a7aa93834cd8761b15bf5d66f986007269dd5fb7d48ef065b67b2919e69a1e3eb63e8372ecb603df5a22b45898432580f1847b33a55580a3eaf49d673f56828f53eefcbef1dc9182d6e3109161db9bc7fa0e4ae5fea36c1ca53c3b4c10ac70400a4c65acda41269649bbe871c47c53cca79dfe213109e4cb23af508a05a7180fa92ee85365f88ea8a21ef0cd4cc65724639b629b73fe30737a670181ff0a7b5b77b8b9c7d31d46f9cc3bf1be7ba71092ba14a831453367aea5332baccaa34bb0916336ac6347e151167cc30a97dc95db978938b75e8bc01892af603d959c8c7bb8dac7cd50fd9ee02aba788a4c70903bd5ea6b2f27f3a568521c1b596fb5dc70c032339dd25055edf6acf9398aeba861b3424b2fb8aee38f00be61d6847ad574124a0c6ae935eaa70c053667cc4c3ae242c60904020fd04e94d1fc2a25ad82919ba7250f169bd8537b1984c5e2efd61fcf1c2391b4bd3035a86057d327a101ccc36bff44e24145982079599cbba830322be671bcd202c3731c1985a2998d73c907e8e680e34da946cf8aa94b71378641e2d45c8f7f97e601fcffffffffffffebe662188145852aba897ec9f003d103e11e2e04f31b38bbc55dcd620ea9b9ca384d3ffbda677191883c8b967dc3e9d7a2c6e1de9acdb858cf2eef23c9d90d4fe1a4058ec30dafc876bad6a6baa34bc6ce71b5629fb302fe8bcbf987491b5470209cdb98eb530939a3d0c5633322fd5d038b01fef98d7bda8d829faa5bd1483fca532cb173e5f7336b135883df15c611bec9112b734f3aceb6729571223fe558b73982389732544d2d8a735af4536221a2a85f381cd6f301aa53d29704a65b887ec963a06f692bd946f405c7515928136baa2322d3d2d3a7fc1349934037d9e6e770ae595d72d6e21d96d0711ee6bf0d654d831c8bd563f1933b6df2e9a2f3c6d92fdf934d6b1019bd70a3110eaaae5eaffa30481724b2a2d0f6c5cbd99d73110e2e83dbdf3442ce0581463e268bfc8572d54c602ce34b3cb5388c159b24dbf981d1ae3544935b60fbee42bd6f8f3131b27d06a001c23e2242ddbb58a6c51fa63e872a7d36bdf9fccbc6bdb702f02ce62b34450cde1fbab7ded6fc712dd66eadef66c2ad61416eccf00a46a942386623d7538ce40fffa510c61b7496187ca241c99991df7b70ee1bf871ea20bd92cf202da2a5b25f8bd7bda04aa5cdcaa930d3e1d5dbfc0a6d2ce1f7574d0b21f04fbc3cc01592591e4dbad90456db4bcb2f9c25b6b68d0b09bd7ab3014ab15f8c71bc28ae79b35b6c432577ee92fa96cb6950a80c72933227aeb66cadbf33d5d8781296f65270480b9c45c21dc77738afac7b221afa752b586a4ac24a50618681cda53cf49f40aee2f7b6eb1e07e9d8b4fec58d5abccc43798c920c40e2d787d2aa1cdb562d3db4db79e8f37b9a11d006431d18159588e687ecf8acc1a6ab5b77c801c56c8c1e986e79bf5a9828cb60bbbb64346a301f734fb143f3696d793517ae1174d1455c7b199a3e1ee02e0f834f8748c8dce24ff1bfc71bca9cc12e39634270b37ffb31927e6f79e7f1f8343b1202f0bd083a900668c47b8d65add8f0c707335fe3d3d5898647b9649701a8dc69301910697188775051b9cd318735f112dcee6537e129dd46d774ec48736cf045e529f5abe611e5b0ba71b0ea49874ef9ec0cf908458f6a2628580a3e44c4d93061f6dcf996c2da73e5e23ac8e518d061c31725453dcd48feff675e0cdd91985f68b416ea4dfdb284c4154dbc9026cf97c16412117648a2a66a20cd7932cb7a7b99844cbae97ba9c4f53658978ca9bb7f65f217495eadac9829bdef718c8048cf88d62f49486b52db3d7f40a0d74f575c412d3980ca5c03be8c667c807f089d11102fe2220689f0d67a962c609d9d9fb5813ac5ce7de41130e209f986f568f3590a81f8ddfc31ee8b7a3a40a4a9fa2567f92d25031518b0c120a35289d7dbaf5f75f69a21913516f85238c4aa4043e0438d076d9c4d80871d6117d442c7a0b29353a687f7165d9acb62d0e5d76931ffc06612cb9b5e459cbd6d5abb55b813307ecdcee1d50550fc960720af574965b528ec9db7f18cf0e0272dbee790a430e300fee9cddbd348d70578b369a8be3d1e0a1c9062909da869f6aa3b03e0b627f239e86a7185a5a970505dd7cd8cac08a3f28e2f7a9f2a3186450ab854200ec55867fa870d11be890617e3ec0840d312011675c5cacf89f64e4a92289e4789af035522cf87f64c0dd6905098a75e5807db482eec850f60ba6569bf6e11c7716ea4e3d2994f5b56636bfe288ecb9f3151dfbc5ad0ed84fb959f684ad4d2697009b6e0cb2d98552389686104140dbf020cf25e71e9c7df7e0c4fb0377119f2bac493688b55e350ec3f404e392bb496700104f50406258228a8db0a4549c2de0ba44402b0231b052b64ae6138fabf682ea8db38b22db2b5aa8fd644506bb7b10026cee542fd06297a044131e0fbf06fc69542c0ee6320ae05b08faf7a65fcdc15ae830333123c48a2835924675a264d670520de46e172b61510cf99a867151151863805e96a28116105a52e2844803938df271c7f20cd4adf0688057e41f9e6d16c7269ca8cb017cc3c7b125fdfe46c6e5947c5ba35e1fe3fefb441b01e12d929d28274cc7aa66f8a097f5b9f17059e702ded0ad6eae2ae0803fc95bc1800571f7a2168928a1a35f04e71dde88b75aab9c766f70d05ad62b12647f4c780948dc8a01d038d530ccd696ee3c94663d1b790597915a251236034fd6f225832b1a9fe645b0e76fce422b41734564486ee6bd8310c3d30d527311edb25cf048a849644de08502e4c4e44eac087297d1415f8f4e1695becb09954aa0122a249b43db80f78299666765b360ca07cf17f603c650e146ee916fead9a8e3e40c67e22b0de619883eead27b7780612a6d7b958be5e7706ae25a2a15cb502422cd32b10d5256a1cdf25054cfca093b70c00b9e7eab723ef768efa2d1d4dc03633254d63bf9b55609330302bbb86a7af3f11187daabfe2cdc510a3461ad1a1114f8914f4371464c995e892e3fca1370e1ae082c458d46a2191962d5c5aa42c3e98040586d3fe59bc1d89c795fcfa7088b6988c6edeed94a3e84bef13636c88ced8a338582b4325353c4caff2ac79c49ffc98b024d1e3fbdd20b5df63")
mount(&(0x7f0000add000-0x8)="2e2f66696c653000", &(0x7f0000de3000-0x8)="2e", &(0x7f000092a000-0x5)="6973667363", 0x80000, &(0x7f0000ad5000)="6f457d635f0121fa973840101572ed24109a7f34577291af81e65be677f2aacade18c830c466604979161eec914921539debec0a2b2cddc136751cc393b39ec376757c597310efa62f751311442cf060a7c5263631de51fbd5182b3d726809eb0c05d375a7eeb64bdd4e9afceb57ea5bfae57c89486e245f4f606e3c31fed66174470aecb05046dfb1a34d286e7a504743eb15fe789bc127aef5abf9e61c8cc15fd8c684e664eb5d033f22672bb7b53f4219f9f12ae8b25d6b204e2928cd8b9390e8f6c556b2d7102db196bc607aa0549f18e39c2857b6ac84b9eadd6990c49149793e28134bcc9e1b754ad516d9f13bbc29d0e09eeaf4e184823c5db1232c3a23f7ca7dc6fc9561808351fb78ab0970fe2e39417910d7575e72c1e6fa53f8a486be1831a95852fce1ec3c5359aae0a5b8557b93bad1668965bc06f207e2f1480ecda338f1954c38299b9540add4da2c4c1601f9d80961defe00a3c9959d1d50d89536bf0750f871cef88d37de1c776d6d2ae502a1c8223dc8b96596ea3586a97d8d534e79d83fa99fa86e4abf76591d542cb17aa2412f7c8a0df28a3c6fb6e64e7134e2cc69804658d0cade478d5dcf62b26afab360f7ec475aaa140c10dd82b84ab2db8e641756e76dec05b2253c634206111d6b0fd13a119160ce2eb61fd10ab92c5e9e376a8599b1571466674db37de512acd1e9a11d72529576263b4562ea0b835f5a5c68658b6615a614d9f44dccbbed5a673805f07e5c5eca01210f5146cb322efa87db1aec9108d62e33105e10f6dfd95d0afa85624318816fc02abdcdf2ad119ea049c42b21796d254f73f6365aa5e6366b5188196965a2f89cce4971c97960fbfa04f9173e10b93b82c22eeb58ca8d3198ff7a5829df042a88e65686365aaa6801119b54e6a6f7e00c8823956a977f7b5699751fbc6b02fe5d3ad092d185248b92e85ef19d1e36b62dcf5eab74a765c11e65555e830e3c4650796ad5352812e96aacd43ae156966bf66bd76734d3fb49b3c366b755a91e048987b1ab4df3c26eb2ef83de5fb9ce487ffe62bd1fb7a4f9605e197b44ab3d31f228ac8c4369f911bd46a55c94bac12edc7a887ce4fdad480dbad486d98f3e749f6d8435c280430d3f4933a21419be44a275ae6a29685b86b0335fd4d76f7167f2c55ad84e1ef2252aa916fbad192f5b60fce6e79dd34bfc9382ce46687f2b91528a96ee01d76ce3ccccd20b6b65dd4d010dcd78ab0bf270d251626bd8250a0c332749ec038a73e58394e167947d38ae0b2e9fab01ca147bcf8b77585ad9addad15597f139a38914c88fc311b4fd18d6d98a86e693ca5d2eec70e65e9566b4d4d47da8f4e234aeb6ba90334eebbbec58bebee694bb38c9da0ba8758ea07841ccf1a0e965bb834cd3895c630e26a069945ea7dcdd5dc895039d2e7991d0e9f63dff654cd4f102840e79a6b7e94523f2cb8ec28a5ff63d1d5909a98eff06a8c6d10b5e33d22ebf8b115f63a14172df4263b003af8b47dfec53de7a5bc402e3487563747f6797870692f036cc102cebd5d8b4a6423febfbf0dcc6471b699023406aa1c3e7f26afc2da764f80d345c0f9304859f5652db5c3fa5e9bc4a2e6a3567fe5c535399abd9057a4bed3ef473af533d1d92373fccdce87ee009f7258015edf9d9c8fc91591368b5c593b798d2c8fffc4ec88bf19620daf46550a82c7656f5b5a522fb5060f4c55733e688246f4ea23796026801be6f6546b534e85c2df0e5753f14441def66a1caeca7fc5c3497584d55143554fd3affa36cff7b2079299ec6cf2e39ad62825328ebfc2017af06a0230d5e10c17b57c3a373cf053bf781694244f998c08709278706dee370559d14bc3de3c567a629093ed5c51bf7ea90e3cceb62aefd7e094e9e426158ba7dd02cc773c6319f1f3b8167f109b111bc6a1cc801613286a8e40dad236ba3b02351511ce5293fcbef18453b61387fe7c49a83327209d518d21e697fee1c5e5f47287909740bbe7c01065fb6aeabc21563e5164602776b865dbe021227f704a53eaf714ef5c0af9964a40ffb3793da1f18fd595186e5b68dc80304a6c1385c149254a4f6c2739ba65b536498a895526049795bd65edfef6b8b3255e9da979c7dda659ff1a4dec046e704e2705663ff5736e17229a3ec0c6ef7864ec7332f10301d910077505615cd78c0b14098d15bb67e64da74a0b653f2f5290d7d34a61df1f6e4d928012b8d53f850e332307b6c84e89769055c264880ebf3fd929a39d4419754254273c7400bc6140debcdbcf229a4740e2c2cbf9a23a2a44afa0ea8f3f634ae35ab8b8cc029c4c53e1656b16aaa59e9225d7b18fc6e8a7a2aa49f037af1c607fe343621951cf8be7148fa49e061428f9ddd7df4735504079950ec7bbcee0039becaec45b657824e9ac85a436094c87e1a1211dcb21a96924c73f445c8362fab02dff1dc3791ea08a9ed630c66c649f953014a150c468061cdb086e789c60f9db77969961fbc4873b036f2d2bc1c92c75f78b9a06f19594fb9a7040dfcd12035dec0f12edd9c8fd17bb417db5c87871247a59a4ca675c13e18e42720f6ca05219b717709b712625a70c3b21c034be1dc5a193d45487db99a1bd0d92cd8a01b40e5be1a927a45bbea97699216594e6b361af570ad75a38e193cf8e7edd4a22f44971b8a3d80157a6547bdca13e3eb779ef17aa4234d4732eb4d44f43a21c0486da65f404180a39893b8006abafa6582aad3ea96e41f1426465cb4aa53045e316f5711a3af949291856f8a5a9d8c78591c01bf2b1fcb5e3b90fbbd34fef383e51a9bff3c51a8a133dbcdaeac732c8dd1b2de74e9c7f409b054889709c26baeefc303c80d08920d4de0177c5b48fcedab26e3baf0d41d7c7a4a86d72df677fbcc031554386939d4be684bf13bdf2c14ce798764a5a8bca6a093783ded73efeedc2b09091936f302c826d6c17a7981404360f7fa5066754344b7444b5a4e9adeb081cdfef7fd8b30819b0b7134d8840e828d6a88ab200172cc09b1ca99a34676e06bad6b4b867aed633f5ad5ca42a352070ab838d2dd2f753f87e37b64e804dad051c6f2a532774698161d7dc061be0957b172038688c26b96952653393efc92b9a7ec46b1d7f0e528333129719d7ca8d2409b83d03dd23637db807d334e93c1268ec88d4ceb488f247aa6526f9fa84c6d0877171738bf321c5e7f6cb12765f394d0e614967ee4edc8229c82e1ea23ae3e8da081bc805e9615e63103f71737fc2669f0d000a72ba0cb1513e01b8e8a407ae6162731eb84d0670adc3f3604165bc0d1597941dd39a6af4980db49543a39e82f2d531e257d746396d65da8033f91ddfbda60906f22bdb7f5ee361d176b2ca50ffa879e6717e5803b430f7f31a9a444604e5cb788bc904448bec9a6f62acd88271048b8f1fc3c2b7b2381f6c00da873a27b2f4289ef92d0b04a96986733e6b72a6b0438eeaf31e0b4e6f6aa9801da4a3c708d9501ce7d562dffb869938d67c8d49d5df3267a7eff642c1917453fabed6a5c25c051534c9c7e994a9117390b5f17096cb199337a7b71bf9b8d905ff0b91467b75897dc58c6d55eea27ac8ce79e67ba7df9b5920a3325d646d5e548551d969e44305013ef1c85708ba0848f901928291cefcb066730c6d347de0e12705a15e55278d98db7ac35b889b26391e70e9e45424035e7e9fa37e18a9db40229fdebf73a5cb133ca547b1231a5a4f1eab7c1b5ca35aeec9d083dcc1b2d94123730bb6433f1d83cd54dcb2d7eeeab45781eccc4f404732f5d23bc85ab3d96e506f89230297eabf4c463023c9dfb770050096b9dcc96b7cc344a14fba5e53246e46785286201c31e30cdeb261bcf2ea78368b4c41bad96739b8708f8995bb0096dd27540e8e36e14debd5939f65cbb9746b6a6a32e03f0c793d480fafd3395f1095c2609ae9e28dfcc9098ee80fd4b9ab7a22c17ee401a0372eded289829243e458f8aad6c54e99bbb3e654e47e3518e1b95b9196f8103874aca9c02a4d93445b61fe2b57508385b2ae2d71942e6875a7f78d22cfd8b380ca9152ca26ab0175625b8f4b3dcc12423af0b97b9c274c06341b79d6cb4baba4748b0867e0a49dda11754a891b572614eb7b21b1ee7a9b8d48c1d47e3961e75a8a3df2a0a638304070649774505d13d1adea6a498ceff77cfcd3626e64f4ffb1f585b395fe5a13a08de4ce3cb2e3cb9758429384b19bc505febf4610cc6ca19a99e6c10fba54c79d2ebe4b6107ba46a27b8e346d19e90867d9295e3bef8dae0ab405ae1db2fb769640be932d6e5b8f38398431f169365667ca933c72a429d4d59bf81778f9818fe26e4f413b9adef0f9859a0eda6922bb68b06192ce8a193cf689a1f6a7e668d23fd7b85f1dfdac1d55023c964e794bb133fa5ce294e660f3cb2d69ba173a6d246781494df8a85956790d37e7416c9163cfff48c7272ac92542f56d4e2de8fa7bd1581d755e19c05cdaa64ce21111f8ed96ebb3f7dc4818178c97e7e8663fdf6bb282fa2039a5b6fab2d54d898b4bdc614ec15a58fba863bb8271515872e358302a1ccb82e60420082c674d36d6b05899225c09f02ae00dc29577dc1f65479aece8790a75894fd9f06eef669998fea5192f1f0b7a8aa14efd3c74a7469f20e34758d7625c50d3da4cea40e42977fd6a7b8ba6e7686fe6c9c8427cdad3fc4fbc6ab4ae42e5c2a2c05bc7e27aba8935ec7bf828e98b92f664463aa1f619886024234245e7c5914cc10a7ad26f45961db21246ab4222920e2cb886824a3c3611a29ad1c9cccd8d8ed8fee08436f8a2170f26dfe1a40accecb9f98da7ec0a70c3fed55828e7f3adfc7962d0f6dbb232ac2e036d9ab3af1c563a08c177500d0c6eb54d48f8d9df5f3cdb9dda2ab5697c84985513ba002cf0025947c5442817a0364d51d39a40a586c7caa5e6833accf4aa3f6e644586a25e21afd48cb77fb5278b4e22baa7a6831b821612ae10a98e0defe31825ba5d78aefb37347aace2174fd12ef59983b68fcae7c520ab16eee0c37f2860443c39c0b155c39c4270048a27c2011b096065142b53a2612085106f958814c26973f463a22f545ae5bea37a64ddfd899ab6645a935d3d16b1b8e6633371688c0c7b9423b52eeacbbe70708d0891944863054e6f80ed8d64f21ac44ba57c781a6565064f61a753be9ae8abbff233a6f1851f22efa59bdda38f27a6b663a37f6795c9cbb67dc7296ffc72fd83a89b7e5deb25f9d19cc8639f0afe0d9e86481ff93795db7ec5b03096cb43e4cc93e9b90fd65d0808d54958d244fd3b697441aa1d411c6177d04fed0dab53c158b5ef2610b681bae4cc1e7e8a7ad99990c72068e51e6e9f82db239992aa95f90fbddd4ba5ab2fda872e65e5ea09c8267d531c327db6f3dcb2283e935791fc7f61d42bbf428d1fbf1fd4e16dfff39fa6eb3a805b337703508004291647d8fca475a72064fd4b63f98da38c1fb34a5c584c7909f71ca8a620ff0bd24a798b590f758416c8c1636ec7f4f78f6bd51c92a9e87a630d1fff4a6dbe464ab5dfe1cceeb08b51e73cc8a84ac8f232031b91059324e5eeafaf1a7eaab5d619d2084575413f2697c6c1ad8d8f5cf34ec194325bc893a15abdc5092d488bdfc970fa21453a43b028e2e1b3046368fd9ebf112af23c96d3930088e18a67c4e58f32e68a20f7ac3d6326f23639001f7449b2be048715f3f4d3f283ab7a20d73af6273001cad6a5ff8c6db1edf84dfecfa6c173cd6fff758456325f6fbb5cca8977adbb3e3")
mmap(&(0x7f0000000000/0xdf5000)=nil, 0xdf5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000dea000)="2e2f66696c653000", 0x0)
r4 = open(&(0x7f00006a2000)="2e", 0x80000, 0x18)
mount(&(0x7f0000ae8000)="2e2f66696c653000", &(0x7f00002fb000-0x8)="2e", &(0x7f00002c7000)="007609", 0x40000000001004, &(0x7f0000480000)="")
unlinkat(r4, &(0x7f000057d000)="2e2f66696c653000", 0x200)
mount(&(0x7f0000609000)="2e2f66696c65302f66696c653000", &(0x7f0000df5000-0x8)="2e2f66696c653000", &(0x7f0000df4000)="6578743300", 0x2000, &(0x7f0000318000)="b127")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x810, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f00004fc000-0x8)="2e2f66696c653000", 0xfffffffffffffffd)
r5 = openat$hwrng(0xffffffffffffff9c, &(0x7f000073a000)="2f6465762f6877726e6700", 0x200, 0x0)
getsockopt$bt_sco_SCO_OPTIONS(r5, 0x11, 0x1, &(0x7f000071d000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000bfb000)=0xfc)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000027000-0x8)="2e2f66696c653000", &(0x7f000000c000)="72616d667300", 0x0, &(0x7f000000a000)="")
pivot_root(&(0x7f0000f4d000-0x8)="2e2f66696c653000", &(0x7f0000ae5000)="2e")
2017/09/11 22:56:57 executing program 3:
mmap(&(0x7f0000000000/0xf14000)=nil, 0xf14000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet6_tcp(0xa, 0x1, 0x0)
socketpair$inet_sctp(0x2, 0x1, 0x84, &(0x7f000057f000)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
mmap(&(0x7f0000f14000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f14000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_mreq(r0, 0x0, 0x23, &(0x7f0000f15000-0x2)={@remote={0x0, 0x0, 0x0, 0x0}, @loopback=0x0}, &(0x7f0000f15000-0x4)=0x8)
r2 = socket$inet6(0xa, 0xb, 0x2)
setsockopt$sock_int(r2, 0x1, 0x2f, &(0x7f0000f0e000)=0x1000000000000004, 0x4)
r3 = socket$inet_udp(0x2, 0x2, 0x0)
socketpair$inet_tcp(0x2, 0x1, 0x0, &(0x7f0000f12000)={<r4=>0xffffffffffffffff, 0xffffffffffffffff})
getsockopt$inet_mtu(r4, 0x0, 0xa, &(0x7f0000f12000)=0x0, &(0x7f00008ea000-0x4)=0x4)
r5 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_SIOCGIFBR(0xffffffffffffffff, 0x8940, &(0x7f0000f13000)=@generic={0x1ff, 0x4, 0xfff})
ioctl$sock_ifreq(r5, 0x89f1, &(0x7f000036b000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_data=&(0x7f0000b36000)="010000000000000000ebffffff15030716001005a9445e00044904f6238f7e23"})
setsockopt$inet_MCAST_LEAVE_GROUP(r3, 0x0, 0x2d, &(0x7f000053e000-0x90)={0x200, {{0x2, 0x0, @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]}}, 0x90)
ioctl$sock_inet_tcp_SIOCATMARK(r5, 0x8905, &(0x7f0000f12000)=0x0)
connect$inet(r3, &(0x7f0000f09000)={0x2, 0x0, @rand_addr=0x4000000004, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r2, 0x84, 0x6f, &(0x7f0000f0f000-0x10)={0x0, 0x4, &(0x7f0000349000)=[@in={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x0, 0x5, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, @in6={0xa, 0x2, 0x5, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x9}, @in={0x2, 0x3, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}]}, &(0x7f0000398000)=0x10)
socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000f15000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
write(r1, &(0x7f0000f16000-0x7d)="3fe5bb1112f0e92f30a80cf15d7cca4ad75267a83b473f138f9e5b5362bd597f0bd1c5a839a6fcd02539ecb331359dcfae85a3da660ad35bd2421c5bc6d20289c4b854c2f34f3e3ef3533776d3a91f24f822bba5856eb853005bdce41ec61be762a6d34e9749fba5b02757436195ed28c8e4416d95e056f48b6984c1ec", 0x7d)
setsockopt$inet_buf(r3, 0x0, 0x0, &(0x7f00008e8000)="45", 0x1)
mmap(&(0x7f0000f14000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f15000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = socket$inet6_sctp(0xa, 0x1, 0x84)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r6, 0x84, 0x6, &(0x7f0000a03000)={0x0, @in6={{0xa, 0x2, 0x401, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x8}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000001000-0x4)=0x8c)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(0xffffffffffffffff, 0x84, 0x22, &(0x7f0000fdd000-0x10)={0x7b, 0xb4bec052df2120c7, 0x20, 0x1, <r7=>0x0}, &(0x7f0000001000-0x4)=0x10)
setsockopt$inet_sctp6_SCTP_DELAYED_SACK(r6, 0x84, 0x10, &(0x7f00007ad000)=@assoc_value={r7, 0x0}, 0x8)
2017/09/11 22:56:57 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f0000423000)="47504c52657468312c426264657600", 0x3)
fdatasync(r0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x7fffffff, 0x0, 0x0, 0xfe, 0xfffffffffffffffe, 0x0, 0x1, 0x0, 0x0, 0x4, 0x0, 0x0, 0x2002, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x5)
perf_event_open(&(0x7f00001a6000-0x78)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x7f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f000000a000)={0x5, 0x78, 0xfffffffffffffffc, 0x200, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x668, 0x0, 0x0, 0x1, 0x0, 0x0, 0x3, 0x20000000, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x8)
openat$sequencer(0xffffffffffffff9c, &(0x7f00004f3000)="2f6465762f73657175656e63657200", 0x4000, 0x0)
r2 = socket(0x1b, 0x8000f, 0x8001)
openat$vcs(0xffffffffffffff9c, &(0x7f0000600000-0x9)="2f6465762f76637300", 0x2000, 0x0)
ioctl$PERF_EVENT_IOC_PERIOD(r1, 0x40082404, &(0x7f0000ef2000-0x8)=0xfffffffffffffff9)
getsockopt(r2, 0x9, 0x8, &(0x7f0000ddf000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f00000bd000-0x4)=0x1000)
r3 = socket$inet(0x2, 0x801, 0x4)
prctl$intptr(0x29, 0x1)
listen(r3, 0x100000000)
listen(r3, 0x3)
r4 = syz_open_dev$vcsa(&(0x7f0000fcb000-0xb)="2f6465762f766373612300", 0x9, 0x242080)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$PIO_SCRNMAP(r4, 0x4b41, &(0x7f0000001000-0x14)="ba585928a90f39296288decb67d6c6c6966fd944")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCINQ(r3, 0x541b, &(0x7f0000000000)=0x0)
setsockopt$inet_sctp_SCTP_ADD_STREAMS(r3, 0x84, 0x79, &(0x7f0000001000-0x4)=0xf485, 0x4)
connect(r3, &(0x7f0000001000-0x80)=@generic={0x2, "788d5d3728c66397d77776f3d8d3479bf58d9bfb9a07ee835ad397c330f7a789d165af03962a12b627e6caad268cef6a7856b618c96c9e04235ab78f384ba2e88d806f5cd15270db2c79b03c205be7be48a185d408acbe4f1ce965536eb635a69a8e35dfa77fea36306d1313fe2dba598ba2c7e2fad5c6ba0f5717181cbe"}, 0x80)
socket$inet_udp(0x2, 0x2, 0x0)
getsockopt$SO_PEERCRED(0xffffffffffffff9c, 0x1, 0x11, &(0x7f0000706000-0xc)={0x0, 0x0, 0x0}, 0xc)
io_setup(0x7, &(0x7f000002c000)=0x0)
pipe2(&(0x7f00007da000)={<r5=>0xffffffffffffffff, 0xffffffffffffffff}, 0x800)
read$eventfd(r5, &(0x7f00000b0000-0x8)=0x0, 0x8)
listen(r0, 0x8)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4000000000, 0xfffffffffffffffe, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x1)
creat(&(0x7f0000bad000)="2e2f66696c653000", 0x1)
2017/09/11 22:56:57 executing program 7:
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_sctp(0xa, 0x3, 0x84)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
set_mempolicy(0x2, &(0x7f0000000000)=0x3, 0x8)
r1 = dup(r0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept$unix(r1, &(0x7f0000ca4000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f0000d18000-0x4)=0x8)
sendto$inet(r1, &(0x7f0000d25000-0x87)="5c64893116bb62e3be2dcec37598f0ada5370795e6a117a522cb4a7dec6440e9fd94332a825b2f3aa2809d0c0e16be0de94fd05be1e559af815b82a6e3d7edc870a538d2b7a1dc710829a94502917848c54b9a7d25476fb86e3432cac9e48345f94389fd7878269f179c8fa411f99b24d3ebed50fab01c1e909d20bf813f4f808fb148aa9c9063", 0x87, 0x851, &(0x7f0000000000)={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_LOCAL_AUTH_CHUNKS(r1, 0x84, 0x1b, &(0x7f0000bdc000)={<r2=>0x0, 0xf8, "fb22194a98f2019b66af4a733c4755d4df63330a702b2cdef43216ae9eda0dd5236476d7996a2612c1d5b47085c90aa315d1e69b143184a493237e9c555d23a88af1f982bddab87b423e8a0ece95ef0f1634067c3d98dd7833575f14669fe9b426f8c1dd577edaece9f2cd3ac4219a90534c84ecc36f7d8c206a8a6ca0aa8b56b30d6a176e39d9d2bfde1c110e89cbae6c2ddf86ee795e6bcd8aefac837075d2fd44f64545510fca0ab72090995dd2c037f20a6698f5b4e3d1efdf3f48fab8652bfd1045a0b198fa0e65b949bc3ee87a299d776dff18b453a1f602cb5c218fcfb992e3cd32fdeb75b2ef3ec60d7804fa10686709729eb0a7"}, &(0x7f00000b5000)=0x100)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r0, 0x84, 0x10, &(0x7f00008d4000)=@sack_info={r2, 0x5, 0x8}, &(0x7f0000d6c000)=0xc)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg$unix(r1, &(0x7f0000000000)={&(0x7f0000001000)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f0000000000)=[{&(0x7f0000004000-0xed)="d26d76a3c117f9beb6de9a4b57a175c0737ccbb45c00ee71d64898caf1eb46618ebdfb730adde528663e41ac3ecca4bb95136a2c47b771418dede76ae75fa5aa6e4e0fd5664979897a772138e5e56d330173c0e9522395673c185c078e6e930ffa749ae9f9d257f149432aa88212dea245cdbbddcca1f2667558f8033db6e6a2443b66a2a5c00114ace44cb50529703d5d3fc2dbb00d31d07ebdcc38e4cdb08a2cfe0570875ca6a1f3cb622cf76fbb49acce07e44d4e591f698bf96c69bb7497054c54767307b9a857ea22d8e5df7da263e0099ec8eadc969f8386a84403a89a9336c42bcb7c44702cc71718af", 0xed}, {&(0x7f0000002000-0xb9)="f889b22d7f3754ca6ecca3e19e4f30e27603a17acb040874c20f25bc4f84cc3c42818a5ea605fcab8c8bb2b39bd28d78f5c5a933e35d10ab48a4ab6492fa7e3b7da48dfc88d36734303e6832f51f7be960a35de48fcb5daccd41ac7f9d1b7351567f8306245cf8d1353082fb9218b1d181e911766c8e9a707de75239d7d23d4213f9617eeb95102315a2c5e1344f232b26e3bd6f72e7fd79386eff9321c46dbdae6228359c2fd5c319311b202a90d2c49481f3a49a1808156e", 0xb9}, {&(0x7f0000003000)="1aedf47020f778cff5e92cd3bcce0f88aa0c6ca6a73258d5acab503981574c9df17b02b864e18b30fab13203628cc135be8df87de208a121805916841578c5511592b88a1c94cb83aa280974eef9cbb4", 0x50}, {&(0x7f0000a8c000)="1104a7fc2b97d30f7ad9b788a8630dd013455de65d301d3f4041859b963dabe80911e6edfff8e87c0c07dcdaa5656c2c888fa7959be179056572fb1a5bd1803ba6c8653670c65734f234e7cbf9840c5727e298fbd4acb322a86c6f89e9f418977dc4db3b931c8dd2f8bb05947c85dde900e742d7333b6fd3989a658f38b61ed647a652d451cf546e", 0x88}, {&(0x7f0000491000-0x8d)="586e9a2fb000d5e4e41fcda43e8f137c9314aca2bf17a6f7fbfe1688532b0492aee7a4880bd630651dfdc842a22a7eea03e6c6c71140bcfa9e6c3eb15e13dd4388d80d990da8b0cdb0e80620239c87039321c3b9798d707cafb75c739fea01f8993d06afb2865eeeb93ee335a0a4c357861a1431bd8897e6d61f782f38a59abb8a9cece2306e33f698008e8411", 0x8d}, {&(0x7f0000004000-0xd6)="158abb9c48093515fcbde2a566a4350695c5a0b06974a83deb25a69b139fd031e870f9bc6fadb491106964d1b513e483adbbde1d30a53d6939d24264ca42fc2587222bea0cbee4d170722c39accb6b7e773d82c186c81fcf406dcb497d89422e11cd5df8ee20d7e6d3659319a10ddc431a5f1b0e8605903786638918b3c231b55229fa0eaca326909f6bc0b1e16afc171bd1feb7e8dc277dfaa8a005fd857bbf5d1017a547ae4c70379f14df6d92e46465b15d2263d19c634d7300823f0326454880800a22e93baf7c27e4905a3566bb565fe84f5089", 0xd6}, {&(0x7f0000002000)="060b00ec", 0x4}], 0x7, 0x0, 0x0, 0x800}, 0x0)
mmap(&(0x7f0000000000/0xfb4000)=nil, 0xfb4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000cc6000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x80, 0x0, 0x0, 0x0, 0x7fffffffd, 0xfe, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x101, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
unshare(0x10fffd)
clone(0x44000, &(0x7f0000362000-0x2)="a6bd", &(0x7f0000f13000)=0x0, &(0x7f000085d000)=0x0, &(0x7f00004c7000)="5ff9")
getsockname$llc(r1, &(0x7f00000a6000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f000083f000-0x4)=0x10)
ioctl$VT_WAITACTIVE(0xffffffffffffffff, 0x5607)
setsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r1, 0x84, 0x12, &(0x7f0000598000)=0x10001, 0x4)
r3 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000dd1000)="2f6465762f73657175656e6365723200", 0xfffffffffffffffb, 0x0)
ioctl$TCSETSF(r3, 0x5404, &(0x7f0000692000-0x24)={0x0, 0x4000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800, 0x100000004, 0xb79c, 0x2})
r4 = open(&(0x7f00005cb000)="2e2f66696c653000", 0x80040, 0x0)
fcntl$setlease(r4, 0x400, 0x0)
open(&(0x7f0000809000-0x8)="2e2f66696c653000", 0x4000, 0x0)
[   73.375669] sctp: [Deprecated]: syz-executor3 (pid 6613) Use of struct sctp_assoc_value in delayed_ack socket option.
[   73.375669] Use struct sctp_sack_info instead
2017/09/11 22:56:57 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = open(&(0x7f0000922000-0x8)="2e2f66696c653000", 0x8000, 0x0)
getsockopt$inet_sctp_SCTP_HMAC_IDENT(r1, 0x84, 0x16, &(0x7f00000eb000)={0x6, [0xbfa, 0x9, 0x5d, 0x7fff, 0xcc6, 0x81]}, &(0x7f00003ad000-0x4)=0x10)
fcntl$getownex(0xffffffffffffffff, 0x10, &(0x7f0000795000-0x8)={0x0, <r2=>0x0})
r3 = geteuid()
lstat(&(0x7f0000fa9000-0x8)="2e2f66696c653000", &(0x7f000028c000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, <r4=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$TIOCGPGRP(r1, 0x540f, &(0x7f0000470000-0x4)=<r5=>0x0)
fstat(r0, &(0x7f0000817000-0x44)={0x0, 0x0, 0x0, 0x0, <r6=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getgroups(0x3, &(0x7f0000567000)=[0x0, <r7=>0x0, 0xffffffffffffffff])
sendmsg$netlink(r1, &(0x7f0000bc7000)={&(0x7f0000e2d000)={0x10, 0x0, 0x2, 0x8}, 0xc, &(0x7f00003a3000-0x60)=[{&(0x7f00006a0000)=[{0xb4, 0x42f, 0x200, 0x4, 0x800, "9175b6968905220359212da54b9ea3361ebe0e16115ade3e3362f1eddb034e1fd19f41cf130de68b1c1ec28ade47de4026328441022127fcaf29a52d2201856c6c64da8570d84db1d038dfaa413699fce0894e111853a682d7bdaa1acb6b758cb4978edef452b66cd2c6b3e6442ce070af76a03610f84370145f49c487585f12e1b07d7b632837ce9431e9775c42c8753db6afd00eef4c45295038a72ac69f30fa79db46"}, {0x14, 0x80000000, 0x400, 0x81, 0xfffffffffffffffb, "4701a297"}, {0x1010, 0x277d, 0x600, 0xffffffff, 0x100000001, "9252f473db1357adb0a435d0e4e40008e9d3f8a22a41acae6c1a49ac9c6297155a5c015fb6ca5e51077194ea91c120168820057c0c4c944a15ad1e6fcae27872913a81272066cf23ed63f1bc2b5f7af3218d84321dcca6f2d5a755b4f449192d0c61fe8763588a80bda45e3e06b26bca3f0d72d43212c7ef4914a33192bca3e6cf86fb3cac626dfe53e75edeb28dd05bcc323cebe40ba4585cf3a2b3f62e33a5be7230ea83c7c4a49377f5ab2c76abb7c09f094aee90129c9770279c1b3becf866b6637244832b6b765e01c51b6bc93d2fd706def4f9160938a3d4ff2a5341853841bb431ff059e438ce51121e7e6b01d92711c685fbe111118cd35061c2d4b9449f6376fd5f0cd259f944b558e71b925a00590f9a3eb9cacbc83620ea83f951acf168eccb33e0abc8e5471d5f00fe8e272760a4fca92b2cea920d70da8e1d1133d9d4a50f8be445da40434b39058426a6394b6cda5f539484075f565864dd5c7c9b2f0cadec1b2f95ffb8f02475611875e05fdc81c6e44185367690e0149503d11937d520d7a33ca5df9ea8549515c51475d19ae0e3812c0c69f8b9bdf0c1334dba0d403903dd44992c06b09a814a5268495177c8c4eef728d47a17d32826d55ceec10bd05afd77771ce1ffe9cc0c25d810f8990b4164b5ba8776546c9e4386e74aa2715481adae98169726b6972608381e85e7248f9fcf856fdf49558e93ca4b9daf6a2698dc928f8df0fb872f5706a3bcfca63e729cc3822a0733019e116ccb012a1fafcb3933a51275aeb18415e3faade0f334bf0e67381a7e3308cc6d02d529c9f7657db735a1a1af1d2407edf238f1c7110985e4c49e67737ba9bee916799bad277f320d0438b9d7443a586cc62f753e594d5a9a8849dfab5553bc8abc75763f15a6e017ebb31a200851002b1d23d6964322b421b8e9c44f688bcc07a7ff959cf200af066f8ffd26231938e4e2c0d2ec2b0de0f6b3ecefe0fbfab3af56b467d0b4d05244ab9b861380c93ef365e3cfc2f41d974a468b1a4e73bb8db3dcabd44da4fc793fb79c186628e23cfa10b82435877df9d90aa13aca8e54ea3ce47a690908aee83433467a1a0bc00146536955e89dfa38357402b6290b367428bebd062e402969de122184f0239fcadb4044d1e01f19c6d571d77912a002f3094e24b6f0ffe48ea447368a2d9cb173cd462ae7f04ff2478ec9c274f110e0f8c032929b67c57116583ebee21ccc62c5514417d2aa486539fcd8cd6edac1c734a919b897610a8d2e05636d91fd0a55514bb2e4d51a3bbfd20c027ec18afb976f125ef7f87ca5ce07fafcf92c0f896d0ff3aee04a02775254448a76ee537e88f694607ef0de9a18290f8bb2a4df04705bcc25361343527bb594cae11216f4945f42c47f1aa4e3cbc0d3ef2629c3a209d152c7517d6e2d877da54c2095d22419a37047cac6656f8b5b3d7336a8eb65109e3ca42dcbe1d1cc9cdf5c07c092ed33e6d7a3422b60b8f8f8b0ac91e4b613d8439900ceb5a03a828e1f989a98d85cc1e351c38ae74334a0c6746d876fa0c83728fb416da99d158f835d29b616d3822b453e19e4d95116e7cfd91e57b270794038ff63ef8e41a5370dd9db68c5161e6a73311c4541f259139e6da2eb421d8c45dd17a4c6988b96c99c963e7decc405d7c25421dcaecd80b87707aea32edfaf0284614a4fbf0a862bb3cc98636da8b84857266c498e7181aa5f587c444d328ed6f4bdc3d5bd492cf5b2b1586b5ef933c1fb18429b7629e93293a147e4021b68f5c07c669b155ec798ed79bdb375914e6f1078515dee706fdd8dec344947b9ec5cfe86301ab7f1724f810e296316a4e519c0f5f10bfd80b22311487be31b405b2c274cba72041f7d4f423f3bc7e05872a08b1f45d41c5a9db3c145bbb001c1bb99bbf309e7c06ec12d7ad116a851fdf4b3740c75ab76b24cfdc3b7a4a4d12194847298a86ecc774c4f1d44dcd581bda7ed68f7bc6a1ecf6b0f1520fb5f58e8b6e846b475ee25610b1fe910451cfde31f7f4f2b3c5bb7986f246de3ccc8aa887679a4097e09ccfdc0c74741c922953ebfa8c2b7f4e6b7847b9c84f18a7b80390a7e999b3d3ef3d7d7bba63825eb1e0ffac2800d755b37c7d65afb151fe968694f840caefc18b6b2e8bc3f951f086ffdb2d7071e745e18bb2dce92e973eac2ffff5e62be599c5f66c2c3211862239dc541e2f05f0420f8520a9b5e0dc1ce421b1541e5e52c054f50fb67b8db2a8efa0fd5ba6eebccd517e7eb3e233265648b826144f25270c2434ae11a590d66518325da5f0903bed04c2ff91c6bee07bf93b60d92ef183a418c487fe9dd20bf6436bf557a5b15dbd4ce857045ffc9d6c08b9496ea8669c6720b5851f92eadbb9338b4aa9939093f5c315a01d2945697b4bcc61a477a9199e6f8cc28f382979ae39c2db4bbb7beee585be2e58fa165987c930e7ff8a726a682285cbc89755f5a4f919ea37eafb6e17f304dea762849236808aa55d7da24d40ee6ce9172f039930bae6d4012d92d8aaae5366b60c3ed394de71fff3739526e34699ee6e09a2a4de0927b475784ce07e80ee110211b9e5db0562c9b369fb435c26a2447bc4db77820c876dc10592881a22e38838e08ffc02ca962049637d586e233de7fd9b8e0e6dbf6d9f272bc44b05f32b2286f078d57ad0a6f81d9e53a1d76c2bf7e7b2a94511d6378cfce88e02438c13e6b90315903daa592ec7cc71687dff34cd4b2843a91b619fd352109cc3ee2cca80c133fea5ebc54f34d658c43f1ffcbf2877ca3abfee9b2b0798e54f03c109945caebaa263b6c0430b22654602cbbcfa73102d47d3b193a3afce8ef6490c452946cd1a971beb2384786ea3225a407e03b6dd4866e65204b272aa403167f8ba756f2ff56bd023e9424e6e51b573656a8a5feb3a18d10cf8ca7c7c2ee2d3825b8e43a6bd224a5cd199cfae0f3c20dfbbfe59cb75941897cbf50ee1c44150f6c89417f42d26ca1e08917fbe8be5640375517f5c22428082f295c3a0cb4ac349e9d60ad11c32bcaa9daf638543016e00fc5f57549876ab1f5724c527238ea5b16c8cc5adc88eb63943878b9b5b3b4e67388bda6236c5be8fdea7b4c5b6893eb9fc6df8bf8e4e99f1d397a4228747a8e812dadc36521a53be2e12f5257684b143e2fc40ff36aaa6a92a0c04368a78e31c858182ea80b698a722c5aab0e3b2f34fb403fed31ccaa3ec6aed0248351b6d69c1da48e9b7f6404f767e2e1c0f47282d661e20e012a1e2221e6666fa5359cfd7858cf4a7496f1a09e6c48df9ea30aaf91398e359f19390aa3de0ca06fe995b06182756db0ca2c74376bbd1baa97d4413d48aa5cc5017daa92271427c9411824f63b1bb4707c66784f4dca29d4164801256ec077b8af5e76ef4e2994745e23e09d3c8441473c100b5c24214dbc2338feeef0d61691e8e41a07210e82f2266dacc63b1089a894000b2b0a158913dd345714ac0b4cae232c889260ee118430ee751e7d46b843d8cbc495f62becff6c24d9c133551dcbf3785346526308389186c1d6fdad403987bbc8cd0a708ecb49ccc6f207c3a960010f44300418d77224c30e284815f2716b5e6057c4e4f12d4f9098a24429b7cd85dd2159eab4486d04e5714dc9e95eb1ad2908d4d25ff5c39571ac96be22baf59bd15ea5cf1f6e33ffd0c57f396b91091c545344dddaf490d37a5a03f6ef47172189dfad7ef2a84ecf3bdb2279b57ee333669df5b951b82ae0c1a4cc4c2d1a0b2e7ea50c7334b0452b4d9faaca6c731946bf2d029716ec82a29749998277ef146ce1de25f91f02417f3034bdd48d8e70d27161d958102ac60836da3607ba525c1435e1954205fe48691d6cac2ca1cd70d72b5bb2ee9bfac630648d137f2b587c6ea3749f8c2f801d154d339fb7a99fa435a46ec592a4d64122ed9c8aa3588ac824ea4f0146c426418030404fafade715bcea0c2eab51733f061062d508d30dd75b0b7b99d2060c65a8de11c650078ed873c1c003883d0cb1b91923a012d8dcc85b17bba99516c89d52c63a04aeeccbc65f25438a007a2da96234cc05be269c5eb45b1a0214025e4646aa1677a7848ac67c268046905fb39cc052123d0487b7a8025688845c29f6edc7dd39fc9b97a2b0fdce1d125452d3544fdbdfd838ff0b8d5250620b0f3786d51852f8cc0ef027ba41e0194ae315c99915c06e7c6831528fed7d0388ee7fd96bdf2d2c1551bc2acfc38d842f606cda15916a43da6da45a7dcf4d1baadb820f59e91001ca97c072948c7aff99c1d9eba456143b2475ce3a878950ac8fd41597fcaecfb3d79a2d001ec930165916cfd70476d744ed5bfc5c0b41447c6d1dbcd5a32e7b2ee01bc016e5a220a172c5bf05788a81a0441b6dd28151c607126691759d377af0214e5211638424e5c61923e1126a19b941c8584dccd5a35648a3d7ed526c705c141bb09808bc14b2dfe60630add6df4d5aa05f5210a49e7f6bfbd8cdb88132a0db26633964d20b2b5ae452ed8b5f7373f71f568c3d825b74ed31c286d225145a1943ca0928e1a69540e603c75a507256eebb55074943208e973c8b6398d5f1e3e832e61485f58b72bdd9a6aab92c83f979436cc7594e6899f86310b1066230150d46e1bda13cfd50b2c1c805b2f033a9834186d4df766ba0f9b8c31a6bd48ad210b1033e0df8ea2a04a0fedc9f338805ba92ed891553aac5595f14174121e284718f286d34369df66a0918820508bb8eae0b733d858816bf2da145dd1bc6bd2057edba120825bf8c9ab73cd2988ad4059379d81b364ed3252c8b40656242ab6869efb06d0ab6e2d201991717f463cf4664e72888f31338ae85e5f26bd88ce7a59d622e38c5d164a108a9078a87d1a5d3b2b3022c957c8eb4c070adef3f52997822e4ea1deb63c6e675685f6ce806f11a1940e028bd83fba9a942444a0d0466e9fe73451c846fc4671ef7f02723ebe72ee770ea8f17db7e10cfe7d094719766809410e51cc4286b7aee4b376501e142094d0d516e10f29f085fe9479e1e05e9ffb874694116c08fb5830f815d302b43073a4103922c8afc721884796abbcc5f9d5676bdbc4ca2d8da26c53929a9ac65bcf116eaa63c815147d2ed19716c160986266f7e08caff88b080068de9332f02e2962528429b58d24f60b04e3981673dac9fc079f7e567652d3cfb6344db398798c3654cbbaf4e3350efbe6eba457092af6225fe0e2a13b4aa7344eb6bf6592c2cc00a35af898cd977079a1fa5c202c1c62105c566b0b96155cee352c05a580cdb407a32b7f28fb90e894c55b2d959630635cad8e8e5d235db8faf72f120ec51c18a5dc555c022ee3062f7c5a8a9558bc2544aa94e612206d9f521d45bf4e50a5e9fea9d239f209c59acb1d1098a163b5c4c1816794fb787e0ee63b1a1ee905bd8bb0d7cb385364e27f10f721a32220e2b3920568988b8fdba4cbf2f33963fc5d9e0c23e160bb43cd03e3677408cd9c17303d2d48ce239d103099af3cb62a0c08dc8ad435d7e35a082684421f8bebe0212939a64353b8682d7ef5f8cee6d0a6cf83e8d4a8f4b902cbe8d5013a466bebdf928ecd280f24c459d59074174c301fe40bad562839741d2e14cb8210732b47a841a7b1c3dd54919732e446cb72f96075540fa21fcb584de8de00e49b50305c175cbf1e83c6ed561bba7a1634a15a8a0c7ed5e52ccfb1d80bac1821b4b7e0892ee24b8968b2725c3f7d969814c7a4f283d7656763ecaf0d6c74aa21113ae8d5d2d4389078987660711c10c1dba0f7b3054"}, {0x3c, 0x8000, 0x200, 0x3, 0x2, "0022499d6c1ee23695051a50f69c24b06d6506c8cda11c54a0cafdbf5aeac6df033e762f2a1b759b78"}, {0x1010, 0x7, 0x202, 0x4, 0x2, "780132ee5a1d0dea2391e9a1522402c53c54962c90c037f99b5b69c948bbcca8c36ffc4a9632236a5384c77abc50cb7baf0f12920e014394188b7279ad8acc8725af38de2d8320f153e8d9a25536349611aa42bdb896a79879237d7eee1f6d43a716baf206631ab21a89435225ee8a9d85db17ac978ba1265179165ba9baa75802edec6c7ce0b0c8f4ffacee11a5aa3552f959681f17009ccb91f80e434e3b164a433cbd27f72c45a4ab9c626b6cba699ea87540fa194175915e17bef7137382661e751526a53226f0e09624ceacf71604b71156ea2311790064e48ae0eb90dca5414572118f6cdfbdee76784886d55b5e4587ea7f24dbcfdcdbec7e268e5d2b2f2796ce909c066330949ef227a12b235a857de573906b34dc330404d474332eff5daa20b548bdf2465a8a9d608781a68986ae12554b6ef4a889fb070796123e7e81e49f7548d3479db37e3edb4d4b5a4fd2f3965c6223a259970ad26013394629ab0e78f93f197f88d9b06bebf88c66823460493d9690d8406b9de7b8e3ac84c672ad979fe3d03e7f59bb8a1faab9e713d8506f03bdb39114ad21b420c51f2f50ce16973e693074ca10feb03eda56915644643872abd6b925b2f45266712e30348f90b2aed07afd1d32c261d3a0b43b6fc47142114426ede872fce1a2d73ee63bbd4d9c7d0fe7095369e530043014ce53fcb7833d026533295f008927d6e3039ee84d1172e52bed91e8f9a78ea2bfb2c85c686acbdcfd378663415e987d1c856f5baf7e08bd2ed853be6a9a09eec52aca230d1785bb118a9462ae2b685d46db904f66b151cb7a990f1e257329d77921bed3c2c91df88a0435eeec8f0e26edc35c82c04db3694d473443395cf663d9769bc0d79f393139b4daf1a3f827b8a050d67e7ef67b6100e35d07e65a38845e5b94d805bc99e278e9caf2d26815eb31de974cb67df223ae067aee4f76eb545b30d9928ccf2ee601aa97478eeccfac1dfda710366b9b8c5ef14368051940f10eb30b4b3c283d50f6cc77338e6b1b7bf9b6285c31ed22c10c1aed95610e864d0c91df95266cb37eabb39a4c78297f40465e128fb9de7b69470adec6c26cf6e23f82ab1429482ab45bbd4ba8a6f1bb012425d13e728f10fe03ed181c88100a8f94213c80b299a21a372e3c37494a8699cb6a6b0f961fa7f29bce790adbf6b13db9a521183ae6d52c9b5675fc9c4c028602a84955a25365245bbb99d3e014313a4a4849d96734dd1f9e297a39470ed12a91d8d345e08de8f6237f0e658f0380a85e29d78491d341ea55a96d580fedf04ac2dcdd78777b046c2a159c4831aeb6604681b08ae212e015c6089e84c0b08a249b85dbe80b850e47658a8348b37ae55c139f32075974012b659e5ce050befced75d425b9e3db0b0e8f762532bead15d4630c8e79cb35abd55320c70e4982d4a67c5c5ff62c65d6e4f275c398fdb704d6d19ca377c72b8a51236cbdd31829dd241274123cc6d818a5b178ef0d097a916f3c94ea428083d336eceb6014fd2be74875cfdf891d30a889238a9821684e7a9a681e662292d3210d25c42e7a9402cd9540578e6e2aadcc01192c3e6fa42beec138cb05b1bf6e2f625be11fdb3278914dbfbaa3f85870f10cf7f1e8e4d351fd96545bfce15d6648f981b8e2bc90f761c784ef793d36e29fbc8365c793cc38c4696b81af9f4195738f715f0488d73fd5a424a20471d7967c2d5dfb4cd8e1b713639a3645b38844b748fb3f7c2741da3286ace91eb0fdd5d5020fc2a5433a89425b4909ad2b757dbe84f75969f89bd39947b2fa5844f7bd595adccd0f168434d630d656efecc55a4bd78e8abd5284cd6422d379acd9e262b8e84367d5c2ec591aecd81ec04e6404280f7229ab7d7824f58a2565f01c2fa244e050d980c1238379f3d9556405f6d0ae533cbdd7114be88ec1f97aad20010e3d6817048bf1e68ae40c17eb6cb7b7546127be65d5e5605f2d12e709097741d06c325073fda7eb3c08256efc3a5592fa8a283a3329322f59ebc801bf6a92010458e3c8fbc2bdb342341a6ca507b4240c0f3b13f96264dfcebec712b4d652f3a6b9cf4a0a33e49d087a1fec6d7c6ca6b5b51a57d73493e6b2e1a43c6d7c2540703bdac709a50b2bc18291af836eaf843fbf2bac7c1ab4312bd30437268125a67aeae89994a19aa75234dfc963853b56d7d320627a52cfc70e5872b5b23ffb72d4a2b06212d270cc6a2977c10680054ee48e1d86a0472680e9478fc1fed7a42a7012b785985b692b8ef95997b3dfbb51db78970118e8ca43f72af650394b916bccb5a0c90056d4c94fbe605d9cf1754b8c5f61d5d5d7a31ac4aff7812928328fcffa139fae72de60f2ce6aa6d14b89fa1506591eb088fbd3d2857ef44e8557853b84aeb3d2559180aaf353e667e2fd6623117da8f77556c080d77572fb143162f00d286852680690cd8ff692186696c0220915b069e6655d2e563ada9066d4dc97c2ac0c40bc08e4e34936ff384fda8b896abc92aac635028c89078029c1a49224fc4391730fe7ecf6953f85e7c6c3bb190a5b489d1d79da7cf65982cdd55dd1d305301cae523486da72f2a9fa66c73f291c9df0de3a134afef0d561e0b67edb23e69de02ce382afc24490996e294d21e8f40a10ef90f63dc4d5ab53eff7d679ab355465102e6dfe1a27004c3f2610ecb6a4442a8652daa12d7192da0976d3d70474a2c8ab98c4fd34b0881541788c37b8df6c3c4b2ceb03567df3d096ee7b2c3ff557329f72ab7f4cc65fd359547b28348ec06c8ae3a0790f6bedcd9488e40ba48c298233e85ce1a58def61dfb2cb86c317cc8e3d38c866bedf76009b8fa8662c555a89ae11d1a16653c53615e6f8cf67c0fce03572ec62cfac4af56acb50dee46d33b855677a7737a7f5ac88dee5b0a160103cf4d8eeb5abbda7f45c39b96974e855667b82ba81549ce3c6fe397b1386ee5d08514239e6687fae602620a7387b04e3a796e965d5cd90a059cf8f3bbe9a4f9219fbe014ae83c77cb61a94cfc80bd18d9eb289384972a49e0fd92a4eae4dcb98ceb7e0f67c578dddb38c3a98e48e670657fdf61e45caa533985b0fc4b76621fb4210d119ae44c47186ece5a2fc496f650498b55779fcaf14a7af523f56a4d6f66f1a69b6a3a94216981feabf47ded458c1c25eadf0386fc889bf09d4706b0561fe5ad70320919c0e188912419b81d7b77a001c98ba342886484c258abd6d86740b11aae4a427e44813bb6d6c34531673cf35c6f296562392b2d8673273f061162a2dac28fa4fac1af1c1ba40d6bdcac862a5fb68bc44a250bf5bf2f9dc738a99be4ce1e0e8d88f76742cd31613d533fa9ec459271c309f7ee7b000ac31a337978e6dcbebf25ed410c91b73215fbbdee10629e2cd0a43c34c637dde4fe8d2671a2bbb2b63b440cb266ce436fc22b37ee74721eb66d0ee4a37d719537ac2002b58e49111411d35a007134fd9eae89e040227269381dcf3d55de0af3a068bf0548054958ff31c4ea803049f85cbea8bf83c079e8768d1caaa8f56bf2fd675ec22ffde139dffda62cb4ad2ff93e1d8e40ecd0c961ed537d119b150911549fa7aed1402a6ec20ee3728f91c36c751c9b2c5b8137dbd29316a86b8a1673795a0c31482fdb3d640010243f1273abc73d6ff1ae44a138a8ecd883e0ef9a38c4004ee8a58069a6d61269cbba2ec4f03592632cd1348d01e83473b9dc58b5a25a37ed3d1133010b0bbf7c87a95e8b201df909ed6f0ecf6e7432399548198a70024c3bfcb1bd5de189778c8ebb8a99d3647c4d127cd95ae75adb850239225a560498210118638895ad2cf4f9caa5df8c18bf5c6e4d2eecdf6e70fadd5f9d6a38a988538311efd083a4104a36f8b78757f02115d7ef332decdd866c0edb8dc2eed3319b623c7f4e79404bf5ea75d1b90581464ddf279fcd532e2ca809563a5e1c44b47fae051dddeafcd19fc43a09e3533129369e0f1adb8fd651d9d4bcfa86f761ef6a0a935d37d3460d374811fd78b277f73751bd5445c60c77971cbccb0300e2cdedb61183e2116ab1f699657970be528c1dba50459233228964f2203ee11d9c1c7aca6d924f2b5c2aa2c84b181f8c759f69446a049f70347111b5b2c6d50e574cff2b5011e981ee292cfb4454253e8d6e18d882ec0d147d4dc1b18ab149b9713bb4e6ae61a778f5e8547c797bff9bc731eb60baf4b91b177026ece845b5da4f22f2d5d7240bab9e845e3bd9f144ac5ea5363193747dfd54585c8f0d30956c568d47977aaae5e41811831e7599d132b10e7979d6ae9e04e65f209957f776f0a1a158f35d70a0d174f176a87a9b37fccace94cfc0777705f8cc0ee592450d83cbf03e7ea34873cab19b4c6a04f6e2e3b61aaefdcb0d35be5052b7d03d7de07619c6b9674fae9e15b3a2944bc9dcc4411e611eca96eaf5df64e7c391be6e8ad54dfa2aff0a8aa45432160be483f3ab663a2738c65ba56e21ce62d30e42519b88e671d0b1644532037054a540c836629c3bb74e9d6ff14a826eb6ad0deade9cf94ecc46be58fc82e336d7097bd05fa18f5bd458961b2b639fad69a230d52f2e59c3a46f0ca3bc0fc4da9407c03b7365c3c3590061d4a6928fddc829a655646156e88aa1e7fef165f774e0e70819971409e8939fc470d59240bfad23cc40cfffd5cae21f81dd5f443b21db58fb4f37838fbffe1fa6224a401f426fded645e4d3e1751e41b6af90fb2b2642f307ad199cfdb4e1c82da1c12541511daa27e7d7e5c625417ceb7d097685fa464d3db1f68371bc57a5e0f71cf1bc426bbbea7617f908f59e0f13e864d5f2a104ac0d9ba1c1bc0e74982a19d60a8ab61beab8ef1aeb0d45a431dc139378b42ef5aaf4fbbb0403802dc38e15ba0b4e7b1771521bdb37456a297d60215202b534655012775b9cef756c86a703eb2fb56c9bd929bac17d3d9bc6aeb6286a56cfca5021ed48f4bb93f93ce8d911332c3445fc49ca971071cd10c2746073be3870a8fac36e0a8a92fec5015334c3fc05d335369261b953508535ad8a4e26184e98291429ad48305bc707b642ca86967a6bbb58c83130f501d2a2a2d3f6da3de5ee93a09bb8c78a812286bb5fe52b2d9e5f8372d200383285e37afc7932c897a54d62e43c1fc1b90aa6c49ebb439a0b0e6cd52adfa53528e72523055af351a7ee66bdb9042685be04b3c79a6dcf9b5f7acebeaffa4e4299358dbc3cf33b728da0bc25f275ffbfc1fe9117e491fcd95951c906e6d5e862ec312dda3985132ca3cfcee10f533b3ed01c55b688f4044b2721779d07f70e710230dad9a05b8121a83f61cb68805d1d5627a764d49d0a6b968c15329d5e743ed48da215c9ee5d1e5346ac98eb3d01f0f9acbd746f5fe451ce3097375608ae4c9783e1bb1bcfbc2156df3cba4eb272c16ad2ac598e33957999b7fbf1cb450edc668a1f6b76c2e686865b54ffb32903b4a6b8d52bb304a89d6ccdb3a6cd56f11d38e179bd38934ed6911503406a8aeb974c4c6e871ac0ea086ae864fa96a07cdfb19ed588d42098a2de3630382e161edcb8b8972332ab8d3d91c730c68c8f4a0b599f79d219410d60968aa111b1b79767ef96ea6f745aa4fca7def1d9c01a6dc7a59813d294c00f065fdf5c0f541487def65ded85701a8c201e60122aacf9d95327d901f3b5acdc791119c28c490592b032ce3f5f61da65672c32e58db6216f6808637d5b96a0a09dd44aab1aed925a3f42e80dcfd947f4071991b1c41a3d58dd384f16d6f1cf8136647374fc87688009d9770"}, {0x94, 0x8, 0x300, 0x1, 0x4, "46bffc069724c23b88df3880a734c544fd429b2caa141398db0143663d997a0137856c5dd76be7a3b517bb027a67b107d674adc645a39e2cc443ef7d1720c0158e70246f311791433f8ad3b78968bcbaeb72f2d49f199005f4713ee8b5b3a073985cb23806ae1623556d49c8c162521fe7c2afee60e23e3b1efd9edd301e6d8a7233ca1e"}, {0xa4, 0x3ff, 0x100, 0x2, 0x94, "9b0c62b70f2e0736c341e851dcb2ec38f8757eba0ac5185382bf3efd8727687483be5c07a7c529d4cf317e858e7f3a5e13166998b61ed938a09ef9d5191e0c605466070b23754fc64a7d6e882c117456c28e98df59fcaf61aa857dc107cf395e9924ab450a999c2e47bd6c2e7a458e085c36bd60d430002bff28be59c0faa97f762712a104d3aa15e27605f538c8e4b7eb9c0e3e"}, {0xbc, 0x6, 0x300, 0x180000000000, 0x7, "c9ece2a191e98ec559daf11943b004fa6d280ba32f4ecbe23005f375ae41d4eb2253d8a7239a4b21403eddcb3a71e4eafd6e288d737283853528fc606495ec870c50d4ff23668aedf493c164c5a2ca7c2af8e2516efd88672bf9da5a7d540e3268b384054f4c28cfdd5f2695d5eb3ae7da10dfb5f5b9a5a78ded916d1bdb9ed6ee5deb695018a2a1def37c2c02feec6f799e4d219b21902517d86c97a7c1031fca9e9d93bacb5a678a4fb944"}, {0x88, 0x800080000, 0x400, 0x7, 0x0, "f3bc22a68598286462c508a13c2840f3a10aecc409dc5b8488e36e931a3e3b0a0844d36f07991f4d73a4a7ef9f9853ea877c922236dc9d718a708d7cada0878cac9ba1c699c355722516ff8e014750e63ffda65e1a2015999cc4780173354aba692ea2c8f18954c169859baa7385d22dbd8082bc373327"}, {0xb0, 0x2, 0x800, 0x0, 0x0, "f12a77c7159cc3fcba1719a2c1934f31e311d98586b759ec4f671368ff41c8f2ffb164c3390ef9a45b88231ee0521d401b48dc49755ed2438d49e5630bddfa15d6b553d06efa86999d4b4b4b8f53c19e7cd0ad4a70885fa344bda13ffc7f8ee785fd3263d0a089c06bea67db28bbee0296b171540e695ce152b1825b431f34a77f07fa297e33074d3632b9aacded0dac22beccaf6666fc102420907a44"}], 0x2450}, {&(0x7f000073e000)=[{0x108, 0x51, 0x100, 0xb655, 0x200, "04be33ab325f00234fe7795d0232122a5ca996d221ee96d05b0a279d7697a3ac2c21a3a82871d05a254d3273604ae2278763c29b08cbe97c279f7d1d9ab4a3c376bb841bea12be92e39ef32eb96fdae09c4bc5cc9db72deb47a3ebc266afdf5ba8033187ec2923fd548989802481f7f3966134e172cde67460a59824314d7d03abbe6a01935b1de6824d2d5f5c406c1abc58e791122211371ae8bcf507d66d9c6fb1d67c485560e1964f15ecb35785952b9fc864ab88c2df7a867102083d45713ab403f7984e282c865d8ef5446dc107a63b00ebac2138ec22d5c8542164389f82d14d6ecc00284ec1ca9cd5e09b5d46bbb20b6a5c"}, {0x38, 0x1, 0x904, 0x5f61, 0x2, "cee68537bbe2b5bb9f20db6b9b43d4f5ee35d0e141bf3683b39e719832689117a28f7036fefe2db1"}, {0x1010, 0xd96, 0x618, 0x3ff, 0x89, "8d75824c0e913e7bba660b7ba7350f1a3fc2cd2d7948eb3ba8a5ad86bac323472088ee9bffc7bed43a8eb09abb88ea88a3db53811ed32a6a52efcdffbfe3f191241700384a38c049d0c60c6b13166d202f034d88ff2f8580f2c1ed873f304425ae2c6639671c076ed902bf99fd2be09056ab3a27a3b4956ba764c5698f1a072038b3960475fbbc6139d1b6a76bb218fb0083d78bbc90d04eedbfb083eb12250e0d48d0d6993153fb792459fe85b8329951e2110d956addb1922affe018e4a035f635fa9f4c697b4d6452d95041c956ef8935c39a49599ea3900b27a7df9ecf4e6b59427f4ed8ff2f78b537320ab57b396cc7a3d0639f330349266aa9a124a3f7559bf7205dd0b4986e701735f41959c9828e98d23488ee40adcd9168243d073008d5932938a0e661d34c52d9a75d6b4bb8f1e213e9313b1e1f1cb638fd7d24f3548c587b219cf1c51ff5b344ba44ffdca4e3aae4d63e667ab9aaa6a8b7d9e30bd75def942beaf2eb2fd11d968a71b8304ed12abbc2f19d2cf0d1f556fa320d535e3c1f9acc3bd9c6b924677127fa1c9a7c569a1952a35b18a2a5ec72ff53442b1e12bbf2747986d7255b5c2034c18f6e646d2a6626ae1e0653feba849d4e1cdd2214c18c94076ce6efd79b39951bdc38841f6181fddb5fbfbb265a808c42b40311c222e56f12adc008c8abaa792c0c9b4e94a8034aeaaedfcad5fcf3e4151fd74d47fa3d0e8b70f118c363268fe8184140839352324e52b4c03c579c6daffb0e8522ae733dcfcbc3369b02624a66fc3eb4bb7405c26a09777875dbc310a55b98fc0d2fcf5275a0b987afd24dc7fb5f0c6fc41ec341596cf9e7502b98f151668c51262fb87515b921e1c4264ddec6f322cda58a68dd16269a91dd57d759aeb8d9b83c6d298281c5d7baa06bb0dee5bab12fb2be3e6df7a52bb687242655198b40b27d8ee55212ec2bdeae10ff896d73742f6b9aba21f9f9789912e29c5179e63d9acba791832d1df7091298b8b07edf73895c3b65412973144ab5402b539c3c15ec1b24d77db93c989171cdc633a53eb487e94ede753f609b80b84b96bc9f3b19e41f6a42359ee5270424d482ab17af71b95e5590a7eb3d031b17a37c0b2f1d0f763b23e0bcad9cb7079a8d9966c39f854448bcf8cddc735bcf5d43e10019b46798f63bc2ddc19a812db0a8e6788bdfc860a0de926e8578eae0f25873716af2b5a866e47b93f6f1db6afe8620b24a1be81ae9f96441635667ee722c4b8ae6f7fcf860cfc309c478fae6e3b7ff34c4fa71ca9b4f565bbda0e5f470d8692e02d90e3d872de0da5fbdc42169cbde6a54f52f235c616523b88da5d68557c8d96c784bd11e00c6a513e5294ab6a96d0d09a9350ec486698220590dc9ff6892eabdd13db0a8f608a01af02d38b22668257036b96b8734767ad8d2de3d7de3cc1977d05cc642dbc258fc1785f6dcd980584b0da0870e8690f153a53926bea871d0c8f4d1857bebe99814d12cdab6503997e868a22fd8bd20bb1b6d57dd621b19dc1ac6b047662e2b0a7b9d7b247a08bd0d0db502fc40fa86ad8ba0655629a48dfb97632c105adeec1edf7790ad4419e85b8aab33393cb916c9e6abb218c19bf3d0ae59a10ac95d37340c278c02f0d577b18725abb86c65922e123bf170c2a6c7a5905df67ff96aa2cbfb772894c7bea0648d0f48d35c4a6e394759a5144d02bc30d0e046565315d67bddd96e6afcd2358ecc8e45f15c87deddccae7606a28e021bc6e262727bee09eb48f814ae34b04678a56f01ef6ee664004546a6b45cd87b81b0b0e936fa6c86886604b08d4e7d6c398debffc861fdfdbc5274b098d9782af93f88a76b2ea009be0e4bae4bbe7759f0af3b7d2dc0e12c130b281ce11be2a4d5d4fd55bd53b03adaf7b3ffc9ab284ebe1acf4e9a9545a46b6a161e347011c45c49269a2266832f2493b3a5892aab4fa4aa091d8a65ea85d85be292a751c02417799a226f5c1c75c4669eb24da55b01b66f339deac6c12a14a768f6ea46d1d59065eebda2f42f4353c89368a118a81f528459bd975d8cd92844e5571aed3b2f0a5743b8afb7d7de652b22c3a39a6db4074cb9fb3050b7563ad244c7e197475d1b85c986a6c01f90a255c69559bea1c2c71537acfdc2d24ac78b2ded85879ede4951b4ad881c4ec1c4bd096810803b43d076e0d3459860903f160cda36e41756d9b2d8bd1ec827a210a17bbf6741468633a375976cf298222a181c14aeb3516217c2edeb2624c98146043961ce088307140c8d69dcf1c92a13acd6f17cac7742c68f77969075589da083f00dfa0df06a1069e9aea9a8f77483caccd964329c7c17997c8e99754f839aaa88bd49f88a570c801bc9fb2c7dd79032be7b1468bf371c7d207b0318f2cba5b2228c71f303dfe24668eafe9c7addcff42dea9245a6a4b7b5b06918754aaab99fd4929b33d596bab68a7cf468cda1c510de3a853f8d3d6260edc3c48d87eb62625e47b8b60ef8e4403181f30c524da2dd47375700854753240cb7a668649d463eb3c2b44327026c589a8709d38b88081d631eb5123d6c14b1bd36265a6edc6e198476d70819a52367f8ca19a5a7056fbf178261f544624d1506e7125bfb836b222cca495efac90786c3dc5a0d89c9c68dabeebea78404b8c4f5c46449785291175d6340fa19b1cfb28f3ff78d7215ef153388e77337eaa9981155dc49b1b682ce781797db8b8d2b5317aa4f7aa2628fc3c66ad82c9c602c0ad5d81cab6657cf443187263db77d51ebcbba1148bc5e35bbd056fc83b75f2909e08a5181cb9f708299b7153d954b4fc0d33bcf03fb22069c327ce45b58ed1054d9fad911dd920763c32be0e04144ad95fdd78985b79b92ca58498d8a8c9f5ed3fdd3752350a6163646e850001fd8ccace2a41533428ce22c95ceafef72315aaf11493ee0b1f1b42ae106b923c644b8ceaced86deb0a9aeb3e0660e1e66342becee9e8b3836495b3554714003b80c7885c203a9e4a6c20f9810b251e73c441bbb334cf9a9cf4d87d0f5bb6ef9eb557b98983b5cc4dab8689ef293475750f264a86fad081f3083b66bd49bca2efa6a8e1e2f7e47756cdbce9ee326cbe83da250183e3ecf18fbe866c82495735b33b16dba74b2cae6d67904a536ae349e7f7d0cc9825c3069e65ce126c9cb63ededc7c912b8893249f54f693c5bfee9b2b9ade4cb4f6cb11e8696cc8f597c746eb3656d2c1ed42656e96ec4c6dfd8939f185ec2cd1001ef7c515c4db456ca3c90696fe5c6befc70f0001f9a4321d82ef6a5d68e7d16fa195fddfb2cb6bf310185862de8e52c06b10c81760192656646476128a5a591717a0ec9130b0cfa991c1c174b755d6ee2abde86d927a26dac72c64a0b31843c696c0d82ec00c35bc5f579eaa99db5423c1f8531d76beaefabcdab65000639cfbf95cba048d1ed15c99c60fd745a5c728953af259f42ceed35900f904780940642da42f8d7fefb692c85c6b2452913f5984b58e2c27612b6e23df860eb75627ed8fb43386891610876a84e504e309b0979e9a37fd67215afb03f9ad89760db6895d3e4ff781ee254f3da753fe500fc769ee65381155993f932a811cedf6f43043a808caeb8b2f54e06154b1c6a4a8e88214aacda87181e0b534df4f09379c651107d3c8f70a134fb3616c441f49761b8e5fd1582e4975e33a38c59729781c1df05178f9e89dac5be4547888c0ebea37d1bf732aa5cdd64568723a9bb761f7331e305fb849c106d8bbdad929e16b81329519cae9a651996910bb568ab4458aeff801cd076e6024cf1a8ce94f01dceb226559d45744efbb25323e80295296148fafdc189f980d597402e38481b08cc4298af27810508700fadbb14c20ace005c5fef411aa669936bcd24dc284ddc840e9dda9dd5fba10683f44fcef940b4f7a04911991927354146b07ade390566b5905aaf0a3fc0ce1601091fdc17188ffe3f3a45b7e13ce7dd7e286c8edbc23b9ae3f5cf215606b25ee8a382a594c82933cceab98b3108bcade1e96e403abcbaa5314f835a738bf8adfd33e5e8d07226c0e6cd6a0483ab4e73f1daa81140bfdfc39f96055c01fd6250b99d51e560e64edccfa46d97488ef710342e93188d18a13cdd6fa1d3051a1fe03146b9b352682c93ce0e42b17aa9c61bd8c793903c95932985b4b08d9e47787968b337f030bc96c35f24a1646759805bf54b7040004e0b87cf2aa6db486320224243b2f483544c8d09ac04bdaa6d05cccbd5a334fe6ba78443987e7573f2115482179bd04229531553cd33a63e1ecc8e1b4d90b0cc6d9a1069299cc1beb969042f7c41896f8185fbbcd235f20217bfc9802e8ee58f5d41a3f4d7859e9aa4b2fa93616664efc7389e18bcf1135abf9813665f4cd0f5e3f9c53c46d35c0a077ad15c92280919d11c960ec6236859eba9da01f10d5a28b572223785b3be859904e26c2482b9e01f2e23c8da16920abab0589ec0b29d02ca30dc65f1ef1972cfa7161c887b87092091678eeeedde6376bc54db685d7ef547ff8d4cb40c58335e41254f7b54ed03d31755088acc402b28223d37adfac07c3f7b39407b1bd40ec336e4b27d6e19fc766d7eb8b330a15fe4738dadfff04492990c60b65a48b2580f869c5dd78a0bdf42c45583c3b54fec59f45d452be52fc15ff7063ca96b791a8d197fe23e359346f6cee30b66eb26bb3f8e01445eb48aa4774ec8936bfab6f70b88ce763b4250ef5d5d9d02e419a04404371ec7b83d8fb1cb4b473cf359c60ffbc51c08b62e4511aadb990e4edfed834049c182d670610e7f87adf0bdd062282702abe321cd2572b7b4b15c7c3d95fa6d76830ad9b25e7c1cba121898fc6d99bd1899fc206547652bfdfcc61e7c20222e7d88ff8ac9b643c3c6c2b7124860695b23ba87c0502df01b08e65ab6b98f0382d133fff78d94ace396b6eb0ee6cd3d8e78dbda89935ba6ca1b4adeae13646306d46b134596fb319db34bed5a8736bc7fc4a4d467b343adbf2ddb6ff90cc25c1e2a5f63f167c6a1736b49093351549765d25c107d1b15eb5723572ade0dd2d29ae80fca527f35e1517d9e0eb1423389db61d144f75238def10557749729a424fdd754a3196f41bb96e1a036815a8c935658ba3562897fb805e09f156f9997e5db8ae0699866fab2acbb44c2ab109ea6ed44793dc360dfe3947a437f26b0d37ae7f182d972065d82b45aa989e21bd739ad670ae4713ea226b5bbd3ce09ab562d31d17ff848f15a2b5ff13a439a7b87289d00da1a2793e2876059d489db7aa24c133625ab941b78e3633e3f6b0e743e2908643e5882b06eb4db065f9102a0f187eee6169c8d269525d7a7813bcdc785340a1cf0f38ecd9f1cc3054139db38eaac78d3a00c31e6a88bad4c798f7b513f209e437adab7de6a99b8c874d4d6737c7cb9a20a0a0b3d9855669064d346b21b96097f9b8d396b7bab4fcf36523e53a218fc690fd1353be5d1ea52bcb2bc4a81b3ab9a352b2e254f8380ec6464ecd146e687b39de61b914bdfb00b1c4880e8b424fe5b6c1f9f2cadf1818fc6abaed1cbdd35ee89d7f24e0557315c0eaf7adca8df02b668be1cc2f6badf515d8da3835fdb71cb2fc22200f06d71fcf7c627d0ba52f24ed935278d020506f8ff882387fec8725e82b08b89a2620f0d4a92593ea2ca4fbe1a4679b98d3098159bbca9a36fac9f8b6f180ae02d8a6eed1ef78d703aaea087e23701d48cc122d46da0b8eee9b4b1931b7abd451163e285bd53813ba246d0325a615d5fd6c49393a72f490b"}, {0x1010, 0xf0, 0x308, 0xffffffffffffff2b, 0x3ff, "70b16f12e6aa15226a7492e124359c185f9abd90d9740f21dda13d768479e9a4fec6c1b5be7fa7a0de0afd2792f4c6c3efc9f698b54069abb9e4c41b02317da2030835fa5653bb4e0d0e25be9ed50efe6e209d78ede15ba63f0732802a2a2cf65d88d1a6d81e00a6b6565a822e5d7e8d9c8088dfe72f16b6342c01914ca2b8f54d11116760bfb596dcd3b7729c2240aec04abbaa99c12eeb0dec9c46106a6c36dd538d71422db88abbd2978c4dd63b418b419e7dd880dd1c13a96fe057ad06e24541bc28a2e49d6b7f1f802a285c00ebb25d17081b3f1786b48bae430e9fcc71bdb60f98cd2488b57cf5ddef7cd6433903d3ffb5a488345c26312ac522d6ff66548f01b723ac2ba0f10b310ab9338bbb0af2ec3cd96cdf1f3e5a6820aec4515f1ea0d398c9c42188f57dad6f5c2d0496f077563c07fe9f46e358e4b505fd8e7f8c649dcc0c32bc234ec3efcf589a86e43367db7bad72e9c4cea89c5f291a815dcda472dccc8ff958104ed868bc0ffc1749193a8ef15ad1ab40ec8188a77ee0fe7901e474b12e169e69d2121d23978169006a5a924f14e3b4f148f3579e4913c23e86f6697c649f64da96c38e9416c29e93eb02074deb0cbb402390b34e44911b93e8ce4101385c4fe8436c92e0471a78de3d08e4f85c368fba5955a7b82a6106e3b1e63a9019078ae5373c39cdb101dc7f084869d670eed873963c57a90906db4f9e90a8591334d3e8954a35a64f606e5472868e275d5acc27d44233df45f4ae8f7892a42bc32090b35ad52565bf2733e5dcf355d46b0af1bb4fde0bce33f2972a97a79f475cc0921827c94c01914bbfef41e6586fbe3db1b9cc568d363dfdf796a27ac126c29454386089c094c633e0f78b354c51dbb1d6f94dc55ce1a6b3fadd0acff90d98fab0b63e13147c6e41d0c86f9a9ab51adacf832eed144ea13a85713665b0e50a63f0c21707922cac4881e2dcffe44ad80bde6b0d17edb9c10d1f276592db264e91c3119aa5be10cdd22e9c1cc8b67118ee907be9d5b934993c6889efa468a3adf2126371cbf2c9f8d921519e5c7ffcbf051476817e4da43ae8de2f0d798b968ffaa9aa0a228a2de54b911ced1c68293730487d5776a1e2ac31a6af109a2972c5c9daeca7fe6a8fdf31a70ca780ade44349d51c619de4c53231e5eaf474c1795c2187e7993f5be1116df56b2a4d4c277cb9e7c342eceb2201f89f4ef0f80a049b5e2fbcebd710c1c2f807e982df542e06e2d2aea1813884e6265180cb23ff107264a654a7bd228ae53ca3723347d6f7acdede089af419120bedce34663ba7cd713e299272fe46aed4866dec4cb21222cfcf32995e7631acad0a162655b8cb7344301b2d4475d4fdb5d8563861f38335f7fad2af93234d3cf1cb4b2f819079e487b658638e06f850b6023dd3e482f47d8662e45b56c96a3cdcba17a84708d9e49b23dfab3a0f126366d87bca3214c777a34a3bcd3abe71cfbe01df7aea2f1ea08587188beaea56e8fc250fe3b7f49385a9548334424eb695f0e61459f2e110c6ebce2e0c589a6b95c60fb1ed325d4b326734941e24f0e865e8ecbc94fcd2a7605b4fa17d0d77923a836f4c12d57f1f675f688503ff1eb756b571887f7c270b174e96952c84c7e6f8ac190c2d7421f76a1b641ff633b28c557c7d673b1ad38f33b83ff705d2e7f5aa5ecadd0f1bbfab650a23f7f5e9ff3483accc1c10670ed8d5b7230792231f0bf8df8d01a15ba109a7251b2969f2a0577ab0b0b661085b001c30a8b011c2a8a0bc7ec294bbca1b4694be57398650a2559a8b3b7473389467ffe17725fb62e9f517855d9df3a82b53b1ef7a8fecc328c9d47085ffe05c0e3a1509665cd673f9cf3ea1ec9dfb42a1a1368e16020260a31ef02565afff8720984178bbb8f5ff3418af6e1238b3b571ddcfcc0044b08aa63fa57ea53ebe67bef4db2c11df9f41af1dceb07909aab064fcde90a4cdf9f3af5a3f6c291e5dadfef2e4313a542d016aad97875d7d2fff290b4f6024b3f6ca688c1929910301a2359b548ba34cb8358e949dc271e9918967fa0beca00239f2be0af7a2fd19cd0725c447c439e0e2cdfac1f77cb3b59ef0bb3cdfb789d1a9135ba3f11e310ecdc55ab27c0bcb70d126142a3cb75423eaa9de53adfa0eb14b05dbbaaba94cf6fbf771e8b7d2e7eaac8497512a21f928c0254bb736ce131184729495a3219b84f2ab739f98e10ba7d36197257eacc6be61d4df443210db15eff9c136c10aed1c1e8cbc8529ece67a900959f4d4f2623893817b9d1ea35d160fbe6a71f46986ba80bc8f5579f3abac7fbf9d09a57df97071d22e35972568df195db37edccf90f4f4dace058265a82fb8e34a9756647c0cd65140849b39b46e967cb8ff9d7d9cb66f1110f0f71d8f300c9135fe5328da7f365fee67038920c170a81ef37c8a7e06e56430c7565b8e1d10b184f98d66ef10ef4c278d24af4a3ddf0084507668053332c6fbd28b754cb65670fa53500a2b5f82eebdc5cde12ac1a383b269a7ba1f8f3dbd38120cecf2148432fb861876865b12baa3d7f3dbcaddd3acb91afdf63d098fcffe206e5ad6a534a37d8c7431233de094b51bc4b30b749a74b812d62e6328c6bdd4fb74dac0ecd897997db4839fa8e639d2514480266dca335ef4801066d57127e97a7f96c85879f8b481f652077962ab0f4045f382976fa888717a2b7ddacc7f0d443efd813e52132df11fc86c8b37957b05949968ab905c023abdbb137c93f6e981fd56f2aa6ecb94676eb0b5506be1efdfbcf7623fbbb2d1db7cf96799e6f554c9941468bf0220c5eca4f69428b64a600f57fa288711c00bc465b7854cbded3e0bbe5e04783f49ae1bd7d3e535335bd14b33af294381befd137de10e2d01b8891151702de3f73218502c18a3b019a4b744ffacef2b06423df229168f5462387feb9c2dbbadaacd6db097b0acdcfa4a0cddd8f82c7fb98f476eaba63ff0023b4632269023dc9bae9ff5ca2a524dd1a51082f6838c0bf2b451452600799aa058228a242b6ad2f161848815793827fbbcdf204892a74cca0d8d58a292d6f925d64ba722509b56f907ce071e40eadfaeacc340541a1371381349eefc0ce58a18f31aa5f17a13f9b4e950d62d20f4a6fe0f9408245a6d0168d83d88d1f56a350cfa3768d368a4e1ff59bc77587669d96c152bebeffcf3821db69ea1bb34ea8802854fe2750029e06b5b586228e2c35c9efd72da4573cd9bf4f7494b98748a5546434cc868c3e035d5b7bc513c5760458cf0208d9b72329e8b162594dbaa1f89154a6c0d9f8dca00dd8b3ccb5918267ea08ac5a39be76a9bad2e1ee3199de4dea2f51d985325af82f0b3e39778d605c2dfbf0014135152c7604e1846b0e9ba900a0ab71c6fe897103eed3a6abbad5c8c5544301665ee093e7eab7c827f5282c8f7f9dd4e7a1e38dbef479a0289c6cfb68edbf1105b2dc536cbb21aa4368169b09c83a8381b1507eb08d290fe719bb5ccc4ea445e2517e7dd2c13ded1e794f565cee78a139fecb3e7f91d5a33dbd86ecde11b3b7c5c5500148a88cb36a2d650355879596ae9703b46964aa7bd6a28c0211d7e8ae37bddabba3c6d96151e3c5e5752877e6f31371d3c66885fb8fc4ec4f636362308c0ca039ce8a692394aa4f1473ae0bab5a1033235be5102ca8b6fd3d6d37659c307c814dbc0e850a282de64e36cdf9584029f5faae55b49f5b7ffd2173a734150487c683141eec760788703077b69d15285403449f9789e455f549ad334c24eb6c95f149e527cdf63804b02bfc4d42fcc44219bb30ceb5b14332b2f7c1304d6b646a79ef26b36b545a8c9b6d1f2d40d18a17f0a60e56ba8e4ce88cf3a55ac069ebba721f99f5a17b7feeb365524e675688a90ead93fb19bf34a20bcf122ad08d2a646397ef58675fdc6b2d294a42dc35dcdf8acf91c588fe9778cb5ffe11cbaad84fce27459df38a4c94fb2d81538237c5e8fd760a48d44c33512e35c66e690a3ca9e388615a41131ad6684d0f16d9ef67164ac02f6a41debafb37d5d5c66cca9b295864feb5cf2befe75f8d65b2359cfc431a88037194a7884453a02e1dfbadbf8cf3a53a12fa7e2694254195a863ca91429b23ee8fe3f04b8d9cc90f79bf66cc4b7dfc05f1f0d7af07eddaf1da1d0ed439360f12a8f47387ba7caa3498a77cab3afbd49e22acf74b11709d172319d29dbf6298fa54ece2e1cad8b9591f2e92169f3466aaefdb258cd8918da440dc9758753b75fe6dac5d3655b778b9955fddb5794cf6884bc331a46cde9b4ea00fc83f1df2228c68f89fec395696070953e1e8a922e78ac36fcc66be03d51838955d5c28be8ea46eaddaa3f7e1b76c359974994466c0373825e2b582b77b144f0fa2f8f7d8632a46fd7ec0a1c3466ec2ceafb4c7179368bc1dbc0c100e9d6d7b5d0b51aeedb1c9a93195de7bf971654e606d5ac70ebe5edcd2e68b5e29d8d8a5f4feb13150ca1db01e8a3312e388b4f7d8ffc7317c69ae47a3789a9a9210771b1519770f6ed9d1162e998eac354b1267765d8b5586f21da7a31c917e08a3683df0e796a1259a3a52c208773832e4345b381e5a644276a7d6daf46b620b406fe62456e629e3c40e34d4211ac675d4d9c92c392d59cf20adcc63e451f671a3b60c92141fdf348db54e0d066467549fcb8c1b6422a8fd18e5f7bd531c77a675b357eaedf9d95f313e3541acb4e3b1b92fe8928107ce38488455ea1dc9576d4405d38c222da7e20acb40f75a94b141c9a5f4cc3a176c8fc7bb8196d9d9edcb1d893af89b7f3f96b958e1bab524c77ffcbf3916354b2fc6235fcd337e3ad9997ac4f7863656484d08f733191647b983f04741b02198a4c9c2145ed33960ab5fe29f9ee730061201abc3f0266e63d27067d6d3d5b032df646d8f90421e80ee39ab0d47f46290a5ed8a63a25f3b50f52e26b153dba0649a566fbd24d0f8ac9c89d89ca815d950f58820f68bc71672082b1aca2f4cf0a26415e9c60f0c832908a177bee6d800726358d1d9923ffbaece90a63c5d794d5f0ba3d2a052355817d5047bc2d55eb9139541e77dd2daaf1df530ff84e1e9f18d2e4ffa21196ade855661560a0c7ffb06434436b620a3107370c016d955b131ab6a9e7a469e72abc7634c8079a5bcfb58099f1c20b42183033073d216ed2ce144a217117cc8be117338ac88355486626e09ae7a820da7d7761c9105b06e6c1f8abd1874412d25cea8ff34a83f56e4b9297107e40911dd93db23f1cea55e4e9c072da56a57d1ac228e626fddd333ef276f10912e06b136108a7a5f9ee97db54f399f543c674688ea898addf6ccb6428ce1c554742fdbbf140b80154ec06597ed1acd5f3668aa0461a10418a225ef38c3f0113de6fff4989b2f6e53b3df25345356096566897cbed169a771f8e42d451ffe84a5de25626aac905ab948d70af3b91d560be9ce48c746012945a0e5b938d01b60f25e2f054a7594fb2b4b2f2645ad54c573f2031a050516f51486237b79c110dfe843b85394e7031c03181c8509efa445228513ee074e0ab9a63729f1cb16ba93d35556ce75730524e1dc60c7d59e30a65222c06c2b612ed36096e94c9099b76cc7d3c53887ba8ffac8daacfb90fc15b938c375afebb78196417af9adf9bdcb9dd6fe4c1296c0f9fe6f1f16e9792a572533f0fb3a3f70ea23f524866fb41b8776a85b7f706cd0941d7b15388ce7eb21ab8778c2f3051fcf6b62a4dda7a5adff1c7913368f186834117bff85fbaf7ba3547ecd87320329795909610"}, {0xdc, 0x4, 0x2, 0x8, 0x6, "fcda9aa44e45303065b07491a2355e0ecd454aea5870275855f395e3c341fc032a9eb34315ac85d3b88738e3672da21f736c810ada74d943305a3c3a7ab40e39cb8c8dcb4a298a5fdabbcbc0797c5fd7b4e2d74e63c9057ee8d25433bb93b1913e348450a9e046eb19cfac9767aebd8e0c2dbe184ed0853638c9ee1fefa49fc9a8e3c0445e70e7247e44f1ddc8b427069f6e905b4d559779722fee805785868168f4e6fe2af53c70a2409f996769463ad5bd733f59fc5fe9311a59d7b39a592f28f3ed89ffae978954f15c"}, {0xcc, 0xdb, 0x201, 0x7, 0x2e, "476c0f4d2b196daa3ff4f2365230e9c3482857ecd529d93d8f7f2eeb112c1645d7ffb1f91b3318aa48e9af9af3cbf7f0eb9042eb21a66875e58f3bb78d9ff21fdebefac79f7004d66de5a0f090699fc72184abcf5c6b7d1e1ea420f664a8cc1761420ba43147f5b45a08f7e28bca75d8292d80b109a4c0775506ed0e1246b7380dffad91f349e5e88dc9ee441e40eb93768cd09a93721f5e4b1aa121e9e17a15576e0226868938406751db5665b9f1bfc99af62072ee76b10e"}, {0xe4, 0x401, 0x4, 0x9, 0x20, "9e2433806123c7d292eeb62e76c493b9c7d8628603219f43088fe1212f2339c369b9073b021f05fcf00989362a60d294bda94fd053066581876853c23c5fcda0f4a9292c2d38ba3ab8539b316389c9f7a33d0257dcfbe3e4cc1990d8e6292cc9a481cb8ef7b8c62574f05b9c717e18a6e5af6778bf723d1d9c1fa0336ab6116c90b9b11127ec4e22b11b9666455ae74a9fe7b3faf8cc01f4010eb42f615973b43c0654f2d096242eb0719890d3f4bd266fc31d5a5de5617e3563acb315bb535c310fa835580285882ca82a8acd18e3d283003ffb"}], 0x23ec}, {&(0x7f0000e2b000)=[{0xc4, 0x9, 0x300, 0x3, 0x27, "f5768ba7e3f3843ce854f9d1dc3dafef2e6d20315a7de816ac881d7c4a4186951c945a64d7b72447047a6c7af27369fa9c74bd82f252d116a9e8bd3beb8e62f73380ead706f908c82aee5f8064f6dab8bdb13ccace63f00affe649c6365402deeed943a453b39f1f9e659cd0795ad320bde16b39473c37fd3962400d153dbc7fb4e9070e1c1953a33063184ba92321004a025e44df2e697ea96f22c9e04158aec120652ef1de25d725c15f5205bcccf11089"}, {0x1010, 0x7, 0x200, 0x8, 0xfff, "8af9130506ecebca3dd8f85b472ac7bfb4165a5460467f8ccaf31bf3e86ba25a457c0fcea3fdf7738a5e9a8eca7a5e828299a585eacbbbf49fea752bace49dbd5a824e9795d5e37b76781ebbec59167158cbae6a680503759db505f61b7c337712b5f616591a10c62f2a135f0bd979a4c34a9ad3d41500ed11d2b5143e95a7646c672984ac0f43c523ceca480ed74f90f8b8d262200fd16fdaa8e8023a2ae164814673a8935e371810dee6a8137c7778f2d7d39fff8864a30b48894f33a6fef20f159a833c83e0511ecc9da0e30c41d286d25bde33831d48992dab36756331d99cd7b84efc76884b67a9ab70fd7f32cfe6874f0453fa1a8dbd0f6822741366902d0e113fec06cbb2c2f4c269740b473c2a0bc4a2fdbeb3103e2d3494cdc5426da4647ed314d3839c28ea944f5e9f7d0eeaff2d21f68f4b1a24a5f501d42462a8216a4ca07eb7cdaff5ae9fa48c055751f961d740672cfa112be810ae8ee0163ce11ce908c74e6781ab0061b80cd7d08fa8225e2b6e5ca098f3d8549d2c23bc4b28c38a96335d37cc44985ea34d52241250c1f15a36e0900789d6c341d3b5ba431535a1275bf1eb0f1fcad756226b845e4d98f2fcc60fa8789fa6fa7a0277532e9d3adb4d0c7a7ad70d06e5fe0db69851c325bf8240786e6eb415ff1e8aba133adb4efd4a3eb4e7142252ea5d723f3194caa7d69e97c2addd4d469885b4a1d3e66e0525b4a124737460ddcd4a8dad5aa2c72a487380fa1c086e42a9ab718327618fce3b27bb4868d7323f7836f312a571d7220dedf5ddb3c4f5d7abb4b48c915b34c225ee81499407e716b57e9d6caf33b7097a57874cada8e1863c82bffe8ce14b0d67dd2d52f638e9244458d9559fcb533c71494e46da3175c7f44a23ae31160cb8f1012866cf2af78d661f188ba63fe4cd497561ef51d7b7b9c30a87eb0f7e959e588730195b077fa891b09aea27130fc39f0a2c5e6688c424c0f3d256e3971343ae4b17d6d6d8a3b20505547c1c1679370eb0630c688ca9c21a2393b41a04b8eca96b92843d923d7e5d0ef6da4b0cf3adb11d5a0f24c1bd0b54258754a4b2da3d506afdcedbbdbb33eeab012b1ac6be42a5253c05c77fbdea2d00f08c9f69b862ad85f7604b3ad40ce28cb8b255ae34ebad6eaad8910204de75ed9a25ec424890710a647e281a6ea148a934e75c77e283c678e89bd652175038299104fddc42c848675d52ff6f9da3f0b18d063ab7ec0fb0649ce06335651db9121e1bc34430d10f851cd1e3031b091652e9a0bd1b1539dae7917481f4d0ec8e3b437a33c7a9306dc72c2e9e4785565e5010df3d09e06cdfbfb42a2b86f090572090b1270830f8cc675893e0128926ddcccaa2e58bb9726f1da8b86ec9b0f850322911c744da03ce410d9ad8ac2508656876b7c76bc5aa47e04b228bc76901bf31c4b11e614295d40c0f461f438b946177900cb2f14bcd3a167aa6477a64b6aef1235559b7009990b1a0b7ddd485a2e83ab688dd628e77e5eefd65cfff4fd42b6d47cced30fc3135eb2291edb354ee3ce82dcbbab6e91f2f09cd115b75610626fc4b07cdcb7d0837679d5c0f3730e49ac5d7eba7c5078b3bc861795a6eb1464f6134b568ca8528376bac04b79674de54ac24c38d9b673dbf0562d096d8dac7bdcbdf7afcf2dd3a285b31267b680a866a2ca7f2aeebd02487f514d9d780cec2d81d4e9cc08816474a0c12aa6215ab35e830762f7c7a45a1421bae33c555d97e70007bfbb8f144aa73978378e26656171769bdcf50ab12237830305f728f66e912ec5486365c0a1d3277faa72a0b6ffbb15a1bebc52d24e19f016b76cfe4684c8834cd73a3c635f91951ec507eea2d6abc036d3f6bd3ef0e4af3bd08448696a0c67cefd18d964f38e277723bf80d7eade2214792d9e0dead4e90fb4653abbfa813c33cd27e94f4398a2cd7a8cf16a94fb2272865cd8b0d222e746c64dbcd215de58a5276555f27b5103229adb32f7b94d2081389639cb53297e1443e06bb75eacceed21005d62bd84824838beb04792271f1b23bf2df75a4b311f6077893b942affc30a4cff1b3188be44813497424be7366248953ad98c6abe6ec76dfc8326447064c3a74ac4c54265fec9137e15eefd05aa13917ce2b1e92050b056cb252e5525be3f197fadc80eba55ecfa6f7e6c43922cc928f16c9eadde6a1252e1b9bc71b410b42f4f526f149f8954c88580a451952d6b3ff5d38a417c1095b192fe27e9ce514348346d6bd4f578e96b56a8ffc093c34b63d534197182e9afe02610e3edea6d366f31b76b3ba5ed61a8adf3f201fa4d0eec4c9622e5004d21f2334cc5840d57c821dce259ed4cf2c4939606f0a989c132fd9e4d60ca30e98f8ad0303a6011ad500ba60ceeb1dba7331f25aaab1d2faba8cc7eff55ae11536de014c0b9f1fbcf980076fe7ad0b506d063fa977530886e8d769d67cefe1ed5ea381fbbb741fa71b8c53d8d6cf3258eba40c54a787116bc9d9d5dbea0c59892f836a12a81cbbafd59e2bf5085479c32b876e7638bd12fa4d92dc671e6375ff7e364f74b9bee187bf8c1ba55e13f6ef90043ad95083f7917187bd3996680cf72c5ba161d67b46944d8fa44308ac3c9b39ecc17047fae75ab565e0966a4fed80b600261b53a1e95ec26b134871730e12d5c409725cc098fa92989318fd15b426d4a5fef32cc754ec1874b5fac37b803c54510a519e885bad14e8550cdc6f9191d871d0d0013687876ea0c6291cb983164991052cb0e6c849acaee1980e1d7b1901c7ddb103be750ecc3821bb287f87b9be06f5aa9bbdc74722c70b1491162278b548d361075dde5afd3d37918b8c220a9b11d2fc8f8e7c32317f29090b6db17696f15f813e7376e37ccfaf01b33230dc141a87e335190d6debc77da099bc656fcba41a27b9e8b9439f1d839080aa48bd12c7ab74322d240510133ab36c09fae36570cd6d3d978944cbe6340a8ebdc8f989633c0051a7d5e8cd655ed0619ab148a0a69f14559955cb4b4c60bc1655f44c4f5df80ce08cc4b5f05282dc324e5ab03803dfa4397802a43d878dba0a460d4a725cfe0939451a2b9f18d1ed9eda3c8a986d81edcf3a6e70e1982f2bca2cc720288ddb5fcc0a73bb3dabf307c035e81d144cf2146a8f8c9bb0a0c9574cc87b52348ca71cd1236345fd910283e9788459d8e23ac103db9243c93f9531b265e54ec2eea9436b9ff9f18ad6210e9d2f9aba024814d6a391a85133ebe0f7f4292825a8884c0a33106e306f43bea55b954767bb1566938354d606edf236654ea50cd2760b4d927ac16fa11b09f3ff7f6197a66094c366e852d4409264ec10839e61e58872c474f54e03531da1c11e16e747f77cf375e51c0c56aa87f95a6624db5eddcf0e1dd8d16894a35d28b47f1f8b5472839fd2b2cbc11484420bf7e0f0293deab572dd2f273109732bfac02423163e3aa513bdd48480da68bb445bd999db7576765adec8e7b79524d6c22e997bb8ac7e204fa92e01b668352750f3657ace48bee21dbe4fd403891e3444b9c66c00ef4ff7327fd3e426107bb9b28bc6fe69b5d8abe333d84a5f88a72c1e4b71a044f7bdbf93bfaa79f226689250ff3ec82145e34b0875c5bc6cdb55ff1484ee14704229ed85394fc8a81f3a6990fee725e24e066db0c001504b9cf8cef907c87c701ec21b496c55f0591c6dde529a7f8ca16b33b8339152f4648405c0bb6df77e3515f7d7e8f303e86b317f23cda2755047c45b1104d7aaff29794172049af322894b2982ea35d6c18aab33c0e1b835296849673a2e1304dff0c724977cbf64e9eb0da25b82e01ac7b175d55a5f044fe2eb10c79de1130f7c5969a8cd1915bd744b23151c166e33623c82e171377e44ee6f04fbdb195b89bac66b5987a92d26b3d47e80c2c2c1f8c8d6a7c7a5c1fec30d7a4a61abf53cb918ff52b0938ba02aa03bf44e462cd00312b9cf6a405b4a159e6864204b9bf38cb5ecae64138657bf73b03f59303e1de05448088bf6c96cd0b790c276b694a20b722ced1dcc6c13e860a93c27e8a772c3dde38e6537632aba2e61bfe0b0c48cd8f4e94aa643006138ae265c6e7bcd0934e49cb6b8f1a0b36120a75bbd8024f22614569ca1c3e272fe0a98ae807178975bffd5306734a96ae8992f5cc134d07db098312cc73db3e03896c10eaafcfd94fb57b3305a89838d43034bd0951420f7d568ca0593771b7e1b3729e28cbb13c72f1bd204f0a127803998d228f32439ee3f9cf6dfe00925b69ed043e2879aadcb274bcf4aae647f8a1d4ff0bf33f39ff1e92ad14ad3c166e621da4bb5f07569cac039f2670df4ef65390515b26aa824f4b7baa7dda62d6ff4c5cd4ae6856ff4c9f5421e22d5b507ebd28ebb6e2177ef8ef1e3de673ccfaf90d9d1a6dfb9a93567873282a8a7d0573212521682e70a1b7fbd22658bbb8483d5cbfe261f7f74706f06cb1b51ddf7433e295af30aa877f192c5a0bff2b6cc758fc8d262d14842ba74bbcf33910631c2c997e1589e1b313179e8a69bcdfe603b71e659b7f1770ba1256d09b49e0b19d8336dda02f4c7dd8d508960dcb9f116f67a0c791843a87d0823df419a4928601990cf62fb84f49192bec659951476f53b1ba3c3e3fcabde5a10afca482a9fc1c25ae00619aa1db6aeb2ab1712f4e22a24e474095d931bb6d4b9b99a9fa7a433c6b6c80cea1352d28878461aa39a35270aadd985292bcf81165857f33d884eddabb3e235d245c29ecb7d84bbad77aa7fe32e9ea70d3c30e339e756c88ba50dfece729e541c078bafe5ee7f8684333c337081d34d4664c814da1e9276f2d0cb16cf98733363466b1a67fc24f3798065634f03b2d9994d3be795d1e60ea84be8803946465894d887dde5c6e6e7bc515d7345aa2a411d7f86c2a3f557cc350105628af5a0481998a23c97791957545be10b7b10e19436717094e6c235261794aa92c9589bb4d5d5c3cc702f3836de3b0d0ad2179a67107cf66c28eebd9b8afc481f5f24b5d220a5317b5b0aa8e0f60f6853a2fbf1a115c3a61b4baa095f486d7d65b868e7bfdaf2a83cada922839f321ec0b2e1edf1ef76ce6699b893191f933b5da74345acae1c50086f55f44dd31d9274934a8426185ae0706af2c953065cdc2a09017e8f67412fd0d5221228135f6674e4ef4de9090c7cf579a62872ee92272b98aa87e800b10ced0991d93a5399fd3a0b9566bd1ae9b65fe45c3e43164f356d4f22916e48bac42a7587b5c475e51b97101217ec384e82bc446cf8698f6422b5a558fd40c3058aa2416118bd57f085883756f4c667980d12ab9e4435a93253254aa46ad49edee96127ac62f518cd612021922afd851d187e402bfe6cc8e56dcfd46af9f3062cad27e611945869895d8391457d6dc497b0d2a0c8145d7f012940860fd5f496dda1346cd40ae618398373e0c5e1ff02826fb1608debbdcdc89238508144e976e30761245f12292d968877794a0729a959faaa191f203d7873df55cf73519dd035108e231509db47e886000e7d0adb2383f7038a8ebdb1d0b7932d2aacfc37fd5cde056dc0c1cb0c23b932d8722fb014cf322245608516c3a276a9eeeeca3903dc8882dd6818ecbac1cf199beeca9eaa799efd12cc4f406a83e3e90aae6633f3c4fd67abc4f27d9ccb98923778a543a58c1a64c1d4d70b8d23075421ab89570dd2b3740ed091beb50f96a228fd7d0322dac57e320eba0b40004d9a6667ebbed60cfbfd442713bbbd2658b27afeac16738dee501d3dddca596febe879328d"}, {0x18, 0x2, 0x300, 0x0, 0x800, "7288f6a1fa227a"}, {0x60, 0xfffffffffffffffe, 0x711, 0xfa, 0x1, "304fe2fb9d2676b6e89c2e1d27cedad555b5c200164ce0c78250c015676177515b382d755149c44e3f68f63de4cdccbfa5adad115de4ee77450f179eebadccc277be01d9e05f488060751e1fddcc64d8"}, {0x30, 0x10000, 0x1, 0x7, 0x100000000, "4897ebd81a197d31dfda49732024f562a0d0f7c7d857986f4070b9770ed4"}], 0x117c}, {&(0x7f0000487000-0x3ec)=[{0x24, 0x9, 0x400, 0x2, 0xf, "ea8768a341c43297d14d14a80dea7ce5c4b96b"}, {0xdc, 0xff, 0x0, 0x2, 0xfffffffffffffff7, "3f693c91a320dfdbfe0b773f701cfd3030b136fa35badff7233e6df9f52f137980e690efc99c0c855748bb3d43ea4e699934599612efdbe3eddff679fed4ed44900be0048caf66a9a6d049def08112943641e43b652683fa472d1a9ce1bf7ead761eca1f7f1775204e9226b4ac4402abbd3043138d8bcc382f054af63f673d7d1f32996adf257727c8c6530114cfb52de7d7d12a0776e8c0faab7d47c837c70ff1c1987726cc14abe57e4410e418a47270087e820407cf97fa5624f4a1b5d7ded302ddd6c51a33fe22"}, {0x88, 0x8, 0x200, 0x101, 0x4000, "27d4bf837cb0d1cd1b354d01b5c16c80c9461000ea39ce69dc0317d38f58163e5de4160855283db4d445a20d12b248e70ac075035cba2e6fb8721277b0bae4fc3662f10489418858c23419cec7c507c7e2888850784ea5d832afae54c6bf5f1db0cd9ca7ef65d7133d754a55cab5500bcfeb88b81f"}, {0x8c, 0x3, 0x300, 0x2, 0x800000000000, "bab1a24893c6f8303e33d9e0241a71b636311ab3b68aa15e2a658d51571904ab7e00cb06b61d5fb7f66363b9f8dd77b3afa866801fe67dc9d26e517d2cd05c28c8a416a20c1dc4b3c2afc4079396fca693ab725c6900ab9d7dcfcbc9560e00f19308c26d757c8b80143abab492780d3a12c03c628e97342811af"}, {0xcc, 0x3, 0xe03, 0x9, 0x81, "09816654b51e3151c038f088d1043afdb8c80eac9b1dfaa582f2b8a181cf4a3a3dc9f366e9afd0d957b0957659598b13b4e614b7d51ea0366b06cbfa795ad565205b8f54177468c08b7e4621ebd3847a205633ab9c22c8a9eec2a9d50f55c549c2bca18d07249be4ec7c4faea015e86f546974cc34aae073b0e0b5c213ad892008cfe6667c622df3791c691d50bffaf53d55693544f8fb247dd5b94a46283fbc8313ca639eadc0929f297815562862043794d47774fe76c4a963954f"}, {0x38, 0x8, 0x20, 0x8, 0x7, "30efb10b5b980185144ae7d36fffeb94af25ebf35f32db5a3e613b278ff290756e06531826e8"}, {0xd4, 0x553db15f, 0x5, 0x8, 0x80, "3939c11050fe4f0b4225f37610cf5cd3e110c3d3fc0cce10f2883c4d112fc7b99eea7d4292ea378d1c3f4fccd76a36ddd53ce482014904d6d362a2eccf120a7a440e338a38936ceb03c1d6cadb2a37f328acb8d42a784da9357af1d6cd6a4a13b17f78317513a07fd556c8e9b3b29fa59e29f7ad2ba8e50272a57a77c23d4a6426d7c5e1029614d028ec5396cc36b9f7ae5fcc5093df7f99c3b17589a4a4d3fe47db7d351ce387442a20e51d99dcc7cb4710990ba640eaefb92766f2f75c48b37bc2ad22"}], 0x3ec}, {&(0x7f0000853000)=[{0x9c, 0xa6, 0x409, 0x1, 0xd17, "4ead5710520eee09a1a8afd80d3f4074a49653b9a7a89e8e4c2e8e20aef24e95365f368fcf6f371943571afa6ddc4209058a665ffe409f4be860eb8c5bdce81ccb7765741a0922b3c59edba863f0ca4eea09c7bd562550677a2b19a1b8300fab210c662672c4ec6bb7f2b98bcdc1364d909adfeeb29e3dc4f9c752ad2e72f1e175c681c596474fb76d"}], 0x9c}, {&(0x7f00004ad000-0x184)=[{0x1c, 0x7, 0x8, 0x9, 0x7, "2bb9530f0c6401c78639dd"}, {0xc8, 0x0, 0x8, 0x6dc2, 0x0, "fffb2f014843b1731f5eb3f999480a981fc324072228179d35cb3af1af3a9c7a0dd7daeacb6269071cb40a09d2d48392938868b7c78bd870de11f7bea47a98aaa891f6aa025510206c246d458a08299d1910f6bd13a18e331abd05016f437808780ec8b71e6c48f1e17e115d3cc5905c708717b8f1ca770ab75e412b5d8d4d649d8beb73492873bbe74b803b80c8dc7cfe53c0b37b444a42b82e51166a43e375d3554792405cdcea7e15582c9ea2674d1bdf2fc9e0"}, {0x4c, 0x7, 0x100, 0x3, 0x8001, "0a96ae811082b4b471d24fd689d08b047fd93f08d77fcb32dc55cfece0b0a8f8ddc996ebe0679dd5115569d89ae8dcc97c587db6dc2efdd16ce9"}, {0x54, 0x43, 0x208, 0x0, 0x3f, "89a9c6ab19c03b0e3363a3dd78f10051e76be090d93249a5b6bcdd5c71dde1ca59fe6f30a99964942a9d39dfb4df6f3c14caee6d0347e93d8711906db3ca9ac511"}], 0x184}], 0x6, &(0x7f000036d000)=[@cred={0x20, 0x1, 0x2, r2, r3, r4}, @cred={0x20, 0x1, 0x2, r5, r6, r7}], 0x2, 0x0}, 0x804)
ioperm(0x2, 0x1f, 0x5)
getsockopt$inet_sctp6_SCTP_RESET_STREAMS(0xffffffffffffffff, 0x84, 0x77, &(0x7f0000d1f000)={<r8=>0x0, 0xc5d4b2ee00000}, &(0x7f000049f000)=0x8)
r9 = fcntl$dupfd(0xffffffffffffffff, 0x0, 0xffffffffffffffff)
sendto$inet6(r9, &(0x7f0000fe9000)="c5", 0x1, 0x0, &(0x7f00008a2000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
getsockopt$inet6_mreq(r1, 0x29, 0x15, &(0x7f0000d2a000-0x14)={@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f00006bf000-0x4)=0x14)
setsockopt$inet_sctp_SCTP_AUTH_KEY(r1, 0x84, 0x17, &(0x7f0000a4b000)={r8, 0x9, 0x1000, "572c6f9b0fb88ed6a4e9cb65db06ccf3249fd5589a79b1b2ae7a9fba6a9b17f6b293629e9bf10d3ab4effdbb423eecc4d9559857e61c17791ca1fc84d9290b1cc361534e3cf6015d73afbe020fb5ca80046370c1370ff718df5f18329a003ae034640ee9760635bd9b4f67efb23f6d432db1b5b85a3c7b6fd78d04370ae9a14c59fe775ac800e85c9ba624fabcb75558d12bd55c642a68b24b671dd02ab279033e905ae5768a1f458c0f4f826506d7d1bbdb7b8fbaeb1694b8928ceb0d0750fec2b7e35319b52488b0eaf07c92f69e167f684a31ef082818710e64359dc47e4433eb7ae4cddb6303ac754b7d757e5912454b4272890c4de4b7edfdc4b828228667b075b112f527f3ce4eba4def3a8601ab6a1436fadaccb8e0a37ad89bf6d9b819c3be83b35df73b6cf4b6b29a1806a7c62f95ec7076b521e79e1f5436ed9e16ffc1c96ca8fc5efa1732e6f508905ffe9bd67624e6b123382f9ff143756fd747884d7b2a59f19ae061798aa2ab35dded0917a9f4d3dc1c65bcff65dd6265fcf2a15c089f4921d6cc445f190c80684edb018ce88f694f66d7124ae45421bc597967dd772cd234607b86dc3659e31c2bcb4b6f575aaeca195d9450c52f0da75869f9630208aa90554e29e79462fa77c65536406817299392c8804f87fc7db0e7544f56dfc1087ad6d1b911e5a7cb9d93c74488896be4f9776d6bf0f8f9fbf75b61487fcafc838c78bf3bc405ce963c62ee7a7a7070f201bcb4cd90a459e6b2b9f73051a79ec4689d1344dc9c7fed05f4e329bb78f41a5a5aedd76e9f26526d055ab99a293f3efa12826b07f7d1d48a06fbe69f5a925d793cf1a74833e7249fa6b72b0a7285dd7487c822fa05cc494263fce75ea616a30aa4485b0033f43ec22b8f806cb644e6e016d155babba81b4f2ad6483ab3eebb619bf36e40e3f2368b85113d55db24856aacda86d04cf40aeb3c5edcd89eae3cc94d3fdb9f0ed0591efc5f305a59ce60e388b4acfb3f776f7aeb851baf1b5d4426ff2cdc2d1e9e4b9cc42054ae9a311712ef2d6fa54944b4d309b88025b343eb702c2239d7e1105a44a0d2579f6e00f6033f037dbb735d00d3c9173cc40f84e799203051c7b013d5e63b24a65dce8925168a6c9ebd0d375085c8395f7b8397a7ec800e22a8123a436b4a27cfa4a046d07e5d076222ec14a5ac804aa6fb0db34c8cdeca6f69cbb0faf6116eac5b516c88846d0b4062952222aaa051223f406c5fa92d676b9cd3a1c223fa7dc0a5e259739b46113c11b3ce0d446af1bf165826bb9c02fd6f750ef295ba65299711a65ceb195bb2265536ec83958a20e8b379c1d5a9a2db7a7814c164e233c5ac5702f89fd6a9aeb86641ba05370b0677d94f2caa7d4944b412d8a2dd6b6d8de1234e657e1bf3438bf63a9f079a77c5ac3c3e04807ee9027853f96a000e4c7196f75185784bebb3fe6f31c52c8510ec41aff91ccb0f61d35443eb8004593dc27a3fccba143ce84918e62aaa8a9c3c72650e74f81db8df0abb25ba8be737da188f3e3c8b117dbe3a1f0850ddd7d7328fb0590f844047ecc9f75a1ce80b000dc8ca70f7903fc54b1a8f753761ed5ce58be81ccc436e45393a9ce5bb7cd4dba2d1a3cade04d4fdbd7144081cc0a6b70724393999fcb4ce881d7fdb37063c129e238ce8569720ce1e6d056747e37c9bb54bc9f1a403d5270b03fb593d5b8b294db52b5a3956365d72c4d67f445d04c7df1a24526da602441e04afec5a807d31c68c732d1e350dc14e9efe70bbf3f10742b5c795120ac61a0e62846fe9702b8cacb51b8861c36e2d5970d3c54804563d6d294935a58e4ec58ac7520d408be329e540469a7d5a0054c30dcf94ba5afbf0de5871969c10e01469c577368575464ebc9020003f8c0a0ce54eaf05696f5ff1f05a3d428227fb3ea0f7120118ab2278a98a2e1e5a05887f4b69856bb81dbcd5174a8dd9f4df2a5ff59de23f880c4828818ce8b7a6f259f8b1d7f8a91c0c019d15014d266185f1550cdf1a57425f2bf1dfd6c8d97f697b11d5eb406cf0ddb2bc5d441e999ca323ff988ed6d01841da8e0962a71a5e2c8843324c65907c5f062b7b70f56bc6980063c5dd61a9200781fe459fbf06ace14148555b1662bb68c4e72386a3cc53d9d20fbfbe140d6250ad5631d9c76ef2fd2422cd35b8bb5b6c06b5ad94689449376d1109d3e8e787ade6890319804c2d4564f874432d94c746c2ee305d1a95c728d849987820a73698c6697dc07cc0fb1b2cd357f5bcb1d68c10be1469cc5e04c00bf30e5da2a9706a7dab6286528fc7fa73e7f19e6743c645313364eb39273a2514e9539fac70ebbc76f99892895993091b13a80d830ce913a8849ae69b5dafc3aa39036dfdb2340443dcb5a53f89b27203af902be86b351a375e808f2fd75ec0b167dbcd455d54fcddc08527b5162adb686f1927030d32059ec019f27f735dcc71c17dcf31210c513ba8fd1e3ad3709b96bdd509e57d69c7be88227ed8590360b0ca66d5374e68f77a630aaf6ff96374a7f07dc4265bf0dfec63a2facb6b72c8252f26c88ef516e796546bd8eea2eb8094dfd6df532d458b75c5a3286ceef22f8983fc233087144478897ba38a38cbd5e927e897e8db9b28a0081f45568fcac2353b36dc64a5220119bc732ff12d2273ed6464e222eaadc6a7ebd5acbbf71d16c0feae43aca8cea96f1673ab85b7813b7ad8f7223367cae7ac55520928266a741e85d91f44098230626514bae6dbeab9d08f87b272672293f53437f2e7c1b1adb0a3a7a22d01165793e1e9aead8adde740fcd16038fd7a10d1f50a1201aaf5543b5d0cfb668c1a7b2d1f4c02a92566b7c4239975784d2d0eee50a94a459b5962f1a29def6028dd95b99d5eea5858c27f7286b5a641272b1bb3d8a828480b9c8774407e53953e9cca6df6c649142a97fa0b587b8b580b541c1311c46044b53aebe459bd37897434c689ba65632e18cf3378dedf1386ebf0d92c9b0f1e6fde119de5a8e5fca44a2c497fd1e1e6b3488ceee40270ee97c01129b7c751dcc43b649085f7384cc9a997944fab0455f8e93d820e3442dcd873ee9098a0738d404ddf5984135018ca6a0091502a15cfca24419648757a95d11b9692ee76cee119eb9bf5addfed295ce2d1a03f58ba8982afbc2595a2420ee6f347478bf8cc23d6e8aff2d1949b7ed024baf00a6988946c94b31168e36b9008509fc3ffc805e75f58e910f0c8909627ad5271eba4f5e9d4f70e5d1181ce855b964214f4392d8ec2b71973e64d53fb03962309db39ff5d3f73e704f68d678261c7433b8a87e845bd72f609bc8827adad655c8fc4102fff34b550d1a9b963a3b5f23bf34eab383dbc32787ffedeb41662efe36a3d364a7e17d353b98d626c0c58942919ac21ccad512611b21e0acbffe3ada7a77d22a03f7eb0bcf9705bd68b790e340d5af3d37043ea19c6050b587264ecb866191444fec60c22c8806daa38f46592a0996f6f6c5e94e676d17e52df3af41cb04f62a6c00f3b5f895a11c110140aa9798b140476819fc57c2344e6eeb6b49db65efea352da57232acac9b7cfe69b0b67465d73b1bad609d1964103b0998a8001281483ecc24a12b9a0787a03fd4a4148a52297ddab86a5be00b824fb8672edd6f6dde8da189f9e596fb7ae8cf97ea7f5ffe64c010834c822620289ce0e7c43715ad689926b2329bb2d55fda0fbda744bdf6d5b759a8e17417346a9c4cb9288f491ad9691967eb1ea05b385f53e8d0b9743e55f938ab45ac7fa0cb6014af55f970f726ae0d7e9211c0a9996240a37c9bab94283e4f5b99ca0522d935fffaed4bec7bf560289131e91a5e41ede5e54c5e5022932b4ddd7a9077066694f8321ae11717b5523b4ea82cb79426ce9a04b1dd377a03e6bfc74cce480925e8abaac9ef824906afd5fbe21d4b06520be62a5453656d28ce49fb9b1a73d1be18139e62d5b915b2c3dd5fc6d514711d6d4cb301c6f78f7f69cd85e3fc0988ea1d7e6ceea81a060ac198c67ab3a6143c70aeecdb978cec201bec2c89170ed0b367fb0b46fb15e877bb895bb453005ce93911fae3f423a60bee9eb54341983bdeb254d4d4c5fefd5562f6ca8eb28c341cb055a0ea77c2ebe3c5948aff2983859af898c6297e6d043439e0771b95055628f18c98e30e91ef8b82853cef2dda53247438a67c68ecbe941b79a458a455ab6d049523ba1236900fd133501931c7059fb80ce41bf021b4ca74a873091376adc72c2e4ac3a5b333e29a649c59da0d645414f9748f39bf618e0bd1bb86d3c40571ed898eeb9f9ecf801aee8788527df08d784aa1b0c5e4a9bd052f0c2813215e753d6e7cc87c6cb01c78ad1bb733fcf9af110c9e8e06cd11fb705d837e79ad1599eb6e18f487595a5d72eb952e3ce7f47317ebe8c8418777215db16e6f25c39a5da1c1abb1bb50ed138368f9f8ddc72097e2d1c9fb06757bd4d8133fd0ed491fec1e96f8e95f28287b201b61267ece1e73c517748e49e5a169955f8e7096250e7e5a807335796cd1c444bd2cf931b53de309e940c008ac0a88b234b7c891f33a3d2421efeb3a6fb265edc46b187fd8b037a9cdcda2f33d000919491e7ec99d0f64f390ed9d802e87be032ffe2f88b4320debdb743444ace9d1f00906be2a73a6c694b876103acde79fdd576b758c069d4b61e866dac80b943fa8ac1060a2a0cfee736d870000e887d4fad2a99caf2997e37d6f796def94220247c755487ec813c83915ce6bb580c108ab37aa41c682c30e4586380886c0500a337eddb2694349f05932403c2dbea0456b595c88e30771b2614034817ad113b0e0e32fdf0d5ed48de495d390f285f4d5a25df73bea76233d6a7b85a0f36522fa03f69614dc82fa9f12b1f31c0b3605bd45b1e8a57f76d8666965d76e5b51e49d4d90718ff99e9e670504cd34f3aeb7f92767880960ddd1fc81f8f6a5da37b5256cb8531da4a3f5608d4aa83575df20d59d944847f25f3807fdb9ba5c0a9452c1ae7a3b8324deed338a84ce72d634386c672ce834887da81b0f4b34eefce951f31971b00fdb2763a1d095928911680b6562f8c55237b83077eb67797731b5b30c7d6debcd035cf0c411b8332f111376bc76e4212f55d32c28b1bda5081b270eccda66be8e15cbf4b087d471c7a746406ae8bb07202069c0b24b0ae30620c76ba57477716faa317cbf10de18a0ee2aed9c5e0c9a53cbf6fdf59a7313ea5e0481653325dc70d8f0001eab73600cfa5dc2a5d59914c30cc106028b0b7a34938257536eb4210e7909c48a38152782bf386577f647895f471a268148cf0fc3ba6f73800c6748655280c9f0838ae255ce02a2d540cddec1ebc317ba87f1c8f22b1748b6252c04de7d00cd828860ef23c8ec58978ecb636d4862b1f71cdb44c72ee0cceaa11ee58a37c2aacc4cef266f4eaf4f4fc7748a2fe88b6f1d6f9e3895b6217124ae81679eef471d2418d90509a5c973b62c7b9d6481455adc9f85fc87dc0af566b57d924ba30ca9c0e137cddfd5f2b6dc2435ec4a94a3076698eeaf49d33b75f917092bb9d0e048442fc20ae3fea8ac56882e0420994224fa1e9a4c0835103d3553b345192befcf371b68ded96b1f0d2cacdd7792f3abfe5594d38be6dd5a67f614b34b8e0646b15f44cb47a7e333d7b2bcbb3d0405eacc35da6c96a263c2f9565b261696be1ba80b272c6ff259af4515edf39322db85ce246c193be5baf0fca6cbd6d2ab54d6623a7c7b0dd42820d48e780dd18455556726f85fdf3a85bd79a6380"}, 0x1008)
accept$ax25(r1, &(0x7f00007e7000)={0x0, {"00000000000000"}, 0x0}, &(0x7f000070c000-0x4)=0x10)
connect$inet(r9, &(0x7f0000dc3000)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0xfbb000)=nil, 0xfbb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r10 = socket(0x40000000015, 0x5, 0x0)
ioctl$TUNSETOWNER(r1, 0x400454cc, &(0x7f0000269000-0x4)=r6)
setsockopt(r9, 0x100000111, 0x8, &(0x7f0000007000-0x4)="02000000", 0x4)
bind(r10, &(0x7f0000006000-0x10)=@in={0x2, 0x2, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
shutdown(0xffffffffffffffff, 0x1)
bpf$MAP_LOOKUP_ELEM(0x1, &(0x7f0000b10000)={r1, &(0x7f00000c9000)="1b7e6847ab40bf856638b38ab6c0a920b713b52ad18579fae74162f638a752f50c7b7cf70587ce37ca3277d93e29f8b97ddbb0eba6561142316511f15d47c3c0869381946b23cac4e364209003835d9944b2208de5ca3cb70f22a95c0018ea2726afbd0e756e061a2663a6721e1891ea1a9e1550a4", &(0x7f00008c8000)="000000000000000000"}, 0x18)
setsockopt$inet6_tcp_TCP_MINRTT_INTERVAL(r1, 0x6, 0x6bf, &(0x7f0000938000)=0x8, 0x4)
2017/09/11 22:56:57 executing program 5:
mmap(&(0x7f0000000000/0x92e000)=nil, 0x92e000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r0, &(0x7f0000000000)={0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$sock_int(r0, 0x1, 0xa, &(0x7f000092f000-0x4)=0x0, 0x4)
connect$inet(r0, &(0x7f0000603000)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r1 = socket$inet6_sctp(0xa, 0x5, 0x84)
setsockopt$inet6_buf(r1, 0x29, 0x3e, &(0x7f000026c000-0x65)="53783a8322a10d41b5f9f3f183ac851587e7c4e5788880416f5bd43698c0969d7496da718255d626d8d93eb3eae139ad13b14ae93543175fbfca470001b9f04df992397a000000000000000988485df2db2a6e9e000000014e270000c6a689f7f73dd54852", 0x65)
mmap(&(0x7f0000aa2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_STATUS(r1, 0x84, 0xe, &(0x7f0000aa3000-0xb8)={0x0, 0x22b6, 0xb3, 0x2, 0x4fda0560, 0xffffffffffffffc0, 0xb429, 0x100000000000, {<r2=>0x0, @in6={{0xa, 0x2, 0xc, @loopback={0x0, 0x1}, 0x36}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xca6e, 0x0, 0xfffffffffffffffd, 0xfffffffffffffc00, 0x9}}, &(0x7f0000967000)=0xb8)
setsockopt$inet_sctp6_SCTP_DELAYED_SACK(r1, 0x84, 0x10, &(0x7f000040d000)=@assoc_value={r2, 0x1ff}, 0x8)
mmap(&(0x7f0000aa3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_buf(r1, 0x29, 0x0, &(0x7f0000aa3000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f00009aa000-0x4)=0x5d)
mmap(&(0x7f000092e000/0x1000)=nil, 0x1000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000092e000/0x1000)=nil, 0x1000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$bt_rfcomm(0x1f, 0x3, 0x3)
mmap(&(0x7f000092e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000092e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000930000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000092e000/0x1000)=nil, 0x1000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet(r0, &(0x7f00007f2000)="d3523b23a3a4901f3644faac98a41fe6093934ad15f264cfe9f2ffbea1649bd3d6fd89db8b960bf0cfc609a35312663f3f76257cfa83157cac4b043042e1458673a8fafe2545e6f6ebe619cc5f3131d10703026b630ed5a527cf27d3902c71ecde9fc15e66aedaab58cc448194eb7344bbdb6c96f5d21ee51d71e32093bbc1b7c4729d545c318f25c80f582d22a1e37a0aa6afd1f86f675cdee0b4af513d38be5a55b42b0e956782d9aa8655ea931ae969253cb09240afa8cfad50cea0eefa084beba0c8f03aa616ba5631e302549857687f49b1303f14d358c7c33e18e97426412682722f56e500ed2129af03a2b08a22bc09cd6c0a6d5916fd8853786a518263312099f6f5ac595998d3c801f7effa741b3094721e13b1b88bc5ee5b8a7716053e1482c8adc0388ca50825e56bbbe550e572344a8ec1153a2874b3c013d13f06d19f79217b24f6d07fe0e7029158db63f14cea202939c06af5c68a5fc89a23b4e322dd969f0a2a3129522ba5a0967da2326de2d7db7ce276596291d329a89c24e2cdf005f5a689727024c144e83e427272138c96deae0feb8dc8131d3ecf27faf0ee09669af12b94906f994fe42d766c3a577a56e6910516f966035242de764daac021f6930c0c820f94b0eb7014dd661b61c047a8447edf27fb9bf9c2d8a203bd8047702b0d7a18470116e9b705e6fc5d42582e84cb0f98dba3a292bffcc21bf970063a91c1baa39ea9e06c6a4f9fb4cfb2b86690265b99295e3eeddf2df0fb0c240d794b7acbf9dc0ebed672cbb866547d67de9b79a2dcc35cd02325aa6b8fc6419cc82da034125665805a3fe5221546b6e1822c7ffc7d1bdf90ca6e772c2d9f15ef8eb0486f0564a25f2e7eaea45ce89038cffa6ef31c31e7fd9041736f7a2b0df878e2cb4ba87ffdb5a33a68e8124a5fc8741a7253d477a066a2896eb2ea6d7038d27dd59af5045927454e10d72afc5c52183b3f19fbbb6400c6c1d00b152e99be293092e9d15b7afbefc6869a51ba40b5f415792a7d652f276bad27d9500370bef1d6cd0c8e37541e3cdc3de3499f8e78b7d788eb5bcdf752542275603bb18950ed9506a5b91e308d35aca865e858a90346e93a9068f36d49cf66729a8a5597a3f30da6e1b1ca0c61938636966f45bd554c8e1fd292bd1b27a84a990ddee8c6adbec39b67c405725f73d3afcd289894ada73586b6329aaaddeaacc2495335dfadd72e85d89450e4e088ba69ec475e34870da26101fbcb52fde9a595b3e3716b58e58f33fb992557cd694b26c352ed6058873af806741d32bdc8747a6fbab2c38143981142d2b55fa3f8fb65d1a3365790610b3e3f8fbc8eb8f0df72c5ba4ddaf2f12266714257e709a05c3f733e82117199a513084333ec4e259763ab7c1fab45ab9b9eeb9aa127740faaef9a4b6390069d9fe5b999574b715d0c0437d337a8f413a8031c7cca6647378198e29b922bdf377f9a1c9e202282cf1423f60fa87aa09753f5bca0fca358bae344d8b5ec15df4c388b8608ad6605236c292653ef8d2d805909381a93d404dfae30966a2041f53189d2344268a7051e6f96cbc7989fce3f69f02955db7b1647394b771806ee463dfe8a1e02f28fd2c0b5aa64f86c6baed3876d5bdd0a892970b45dfb0861d849f45e320fbff5f67af214b7b68a94892886276f0a5cd99e8dfdae978fb5709345aec2948f5eb2452a1170289271b926e641aa7b44a3311bbd379e84ceae4b86a9ed5f1683a22a55774b13cab99f4c7b8a5465f0bc8741e88f888d7f76f5dce71f601dee72633b08cafe7e5cda07bc9b62837239dbbdf37e90c06de32e343089c13052c1ffd7e0ca2c08088dae1035515510ca696c77181b114856ae74b0505e6fb5107e7322cf240f06e1bd95dc25ab06b51a4419bd5ccba2e2604f72c5e16844050845640611e62926540e6c47f4712f8a372e8c5372f6dcb2c6d57e23719be6b779f9581dc2244a7dbad4d6ccb0a9e253e4df3be90e532358f64b1aaab6c2b73cf25aff18f831317309c13ce4ce0e960d90c5f7153254694ea2e1df4f1e42305e0cdea1a506b68839bff8eac5951d6b74349b28df4392cde47a5c6ff0a5403388a3ab760ff62e0463cc52673f19a36b39215bafa8faf7bec372d71da7ffa403c54c6b64dabafeb10402fd3928b85e2bb77260c128c3de01c6635000105f4dfd6ec1b1c8974cac6e6f32329e7c0e227be396c30456bfea6a89487ccb3122a6eafa23d2aca0646640a9ab012b935b96090a54fc18154a4333b9f57c08f86c2c48a69bd3de7008ce28afe69823aa6ed67bed0925c12e6c581eabbe36aaff73d4a9ae2554ccac75f4c6f1d5bde4279e11333aad369955c11bde2ec19389c3e18ff51ade6ae8e94f14778f811d9f0937e44210452b7493ecfd10dfa49f2c5c25c33f20e0c4075fbd3772d9e46da978efec81994e36337c201dfec2853711f1b4db5b69fe539e1b6f1552838fdf54dc5c5313bbf5ff8981991f9eb9c0c75ac9186398ca6c311aa59e74ead37a2861b130282b2a3456c83e7847fc609b92b3aabcfe0ced4c01be736dedf071eef6c1b937468ea7e90554fab209e30df400e1e902b810dbfa19662eab36367e53011b17adacfa50eae05aed89f4efce2821f7077a7bf727f9c65f541d1541b216d084c494cfb0badf7690d1ef998e969215cc53342f06cdaf08fda2f9996127386d47df50c8e4731792cce5c8873d1c9f496e34850dc743b821596979d021c0eb566faf6ee8450f5ff82845b4f2f6d8dff4e380717ce94b55aa31867a152365ee10e620ce554e774e6d187a569aea39ae63911a13d5a4fb93a754f6a16b9ab8965b03c19b962f40493a3cac6f926d49cfa9890a9e138f0616f51781b3ca93a87bfdac29d7af70289064464cf908c28cb45a7880f361863709d6fbcff50181bc58865849c82772408975e101063bd26bcd5ee767f96a", 0x833, 0x200008403f, &(0x7f0000931000-0x10)={0x2, 0x3, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_int(r0, 0x0, 0x21, &(0x7f000043d000-0x4)=0x1, 0x4)
mmap(&(0x7f000092f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_bt_bnep_BNEPCONNADD(0xffffffffffffffff, 0x400442c8, &(0x7f0000001000-0xc4)={r3, 0x3, 0xf1, "f30f30ef056391f171a54f187c1b289d791f2c059906e94823093ff876314c6c6ffa7df2708e13dfb0f60a8d0bca4525def5ac0e6adcfe4f3082373da57742ac5ede9af972c44b9d3b7b3acaac20285e092c91753e6bba8eea7990237d13474a643b094f5bb1e4e5f10da25b1c3f229e809775ce3e6149ead2c2d0dce640d334c24625133d6d5f0ba8a1f3e65595b6af5be1ddac9ecbcb936bbb1d8a3753247a34c7f455663108880c6a112e02f2d6b1236c0443230d2342c553"})
connect$inet(r0, &(0x7f00006ab000)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
shutdown(r0, 0x1)
2017/09/11 22:56:57 executing program 2:
mmap(&(0x7f0000000000/0xeb5000)=nil, 0xeb5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = inotify_init()
seccomp(0x1, 0x0, &(0x7f0000001000-0x10)={0x2, &(0x7f0000022000)=[{0x0, 0x0, 0x0, 0xffffffffffffffe0}, {0x16, 0x3, 0xe52, 0x0}]})
seccomp(0x1, 0x1, &(0x7f0000eb2000-0x10)={0x7, &(0x7f0000a86000)=[{0x7, 0x9, 0x80000000, 0xc3e7}, {0x0, 0x5, 0x6, 0x100000001}, {0x40, 0x6, 0x400000000000007, 0x8}, {0x200, 0xfffd, 0x4, 0x2}, {0xf5, 0x6, 0xfc10, 0x800}, {0x3, 0x8000, 0x1000006, 0x3}, {0x4, 0xfff, 0x6ed5, 0x4}]})
inotify_add_watch(r0, &(0x7f00008fb000)="2e2f66696c653000", 0x21)
r1 = socket$inet_sctp(0x2, 0x5, 0x84)
mmap(&(0x7f0000eb6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
set_tid_address(&(0x7f0000e92000)=0x0)
ioctl$sock_ifreq(r1, 0x8930, &(0x7f0000581000-0x28)={@common="6970365f767469300000000000000000", @ifru_settings={0x7, 0x100000001, @te1=&(0x7f000003c000)={0x100000000, 0x7c9, 0x100000000, 0x0}}})
personality(0x1bb2baf3005ac117)
uname(&(0x7f000074c000)="")
accept$unix(0xffffffffffffffff, &(0x7f0000377000-0x6e)=@file={0x0, "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000875000)=0x6e)
mkdir(&(0x7f000002b000)="2e2f66696c653000", 0x2)
mmap(&(0x7f0000eb5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f0000018000)="2e2f66696c653000", &(0x7f0000eb6000-0x8)="2e2f66696c653000", &(0x7f000002d000-0x6)="72616d667300", 0x1000818, &(0x7f000000a000)="7c7f")
r2 = creat(&(0x7f000001c000-0xc)="2e2f66696c65302f62757300", 0xfffffffffffffffe)
truncate(&(0x7f0000006000)="2e2f66696c65302f62757300", 0x2794)
splice(r1, 0x0, r0, 0x0, 0xc46c, 0x4)
inotify_add_watch(0xffffffffffffffff, &(0x7f0000031000-0x8)="2e2f66696c653000", 0x410)
mmap(&(0x7f0000eb5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
utime(&(0x7f0000005000)="2e2f66696c653000", &(0x7f0000eb6000-0x10)={0x1, 0xf34d})
r3 = open$dir(&(0x7f000001c000-0xc)="2e2f66696c65302f62757300", 0x0, 0x0)
mmap(&(0x7f0000eb5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
readlink(&(0x7f0000c40000-0xc)="2e2f66696c65302f62757300", &(0x7f00005ad000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6f)
mmap(&(0x7f0000020000/0x1000)=nil, 0x1000, 0x1, 0x100000000a012, r3, 0x0)
fadvise64(r2, 0x0, 0x3, 0x4)
lstat(&(0x7f000000c000)="2e2f66696c653000", &(0x7f000002f000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
write(r2, &(0x7f000002d000)="e03221b6356f02d4fd484158ccb9afca829d0d0194566bba3e7191e595e711df62de2df4067ea27172a777a77b323ce0a46a29702820b49564d1a4987b0ef8ad97fb6ff1acec6fc7ab3d202e18253dffc6f7a20dda635f15d991899b82fde75d7f99aeb0c656a6e9e8834ea6489058ba520af59fab8fcc345c4a98a16eeffc45a465c80086ce6ac3dad698bb4f6b8e8d6367489361a9264e0e11351f2e1ff16820e08fc0ef47000d7575cb297a69af53176298acedf8d720720f305e707c0da2e1fbfb8f7f57a82fa377712559a8b38a89ffd060e818df83511a1c0caef849eabaeff1c17016336c6351be41ae94c98b8a0287d863fe5160850e71016f9210ba05e98d1b2ee33b4e62c8c5bc597bfa38f62f6799dc9d8b06d083953f62eef14d139552c21c6e5f05251da6e16eab512023a189b7490ffe54427a498e61f0f8fda97cab603f8889a3e32df99f39edd85e0eaa5a5c6109497d4233347aca62c9a6b21ef079e91dff08124da5114726ac11efdb485e7110b696b181dc6022e6bab3a609c75a169a21d4bbcc67f91d28f0f4944547f15d105edbe41205302ebb09ecbac8ac6f657a8e679202d7e2811982c9e8e5be436892aae9f64df35caeaaadff931375342939691c8687d448892415fd59caae5af24335424ae22cd3f958a706f7318f01e52f35efa970fa063804a67c05eb2b1cabfd24291a4fae7cae85c0dfba0b3a45427e7495fa9f73665583fb4c2b11406e9ce81eff517a2c726bf406fb263d9dcc1073120691c7c718bb51382bc9d99f8e989367645111a8c5bd641652c4121644ab658823abaafeed716b2579cf00427c85ea547019f6d475fb8dbab9902f608fcb64dd46c6848b01347a2c4c44bf1f84d055d73d79a4323af858060fef1ccf4edd1382293d292958925ec65e1ed079ef7bca2f85a66065e20815d588f00336f3ddcdd70a1805411d566bbbd0e45cd587d3c58f68f91b9e5adf687601629796859a0e7c936c45f33ced0765ff0988b220c3f66dc6671e284238856aba6222cb35285c061019e29d7b3f87e60b6d40c4f0ab0c7d4301df8f2825296dc65c94ac1a64ac0b999fe57828e65ed8d74152b8283d1a9fe7a52bfde4e26325dc4827a0c0c54517c176c3a0851a1f7e90fbf69d86e4eff66321add47611053bf31bbb9b0fa4cc00cbb50f53565987efa0554bea7943fdc60e311cab6d7f82252b625c1c715fc039b738dfb22ef0f6c6b1e8f7c93d2c566aadca5cc4eef025c740e296823cf3305afc5b2085a1e54a7929b079d4195edb68c5a386b88a498b5c6fdbc930b878056e13b39fff9ed0e174e4324a6097fc274a1a3d4d800c8020116deed5d6bfa4d2cda1b59e2de5808c7966dcaaf6079651a42e1549a51622a7ba0c09d1e3c9bbe5ca2992ce18466a287afeffa91329458738ea221e12cb374974a0d31ab02a6b39730f46d9c11042a7f256ac1bd814ad0f9502e7934227d3935d6cebb686e161a737256e79738709f8607fa7f7829203fb8761a3a39699dec22576c18bf883b519dfa0d41bb30c7bb78140df46d7460dc9f51b1a648c01db1a66a9ac8f902df8b792c0aea58300f07bcf513ca3cab9597ec08a3265511e22f7f1ecef85c3d9b03f5dfb7592747f3f2951911981241ad05b94ac0e03e64305fc9c3d3bc6be807ee7ff136fa1742af56f052b701e45b6a3cd75870a8714fa2b8b9a041393da2cfcda6e119fc94fb486ad6c562d0e59a6147c104745e8d9253d869b6983acf9d31b197ae2583ea13875e806d9dc82c05f93ea6b7089f7b0215c40b06b02369df1f61d9250f0643c6937f31958fda9a183effaa16d2be433a179b9a955ed42a1722329a20248dbcf302e389367f59ed74ad7cf6d9e4496bbac0c73b2c3a1722caaee0a0ba143411fd621c4cd93b6867ca38f335de17f6444d836e87eded48b613cf319639401928d7260b4f1a8fb65b7ce48979e38ebac89656316571879dd6490fe713f374dd2ea6b3da087ede38c0ca7c8a6a27ea9490985857a1c6d4cb491c9e7d0264abc615940caf59cf2892640017e45f530301a0ff4ac1b9a67888d8fa577dc84ae67bdb605f0f13d82fcddd006836688396d63b73fda4eed4fecaf4b4dd66e796b68cb89bf6fb7b04be357c557af83de1e6910c9eac3d158e1a20d3b386401fd1e1089968102d024e3b662cd9a184138d09e7070bc894961082ed4694655bd9c570c58c9b42ef31f85ffe44a37c4c857b84bedf1f2d8e9449c38d967922fa2f8ff6d5ddd25d58771b26db59b723127f52ec0560d571f9665a0ae66b0e7dd0343a3ba41748680293e2afaac9f0e4b881b4a2743b96006be20dd5e824719757fbd0db15f33935ec496fe0ffb6f688b86d2e2dbe46cc92d63164878db10c1c1a847779a5c56843d06bbfcb323fb9f92dceb41ae4863355a309f49811a5438b91106a4d6b31b006f7c6cd70b5346e9233867b613b8dbd9fce2de2c08bfb68045e062fdcbe1e3f6682cdf07d011ca1ba96b1a876e4e0f8fbb0cf5ec12a2d7443eae974ec0dd3abf5ac8fdc8ffe8c3de05da8907a62583c10c9cd43876908fc9748753d799ed24f76af69f8e17887a7dc26505e23fe57e073bca5ca232f9b765513faab0f6ed2667dadfc2211ff938fa7d9a1382f71e7e396586f374e80aa6928fc477e592fdc0444a39ef634a4feaa0e17f706e88eee3ee3f297e2c6d9b1fc337ed8b6326f774e8999a25167b36cc1fe8e21e02a46c0b4006108738703ba55e7296271624fabb8d8efbf7cdcff47f9ff51f89c6dbde358c6cbbe58f87155feeb8f571ecd33bbac3e94cd89aae39e89cd05849f1505f197f17c694e5b470e3445a626fb589fe24197983cfc2b914677f27e85f0b47d467687085992bbc61dab1ebd0b5d6e9c88fda8558fe7e1252a4568934dfc869cfd1e7daf43085568f8d3bbb8a89f0c55c2a74b34a1ed01546971230fdc0c03b502dff4557458c3e62d551ec3bd16daec9a4eebeeb1640faf85167e9305d13c0bfd8ea3833c1652e5a329dfc7bb8240b8d9f80098a69a9d7b6a5bfd4c794165503b94a8eac411d37b3953f5e7ed67cc751a211e15faf7e10b7d3e48b8fa5d75118e94cd1de375eefe3c9fcc2e1e18b608192e0c878c3f4ed0cadd78567c4e86c3151da23f39ca53480dc5ca238c243085065b5b5aae5df3c2723ab77d34099308d9cc1810a29371df6535d1b8e65fa5184f37743adc4a3e024d86eca2c454a99f5c8527d90cc489ec9d629276e5ff9689d58a46f2c814d4fb7006d8ed711641f4cfde90b24a18099668b5d678fd8b57c84d0406347cc3cd89c78b17323419ca9a035265692772790cbc7ddf293fb8ba21f46962b255e169d097d7fbc07c23fbbbe595ffbb3d728e3d23c9015807e1ef0fb7f32b336fbc14df238387786835f498f4eac1ddec3e03a66801a46279f2d047afa23402d3a59a5b23158a5636015624559dddb3e02e177c81c242335409cc4777fc42b94ff565827de4796d563d8a9dfbaf766bbecabff949f3d9bfd4c57e52d769c141257e6f51e20bddb13a64a32eb3ea5de33d7537b5cea5b9803376790a575365ba720a56ee9153b40399109665dc4f988cae635df86824a05f2436a455483564d755e9b3d1d69cb48b0353bd89d2ac56054bc0962afa6b962ffc4e4a0da10e636e4bf50ba82025cb5b08129159504e707f82d80acbce1d314e2d8ca9bcdbaafaa2654303cf84befc6529f43600a87b71cc5511a7778bb694f72deac084a98deb8f932ea7b8728c6c5f449e8eec2e25927e3bb5250db2df4c3007748bb740302f63caed827d178b01706e7db7d3179407b86b979bb7a041d9376d00fdf063318c9f17efcd9c92f05548149005c9c62b8f7edfa2eb08bc4dac24ffa6f65485fc482d064c361a45374052f13a25a9f770448562f8f9a8b5d7e3cb1906e9cd4fd1f048db1e70a4e4075ea3eda897f7af147149206108838e5d71d21c5f18bf83e8c724bbfd3428d5d08b2cadab09b972fa74ae91b921b197a0c040bf43e8b3d52df704634f830855a1e8da399f4723c9b92f15f1cdc470de01eea1aaad3ad080d4795cc9c0ea4842bac00592d72c0631f3840776ef2fa1221725e264c07e0b9aff7e39d12a0d278e54a4060d6fdf80534a303597acc5107e48f569ea9c56cbe0246a1f32094efc98da117049d21e8f19a5a946d633fa4eeaf6b4412928afac4c8a566da9c578339fac02556b68ccd38662fcca11a61cf16594586d39f3afcdbcf15eef3ae4721e9c33c6145af43feb4f57da245b09f29e1be999ba45d181d55c3b83283afd541cbe303e29cc7f2b3f6b2d95d066f29b0277263ab2bdb9e00fe3e1ddb14e85f38667f7cad81fa6ed045f0a5475ef7be67e2caf905ff21c0dd123344baa1d010b03cd7561fab56262ac9e331134799af551be0f321c40a2a99e873f63a12058ac65c4920587c241131720295127b017c9427cf309f43c472c643ba6dad9e13ac1063de6922936124a40a7e0f4c9fa775507932484a054576d709ec6a87c2aa344e54639a40d8c7bf5a71a50a3fce74cc50d09ca184efcf39efa3a04580e89e9f37efde75bde355f294827ce46ab7f414cf3ea249330302bed765171e29fe8b95e9f8dd1f39cfbb8dfcde35f6f8a945fe234fdd863dd98d6ab802b6ecb9511ed771a292d5a0837fdb4996963e3eecfd6a4f45e97779b2aca6f9e70e7ccadc0349f2df2cc7e4f42b373b63b6350ad64398eafd4142cca8f060b7300a7376ac225963bb56d02919a17c5f54177c9aea306a9b0ebb1308af19f2fb27e8e7bec42fa3fd9591cb32fc4d89a48b2f878841228dc3ac3466421d6daf096ffe74e1d14e4409f23081fa79f35f0af6ea0456c8302ec58a70e27416d2ec62f7eaef558098d8fbab97bfebe3f9b8b3729cdecaa39ff1422e724eb5eaac75c768b83ad6dbdc19507b7d9cfbb1618f9d0edbe1bcefdb99b258623c9b09ea36ac437960827d58c78db589e3aa0901fbc40b091a78a3cbdd9dcd8834bde394284cff25d6ea183e34c8b0f0f48bdafa765c535c4b5a1c91c3c6200dd6e8320d7aa0123cfc18db4480a349060ecd2f3e79df6016da1de43dd35f4c24b39a842e27130a78a428b91d6481ae39a3877becef15adadadb8264c4c3a2154f1758631bed2220c490049bf72367f129db0cfa2cce8ae0045ee2eeedfca70f93cf60d9a4e88e3a90b9c71a05af44229e2e73c8c3ef5fa1546d2d890b626d4eb36811c3ad0723e3aa5a526d8e16b9ce08f8dca3dfcb54528fd36ee30eef3dc9eb984f50d93a02669d6f0d02e654e8b4ecacad9fcdde7c9fdcbb6d757714120ac1ce0bf2428d3577c887fcf9bebfc91c284d0fc2e8f412a52c50029f3a840c0fdd3e8ef80d804b07691dc22d819310067c80c85a2ef99f20964a55ee58f04645174e35a14e91afd98dd33f8bcc8b3a495cbb93e25a2fc1cf6a7b30df013bf46933912cfee16dff67f3fd9a97a26cb3d6c5e8255122b064801714e6eb741b45f35767d15e6a4f1cc9966ffd7febdeecdf7f575f5617b5569614b36fdb40fb81ff68b505c769bb4f72acb21f277e1bff737de312245d6b23f18b4e1e00a8a573685f68ad89d436f006d8bf3f531f3717da5144f2299992589bad58fd69174f026afe83fa6bd38249e2de7c265922e8385a8d1b5d27fb21fcfaef217125ef11182f190e83889054de63ddf9d041c616371a2a696d31f2f1fbe5bd351b0fe61756d74379ba2e990862b1aa8469802ee53d87fe8b6e2a7344ba18e41357b141a", 0x1000)
ioctl$TIOCGSID(r2, 0x540f, &(0x7f0000000000)=<r4=>0x0)
setpriority(0x0, r4, 0x2)
fstat(r3, &(0x7f000002c000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
2017/09/11 22:56:57 executing program 3:
mmap(&(0x7f0000000000/0xae9000)=nil, 0xae9000, 0x3, 0x200032, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ae9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f00004c1000-0x9)="2f6465762f6b766d00", 0x1, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r1, 0xae60)
r2 = ioctl$KVM_CREATE_VCPU(r1, 0xae41, 0x0)
r3 = fcntl$dupfd(r0, 0x406, r1)
mmap(&(0x7f0000ae9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aeb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_CREATE_PIT2(r3, 0x4040ae77, &(0x7f0000aec000-0x40)={0x4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f000019a000/0x4000)=nil, 0x4000, 0x1000000, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = syz_open_dev$sndtimer(&(0x7f0000aeb000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x0)
mmap(&(0x7f000067b000/0x4000)=nil, 0x4000, 0x3, 0x801f, r4, 0x0)
mmap(&(0x7f0000942000/0x2000)=nil, 0x2000, 0x4, 0x50, r2, 0x100000000)
mmap(&(0x7f000002a000/0x1000)=nil, 0x1000, 0x1000000, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f00008fc000/0x2000)=nil, 0x2000, 0x2000001, 0x34, r1, 0x0)
mmap(&(0x7f0000ae9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x50, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aeb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000017c000/0x4000)=nil, 0x4000, 0x1000002, 0x32, r2, 0x4000)
mmap(&(0x7f00008f9000/0x2000)=nil, 0x2000, 0x9, 0x110, r0, 0x1000002)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_kvm_setup_cpu$x86(r1, r2, &(0x7f00002b6000/0x18000)=nil, &(0x7f0000293000-0x18)=[@textreal={0x8, &(0x7f0000911000-0x31)="fcf20f22c608c608b0000f01cabaf80c66b86c211f8d66efbafc0ced2c00650f06640f090f01dff3670f019ab0000000a7", 0x31}], 0x1, 0x1, &(0x7f0000a58000)=[], 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aec000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aec000/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)
openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f7161745f6164665f63746c00", 0x8000, 0x0)
mmap(&(0x7f0000917000/0x1000)=nil, 0x1000, 0x5, 0x432, r4, 0x38)
mmap(&(0x7f00004d7000/0x2000)=nil, 0x2000, 0x3, 0x36, 0xffffffffffffffff, 0x0)
ioctl$UFFDIO_WAKE(r3, 0x8010aa02, &(0x7f0000aee000-0x10)={&(0x7f0000298000/0x4000)=nil, 0x4000})
ioctl$SNDRV_TIMER_IOCTL_TREAD(r4, 0x40045402, &(0x7f0000029000)=0x5)
ioctl$KDSETMODE(r3, 0x4b3a, 0x400)
ioctl$SNDRV_TIMER_IOCTL_SELECT(r4, 0x40345410, &(0x7f0000001000)={{0x2, 0x3, 0x0, 0x100000000000, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$SNDRV_TIMER_IOCTL_PARAMS(r4, 0x40505412, &(0x7f000001d000-0x50)={0xffffffffffffffff, 0x1, 0x7, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
close(r4)
ioctl$KVM_SET_PIT(r1, 0x8048ae66, &(0x7f000093a000-0x70)={[{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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, 0x0, 0x0, 0x0}], 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = syz_open_dev$sndseq(&(0x7f0000aeb000-0xd)="2f6465762f736e642f73657100", 0x0, 0x0)
mmap(&(0x7f00009e5000/0x4000)=nil, 0x4000, 0x1000000, 0x40010, r5, 0x20000000000)
ioctl$SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT(r5, 0xc0bc5351, &(0x7f0000aee000-0xbc)={0xfffffffffffffffd, 0x1, "636c69656e7431000000000000000000000000000000000000010000000000000000000000000000000008000000000000000000000000000000000000000000", 0x0, "093cb1e9bd31deef", "73cc469a70d982c3ecf1a893a8ddcd5049935c2c95ca805ba6e3001269eeccbc", 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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(&(0x7f0000aea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aed000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aed000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_kvm_setup_cpu$x86(r1, r2, &(0x7f0000469000/0x18000)=nil, &(0x7f0000aee000-0x18)=[@text16={0x10, &(0x7f000077b000-0x4e)="0f71d200ba200066edbaa000ec643e0f2060f20f708c00e0a636d9f966b9800000c00f326635010000000f3066b8030000000f23d00f21f86635200000070f23f866b97d0800000f32650f0f25bf", 0x4e}], 0x1, 0xfffffffffffffffd, &(0x7f0000aee000-0x10)=[], 0x0)
ioctl$KVM_RUN(r2, 0xae80, 0x0)
[   73.516691] sctp: [Deprecated]: syz-executor5 (pid 6635) Use of struct sctp_assoc_value in delayed_ack socket option.
[   73.516691] Use struct sctp_sack_info instead
[   73.532195] audit: type=1326 audit(1505170617.649:22): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=6639 comm="syz-executor2" exe="/root/syz-executor2" sig=31 arch=c000003e syscall=202 compat=0 ip=0x451e59 code=0xffff0000
[   73.630890] sctp: [Deprecated]: syz-executor5 (pid 6635) Use of struct sctp_assoc_value in delayed_ack socket option.
[   73.630890] Use struct sctp_sack_info instead
2017/09/11 22:56:57 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfe6000)=nil, 0xfe6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x11, 0x8020000000000802, 0x400)
mmap(&(0x7f0000fe6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0xb, 0x800, 0x7f, &(0x7f0000188000)={<r1=>0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000fe7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
msgget$private(0x0, 0x8)
mmap(&(0x7f0000fe8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$netrom_NETROM_T2(r1, 0x103, 0x2, &(0x7f00008d8000-0x4)=0x53, 0x4)
bind(r0, &(0x7f0000fe2000)=@generic={0x11, "0000010000000000080044944eeba71a4976e252922cb18f6e2e2aba000000012e0b3836005404b0e0301a4ce875f2e3ff5f163ee340b7679500800000000000000101013c5811039e15775027ecce66fd792bbf0e5bf5ff1b0816f3f6db1c00010000000000000049740000000000000006ad8e5ecc326d3a09ffc2c654"}, 0x80)
write(r0, &(0x7f0000fe3000-0xc)="8e", 0x1)
mmap(&(0x7f0000fe6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$inet_icmp_raw(0x2, 0x3, 0x1)
sendto$inet6(r0, &(0x7f0000c25000-0xc9)="0c34f13242bc474e21a6da420df5af37953777bf13166fa6ce8383831d2689ffb7b40f91c1c211b31800fe8395bdf7c1884d4cb7761a4c49e2a0e38b3fb819421a1ffc94665b4f5afc3cf9fd029f7a68c19ee1e3ca81b0f7bfef67b556d271c36fa6684edf1151411b8c05a62b7ba3ff9e38a50988bc7eb5fe05bb17400770667db639eb449dc25c1cb25ad8b381dedb791a71f6356446a5e3948fddfdee6d46f07cf076dccda88150f1282f829f37a83699d1ba004559386ccc17287138ddd413493a13a90b9254fe", 0xc9, 0x4, &(0x7f0000138000)={0xa, 0x2, 0x3, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x2}, 0x1c)
pwrite64(r2, &(0x7f0000790000)="5054844e8661789ad0084dc68a75f101cf767a602f561b66b54d19af6db919ac9cde54a0de44c8ab1f0a0c0f2b107516a8fb980036fa566123b9c9a9f2f920f9cbc9802e1899fa23a371b62ddbe5748ce34bcdb369c5d127527ce086e92c7c9a2112734022aafc4685174bc1719ecf82800f4a2efff9ca2248", 0x79, 0x400000000000002)
mmap(&(0x7f0000fe8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet_icmp(0x2, 0x2, 0x1)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_ID_LIST(r0, 0x84, 0x1d, &(0x7f0000415000-0xc)={0x2, [0x0, 0x0]}, &(0x7f0000fe9000)=0xc)
accept4$inet(r3, 0x0, &(0x7f00001c5000)=0x0, 0x80000)
mmap(&(0x7f0000fea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_sctp(0xa, 0x5, 0x84, &(0x7f000067e000)={0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000fe9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockname$inet6(r0, &(0x7f00004ab000)={0x0, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, &(0x7f0000d81000)=0x1c)
mmap(&(0x7f0000feb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfef000)=nil, 0xfef000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$bt_hci(r1, 0x0, 0x1, &(0x7f0000787000-0x5c)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000799000-0x4)=0x5c)
r4 = socket$inet6(0xa, 0x800000000007, 0xffc)
setsockopt$inet6_mreq(r4, 0x29, 0x1b, &(0x7f0000de3000+0xe11)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0}, 0x14)
syz_emit_ethernet(0x69, &(0x7f0000deb000)={@random="0bee8e3c6c0f", @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x86dd, @ipv6={0x0, 0x6, "43f087", 0x33, 0x3a, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, {[], @icmpv6=@pkt_toobig={0x2, 0x0, 0x0, 0x0, {0x700, 0x6, "0e3711", 0x0, 0x2c, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, [], "474341"}}}}}}})
getsockopt$netrom_NETROM_IDLE(r0, 0x103, 0x7, &(0x7f0000b2d000)=0xfffffffffffffffe, &(0x7f00000e3000)=0x4)
2017/09/11 22:56:57 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
modify_ldt$read(0x0, &(0x7f00004ce000-0x10)="00000000000000000000000000000000", 0x10)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PR_SUPPORTED(0xffffffffffffffff, 0x84, 0x71, &(0x7f000084d000-0x8)={0x0, 0x0}, &(0x7f0000000000)=0x8)
getsockopt$inet6_udp_int(0xffffffffffffffff, 0x11, 0x64, &(0x7f00005db000)=0x0, &(0x7f00000a0000)=0x4)
r0 = socket(0x10, 0x2, 0x2005)
write(r0, &(0x7f0000b4c000)="240000001d0001000000000800000004023900fa1000010006000100a3ff7f0001ffc40dcf089b", 0x27)
socketpair$inet6_tcp(0xa, 0x1, 0x0, &(0x7f0000053000)={0x0, <r1=>0x0})
ioctl$sock_bt_bnep_BNEPGETCONNINFO(r0, 0x800442d3, &(0x7f00008d7000)={0x2, 0x6, 0x0, "0ed99e7735e6", "2d213fbd425d3ecfba947f8c6c41605c"})
bpf$BPF_GET_PROG_INFO(0xf, &(0x7f0000a38000-0x10)={0xffffffffffffffff, 0x28, &(0x7f0000d2e000-0x28)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, 0x10)
mmap(&(0x7f0000000000/0xeb5000)=nil, 0xeb5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$UFFDIO_API(0xffffffffffffffff, 0xc018aa3f, &(0x7f0000000000)={0xaa, 0x0, 0x0})
getsockopt$inet_sctp_SCTP_MAXSEG(0xffffffffffffffff, 0x84, 0xd, &(0x7f0000fd2000)=@assoc_id=0x0, &(0x7f0000767000)=0x4)
fcntl$setflags(r1, 0x2, 0x0)
mlock(&(0x7f0000011000/0x3000)=nil, 0x3000)
pkey_mprotect(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x0, 0xffffffffffffffff)
mremap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x4000, 0x3, &(0x7f0000be4000/0x4000)=nil)
mmap(&(0x7f0000000000/0xb29000)=nil, 0xb29000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_SOCKOPT_CONNECTX(r0, 0x84, 0x6e, &(0x7f00008db000)=[@in6={0xa, 0x3, 0x6, @loopback={0x0, 0x1}, 0x1}, @in={0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x2, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x1, 0x3, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x7416}], 0x4)
mprotect(&(0x7f000087a000/0x4000)=nil, 0x4000, 0x2000000)
keyctl$get_persistent(0x16, 0x0, 0x0)
mmap(&(0x7f0000000000/0xf1b000)=nil, 0xf1b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f0000005000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
ioctl$KVM_CREATE_VM(r2, 0xae01, 0x0)
mmap(&(0x7f0000000000/0xfda000)=nil, 0xfda000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
futex(&(0x7f000000d000-0x4)=0x4, 0x80000000000b, 0x4, &(0x7f0000ee0000-0x10)={0x77359400, 0x4}, &(0x7f0000048000)=0x80000000, 0x0)
creat(&(0x7f0000c0f000-0x8)="2e2f66696c653000", 0x50)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
set_mempolicy(0x1, &(0x7f00003b2000)=0x0, 0x99b)
socket$inet_sctp(0x2, 0x5, 0x84)
2017/09/11 22:56:57 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = epoll_create(0x400)
fcntl$getownex(r0, 0x10, &(0x7f000000d000)={0x0, 0x0})
r1 = socket(0x10, 0x8001000004802, 0x8)
r2 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$SO_BINDTODEVICE(r2, 0x1, 0x19, &(0x7f0000dba000)=@generic="a611556d8c66ba8502d132d030f05eb8", 0x10)
connect$inet6(r2, &(0x7f0000f82000-0x1c)={0xa, 0x1, 0x9, @loopback={0x0, 0x1}, 0x100000001}, 0x1c)
bind$inet6(r2, &(0x7f0000dbe000)={0xa, 0x1, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
listen(r2, 0x0)
syz_emit_ethernet(0x72, &(0x7f0000001000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="de895db1468d", [], {{0x86dd, @ipv6={0x0, 0x6, "a228af", 0x3c, 0x6, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @loopback={0x0, 0x1}, {[], @tcp={{0x0, 0x1, 0x42424242, 0x42424242, 0x902b33d, 0x0, 0xf, 0x3, 0x0, 0x0, 0x0, {[@mss={0x2, 0x4, 0x6}, @sack={0x5, 0x1a, [0x8000100000000, 0x100000000, 0x1, 0x27d, 0x7, 0x101]}, @sack={0x5, 0xa, [0x1, 0x3]}]}}, {""}}}}}}})
syz_extract_tcp_res(&(0x7f0000002000)={<r3=>0x42424242, <r4=>0x42424242}, 0x1, 0x0)
r5 = dup(r1)
link(&(0x7f0000d38000)="2e2f66696c653000", &(0x7f0000fa6000-0x8)="2e2f66696c653000")
r6 = perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0xd34, 0x0, 0x80000000000, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
syncfs(r1)
r7 = socket$netlink(0x10, 0x3, 0x0)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r1, 0x6, 0x1d, &(0x7f000021d000-0x14)={0x81, 0x8, 0x14f7de1d, 0x5eaf, 0x0}, 0x14)
writev(r7, &(0x7f0000d18000-0x10)=[{&(0x7f000030f000-0x2c)="2900000021001980013d7524000a00080200001600000000200000000900130000000000080249cbe0c890bc", 0x2c}], 0x1)
fadvise64(r0, 0x0, 0x3e45, 0x5)
getsockopt$netlink(r7, 0x10e, 0xe, &(0x7f0000166000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000500000)=0xeb)
r8 = dup2(r5, r1)
dup2(r5, r5)
r9 = openat(0xffffffffffffff9c, &(0x7f0000b0a000)="2e2f66696c653000", 0x0, 0x14)
ioctl$KVM_DEASSIGN_DEV_IRQ(r6, 0x4040ae75, &(0x7f00009a6000-0x10)={0x0, 0x7ff, 0x6, 0x301})
ioctl$TIOCLINUX5(r8, 0x541c, &(0x7f0000501000-0xb)={0x5, 0x6, 0x7, 0x2, 0x3ff})
getsockopt$inet_dccp_int(r9, 0x21, 0x80000000001, &(0x7f0000738000)=0x0, &(0x7f0000118000)=0x4)
ioctl$DRM_IOCTL_AGP_ALLOC(r9, 0xc0206434, &(0x7f00002e0000-0x20)={0xffffffff, 0x0, 0xffffffffffffffff, 0x9})
syz_emit_ethernet(0x4a, &(0x7f0000003000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="de895db1468d", [], {{0x2000086dd, @ipv6={0x0, 0x6, "a228af", 0x14, 0x6, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, {[], @tcp={{0x0, 0x1, r4, r3, 0x0, 0x0, 0x5, 0x11, 0x0, 0x0, 0x0, {[]}}, {""}}}}}}})
name_to_handle_at(r5, &(0x7f00001da000-0x8)="2e2f66696c653000", &(0x7f0000630000)={0xf8, 0x1, "0a573a626660dba11aac925d7826788b97632a67aaa9398bb4037c53276dbfd2a16193c62bd5fa4f7e41947b4b2c16b31dc5e44d1fb88349d0f275bb06d2b83802ef06aecedc1a9a58c473835783dde0bd1cbe2475e4467fa9c3e174e9b01a08b13f21f92f10fa81c13e1796437601a7026c049d3ca72ef9e0c78877e0a848941cb4f00dfaddd8b56bbd46681372691f0caecec5d96fb4e6d01cb32acb55817fa6fd4bcb1debe596c70fc64b7d4047d30988cd85904a46cce3cb184e6aa7b17f813d04a978a0fa3f4553b7a7776eaf2deaa20937ebf6a18d54ae4a7c55185542e4a55eb768562e7c109d64f64da0"}, &(0x7f0000a62000-0x4)=0x0, 0x1000)
fcntl$setstatus(r2, 0x4, 0x4004)
2017/09/11 22:56:57 executing program 7:
ioctl$sock_FIOGETOWN(0xffffffffffffffff, 0x8903, &(0x7f0000001000-0x4)=0x0)
mmap(&(0x7f0000000000/0xafb000)=nil, 0xafb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_sctp(0xa, 0x1, 0x84, &(0x7f0000104000)={0xffffffffffffffff, <r0=>0xffffffffffffffff})
mmap(&(0x7f000018e000/0x1000)=nil, 0x1000, 0x7, 0x8010, r0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f000002a000-0xa)="2e2f66696c653000", 0x0)
perf_event_open(&(0x7f0000768000)={0x10000000002, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x80000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
inotify_init1(0x80000)
r1 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_buf(r1, 0x29, 0x40000000000036, &(0x7f0000c0b000-0xd0)="dc13b51a4f31306e78dd580871912144ece470d734cfe694f75d34e12d9d233f08ffffffffffffffec0e8ce0442fbc50974e8e1195c6044500ffe1040002663d75dd0500004300000500048a5d070838a46611f937f96f7d4ff812a8f9fc3f07000003ff000000000000d359bdeb62c88a769c86856959f8b9dcaee3f8e59eee7026fe40be9cda06a2f125e2c3525ad0ffffffffffffffff3d728501902d973e668fa3f9b0974fec92b836614657ade603936ca6556ddfaedab60700396f4b9b3e5a2db8352780dff80bb45a7883eec5", 0xd0)
setsockopt$inet6_buf(r1, 0x29, 0x36, &(0x7f000097c000)="", 0x0)
dup3(r1, r1, 0x80000)
r2 = openat$sequencer2(0xffffffffffffff9c, &(0x7f000070c000)="2f6465762f73657175656e6365723200", 0x1000000000040, 0x0)
r3 = socket(0x20000000000000a, 0x2, 0x0)
r4 = dup3(r1, r2, 0x80000)
ioctl$TCGETA(r4, 0x5405, &(0x7f0000939000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r5 = dup(r3)
getsockopt$inet_sctp_SCTP_SOCKOPT_PEELOFF(r4, 0x84, 0x66, &(0x7f0000c64000-0x8)={0x0, 0x3}, &(0x7f00008c4000-0x4)=0x8)
setsockopt$inet6_int(r5, 0x29, 0x11, &(0x7f0000fd0000)=0x2, 0x4)
r6 = openat$kvm(0xffffffffffffff9c, &(0x7f0000afc000-0x9)="2f6465762f6b766d00", 0x2000, 0x0)
r7 = ioctl$KVM_CREATE_VM(r6, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r7, 0xae60)
ioctl$KVM_IRQ_LINE_STATUS(r7, 0xc008ae67, &(0x7f000050f000)={0x9, 0x3cca})
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x3, 0x1010, r7, 0x0)
mmap(&(0x7f0000afd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000084b000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afe000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:57 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCSREP(0xffffffffffffffff, 0x40084503, &(0x7f0000627000)=[0x8, 0xffffffff])
r0 = epoll_create1(0x0)
epoll_wait(r0, &(0x7f0000fd2000-0x60)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], 0x8, 0x73)
r1 = epoll_create1(0x80000)
r2 = epoll_create1(0x0)
r3 = syz_open_dev$vcsa(&(0x7f0000b71000-0xb)="2f6465762f766373612300", 0x5, 0x0)
r4 = timerfd_create(0x84, 0x800)
timerfd_settime(r4, 0x3, &(0x7f0000005000)={{0x0, 0x1c9c380}, {0x0, 0x0}}, &(0x7f0000001000-0x20)={{0x0, 0x0}, {0x0, 0x0}})
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r5 = socket$inet6(0xa, 0x2000000002, 0x0)
prctl$seccomp(0x16, 0x3, &(0x7f00003d5000-0x10)={0x0, &(0x7f0000904000)=[]})
ioctl$sock_kcm_SIOCKCMCLONE(r3, 0x89e2, &(0x7f000038f000)={r3})
readv(r0, &(0x7f0000630000)=[{&(0x7f0000a61000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb9}], 0x1)
epoll_ctl$EPOLL_CTL_DEL(r2, 0x2, r1)
getpgrp(0x0)
connect$inet6(r5, &(0x7f0000b1b000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
epoll_ctl$EPOLL_CTL_ADD(r1, 0x1, r0, &(0x7f000001b000-0xc)={0xffffffff80000009, 0x0})
getsockopt$bt_l2cap_L2CAP_CONNINFO(r3, 0x6, 0x2, &(0x7f00006db000)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000cd3000)=0x5)
ioctl$KVM_GOOGLE_SET_EXIT_MSRS(r3, 0x4008aeef, &(0x7f0000c8e000)={0x6, 0x0, [{0x0, 0x0, 0xed}, {0x9fb, 0x0, 0x0}, {0xb03, 0x0, 0xffff}, {0xbfe, 0x0, 0x6f}, {0x0, 0x0, 0x6}, {0xbae, 0x0, 0x0}]})
getsockopt$bt_BT_POWER(r3, 0x112, 0x9, &(0x7f0000195000-0x1)=0x9, &(0x7f0000f5e000)=0x1)
epoll_ctl$EPOLL_CTL_ADD(r0, 0x1, r4, &(0x7f0000022000-0xc)={0x2001, 0x0})
epoll_ctl$EPOLL_CTL_ADD(r2, 0x1, r1, &(0x7f0000019000)={0x0, 0x0})
r6 = openat$autofs(0xffffffffffffff9c, &(0x7f0000553000-0xc)="2f6465762f6175746f667300", 0x100, 0x0)
ioctl$TIOCMSET(r3, 0x5418, &(0x7f000088b000)=0x0)
getpeername(r5, &(0x7f000062a000-0x6)=@hci={0x0, 0x0, 0x0}, &(0x7f0000fd1000-0x4)=0x6)
syz_open_dev$urandom(&(0x7f00003ef000)="2f6465762f7572616e646f6d00", 0x0, 0x101000)
setsockopt$ALG_SET_AEAD_AUTHSIZE(r6, 0x117, 0x5, 0x0, 0x8)
getsockopt$kcm_KCM_RECV_DISABLE(0xffffffffffffffff, 0x119, 0x1, &(0x7f0000cfc000)=0x0, 0x4)
2017/09/11 22:56:57 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$netlink(0x10, 0x3, 0x10)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$sg(&(0x7f000024a000)="2f6465762f73672300", 0xe29, 0x30000)
ioctl$sock_bt_hci(r1, 0xc00448fe, &(0x7f0000825000)="42e58d90d67c3c86c7d2486482477297af691084f2a4e74969ce4895e44fb6f9773f59fabae34452cf32f36af9a8b236c4ec993b444ea6bbc3e1d330c37f7a44bd65e66010")
perf_event_open(&(0x7f00003fb000)={0x2, 0x78, 0x6350, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f0000489000-0x9)="2f6465762f6b766d00", 0x200000, 0x0)
r3 = ioctl$KVM_CREATE_VM(r2, 0xae01, 0x0)
r4 = eventfd2(0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_INITMSG(0xffffffffffffffff, 0x84, 0x2, &(0x7f0000808000)={0xfffffffffffffffc, 0xffffffffffffffff, 0x491, 0x2000000000}, 0x8)
poll(&(0x7f00008cd000-0x10)=[{r5, 0x4a1, 0x0}, {r5, 0x0, 0x0}], 0x2, 0x2)
close(r4)
r6 = creat(&(0x7f000012c000-0x8)="2e2f66696c653000", 0xa0)
syncfs(r1)
socket$inet(0x2, 0x6, 0x0)
setsockopt$inet_int(0xffffffffffffffff, 0x0, 0x14, &(0x7f0000fed000)=0x0, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
r7 = bpf$MAP_CREATE(0x0, &(0x7f0000000000)={0x4, 0x4, 0x4, 0x9, 0x0, 0x0, 0x0}, 0x14)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000e3c000)={r7, &(0x7f0000ee5000)="0898178c4314719ad5cf4f16aa27654f4b197570dfb7a90ebaf95cc029d667676e778925e17a1f2d88ec1bc34b4393a931d2dee3a23725ca3c7dc0a1117c4aadaeee4797c88bc614c4e7f7eda5b7cea3fd9eb07fcbc1529bb15fd4ca2e66e3142358b78f93fc68d66ba1", &(0x7f00005bd000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f00007f3000-0x20)={r7, &(0x7f000082a000-0x1)="", &(0x7f0000529000-0x1)="a7", 0x0}, 0x20)
r8 = eventfd2(0x0, 0x0)
ioctl$KVM_IRQFD(r3, 0x4020ae76, &(0x7f0000081000-0x20)={r4, 0x0, 0x0, 0xffffffffffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_IRQFD(r6, 0x4020ae76, &(0x7f0000001000-0x20)={r6, 0x8000000, 0x100, r8, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
openat$vcs(0xffffffffffffff9c, &(0x7f0000cc2000)="2f6465762f76637300", 0x800000000, 0x0)
r9 = syz_open_dev$loop(&(0x7f00004e5000)="2f6465762f6c6f6f702300", 0x7fffffff, 0x10000)
fcntl$F_MEM_LOCK(r9, 0x800)
sendmsg$netlink(r0, &(0x7f0000333000-0x38)={0x0, 0x0, &(0x7f0000d1a000)=[{&(0x7f0000ba7000)=[{0x14, 0x1d, 0x20000000000003ff, 0x0, 0x0, "08"}], 0x14}], 0x1, &(0x7f0000f63000)=[], 0x0, 0x0}, 0x0)
[   73.648436] audit: type=1326 audit(1505170617.765:23): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=6639 comm="syz-executor2" exe="/root/syz-executor2" sig=31 arch=c000003e syscall=202 compat=0 ip=0x451e59 code=0xffff0000
2017/09/11 22:56:57 executing program 2:
r0 = socket$bt_hidp(0x1f, 0x3, 0x6)
setsockopt$bt_BT_CHANNEL_POLICY(r0, 0x112, 0xa, &(0x7f0000000000)=0x80, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r1, &(0x7f000000a000-0x3d)={0x26, "6861736800000000000000000000", 0x0, 0x0, "63726333326300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
r2 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r2, &(0x7f0000000000)={0x26, "6861736800000000000000000000", 0x0, 0x0, "77703338340000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
set_mempolicy(0x8003, &(0x7f000007e000-0x8)=0x0, 0x3e)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000ff1000-0xc)={0x0, 0x0, 0x0}, &(0x7f000086e000-0x4)=0xc)
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f00000cf000-0x4)=0x0)
r3 = syz_open_dev$vcsa(&(0x7f00000c6000)="2f6465762f766373612300", 0x8, 0x531400)
perf_event_open(&(0x7f000001d000)={0x5, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x20000, 0x20000000000000, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, r3, 0x0)
mmap(&(0x7f0000000000/0xfde000)=nil, 0xfde000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
chmod(&(0x7f00003f5000-0x8)="2e2f66696c653000", 0x4)
perf_event_open(&(0x7f0000f87000)={0x2, 0x78, 0xd4e9, 0x0, 0x20000, 0xfffffffffffffffe, 0x0, 0x0, 0x2040, 0x80000000, 0x6, 0x0, 0x0, 0x0, 0x0, 0x9, 0x2, 0xfffffffffffffffd, 0x20000, 0x0, 0x4, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xb98c, r0, 0x3)
getpid()
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x553, 0x104000001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = socket(0x2, 0x3, 0x1)
connect$inet(r4, &(0x7f000005a000)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendmsg$netlink(r4, &(0x7f0000056000)={&(0x7f000001e000)={0x0, 0x0, 0x0, 0x0}, 0xc, &(0x7f0000056000)=[{&(0x7f000002d000)=[], 0x0}, {&(0x7f0000a45000)=[], 0x0}, {&(0x7f00007c4000)=[{0x10, 0x0, 0x0, 0x0, 0x7, ""}], 0x10}], 0x3, 0x0, 0x0, 0x0}, 0x0)
setsockopt$sock_int(0xffffffffffffffff, 0x1, 0x7, &(0x7f0000fdc000-0x4)=0xfffffffffffffffb, 0x4)
mq_timedreceive(0xffffffffffffffff, &(0x7f0000fc1000)="", 0x0, 0x9, &(0x7f0000fc1000)={0x0, 0x989680})
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xd30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
r5 = eventfd2(0x5, 0x1)
pipe(&(0x7f0000011000)={<r6=>0xffffffffffffffff, <r7=>0xffffffffffffffff})
fcntl$setpipe(r6, 0x407, 0x10001)
splice(r5, 0x0, r7, 0x0, 0x5636d6e4, 0x0)
2017/09/11 22:56:57 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
faccessat(0xffffffffffffffff, &(0x7f00006a5000-0x8)="2e2f66696c653000", 0x8, 0x800)
mlock(&(0x7f0000b2c000/0x1000)=nil, 0x1000)
mkdir(&(0x7f0000f6d000-0x8)="2e2f66696c653000", 0x122)
r0 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f00007ab000-0x11)="2f6465762f7161745f6164665f63746c00", 0x200, 0x0)
getpgid(0x0)
ioctl$SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT(r0, 0xc0bc5351, &(0x7f0000fdb000)={0x9, 0x1, "636c69656e7430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x4, "3b2f85373010a5ff", "e82d7c827ac4ab034c68d41101e7239a8172ca64f7ab8e5f50bbb8f5edbb373c", 0x1, 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]})
fstat(0xffffffffffffffff, &(0x7f00003c8000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
setns(0xffffffffffffffff, 0x40000000)
getsockopt$sock_cred(0xffffffffffffff9c, 0x1, 0x11, &(0x7f0000665000)={0x0, 0x0, 0x0}, &(0x7f0000458000-0x4)=0xc)
fcntl$getownex(0xffffffffffffffff, 0x10, &(0x7f00006c3000-0x8)={0x0, 0x0})
getresuid(&(0x7f0000927000-0x4)=0x0, &(0x7f0000066000-0x4)=0x0, &(0x7f0000692000-0x4)=0x0)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000ce9000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000af8000)=0xc)
ioctl$TIOCGPGRP(r0, 0x540f, &(0x7f0000202000)=0x0)
ioctl$sock_SIOCGPGRP(r0, 0x8904, &(0x7f0000e0a000-0x4)=0x0)
getsockopt$sock_cred(0xffffffffffffff9c, 0x1, 0x11, &(0x7f0000d40000-0xc)={0x0, 0x0, 0x0}, &(0x7f000066c000)=0xc)
syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
getsockopt$inet6_IPV6_IPSEC_POLICY(0xffffffffffffffff, 0x29, 0x22, &(0x7f00002a8000)={{{@in=@multicast1=0x0, @in6=@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, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@empty={[0x0, 0x0, 0x0, 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], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000041000)=0xe8)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x200000000000, 0x0)
getpriority(0x2, 0x0)
r1 = gettid()
getpriority(0x1, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0x0, 0xffffffffffffffff, 0x0)
unshare(0x400)
setsockopt$netlink_NETLINK_ADD_MEMBERSHIP(r0, 0x10e, 0x1, &(0x7f00004a6000)=0x1, 0x4)
r2 = mq_open(&(0x7f000004b000)="2f246367726f75706c6f00", 0x42, 0x0, &(0x7f000004b000)={0x3, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, 0x3})
mq_getsetattr(r2, &(0x7f000004e000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40000000}, &(0x7f000004f000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
open(&(0x7f0000023000-0xa)="2e2f636f6e74726f6c00", 0x0, 0x0)
sched_setparam(r1, &(0x7f00004aa000)=0x1)
[   73.778711] netlink: 1 bytes leftover after parsing attributes in process `syz-executor1'.
[   73.840786] QAT: Invalid ioctl
2017/09/11 22:56:58 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000001000-0x5)={0xffffffffffffffff, <r0=>0xffffffffffffffff})
r1 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000001000)="2f6465762f7667615f6172626974657200", 0x1, 0x0)
ioctl$sock_inet6_udp_SIOCINQ(r1, 0x541b, &(0x7f0000001000-0x4)=0x0)
chroot(&(0x7f0000355000-0x8)="2e2f66696c653000")
socketpair$ipx(0x4, 0x2, 0x0, &(0x7f000021d000-0x8)={<r2=>0x0, <r3=>0x0})
r4 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000002000-0xb)="2f6465762f6877726e6700", 0x2001, 0x0)
ioctl$DRM_IOCTL_GEM_FLINK(0xffffffffffffff9c, 0xc008640a, &(0x7f0000000000)={0x0, 0x0})
r5 = signalfd(0xffffffffffffffff, &(0x7f00007af000-0x8)={0x0}, 0x8)
mkdir(&(0x7f000002a000-0xa)="2e2f636f6e74726f6c00", 0x0)
select(0x40, &(0x7f0000002000)={0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000002000)={0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0}, &(0x7f0000003000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000023000-0x10)={0x77359400, 0x0})
r6 = inotify_init1(0xfffffffffffffffc)
fcntl$setstatus(r6, 0x4, 0x72109c5fef5d34d3)
r7 = gettid()
fcntl$setown(r3, 0x8, r7)
rt_sigprocmask(0x0, &(0x7f000003b000)={0xfffffffffffffffe}, 0x0, 0x8)
r8 = dup2(r2, r0)
fcntl$setsig(r8, 0xa, 0x3d)
ioctl$KVM_SET_USER_MEMORY_REGION(r1, 0x4020ae46, &(0x7f0000567000)={0x103ff, 0x1, 0x10000, 0x2000, &(0x7f0000a95000/0x2000)=nil})
r9 = inotify_add_watch(r6, &(0x7f00007b5000-0xa)="2e2f636f6e74726f6c00", 0x2000000)
getsockopt$SO_BINDTODEVICE(r4, 0x1, 0x19, &(0x7f000070b000-0x10)=@common="00000000000000000000000000000000", 0x10)
ioctl$EVIOCGSW(r8, 0x8040451b, &(0x7f00003d8000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
inotify_rm_watch(r8, r9)
inotify_add_watch(r6, &(0x7f00004b6000)="2e2f636f6e74726f6c00", 0xa400095f)
mknod$loop(&(0x7f000026c000)="2e2f636f6e74726f6c00", 0x1, 0x0)
ioctl$DRM_IOCTL_RES_CTX(r5, 0xc0106426, &(0x7f0000a73000)={0x8, &(0x7f0000359000-0x40)=[{0x0, 0x0}, {0x0, 0x0}, {<r10=>0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}]})
ioctl$KVM_REINJECT_CONTROL(r8, 0xae71, &(0x7f00005df000-0x20)={0x6, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$DRM_IOCTL_GET_CTX(r1, 0xc0086423, &(0x7f00005a1000-0x8)={r10, 0xffffffffffffffff})
open(&(0x7f0000e68000-0xa)="2e2f636f6e74726f6c00", 0x0, 0x0)
fcntl$setstatus(r6, 0x4, 0x4000)
2017/09/11 22:56:58 executing program 0:
r0 = accept(0xffffffffffffff9c, &(0x7f0000462000)=@llc={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @random="000000000000", [0x0, 0x0]}, &(0x7f00007e0000)=0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvfrom$inet(r0, &(0x7f0000000000)="000000000000", 0x6, 0x40000001, &(0x7f000091a000-0x10)={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0xee4000)=nil, 0xee4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6_sctp(0xa, 0x0, 0x84)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r1, 0x84, 0xa, &(0x7f0000000000)={0x0, 0x6627e76a, 0x1, 0x4, 0x8, 0x4, 0x8, 0xf19d, 0x0}, &(0x7f0000000000)=0x20)
mmap(&(0x7f0000ee4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_CONTEXT(r1, 0x84, 0x11, &(0x7f0000ee4000)={<r2=>0x0, 0x4}, &(0x7f0000ee5000-0x4)=0x8)
mmap(&(0x7f0000ee4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(0xffffffffffffffff, 0x84, 0x77, &(0x7f0000ee4000)={r2, 0xfffffffffffffff8}, &(0x7f0000001000)=0x8)
getsockopt$inet_sctp_SCTP_PEER_AUTH_CHUNKS(0xffffffffffffffff, 0x84, 0x1a, &(0x7f0000065000-0x94)={<r3=>0x0, 0x8a, "90c6373229db81e3759497fe4ced2bf0a18ae77c09afaff805afaf62e4b301135ecf717ea5ff55f16d048b2288c6f85f7f94d1eb4cbf632df0b61efb65eba23a9e0acc380cc74d95b5498967476a510ab1d625802bd1f4f8b74a1d33fe71135f9f1bc99de33a90eda08701471528743a1146f66315992c89dc1c2adbe7a2aee176f78d1eb1acaed0d86e"}, &(0x7f0000000000)=0x94)
getsockopt$inet_sctp_SCTP_SOCKOPT_PEELOFF(0xffffffffffffff9c, 0x84, 0x66, &(0x7f0000001000)={<r4=>r3, 0x0}, &(0x7f0000002000-0x4)=0x8)
r5 = socket$inet6(0xa, 0x1000000000003, 0x2)
getsockopt$inet6_mtu(r5, 0x29, 0x17, &(0x7f0000de4000-0x4)=0x0, &(0x7f00002fa000-0x4)=0x4)
bind$inet6(r5, &(0x7f00008dc000-0x1c)={0xa, 0x2, 0x6, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x40004}, 0x1c)
sendto$inet6(r5, &(0x7f0000d4b000)="2b", 0x1, 0x0, &(0x7f0000d11000-0x1c)={0xa, 0x0, 0x15, @loopback={0x0, 0x1}, 0x0}, 0x1c)
getsockopt$inet6_mreq(r5, 0x29, 0x1c, &(0x7f0000de5000-0x14)={@loopback={0x0, 0x0}, <r6=>0x0}, &(0x7f0000de4000-0x4)=0x14)
ioctl(r5, 0x1, &(0x7f00009db000)="8d28d15c7a44868037caa141459d74e92a0102d301f175dfd8b1012feeef1920ea7dffd0ac83531c8c2d9d379e0df5c01e1a7626a51bd9cc75440cf9d51ad7e976cf26cb6dc29204281ec0c4df73b29d06ec5c6688be62c2a2f0")
ioctl$sock_SIOCGIFINDEX(r5, 0x8933, &(0x7f0000466000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, <r7=>r6, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
setsockopt$inet6_mreq(r5, 0x29, 0x1b, &(0x7f0000c53000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, r7}, 0x14)
setsockopt$inet6_mreq(r5, 0x29, 0x1b, &(0x7f0000de6000-0x14)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, r7}, 0x14)
syz_emit_ethernet(0xf7, &(0x7f000000d000-0x44)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x86dd, @ipv6={0x0, 0x6, "43f087", 0xc1, 0x7f, 0xffffffffffffffff, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, {[], @icmpv6=@echo_request={0x80, 0x0, 0x0, 0x7e, 0x7, "67fd1c9b18072343b0ede87d3089bcbfb08469c641bcc2bbdbd56547db1ceeeb90b2e8c61a1cdc894954a5bba226b4b38697b86277db90287d2b8919485a87a49cbee44729b3b3652dbd35d3dab901aa348b04a7bb7e1e55d6f8c1d76c95ac81ca8af5735cc04c30abea3e385d1e1d6a50edd4230e7ebdac474bde16a26f95151c27767f01756fdbff0b2223bcddcd9e1f051b55af62915d1ecd564b24fd46a8017157eeb922dd9066fda72ea981c3fea49dfc4c752169bb7b"}}}}}})
setsockopt$inet_sctp6_SCTP_RTOINFO(r1, 0x84, 0x0, &(0x7f0000de7000)={r4, 0x7, 0xfffffffffffffffe, 0x9}, 0x10)
mmap(&(0x7f0000ee5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_tcp(0x2, 0x1, 0x0, &(0x7f0000866000-0x8)={0x0, <r8=>0x0})
mmap(&(0x7f0000ee4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bind$inet(r8, &(0x7f0000ee5000)={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
socket$inet6_sctp(0xa, 0x1, 0x84)
setsockopt$inet_sctp_SCTP_SOCKOPT_BINDX_ADD(r0, 0x84, 0x64, &(0x7f0000224000-0x2c)=[@in6={0xa, 0x3, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0}], 0x1c)
socket$inet6(0xa, 0xa, 0x6)
mmap(&(0x7f0000ee5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_mreqn(0xffffffffffffff9c, 0x0, 0x23, &(0x7f0000ee6000-0xc)={@local={0x0, 0x0, 0x0, 0x0}, @broadcast=0x0, 0x0}, &(0x7f0000760000-0x4)=0xc)
2017/09/11 22:56:58 executing program 4:
r0 = socket$inet6_udp(0xa, 0x2, 0x0)
setsockopt$inet6_buf(r0, 0x29, 0x20000100006, &(0x7f0000264000)="00", 0x1)
mmap(&(0x7f000001b000/0x2000)=nil, 0x2000, 0x1000000, 0x40000032, r0, 0xfffffffffffffffc)
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)
r1 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r2, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
io_setup(0x8, &(0x7f0000001000)=0x0)
r3 = open(&(0x7f0000968000-0x8)="2e2f66696c653000", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = gettid()
perf_event_open(&(0x7f00002a7000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0xfe, 0x9, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r4, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfba000)=nil, 0xfba000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x548000)=nil, 0x548000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_SET_CLIENT_CAP(0xffffffffffffffff, 0x4010640d, &(0x7f00000c6000-0x10)={0x0, 0x7})
r5 = syz_open_dev$tun(&(0x7f0000125000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x0)
ioctl$TUNSETIFF(r5, 0x400454ca, &(0x7f0000512000-0x28)={@generic="30609402000000000000067d08cee06e", @ifru_mtu=0xcf1a})
linkat(r3, &(0x7f0000904000-0x8)="2e2f66696c653000", r3, &(0x7f00001fc000)="2e2f66696c653000", 0x1400)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000fd6000-0x8)="2e2f66696c653000", 0x0)
r6 = socket$inet6_udp(0xa, 0x2, 0x0)
shutdown(r6, 0x0)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000027000-0x8)="2e2f66696c653000", &(0x7f000000c000)="72616d667300", 0x0, &(0x7f000000a000)="")
epoll_ctl$EPOLL_CTL_MOD(0xffffffffffffffff, 0x3, r1, &(0x7f00006fc000)={0x0, 0x0})
mount(&(0x7f0000d04000)="2e2f66696c653000", &(0x7f0000903000)="2e2f66696c653000", &(0x7f0000812000-0x6)="6264657600", 0x100000, &(0x7f0000444000)="")
mount(&(0x7f0000fb6000)="2e2f66696c653000", &(0x7f0000d78000)="2e", &(0x7f0000fdb000)="756269667300", 0x1000, 0x0)
link(&(0x7f0000a4c000-0x8)="2e", &(0x7f00001a7000)="2e2f66696c653100")
2017/09/11 22:56:58 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_sctp(0x2, 0x5, 0x84)
r1 = accept(r0, &(0x7f00000ba000)=@sco={0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00005cf000-0x4)=0x8)
setsockopt$inet_dccp_buf(r1, 0x21, 0xd, &(0x7f000022f000-0xd3)="05a5928ec949d4f216d494691ce103ce4c23b4f60f0de2cfd391c8b542e7ff9d3afb3ee8c8c352f630e76d03ead0a8a96849167c53c3d6a607eb51bf7361cb2a4da4db95037b7af0bcd303277ff60ec2a71d3f34cf17232ce6a73f212771a499474ce43cc70f045fbd61b031fadd3ceb78d5658a78540a2b0324bf9606c75376c7fe1e522497c31000563314c7e1de57f71233638e6ebf7a285ca582e1c7472449b2a420d7295ba1616d0c2f187f7de1b267a31dab0082bae180ead88f898ab4a6ae8d25be29d9264a0aad2371b9b538a56de3", 0xd3)
listen(r0, 0x100c)
mmap(&(0x7f0000000000/0x237000)=nil, 0x237000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000237000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000238000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xa000)=nil, 0xa000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
epoll_create1(0x0)
ioctl$TIOCGSID(0xffffffffffffffff, 0x540f, &(0x7f0000003000)=0x0)
r2 = syz_open_dev$evdev(&(0x7f0000007000)="2f6465762f696e7075742f6576656e742300", 0x2, 0x0)
mmap(&(0x7f000000a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCSKEYCODE(r2, 0x40084504, &(0x7f000000b000-0x5)=[0xa3d0, 0x80])
r3 = accept(r0, &(0x7f00006cd000-0x6)=@hci={0x0, 0x0, 0x0}, &(0x7f0000238000)=0x6)
ioctl$sock_inet_tcp_SIOCATMARK(r3, 0x8905, &(0x7f000006c000+0x27b)=0x0)
r4 = socket(0x8, 0x3, 0x9)
getsockopt$inet6_IPV6_IPSEC_POLICY(r3, 0x29, 0x22, &(0x7f00006a2000)={{{@in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in6=@loopback={0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r5=>0x0, 0x0}, {0x0, 0x0, 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], 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@broadcast=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000e85000)=0xe8)
ioctl$sock_inet6_SIOCDELRT(r4, 0x890c, &(0x7f0000445000)={@loopback={0x0, 0x1}, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x9, 0x8000, 0xffffffff, 0x400, 0x5, 0xffffffffffffffff, r5})
mmap(&(0x7f0000238000/0x1000)=nil, 0x1000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
connect$netrom(r3, &(0x7f00004b5000)=@full={{0x3, {"9cb5ee013bd918"}, 0x100}, [{"bb3aa4303c6cbf"}, {"8a1ea3fe6fdd6c"}, {"5fe4d31cd00cc7"}, {"975ed1e683773e"}, {"aad57403b4b5c6"}, {"04ff35ca95d02c"}, {"00ec3334d5f427"}, {"9d004a0ce31c37"}]}, 0x48)
mmap(&(0x7f0000239000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000239000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000023a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvmsg(r4, &(0x7f000023a000)={0x0, 0x0, &(0x7f000023a000)=[{&(0x7f0000ebc000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa6}], 0x1, &(0x7f00001e6000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd2, 0x3}, 0x40000102)
getsockopt$inet_sctp6_SCTP_PR_ASSOC_STATUS(r4, 0x84, 0x73, &(0x7f00006fa000)={<r6=>0x0, 0x8000, 0x20, 0xbf2, 0x3}, &(0x7f000023a000-0x4)=0x18)
mmap(&(0x7f0000239000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r4, 0x84, 0x6, &(0x7f0000239000)={r6, @in6={{0xa, 0x1, 0x9, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x8c)
getsockopt$inet_sctp_SCTP_ASSOCINFO(r0, 0x84, 0x1, &(0x7f00005cc000)={r6, 0x1, 0x4, 0x2, 0x2000000000005, 0x80401}, &(0x7f0000c84000)=0x14)
mmap(&(0x7f000023a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   73.854375] netlink: 1 bytes leftover after parsing attributes in process `syz-executor1'.
[   73.928254] QAT: Invalid ioctl
2017/09/11 22:56:58 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x0, 0x20)
getsockopt$inet_tcp_TCP_PSP_RX_SPI_KEY(r0, 0x6, 0x6c3, &(0x7f0000132000-0x18)={"00000000000000000000000000000000", 0x0, 0x0}, &(0x7f00000e2000-0x4)=0x18)
r1 = socket$inet6(0xa, 0x0, 0x3)
setsockopt$inet6_buf(r1, 0x29, 0x37, &(0x7f00000be000-0x20)="9b017dfed173a00b99b8f4758ed58b22c77173fa3423acc7bd57b23b4105d1a4", 0x20)
bind$inet6(r1, &(0x7f00006a1000)={0xa, 0x0, 0xffffffffeffffffc, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfffffffffffffff8}, 0x1c)
connect$inet6(r1, &(0x7f00006da000-0x1c)={0xa, 0x0, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x2}, 0x1c)
listen(r1, 0x3)
setsockopt$inet_sctp6_SCTP_RECVNXTINFO(r1, 0x84, 0x21, &(0x7f0000611000-0x4)=0x7, 0x4)
r2 = accept(r1, &(0x7f0000d0b000-0x10)=@llc={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, &(0x7f0000eff000)=0x10)
getsockopt$inet_sctp6_SCTP_ENABLE_STREAM_RESET(r2, 0x84, 0x76, &(0x7f00003df000-0x8)={<r3=>0x0, 0x8c06}, &(0x7f00008cc000)=0x8)
setsockopt$inet_sctp6_SCTP_RTOINFO(r2, 0x84, 0x0, &(0x7f00005a8000-0x10)={r3, 0x6, 0x0, 0x9}, 0x10)
r4 = accept$ipx(0xffffffffffffffff, &(0x7f0000ed2000-0x10)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f00007d7000)=0x10)
r5 = socket$inet6(0xa, 0x1, 0x8010000000000084)
sendto$inet6(r5, &(0x7f0000b63000)="39", 0x1, 0x0, &(0x7f0000c0c000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
setsockopt$inet_sctp_SCTP_AUTH_KEY(r2, 0x84, 0x17, &(0x7f0000dce000)={r3, 0x80000000, 0x8, "e8b23f7ad36fec3a"}, 0x10)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(r1, 0x84, 0x70, &(0x7f0000e4e000-0xab)={r3, @in6={{0xa, 0x2, 0x80, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xaff4}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x4, 0x5, 0x400, 0x6, 0x9, 0xa0, 0x10000, 0x2, 0x6, 0x20, 0x7, 0xffffffff, 0x1ff, 0x5, 0x9]}, &(0x7f0000df8000)=0x108)
r6 = gettid()
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000422000)={0x0, <r7=>0x0, 0x0}, &(0x7f00002b3000-0x4)=0xc)
getsockopt$sock_cred(r4, 0x1, 0x11, &(0x7f000072f000)={0x0, 0x0, <r8=>0x0}, &(0x7f00006f6000-0x4)=0xc)
sendmsg$unix(r2, &(0x7f0000d81000-0x38)={&(0x7f0000ca7000)=@abs={0x0, 0x0, 0x3}, 0x8, &(0x7f0000311000)=[{&(0x7f0000667000)="f464cbc291912dc6699a167853a200332bbdb2abb9cf02d7710b5e05c29dc129e190dcdc986df329c93609b319e24c0a50e90ecc19c277a7c263ad50160e17a28847b3f4b9304ed248b94e902614b36c5e1c877cebf0f61c87ae2e975672cfdc19634f16a9599fb29976819373e16a8a384f1c4105b28ab17726ca1c9ce03a1f9ddc403ef19eaba9524de9", 0x8b}, {&(0x7f0000cb2000)="ed104c5947abab25b60938c1362774abea2bf47b29e32d9ac948a60a92f609945676fa5da57d9823930e989bcd34a0277654221eb2c4778d935089e618856ba8466bf2189184fe6e1c4855b81ae26cc57d27d5c7fa151fd21eaa7a4efc99a660c77233125227f1604fcce754eae5c69fad748597a513b7f3227c717180", 0x7d}, {&(0x7f00002a0000-0x2d)="64c5b6ccda7abaa7ad8e2c9d1491d357cd4fea2f171f713687a5ae4ff137c696d85846c9cfe15d2b3a5c2e099c", 0x2d}, {&(0x7f00003ad000)="2754fbd260ce6d9b9bbccc62617657857911395874e75597fef8ce6802a578a3081f520f35a31546cda28766786cd4c7c4a8684c36942d4727eeebe58f3a49d5ec931b31b3080b63cc9509dff5e8c4aae9a6a17d8425d7466161045f1f82976f4c82525e937e3823c42a854facf50b027fcded60ebf1078d21af1437367953b3bd210102d7deecaae57a5ecc4a4e3fc13f67c29b1edba15f769638567c8d67a019acbfe3ef055b12aaea4f8ad066df89aab1b49271bcc33383ae6fc6", 0xbc}], 0x4, &(0x7f0000c0a000)=[@cred={0x20, 0x1, 0x2, r6, r7, r8}, @rights={0x18, 0x1, 0x1, [r1, r4]}], 0x2, 0x40080}, 0x20000800)
2017/09/11 22:56:58 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setns(0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x40000000002, 0xffff)
dup(r0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000001000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000000000/0xb39000)=nil, 0xb39000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f00006d1000)={0x2, 0x78, 0x27, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x6, 0x0, 0x0, 0x6, 0x10000000000, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000008c000/0x4000)=nil, 0x4000, 0x5, 0x810, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x553, 0x100000001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = bpf$MAP_CREATE(0x0, &(0x7f0000371000-0x14)={0x1, 0x0, 0x4, 0x48, 0x0, 0x0, 0x0}, 0x14)
bpf$MAP_DELETE_ELEM(0x3, &(0x7f0000f5b000)={r2, &(0x7f00002ae000)="01"}, 0x10)
mmap(&(0x7f0000000000/0xfd8000)=nil, 0xfd8000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = dup(0xffffffffffffffff)
socketpair$unix(0x1, 0x7, 0x0, &(0x7f00002bf000)={0xffffffffffffffff, 0xffffffffffffffff})
perf_event_open(&(0x7f00006d1000)={0x2, 0x78, 0x21, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setns(r1, 0xc000000)
r4 = socket(0x2, 0x3, 0x6)
setsockopt(r4, 0x0, 0x29, &(0x7f0000fc8000)="010000000000000000000000050000000e", 0x11)
pipe2(&(0x7f0000366000-0x8)={0xffffffffffffffff, <r5=>0xffffffffffffffff}, 0x800)
ioctl$KDENABIO(r5, 0x4b36)
mmap(&(0x7f0000fd8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_udp_SIOCOUTQ(r3, 0x5411, &(0x7f0000fd8000)=0x0)
r6 = perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0xd38, 0xffffffffffffffff, 0x0, 0x801fc, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x255c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000fb3000-0x78)={0x2, 0x78, 0x379, 0x1, 0x0, 0x4000000000000, 0x0, 0x0, 0x0, 0x5, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x3, 0x2, 0xffffffff, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0}, 0x0, 0x0, r6, 0x0)
mmap(&(0x7f0000fd9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
creat(&(0x7f0000b90000)="2e2f66696c653000", 0x20)
mmap(&(0x7f0000fd8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   73.947807] QAT: Invalid ioctl
2017/09/11 22:56:58 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000022000-0x8)={0xffffffffffffffff, <r0=>0xffffffffffffffff})
r1 = perf_event_open(&(0x7f00008a8000-0x78)={0x7, 0x78, 0x1000, 0x6, 0x0, 0x0, 0x0, 0x10000, 0x0, 0x0, 0x4, 0x1, 0x40000000000, 0x0, 0x0, 0x0, 0x1, 0x0, 0x2, 0x2, 0xfffffffffffffffe, 0x0, 0x2, 0x0, 0x0, 0xffffffffffffffff, 0x0}, 0x0, 0x7, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sg(&(0x7f0000002000)="2f6465762f73672300", 0x3, 0x3f)
semop(0x0, &(0x7f0000005000)=[], 0x0)
setsockopt$sock_int(r0, 0x1, 0x2a, &(0x7f00007ce000-0x4)=0x5, 0x4)
r3 = perf_event_open(&(0x7f000000a000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x800000000, 0x0, 0x0, 0x0, 0x100000000000, 0x668, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20000020, 0x8, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
fchmodat(r2, &(0x7f00009b4000)="2e2f66696c653000", 0x54)
ioctl$sock_bt_hidp_HIDPGETCONNLIST(r2, 0x800448d2, &(0x7f0000475000)={0xa, &(0x7f0000044000-0x1614)=[{{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, {{0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}]})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
syz_open_dev$sg(&(0x7f000005a000-0x9)="2f6465762f73672300", 0xfffffffffffffffe, 0x200)
r4 = memfd_create(&(0x7f0000b6e000-0x2)="00000000000000060804000000fffc0c6565643b799365005f1b76", 0x0)
write(r1, &(0x7f0000ffe000-0x5)="3f34355805", 0x5)
execveat(r4, &(0x7f0000ff7000)="2e2f66696c653000", &(0x7f0000e2b000)=[], &(0x7f0000521000-0x30)=[&(0x7f0000ff7000)="00000000000000060804000000fffc0c6565643b799365005f1b76"], 0x1000)
ioctl$TIOCMBIS(0xffffffffffffffff, 0x5417, &(0x7f0000fa1000-0x4)=0x6)
getsockopt$inet_sctp_SCTP_AUTOCLOSE(r2, 0x84, 0x4, &(0x7f0000128000)=0x0, &(0x7f0000aec000)=0x4)
epoll_create(0x6)
socketpair$inet_sctp(0x2, 0x5, 0x84, &(0x7f0000e27000)={<r5=>0x0, 0x0})
ioctl$SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT(r2, 0xc0a85352, &(0x7f0000b53000)={{0x101, 0x8}, "706f7274310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x20, 0x10020, 0x200, 0x3, 0x5, 0x80000000, 0x9, 0x0, 0x3, 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]})
accept$alg(r2, &(0x7f00000d9000)={0x0, "0000000000000000000000000000", 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000ad1000)=0x58)
sendmmsg$unix(r2, &(0x7f00003ca000-0x70)=[{&(0x7f0000000000)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f00003ca000-0x21)=[{&(0x7f0000000000)="72dfea4be8dffc4d694c12f007135c47cbd8d0683ea13c6ac6f281a5df3709bce6f59d1351a3d03e745590d861e9b4f9f02e7f12b53a30edd6e380b0dcfddc2e903542c6cd84c12c735adfcd8a5a134d17e14bfef3ed5506eaa34f970d82607f3a165ce31bed06a89078a7", 0x6b}, {&(0x7f0000000000)="fb4287ba3ca4d35601c44e8d0d828cf220b75866356fa971cd633c40248003a5a8b411f5f8046d3eede6b46ad1bbba21c4f55b92948779258e61d3a72f66e5e204060f601fab851455dba506acbdb80b2d6afb2b4fe6c6d803e56a122f968c5e10411d2c22ffe35a441895f2490429573c6a219df6ad337bfb495b4d0f4d868a374c0fb2720d13d5a522daa08bde4d416157ab7215aba167b8f93417d59df1cf0cb2b2f46f05b75d11bda6e26a0decf26a054a75fd024f3898", 0xb9}, {&(0x7f000059b000-0xcd)="0d21b6b5d362ea0cfd2afd53bace4f9ea7f10b4934b3c5384af8e42c733279185b1695afba689339be84460ff88e10892db58cd9602a2e7ef70daf026bcf14e0c3fba78b40594049d72538d4eba9f3536e88132e23d0812a3d53c2669c69dcaf8cbb0e19249d7d5e5ed4b4b9fe2d463cac56f97de108fa189f2e9558da15a8944a2be74eac58b231cec90d0d94854e51f1d57d840d3f10a8fbb413eeaad8205621c3216259c97a85460ed2676c54dbd248e99f778f30b96b9ac927cc140908561a0fea13955c7e50773ca18a69", 0xcd}, {&(0x7f0000000000)="6ec46ee3158d3aa8320408a728d70205523096cb6a730705d645246ea7f588bcc981e31f63986e36da9ad1cfdf187dd7ef36277b77b78b7c435d9ceee772739289165555ebc01850e551b8fbfbb5aa34472eb4cf55c6f860466faf91a7bc96da81078fa5b47c19bbd1b05b0b7e189d89fc57b13092", 0x75}, {&(0x7f00003c9000-0x78)="76f4ec75f417cdb78e81dd6c91eca863ac2a7b81553c2282045ca2e237656e4198491d19b9ac68e99f4f67644be320002814defad097bfa4115e2c07ed05f53580fb2aacb517aaab2164083bcd1ed5729e863b16242caad1bf0bc77bb47c51b6d83d38e6a3e314e3d8bac0ffe92fb8db36a3ad785bd6ed91", 0x78}], 0x5, &(0x7f00003c9000)=[], 0x0, 0x40000}, {&(0x7f0000000000)=@abs={0x1, 0x0, 0x0}, 0x8, &(0x7f0000001000-0x10)=[{&(0x7f0000000000)="d3cf02c1124ffd0ea90e53e5900e33bd2bc21a5039e008bbaf369e3e82e7cc0a9e1042627cc87bf230c419e442d5145957c47124eb07788cb8e9fe35f8fecad62608c8f8d4edf6072c5887d902eb969fda27e401675f1940a4c76645ad66e633ba8414b93376cc8f563e758b048ff302a1272d94bd58cc61387eba8215ce838bf06bea6abce9fb1d7a791a2946486cb6b722da2c30499ab4cbc23675cf4118a407e2a022cf292ff8b6256727862398043b8caafefbb5f7a0500f0b70b1be35eb7ba45113f357a95d47798e85ac40d9f48f8df1b9083fb8534119e7725ef22d0876381e5ebee472d963e9e924b2cf6a725d829dc8ec6e309223291324f0f88a80382059c0cfd6aa5f87ab62e4f6026487b3e478fd76253ea8e6c96575a8b1708c86a548615f0c47750f8b08e628225e5b3a587bdc2ca3958ffc381a33f32ce8a9b6d615e9618d91e1507288fcab67c339b93c9602a007f1feaf54308adf551b2d6a459bec063ea43daf4bbcef0177e7ca531d1c82f00e119e5e3556f363f4c61b7e19dfb91100b568501ff12e159ee5d9e1dc2c02baa23bb419762fc55d8e7721860de8d28d77b94945737fcc505049a849bb5fb9dda1d98b04353d05b1837a4a35cefaca31732beb8dc503233d694cb7c9e8363dbc5603d3d8c9cecba82f44369672c5562749d702705bd294db47917c6fda83017ebe0c86b85eba81e356e1c89f6470a3bd22ef2cbcd0df2ace9b1aee8874ee78954174309a9ecf8e8fc7c2704e2f98f44f2cfe7be0cc6d48898c8a2b4c868f771a3a43ea2288e6ded4b976e7e0621653b4e3b1170ed6fd2a6fc70c57d1a7dcde862c8feff243930ddc25dc9708bcfda8519e159b0d023ac098121246ef8595d4cc0efa54744d8a3ed6cd8186db9580994b6b004162771999c8774d1de0ef3ecbc1898d6e514e54ea2cdf740ce1a9d500f0b1a9670da14f32b0f32d51496a0e5031a6b75d11acb82d333784032c5d75922faa3030c97ac14294a5851c716363b823fdd5636a474818f2c0f43d22b352f227b8747e4df3f2151414e5fc59719ef5a0c2fda3c5a6d1a2d6f4ec995f0ffc532badb7c3ac208641a47c5b1d554a626b58b4c23f3bc84090e904879593da87e2cf3f9fbcaa29237cce68bb52fe40e9a033087f3f94c83fcb3ab79400636be44d5b8d14a6d40bac98ae3e2cd36a7d2b03c2e575d54022fbed23f94845782a67acb5308b179a5527891041ac907b80b973ce8f46fb657277e271099e98ec38e7f4e1138309df7d34b2603529bbde5672ad3de0fbfd7a7caa0dc5b12004f4f5d9a058526bdee1da4aff51f0182e4877ab7508e2af59bb3d2b2e87cc209796e456148ed6e466a9cd9cbaa41a02d82149e065a040498f66206d24365ac00335511d74b8d86625825c755db7d799d5194fb60d95626c8ef57db84fa48b356b0942432b6c590c4316447322f21f9c3554bec9daf50538bbf8ea2537c41fc691eb501594df83a050053fec7ef935bb507dca184338d313778578f5cbac139f52c4c39710ea0b0af09b675c1a13cc3304dae66c620b6714cc058f8c8fef8f07cb38da20e825b11132a5204cca883de8d0b966a2fdee2a6126b66ae4b651d2b2fbbf137509a0cc0a27c8d2bb016ffb34eb1f7baf012f24fea592c65b096bd71c0a1ef5aa2791eef70ad377a71ad5d208f1acd1d460cce8415e2174e826242d8721ea4620fd141d7dbd5bf5fec4419913101c2cb92322882b58b4330c728825a1dd6ea1e22bd1a182ab0680b9359b8478a0f3741cdefe4647b873d746a23c2ce37b7eee50a7be3fca7a2f45b06943d1dd7fd6179275d223b61defce72a6597722c993ca51f88526350235b92cbadc493b38f54f083892b4e60b974d58de3fee73de04d0bd3ffbad52616b778e09e0910ff9c362b937d3e7aecf976c09320eff659314d73a9810c32bc0ec8bd0310c4bac5d169b46789de8f14dfbe5b036cf0fd37caa4048723c8de60b4fd9e7b31f0c24b03ba8b4a811200c9fef079ef6b804fc975603c80b8e43cbd2b13e5e0a4898ab86874af86c0c06c3382ccf65ca141d18801c147e89915800dcb348fef868d1bd02a1a4baef8d5a19e22fd3d870cddf32ff4804219a37a6920ad5e9e56da8b1e18034e04f1f0ccc9efc28b18d7fe6bb886d96cd14743169242892bdd69792555a2cf32a6458896e9886b85b743836646974632d2b214cb68a5feb8b8916c15c4f4312742ff139ceb59b22a2dd62159c4d718a13c4c110f8d969670daa0fb5d9c38d2ebbde52a2683b47de24c7329516fd183b078e2691e02bc4140a8efb52aa35ba51ddb12f9d497e23aa11c29450d3dc98ad2b2f25fc3e38f68ce764aa6c8b605146c38481464f056b8445a593c6bf5fe874d2b99fb41c10a7064b22b1c2ec09d67ec366d473a310d0623dce4e9a4f64e461a8331d1e1e396958799aed08fdedd1e7bf116cb3f27fb64797ff4fca1bcc7d1616ad5abc9882e2b4ebd4486c01cb517bf80551bf354c24d131f25145c4bb0075df08e00e04d77274cfcc6252efad343e6a2de15d72c8459d7be4fbc51976457214277976062bf37cb61fb5d2497586a11c504eaa770e3e93f7fe113c633abee5f5a00193bb7abc1bdbd879e78d3d40e6a6f1c20757b04c40aeafe73b9954417c7e629c916ce26b8c8f8d0a047295d42fce7d604a47fd1b9387b1e8737474c884a2d63755d24bb3ddd7cc9fde8c0cd2e7b563c1dae349d044e5c5a398df6a64210402802f98b071e2124e8625d5b8234b2e0a8d8662eca7140f7e31b1277f1dadb95b76979e63fd5c326fda9946ad7a7fa821d0060f6c344f09af69fddc7a981230314efa99fdce8f2e4a1e5cefcb0725cbbfbf7ac93771ea53e18d4d68992155440394948b08fd622f3b3aeaf04b434a6d4b15e6d23c0342da9ae07f6a6fca48bcf4be395d4e7b8e9b734dcc831c18e92d04b4d48fe95bc75526ed950549bd8ac2b787f53c82e4277964a7c31de36e9e3415accd32b8a26da95bbf356ffbd30dfa1b222c2c80430a1746423c96c5486be1d7eb0b29f39ac600c8c36f6de6f8015bf0c916d4a7e8a71c9d7344c3b8863cb4940f050b6e6d56bb39e13c2cfe96e5ab7674bab34db1ddeef47a7c5c6d981f0056a5e96be08f95a945e49c23eef42ad9549b6db22700b2a20bd0dce6e1d1fa5fe8f8bf16c20d0f1ec7bfad75df5aa6aece1d0e3e06f81cb3b41bf45e2dc05b97b1779e0005821435c210ddbcd740dadf6a73db8a703ebc0c04a479563e17e5bb197637a55b6a3b317dd58a4ed5adeb7d8b6a33203b957cdcc8a3de6d3b56895a29a7b0b81396138deb3e689800322f9787c04d56719e479c9d92ee6057c5b6901376bd416153151acaa96c7e1e584da61423b1a4a42d723a0badaee3a4393e3bdc7995f4721dbeef120b5bb3db385d935a4df1371d6f51e6b59a0de4f3871552aa9a4025123be0a52ddad77e819d7cddb528ca7fc78a492f34206f796de43dd66d7ecb6a008d608dd63014d09ee916819ce712cbd66c1f22b4495632f81ec2a83a9ee36bcdbb88648b7f4550af6673d0963ecb0ac99fe5dbbea64bb947c6100970a800580e4adee1564dfb5ec24fc45e17e1104e71e79563bce8e696df226ee56cf1d6c732844d3b3db6cbf873ecd04032b0149ba2b79daa0b171c37c954560d4e917a9f558a9f2c45c57f58064d87bba82341ae87a3c45dac482d34a026feee57028a85c75bf12829eafb8782ac09b925a802c53ec4835155b49ab7c268c699bbfbf5eda8e6070d1a8b171eadedf632f915d6e46f00b9323cde8e77cbc56561482edcdb92e4c477d34b9f57a27e4acdda9fd6c3093ab4444df0f8baed1fd29189835a83223533a4ef6a906a4d7bdf58f99aab4cae0ba5a6cf13c7da190acaee6da81005669d6de7e624b73d2bf979b27150728b5474d825d7d042fdd6ec1a08df9b493978205a1ebcfad24a4f2c72877d2a5c4e0aec39d25cd2a968f7e24f1b03004cf0de0691da47580bd48a0afcc380daa3fec8e427590b199dadca6e4bb939f1c6d7a9b1d6656ab88dfb926f03242a5dd08098713d53483a24ac1962e43833462446309bd9876e8a0404747a056862328cfac38468f5cda240399f676822305d4e5d307af50127e0036f65aee55103ef1c318325c3cfb0f8f85275364720daaaceea7a838ea570a4778faafa5ded2295844e79d980610ac2abf71c580e5e4397e037161f547feeb96f16133bc6e6b43a28ffb0946f3e519d4d34a48bb6bbd18f8e1d696cfab7b22ac6a313769d243b5fdf2e74b7842382f408abc5404c244cb27685c6341a0600ae4fc39b53c9d030aa1b11c3c2508f3f2b74402e8c03e00549955ddb6a79100370a347520e64ec0215cc225dfe2846249d8a03f24cb23661634571ba5048b2d850694c143e3ee1f704fc90768e8c950bb672d4c2a27973cd2bb5decb765293a04499e6fcddc0fc194395952ec6ff956f5420e327e35f725a39fabe7f11bfa6ac989bb4256fa89ad345f8f015ce2400184317ccc4bbbb33e37e8f71bc235108953051fea0fcf2f0441b58568d3fe03aed9dd817b5a8e8b4efac1a4caa6a02aa4c054a2ea426123307465d1ffc9971aa348971327ed9d482e2aa28d0e5b7a28aca69bcfa219abeafd1a873fe1e239e369640a2916878d8e653183a7212392f576e214bab290f0d26c3237580bf7a7967f6f8693ce36de453548b2d3d46f6663ff9d095c1bb0de5fd7ab095446881104923ca4bbc511cfcd194131b33c0cae50f6adbdbb6fd6cff2387d3ef99e5927620831a4e40392e461e7d413d74b1d1ad488fde00c201342af79e2a79c0cb0549af664aac90c94bf9c4fd6634749bc0a146ee7b29aaed23a6e04cfd38c2a3a76acbbf494665227129e18c9a1ca1a2ec338fb9a53faa3cc7e0e690b3fe27e2f9769a43b9dd6a6185352536686289f266c64fc4f1a24d92bb114be77ca7ded01360cf4c8d3fe9950c49439055a38e9af19b988a37f8d7e1642bd871fedcacf6a9875383c2bb323169bb9859a092ee81acc80fdb0dd04d8bc666fa7cd867b34b939b391a1a196804376e51bea45b8c9f14fa6720660e7c77aa54998e7c8aded2b635b8dd47053a4d71c9b78c08ceffb16339c274e96d5e33ef413731734190eb44ee67037387a0f64a914cd6fd59b5cdff9876cfd2dee99303ff77c9995200360161ed74031f2e4f05142f413487552b45154c1f0992fe9e2d37fbdac9899172c407c5e4787f1cf79f5a0744926ef213eb5a431c29965aa4605321e5882b93302e813f452b7a014db53bad124692ca9e358d17dedca0d94821824f69ccfd914ff1fc36a3e5d4ca31f22d6b85e13b27ef90b90c68e84165593ea71d898846b95cbef1b3dca204bd929c980e56016f98cf48b21d83d4c15c2e2359ffb4b2f6202d62e7b5adb42485f5747b55a69724111d4e3de73f6448bd8f166a75971cc4572610be2ef092998c554c2c3643b74d70967540ff21994126d50b209a600007ec22509acf03167ad6d60bd594506be554c91a9c5c894e1eb0b00471556f4b7d183046678f6e380ec15778575302f7d699f79d405bbd0ac5da3c34038ee0d678f0d63b8e38176ac6e31b9bffcc0ff5fd495c58d371a1bf2f7d88f6c3e1db332c5484890cdd5e6b6acf89ea7fd06223fddc64dd77111e45ee7c3577add9d78b075dcfe7e4f3628b6d692441e67fb59d419851f037eab2cd8fc2edd7d27a69bda3decf5a5c7855af4e63d6831f33b7a52ae8a68f4dab581b4c418473", 0x1000}], 0x1, &(0x7f0000000000)=[@rights={0x28, 0x1, 0x1, [r2, r2, r2, r2, r3]}, @rights={0x10, 0x1, 0x1, []}], 0x2, 0x8814}], 0x2, 0x4001)
inotify_init1(0x80000)
ioctl$sock_kcm_SIOCKCMATTACH(0xffffffffffffffff, 0x89e0, &(0x7f0000f8b000-0x8)={r5, r2})
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000fe9000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000ee6000)=0xc)
socket(0x2, 0x3, 0x2)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = socket$inet6_sctp(0xa, 0x5, 0x84)
setsockopt(r6, 0x2000000000000000, 0xc9, &(0x7f0000000000)="d105071e", 0x4)
2017/09/11 22:56:58 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = open(&(0x7f0000f9b000-0x8)="2e2f66696c653000", 0x141046, 0x0)
r1 = syz_open_dev$evdev(&(0x7f0000fb2000-0x12)="2f6465762f696e7075742f6576656e742300", 0x20, 0x101002)
clock_gettime(0x0, &(0x7f0000a92000-0x10)={<r2=>0x0, <r3=>0x0})
write$evdev(r0, &(0x7f00006f9000-0xa8)=[{{0x0, 0x0}, 0x4, 0x6, 0x3a8}, {{0x77359400, 0x0}, 0x5, 0x3ff, 0x95f}, {{0x77359400, 0x0}, 0x3, 0x1ff, 0x8}, {{r2, r3/1000+10000}, 0xac37, 0xfffffffffffffff8, 0x8}, {{0x0, 0x0}, 0x3, 0x6, 0x5}, {{0x0, 0x2710}, 0x800, 0x7, 0x6}, {{0x0, 0x0}, 0x400, 0x1, 0x3}], 0xa8)
ftruncate(r0, 0x10000)
ioctl$TIOCLINUX2(r0, 0x541c, &(0x7f00000ec000)={0x2, 0xfffffffffffffff9, 0x10000, 0x71, 0x0, 0xd3})
socket$inet_icmp_raw(0x2, 0x3, 0x1)
sendfile(r1, r1, 0x0, 0x72439a6c)
setsockopt$sock_timeval(0xffffffffffffffff, 0x1, 0x0, &(0x7f0000b98000-0x10)={0x0, 0x2710}, 0x10)
2017/09/11 22:56:58 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xf0c000)=nil, 0xf0c000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
semget(0x2, 0x3, 0x100)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x284000)=nil, 0x284000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x2, 0x0)
setsockopt$inet_mreqn(r0, 0x0, 0x23, &(0x7f0000282000)={@multicast2=0xe0000002, @multicast1=0xe0000001, 0x2}, 0xc)
mmap(&(0x7f0000285000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000285000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000965000)={0x0, 0x0})
setsockopt$inet_buf(r0, 0x0, 0x30, &(0x7f0000286000-0x57)="e4a445ebe3f996cdb4a219803731f0639a2c95655849bd0986c5782091bf9e08ea95ee2ec352c9748a72e11b9fd0be8306a5add26c010a05b2bb00b26000da9feb5dbc44583882ae358aa6fdd11ff1fc0000000078b7fe", 0x57)
mmap(&(0x7f0000285000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCGIFCONF(r0, 0x8910, &(0x7f000011e000)=@buf={0x94, &(0x7f00000ea000-0x94)="9d3f41b8908f6d41695b3190b7af1e5b315e5d19d1d757751f2d4de8ea962fcbcc2d6cbfd86bbe17104de5d088dbc4c9c38c6961fa7c71fcf23109577dd15fd5449cacdc7544cfb54b42b6b565e1820d05db0a37fcedaa85bfce7115e97f43ede897f1150d543aaa874c032993efb8e17f4e984e7d9232715ef0f8609e54f684036d195fca73f0743f028d871c5f9a1847db5304"})
getsockopt$inet_pktinfo(r0, 0x0, 0x8, &(0x7f0000001000-0xc)={0x0, @multicast1=0x0, @empty=0x0}, &(0x7f00005a1000-0x4)=0xc)
setsockopt$inet_pktinfo(r0, 0x0, 0x8, &(0x7f0000001000)={0x2, @remote={0xac, 0x14, 0x0, 0xbb}, @multicast1=0xe0000001}, 0xc)
mmap(&(0x7f0000285000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getpeername$inet(r0, &(0x7f0000286000-0x10)={0x0, 0x0, @broadcast=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000282000)=0x10)
r1 = accept$inet6(0xffffffffffffff9c, &(0x7f0000282000)={0x0, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, &(0x7f00000f4000)=0x1c)
sendmsg(r1, &(0x7f0000001000)={0x0, 0x0, &(0x7f0000002000-0x40)=[{&(0x7f0000001000)="fe9a0251eea11008f2a31ef8e47de425b49e70f5f8fb5524788df8c0900e995fa8b826e2a2235d93b870e7836c0a810583179c4ef974cb42435eddc25748789614d0a00aa5129c38ff0d6cb1123db512693b917c99f0408026ca807bfffdc61832213fd6553545a5f7196a97368a979a2933b88789c705aa66705cdec559e4e8a5aaceabeccadd4bafd1b48ac213e8d08a15d4c90a241f92618e6c5f6f54462c54ece782f610c307b44cb99d32e091c153279f2a93351b06cbc5d1fc7e6b5bf969e3f119a5cbb1b72a18317019243f77", 0xd0}, {&(0x7f0000002000)="d545bb623f23415fa62fd0cb8a6a5264ad32d40ce9b32bf868dcb1637ee85d6ffc5918563ea756ed0837c8128eece87077c9ad44fc854d536f21b4c942893b18a05e7571eec2e570dc6384aa4a133512d8649aafbdd60a57c23072a0835090444dcfb920095a8a34aa82f3c1e4274b9bf8a793db7f90051f6292c853f00a8d138f", 0x81}, {&(0x7f0000282000)="2305563445e35454f8e8b0bd5c08b3c4ab9f3bc255a4a7cae8c1eb58d23d1cd9497e7a7216ab16d957e1ae310c272a5f1438edbe15de0dcb479f31", 0x3b}, {&(0x7f0000283000)="e8bbf91e5e53e407aa216408d6bee4f9fc172253437fe527e01384e93e908914d122ee3b5f1439bf4931b6e07c999a24c65175bb02b6cec95b1a98592af66e8239037268b2540d4fd4a0abfbc3a3f6b234558c34f8036f0d183f09bb07786cca4c143b7e8a7aeb71116df4", 0x6b}], 0x4, &(0x7f0000002000-0x198)=[{0x98, 0x100000019f, 0x0, "77d8a74b62c72583a9f06f427791a3b141856376b3b9e7098e34008db8f07b937441fe565fab1f69314de7e8c7571f154c99f6b7684cd79af3e95334b5ab045828f9fb9f63c6edf35c7bb5a0a414a0473308833a59fa81c44af1e306e2d495ab843caed521fd5dceac8be548ec8bad045db688fb789ac2b227505579744f860721"}, {0x100, 0x0, 0x8, "b1ce8d48af8a1cfbf9ae31c88f76844312a588fc896474fc15e86b75a024fe3549ca8f36aaf3ac08ad86d68847f146d2f8bb8be209f7028cab59a4a8609c7447e576a4d9c7220dfc175b393d6ae219dec5ca8e24316311a3aad2614def56900e50cdc2bcc426687ef5cc40dda28a9ca5a2103e788feb2bcf131e7841bce98488422466306761f291fde6c2664431047f362aa4b7b4e411e7b434423e24396d3b66d599a2a3a78bdd1eb0b9de937dd92da7ff3f06ff750254d1bec9f738bf0a6ab30179b23051ab971bb069a550290bfcda2b1192d786b80f6c07e4a40db7d623567eb69faba003476d2075a44d"}], 0x2, 0x20000000}, 0x44000)
setsockopt$inet_mreqsrc(r0, 0x0, 0x27, &(0x7f0000001000-0xc)={@multicast1=0xe0000001, @loopback=0x7f000001, @broadcast=0xffffffff}, 0xc)
setsockopt$inet_mreqsrc(r0, 0x0, 0x24, &(0x7f0000002000-0xc)={@multicast2=0xe0000002, @multicast1=0xe0000001, @empty=0x0}, 0xc)
setsockopt$inet6_buf(r1, 0x29, 0x14, &(0x7f0000941000-0x9d)="bfa180cec6a1c6b700000000000028bc4a9fac25d7ffa76d3d602b27bb8df439b06aaf8d4d8f486cd85ef67aff1b77580c3c4e94c7d5d2b719975fa133b21d2a29f1d868000000048ab40f7726b75557386c5741c11733610b1cff8c661d1828b98b495429993b4a646f11d0182a2caa98f96effc0d42212661c8ec98a338b88071840a7b693e92654ad489b573efdbe750588d0bb10723c709674a9b3", 0x9d)
ioctl$sock_inet_SIOCRTMSG(r0, 0x890d, &(0x7f0000283000)={0x2, {0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2, 0xd2f4, 0x9, 0x4, 0x1, 0x0, 0x84, 0x1, 0x8000000000})
getsockopt$inet_buf(r0, 0x0, 0x30, &(0x7f0000283000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000001000-0x4)=0xe3)
setsockopt$inet_MCAST_JOIN_GROUP(r0, 0x0, 0x2a, &(0x7f000007d000-0x90)={0xffff, {{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]}}, 0x90)
mmap(&(0x7f0000284000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x968000)=nil, 0x968000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$dupfd(0xffffffffffffff9c, 0x406, 0xffffffffffffff9c)
[   73.976333] QAT: Invalid ioctl
[   73.983461] QAT: Invalid ioctl
2017/09/11 22:56:58 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x7ff, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00003fb000)={0x2, 0x78, 0x6350, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = bpf$MAP_CREATE(0x0, &(0x7f0000000000)={0x4, 0x4, 0x4, 0x9, 0x0, 0x0, 0x0}, 0x14)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000fac000-0x18)={r1, &(0x7f0000ee5000)="", &(0x7f00005bd000-0x1000)=""}, 0x18)
bpf$MAP_DELETE_ELEM(0x3, &(0x7f0000d3a000-0x10)={r1, &(0x7f00003cd000)=""}, 0x10)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6048, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
accept$netrom(0xffffffffffffffff, 0x0, &(0x7f0000001000-0x1)=0x0)
syz_open_dev$evdev(&(0x7f00005b0000)="2f6465762f696e7075742f6576656e742300", 0x3, 0x80001)
r3 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xfe, 0x176, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x4, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffff, 0xffffffffffffffff, 0x0)
r4 = socket(0x10, 0x2, 0xc)
write(r3, &(0x7f00006d0000-0x1f)="1f00080001ff0000040145c807110000f305f00008000180020000dcffdf00", 0x1f)
r5 = creat(&(0x7f0000a04000-0x8)="2e2f66696c653000", 0xc9)
r6 = socket$inet6(0xa, 0x80003, 0x8)
setsockopt$sock_int(r6, 0x1, 0xf, &(0x7f00005d8000-0x4)=0x7, 0x4)
bind$inet6(r6, &(0x7f00000aa000)={0xa, 0x2, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
syz_emit_ethernet(0x2a, &(0x7f0000f01000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="7c02aa24bfdb", [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x1c, 0x0, 0x0, 0x0, 0x411, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @udp={0x0, 0x2, 0x8, 0x0, ""}}}}})
getsockopt$inet_sctp_SCTP_GET_PEER_ADDR_INFO(r4, 0x84, 0xf, &(0x7f000043a000-0xa0)={<r7=>0x0, @in6={{0xa, 0x0, 0x7fffffff, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x7ff}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3, 0x0, 0x3, 0x3, 0x0}, &(0x7f00007d7000)=0xa0)
bind$inet6(r4, &(0x7f000078d000)={0xa, 0x3, 0x200, @loopback={0x0, 0x1}, 0x40}, 0x1c)
getsockopt$inet_sctp6_SCTP_LOCAL_AUTH_CHUNKS(r5, 0x84, 0x1b, &(0x7f00005fe000-0x64)={r7, 0x5c, "69a844dcebc43b0e3818a6a85f92cea452745e42ec3a2eb666a4e2275a47181a9e1343b837ec0fb99ee38583dd141642ac15b1b5862e9720e570feca94d536c3680cfb42c00050ac80e75b8a41d0ab4339025597a894dbdec5530791"}, &(0x7f00003c5000-0x4)=0x64)
bind$netlink(r4, &(0x7f0000dad000)={0x10, 0x0, 0x200, 0x3}, 0xc)
fstatfs(r5, &(0x7f00007e3000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
r8 = openat(0xffffffffffffff9c, &(0x7f0000b70000-0x8)="2e2f66696c653000", 0x40, 0x0)
ioctl$SNDRV_TIMER_IOCTL_GSTATUS(r5, 0xc0505405, &(0x7f00002f7000-0x50)={{0xffffffffffffffff, 0x3, 0xb, 0x0, 0x2}, 0xa91, 0x4, 0xfff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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(&(0x7f0000120000-0x28)=[{r2, 0x8000, 0x0}, {r6, 0x400, 0x0}, {r8, 0x200, 0x0}, {r3, 0x2000, 0x0}, {r0, 0x0, 0x0}], 0x5, 0x40)
perf_event_open(&(0x7f000000a000)={0x0, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x99, 0x0, 0xa00000002, 0x0, 0x80000001, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000684000)="2f6465762f7667615f6172626974657200", 0x400, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:58 executing program 3:
r0 = socket$unix(0x1, 0x3, 0x0)
mmap(&(0x7f0000000000/0xffb000)=nil, 0xffb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6_sctp(0xa, 0x1, 0x84)
mmap(&(0x7f0000ffb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = accept4(r0, &(0x7f0000a15000-0xe)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, &(0x7f0000a0b000-0x4)=0xe, 0x80800)
mmap(&(0x7f0000ffb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x8)
semctl$IPC_STAT(0x0, 0x0, 0x2, &(0x7f000025f000)="")
semctl$IPC_SET(0x0, 0x0, 0x1, &(0x7f00009e7000-0x58)={{0x4, 0x0, 0x0, 0x0, 0x0, 0x100, 0x6, 0x0, 0x0, 0x0}, 0x4000000000a423, 0xf89, 0x4, 0x0, 0x0})
restart_syscall()
ioctl$KDSKBLED(0xffffffffffffffff, 0x4b65, 0x0)
mmap(&(0x7f0000ffc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ffd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x10, 0x2, 0x10)
write(r3, &(0x7f0000da9000)="240000001d0001000000000800000004033900fa1000010006000100f7ff00000000000000069b", 0x27)
r4 = socket$inet6(0xa, 0x1, 0x40000000000008)
connect$inet6(r4, &(0x7f00006da000-0x1c)={0xa, 0x0, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x4}, 0x1c)
connect$inet6(r1, &(0x7f0000d1e000)={0xa, 0x3, 0x1000, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1ff}, 0x1c)
ioctl$sock_netrom_SIOCGSTAMPNS(r2, 0x8907, &(0x7f0000b04000-0x4)=0x0)
setsockopt$inet6_buf(r1, 0x29, 0x39, &(0x7f0000aa5000)="d10204000000000000070006fcf32e1c58ce5fe1b471985e", 0x18)
semctl$IPC_RMID(0x0, 0x0, 0x0)
2017/09/11 22:56:58 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_tcp(0xa, 0x1, 0x0)
ioctl$sock_proto_private(r0, 0x89e8, &(0x7f0000000000)="fc1e581c81a6e62d03e78dda5ee2e9a735f2183b36252886327caa9db54e600b5bbd8207dd17e4e7836cbcce6ea7d1a0daf232831056a1dc87c1b66559cb84673dbdee2205d7360f0ab7da2232121146553cd611704deb38b7624983c7ef8bcdc5bbf581f56d0f51fd7b9d0367d2b2829c6d590707cab271c13d0d1d89c07dd69e9aec8ca2c6e9195e2b4b4df731aa948b6da25c8aace70837247f9e765398857fc21bec97e9a2fdd500cd902974cbe50a7ba1906a")
r1 = socket$inet6_sctp(0xa, 0x5, 0x84)
sendto$inet6(r1, &(0x7f0000b2a000-0xbe)="58355f813d71b7c19c0d8440245c230d5d6b2fd439c595768881530664e938b2cfa7d826473f433b8ff32240473f96f6e43d2847e6f305fcd43a44db2783205d8304192c2de8dd19663381f3b65978e011455f3aa127128f503740d80aae677801b66e98e05e2f00502a5178c64661006d75ceb9d28c59ca625f227be8e98bc739abd80a7645380049f3b581b0fe31d41cbe0cc69fcefc07c3d1a3c37e3de140a782a8309362fb92ad772015d9b08fc9f6d11a250b64bf8f8c70de857372", 0xbe, 0x40, &(0x7f0000004000)={0xa, 0x2, 0x8, @loopback={0x0, 0x1}, 0x400000000004}, 0x1c)
getsockopt$inet_sctp_SCTP_SOCKOPT_PEELOFF(0xffffffffffffffff, 0x84, 0x66, &(0x7f0000009000-0x8)={0x0, 0x0}, &(0x7f000000a000-0x4)=0x8)
setsockopt$inet_sctp6_SCTP_MAX_BURST(r1, 0x84, 0x14, &(0x7f0000fa5000-0x4)=@int=0x101, 0x4)
r2 = accept$inet6(r1, &(0x7f0000774000)={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000cf2000)=0x1c)
r3 = socket(0x10, 0x803, 0x0)
getsockopt$inet6_tcp_TCP_MINRTT_INTERVAL(r2, 0x6, 0x6bf, &(0x7f000077e000)=0x0, &(0x7f0000a8d000-0x4)=0x4)
setsockopt$inet_sctp_SCTP_EVENTS(r3, 0x84, 0xb, &(0x7f00002dc000-0xb)={0x4, 0xcf, 0xffffffffffffffff, 0x7ff, 0x9f5, 0x10000, 0x1000, 0x0, 0x7ba, 0x8001, 0x100000001}, 0xb)
write(r3, &(0x7f00004ee000-0x26)="26000000130047f10701c1e3000800000800020004000000090000ffffdfff0017001b006e35", 0x26)
getpeername$ax25(r3, &(0x7f0000e44000)={0x0, {"00000000000000"}, 0x0}, &(0x7f0000a35000)=0x10)
setsockopt$inet_MCAST_MSFILTER(r3, 0x0, 0x30, &(0x7f000091d000)={0x10000, {{0x2, 0x3, @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]}, 0x1, 0x9, [{{0x2, 0x0, @rand_addr=0x0, [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, @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]}, {{0x2, 0x0, @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, 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]}, {{0x2, 0x3, @rand_addr=0xffffffffffff8001, [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, @loopback=0x7f000001, [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, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0x2, 0x3, @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]}, {{0x2, 0x3, @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]}]}, 0x560)
socket$nfc_raw(0x27, 0x7, 0x0)
setsockopt$inet_udp_encap(0xffffffffffffffff, 0x11, 0x64, &(0x7f0000f69000-0x4)=0x5, 0x4)
r4 = accept4$ax25(0xffffffffffffff9c, &(0x7f0000f6c000-0x10)={0x0, {"00000000000000"}, 0x0}, &(0x7f0000f6c000-0x4)=0x10, 0x80000)
getsockopt$sock_buf(r4, 0x1, 0x1a, &(0x7f0000f26000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000853000)=0xc6)
r5 = socket(0x10000000010, 0x2, 0xc)
write(r5, &(0x7f0000ce4000)="1f0000000104ff00fd434514234d0000000000000800010001ffdcffdf000d", 0x1f)
ioctl$RNDZAPENTCNT(0xffffffffffffffff, 0x5204, &(0x7f0000800000-0x4)=0x53)
socket$inet(0x2, 0x800, 0x2)
write(r5, &(0x7f0000f6d000-0x20)="1f0000000104ff00044345bb0700020000d1000009000300200022000012008c", 0x20)
2017/09/11 22:56:58 executing program 5:
mmap(&(0x7f0000000000/0xcf3000)=nil, 0xcf3000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
unshare(0x24000200)
unshare(0x20020000)
mkdir(&(0x7f0000ccd000)="2e2f66696c653000", 0x0)
mmap(&(0x7f0000cf3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f0000018000)="2e2f66696c653000", &(0x7f00009a9000)="2e2f66696c65302f66696c653000", &(0x7f0000cf2000-0x6)="51616d667300", 0x105400, &(0x7f000000a000)="fc29b4")
r0 = creat(&(0x7f0000016000-0xc)="2e2f66696c65302f62757300", 0xbc9dc8fbd81cb4b1)
fcntl$lock(r0, 0x7, &(0x7f0000027000)={0x1, 0x0, 0x0, 0x0, 0x0})
unshare(0x4000000)
removexattr(&(0x7f00005fc000)="2e2f66696c65302f62757300", &(0x7f0000304000)=@random={"62747266732e00", "51616d667300"})
mmap(&(0x7f0000cf3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_I_WANT_MAPPED_V4_ADDR(r0, 0x84, 0xc, &(0x7f0000cf3000)=0x1, 0x4)
readv(r0, &(0x7f0000760000-0xa0)=[], 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
creat(&(0x7f0000cf5000-0xe)="2e2f66696c65302f66696c653000", 0xfffffffffffffffc)
mkdir(&(0x7f0000040000)="2e2f62757300", 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f0000cd9000-0x6)="2e2f62757300", &(0x7f0000cd8000)="2e2f62757300", &(0x7f0000043000)="72616d667300", 0x0, &(0x7f0000cf5000-0x1)="ad")
r1 = dup3(r0, r0, 0x7ffff)
openat$loop_ctrl(0xffffffffffffff9c, &(0x7f000066c000-0x12)="2f6465762f6c6f6f702d636f6e74726f6c00", 0x80000, 0x0)
epoll_ctl$EPOLL_CTL_ADD(r1, 0x1, r1, &(0x7f0000ce5000-0xc)={0x80000005, 0x0})
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cf4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
utime(&(0x7f0000638000)="2e2f66696c65302f62757300", &(0x7f0000473000)={0xffffffff80000001, 0x9})
[   74.180133] netlink: 4 bytes leftover after parsing attributes in process `syz-executor3'.
2017/09/11 22:56:58 executing program 6:
r0 = socket$inet6(0xa, 0x80002, 0x400000)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f0000546000)={0xffffffffffffffff, <r1=>0xffffffffffffffff})
r2 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000e85000)="2f6465762f6877726e6700", 0x800080004, 0x0)
getsockopt$inet_sctp_SCTP_DEFAULT_SEND_PARAM(r2, 0x84, 0xa, &(0x7f0000a43000)={0x1, 0xfffffffffffffffe, 0x0, 0xff, 0x4, 0x20, 0x0, 0x4d, <r3=>0x0}, &(0x7f00005f4000)=0x20)
fcntl$getownex(r1, 0x10, &(0x7f0000060000-0x8)={0x0, 0x0})
syz_open_dev$sndseq(&(0x7f00004e3000)="2f6465762f736e642f73657100", 0x0, 0x34000)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r2, 0x84, 0x6, &(0x7f0000c8c000)={<r4=>r3, @in={{0x2, 0x2, @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]}}, &(0x7f00003cd000-0x4)=0x8c)
getsockopt$inet_sctp6_SCTP_PR_ASSOC_STATUS(r0, 0x84, 0x73, &(0x7f0000c3e000-0x18)={<r5=>r4, 0x1fe, 0x400000000000010, 0x6f, 0x200000007fff}, &(0x7f0000bef000-0x4)=0x18)
ioctl$SNDRV_TIMER_IOCTL_CONTINUE(r2, 0x54a2)
getsockopt$inet_sctp6_SCTP_PR_ASSOC_STATUS(r2, 0x84, 0x73, &(0x7f000011e000-0x18)={r5, 0x800, 0x30, 0x9, 0x5}, &(0x7f0000723000-0x4)=0x18)
setsockopt$inet_sctp6_SCTP_AUTH_KEY(r2, 0x84, 0x17, &(0x7f00003b9000)={r5, 0xffff, 0xd3, "ba83eeef83c776e8731888f7aa6e9a27c0f71f963fec95e03dc8e2befbb3f14dbc785722cea751bdc53c393beff72ca160a2163d729696ab062f9b5807aba52bc74196cb6ac794f9c59aa0456ccca6fb72a42cb0408444316fe8bc0d41d5ecf685ca3e69144a8bacf7a102bfd8b3d18a98d48e793a9b868dd13c795421017d800e6c99787f85f62412bca11cec09c6e34c2c725fda61f5e767dc7ccc0d2e1f0dc8814125cb25be59fcc293356271a4abed92f3b365b66c8bdaba32b6fbbe2374d831fa7b82ac27bc81b47c65c363d2e7c27515"}, 0xdc)
setsockopt$inet_tcp_TCP_MIN_RTO(r2, 0x6, 0x6b1, &(0x7f0000dc0000-0x4)=0xa995fa4, 0x4)
ioctl$EVIOCSCLOCKID(r2, 0x400445a0, &(0x7f0000a35000-0x4)=0x0)
r6 = socket$inet6(0xa, 0xa, 0x9)
setsockopt$inet6_buf(r0, 0x29, 0x20000000003b, &(0x7f00003e5000)="c50020000000010007a8f79b5a07798b75bed544017d5cdbb4b97a2774a718cdb98284de48eddd44252e89d1363587f8dd7df0300351c41fa61c288d3f00e4ff7fae7007725b65e19a98b8765ce0f7897c6caa9f2d2fbee79bbd8807f801ab9ede37c41667928927268933648f2a6fe058e69a99d31f6f11", 0x78)
ioctl$EVIOCGREP(r2, 0x80084503, &(0x7f00008c8000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
sendto$inet6(r6, &(0x7f000044b000)="", 0x0, 0x8000, &(0x7f0000ff5000-0x1c)={0xa, 0x1, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x1c)
sendto$inet6(r6, &(0x7f00006db000-0x1000)="81e64d235bcc96affa57e4ab82554171ad56b9f57190301877d628659a5513b17407121d64a4f9256e291bf6d02f9c2ff47fc36c595502d3918f62b490ef024234a8973bdf1715bb93e3b51c55927b40956e74301216b7a2228e67e3f403871f7ae6bd1959c666b066f311eae5d1609e2b2ef25ce7bd710ad759a58821e7ad92316d05b6cc67c0f27b4e90575a18b884217d438ae914b6a979ba77f93a6cc41c4154fdabc04dcc966d9108a0d437b8ca6b9784f6ad04dd096c9c5ccc067ef5534af8b0e0b336aebd2368384e26479e328ef896a336ec111ae88d07c09a09f9603a231cca4af421bb275b4970909b3ec7c70fe24da09dc579049950ba08c8940cc68aff0646abd529ead547f444a86813736381dfc19e37dd7fd879126e2a85090be6e2f331f64360f787135cacec82084d07bd2cdc68f33fa2d8a53455ccbe22299e7c1cf2bc60b36238045c764c49e5e25ba1a597b399f2839e61eac696d0b961d07e57c762cb91d9f39853225649db509e77afad5f73cc2acd09646edd61e9250208409e7f87760e57cc8f281a750cff1ce848ba9f1164bf178bd7a72d9ad129f968db4e5e61fa8246cb86a0ac240b52a69754b355068604823f62cc9d00879e644b036927b8a80ffc75d316ef90428d5fd9fea82ceb84d0f8a1851919fdeca000cb00f18b461139f0313c9338bd4531ce1045ee5ac6516c1c8ee7236b8336a4ba16e9a36a9b1e6e468ebe5976545aa49ee0bf8dd3017585c8469b598a0ee097c51cd3945fa20af34b13b5083e740623b357d683792878da5c5762101f8b7b339302cea99a8390263c6ffc6b9f51035b0457a7ca22667d5fe170d65aba35cbcb307efd722e6393496749e44007077e101ac5efe8f77a4268025933a93508bde262bcdb54a684e1f546c4d9930a0c5568e96e6296a0531806700b5c7e2b5da9b59758c75fd05ba4487433e16a226d303f9e2a7af205008388e92abf8a27cb9ff10fc0f11b19066d7a156d25342c3b2bb691c033c1da328f01b58596bac382c2b09316a565681f67d3614ffc9ed29d1f69e38bb414a734bfccb1ea6ca85755fe992e79d193baf133e274bd621fdb36efce29b0c4ed817307bacb13943d4eca9f53557e93f53c9024ddbe166de3f8bc9dd92d6852c0a5798a98fb0baebe019eaf293f7ea1cba53450d424cce7fe4ee6528a16e1a26b6e13872a77f677c400ab188d5b0b9d52a04b5052a6d5b47fc2cea92e4d0f3f9ba90ce26cc279b80fc6111364f30df6e62c5772ca7b5f051f2b3e55c4a08e994347e626ba9b7a19a6522c35f4e505601ef654b5500bcd82a9c8104005563def7bf8c2de42aa5ff9783bdcce00bef6f1ddbd97da77213d4c15d3031b3e68bf6d508ee6303a837adb029516612dbed25eb2485141e7cd44adb130cf82df98dbd14577cdde7e5e39f62939a3c718d2bfd91275a2b60697378b18cd63a7a531822d279a41f6b622d789001f63d5531a2c19eca62983042f9e2984cd9158ff2c5327c0e1c0611d7f433086e1e45c9ea52e5add06b7b37bc9389fe77c47cf7d3a856dfc91f6a06d630bef5382858a0ca1ff850d078c82ceb83650ee195b50b66d1a99715415d11999422f3f8da3666e4a20a49e3db3ff2d807882f684cc34c6bcca91700fa432ce21de6f24aaa772e8c66e3833c6d70d632a98e6b8f855883a4b8cd0838574b396c1e1283dde93dc708353af1ede8c0b468c8f9f017fb9ede8c5aedee95700ffddd054e6821e90e57efa431314d570dc76fe5d0ee50feb7f4a9c2168ff066058b1f329c3d90fda841937603aa1a11b1652b140a3199669e365434db1de12f92aa03057c2b2e46c54b766229d472d07bb0c23470bb63b4a1967144dedf41e362b3989c659ec069042eb15d2b990df4893c26c7ce20323004e3f2959420212c683646636e0f63c7ae0fef70c1827eec5d9152bc62bcb8a7153b3bd65ed06800f474de14c739fb9b9afa635010fd50179f38f30062528fb2b7d93d69de14918c84bfb392e36849533f674445e9537a56079569a08dcbe0bfd3188c969daa6474e01855aa25de66410e3e345e9df70ced5c7596c7660eb0b87c12a80c2ef582ac1f8cec0449e6512931ee0f6bc950b40caca7a3cd57312c17355860d94865bfbfc2b77f11704601245e06450fd3f5e53bbb1637f75d38be94fdfdb5627dc33647f5ec1b1abb8def56569a25c342a6f76ec704bdd7d6d95b500aabd77d3722c2d5e413f86fe4aa1cc9d78d839730035455f1df87d377889bc886fdac6e718305ebec6f2fc63a51ca7ea1921ff026cb8a4c9cd1b9cf14fad5ae42011802533b269e47bfbecb4c64a2f5fc56de0d6519330041377eb0ad1413111b8dcfa5cc2f196639672d3618c060d58ca23c2317be801cc441533d815b2cb65b131f9b15a272e46cedd628a5c5e43960ad3874e76e133c91cbabbab907642b5c751fdde5b3386a0ef609c9cb5ee8f71f60c4b24612d0c2aef7946423b23314659dbab882ca4af7398eb59abfa1eb9335c1cf445c74d32085f5510d7d0fdb69b7f2cf02180c4d307527245a8b2b11ec6bf622f0545bbbf70c6eb5050ac3898e24d2e513b1d827075c9409fc4ff8b269b7ea5018be7489c09d5409d94e45a8d4be814faa17206969e1110224110876441a2a73b0188b94c74107833a07c3c858a505c6eb1e17eb1cf6afd735ea3331aaf9c86341e6c60b925f09f43f76a029549c6d9bbcdca6fc95b3d9d3e45f7d7d273fcceaeb3eca23a2a2603efb564b0065c98f37c04338eae8530aa4c14cf522dac63a93d12d949ed075bf9a38e56e6d0974ac7387555f7f07b16fe072f4a4a2ff15bfc520db45cac792f1f67c1c5b11a0d05cdaa2c6e79f5572528a87dc7d05628ba9e3940bfd20529ca33f43569061bebbc2585ceec0e9c348dbaf76dbe350d997fc515d0914f9a9a61bfe8a693be39e0f040251e5e707cb83e862fefb6bfcbb7c343ebe6465e4d3af0051613d7c0ff7c218c3988e6e244c781c657a2f5f79f6daf39113a00c6c248019186f5cdfad6441cf8ce1734ec39ab35c223eb7e72a1ef2dac919920576b221a487ae0f35934c46c135aa74a9abffb65769d8e9837a00d22004cbb0310cfe754bbd4b6ceb35f414ec3b5c6e44a60001d226694d10b9a1f7d97f6e8bdd8577ba0cd9b9bc229374ebde4ce71c4432d690347ae6ad9864695052b9e890885fc04f20209d8707b5be8cd565815ff4ac043ec0281f4c7d20ae430c7fe26146f46396d5800be2f92350859b44f9468ed18d3062dbe5194ad9d25be4474fcaf20d8b9ee496588e301ead4ea7ca3700317ef8afbfd5b9e95222f30ec3b64874b6a9a6c3184c96a12e80524926ecc178bf6d2e62649b1113191f45b9816d201d518eba41d929e289fab921f999f5a92ffd3cd15ba473939a7ebc096a74cfe14d3f45cff968613d0241754ef1e7ee8af1c91cd3563ba0c7a6c1af5b26a6e9e41efe7a3943b020b82e8268288221ca1bfc299aee0f776fce53d33f402e889c43e8031bf707950c2e3d15796eb7cec48d8676ea7c279142b3fcfdcd8d3d5f2023bd27e681d08463f196c6ed00c6fc0f869f9d2e139a1304700af43ef58b67c0945b73975e646dbb7e5a4ce2fa2d8accc32b4c3f576e3b96dd0105d3e99b297c629dd55f573cca9bb15376544e8edf6b9caf3a09beeb7f578b0d213f246d13d8a58cdb0911eaa62be2050b02f35fd9768d30041c2c094da01903b6910c0c2cbaf8bea901f9d191b7f1b174d7cb0811ee4be10724d795e14ff5c5dad4511e4af70ece1996e2ed4a3edcdf7e1ccb1d6cd6a5d854fac9b86c675c98fefce183309652e0e69cbbe3b79cde43b6b96163fa3f6842433af255a93a40179889331c23356a28584e1b0727e6cc9df147811fab7a1f92bb9dcf5339d3c41557346c3980d86692fd391c20af4f51f9803a045e72f994dd59179cd94a6d5d8500d7cf20dbb7bfb79c9b935f576e716b40f843d1b6c43ee90173a9208ad7089f13feead3acf95890a0c3e95447f552ff948acfc7d81088b6c0abff9bb7a14949c7dfa49138b80c24fefa48ef1c0cde92b2efbc09c295289a28ef37e202b5786f35a945ffcfbbd7c43467b2f199598312371726a75125f1879026426cad86c14c8b4723bf4f51a94dfe82b3bc2c39ce35d47822f8e87207304d124692c2f4283ef2711b9ed3b54b6c71fbcde1f4f3088b295146186ff21f025e04ff208ed8aff752fc72f2c11a5cc9d10d8ccb7f8bb43ad0ca72cd11dc6557653999cf7abb714b5a0ab1f5df9cc74ed87b8737b466d6058aa62654280bda2fafd09f47c176f613a8eb60bb3867188347925b4d0a028befed2969e0fae7a3d9528a9b1acf25c254aa8116dc6e0aac3204f87b3e3cb9141e0872b6a9983a7fdf8b1ceb8aa6fbe240bd11c82ee7fbcdb09d528c740fa9381036c8a69090bf47a94312946bf38c17d2c1b86b23da66f09c218743a59d811fb5522fc6d0cc92d713f38bd5fe98665a88f620a24013b3c3d6e6f7631d086eea3790d9c6032adc00d347bd7e3313b736ff6508e536d19dfee2395efcecceb5092331f5c0e50550f55f88adf50b820e06cf1c256d72c368a0b81457e690d8708a24cf2df484d11d0b53eea8936e0b75519f1f21e8bdb4109a7efe4826e40e578aff5825182ecc85651c49a223e39f110fd5027c3956ea7afcb0cc6bb446e4afbaacdd0a4f5afaa0a96bce49f804775a2a246910358d2665100c277d81b2f18bc3b39c2ba0c2568dad57dfc45bb50200ce7b4274bc37820edd6d08974d8ad9f8f5728ac1703b288cd926c82a3bd6d15d3e48e805f972585076e434d661ebda64f758cb158a21e8194ff20fcaa7de8c961023b43cf373ca152387d7ece01de3eb55ff13b5e87a50ac7a8472d6832ace41b8a217457b0ecb26f10fdd909c8a4fe249f9df2112a7cbfa2827c171310f9237143ecc87f590a0dd1529b73b9f8e6505203dd632ccbe98c4e040ee66b4841799cd157bf2dd43e67a5af9d6a254cfa7d9ab3617322ad13fcb50d78144dae9d826968d6063b3ebe407e1e718079428e6979c29264884a949098d4ac5bb8c332f94970d995ffd1065476a8a794b0577903b94fafeebed57598bcc7545c13d0c7e72c72dbe5e11706f1dcc75d356fc001bd806592178c8d4436c2e7d4d97ef0ef1c01c9e5deb7ca8a2410020c9237735e96d3d1b6241f6e46a0c39c96edfe121019cb991e9e1e1f82c945b54fa8b08e48790b428966ae69bae39f4aea4c3678719d63c1310dbe4d0662e5d07e70f4a82d40651ff7abde61bbe12d04412620c801657c51bb23a44fd0ecc9659bf0516de90b1fc666e9358b22387e118a59d2a37f4cf9e165e7882d0725c9bc7385173bcf301c16def41f5f81fe75da2a754d57886eec9004efc68fc6f3ead9a368e21a9aee159c8733158b93cd9576a851d131636ed66a84e83bb5801f9b1a192ac4c54b3a9b9562b9dd4de2d609b59231cb910ece1caa42cd799a167e40ababd7ca54b6409622f42d67cedf5d43a1628074a8b112bbd08d55acfb35f401cfae901eec3beac6ce998ad3667594bacce6ab127ee800381a63ba7df2d597a185146e092e2bcc55055bd8ab44875c9fc2b2946300ae5560c06ad52a2789a7ba6fd45e24e41700f58b6d481170d5d3f55253212e62bd0024f49f564304e6c34f7052a744dd6f50db090213c5c3d065ebe961466e3a374a0d5b0a3520722d7570fc90585bb0e135abeb1dc46e2e38cece11e9dcb7c320ebba3e8a36a40b12", 0x1000, 0x40040, &(0x7f0000668000)={0xa, 0x0, 0xae4f, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x6}, 0x1c)
ioctl$EVIOCGMASK(r2, 0x80104592, &(0x7f0000b04000-0x10)={0x15, 0xa1, &(0x7f0000839000)="7b23af42307061e939f1c41be8b2fc7ca51997e0dda14b419bccbdcc8fe7c0ab72befc9dc4f1151c3f7b4040e38ac5bb81e3e442628cd7c12f13709c308f38458d2aeb53346e9ba014488062656cf4ea41f2946a439aa6c60f32207c0b6a881241805cafdd0cd6b7b76e79ecad6c3b0131451be4345c6785b58e835d6a3303e4be5e4a9ce213c94530eac9541310db9a2e0786654bc990c1c677c2405aa041239b"})
connect$inet(r0, &(0x7f0000f65000)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$DRM_IOCTL_SG_FREE(r2, 0x40106439, &(0x7f0000077000)={0xd5b5, 0x0})
ioctl$TUNGETFEATURES(r2, 0x800454cf, &(0x7f00006cd000)=0x0)
mmap(&(0x7f0000f69000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = openat$rtc(0xffffffffffffff9c, &(0x7f0000918000-0x9)="2f6465762f72746300", 0x3d, 0x0)
ioctl$sock_inet_SIOCRTMSG(r7, 0x890d, &(0x7f0000e4a000)={0x8, {0x2, 0x3, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4, 0x10001, 0x800, 0x6, 0x5, &(0x7f0000e39000-0x10)=@common="697036746e6c30000000000000000000", 0x8, 0x1, 0x1})
connect$inet6(r0, &(0x7f0000574000-0x1c)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x8}, 0x1c)
setsockopt$inet6_int(r2, 0x29, 0xfffffffffffffffc, &(0x7f0000a6c000-0x4)=0x2, 0x4)
socket$inet_icmp_raw(0x2, 0x3, 0x1)
mmap(&(0x7f0000000000/0x43000)=nil, 0x43000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:58 executing program 2:
mmap(&(0x7f0000000000/0x5000)=nil, 0x5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_udp(0xa, 0x2, 0x0)
r1 = fcntl$dupfd(r0, 0x1, 0xffffffffffffffff)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
preadv(r1, &(0x7f0000000000)=[{&(0x7f0000004000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc0}, {&(0x7f0000003000-0xc8)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc8}, {&(0x7f0000005000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xec}, {&(0x7f0000006000-0xf6)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf6}], 0x4, 0x0)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PEER_AUTH_CHUNKS(r0, 0x84, 0x1a, &(0x7f0000006000)={<r2=>0x0, 0x6d, "168b9cde3722530323cc2cb3f32c33ceb31d39f2a88780e1d24695b5dcd38dbbb386fcdccc78c617a863664fe19c9c6a11bdc07c88861c5439fbff6a0e909193a4672110d0312f298aa589a23dbc79bfc8c7603068a177659a5de2f75b3a2cb95917f07476da0f2501fea0ac84"}, &(0x7f0000007000-0x4)=0x78)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_NUMBER(r1, 0x84, 0x1c, &(0x7f0000002000)=0x0, &(0x7f0000008000-0x4)=0x4)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_STATS(r1, 0x84, 0x70, &(0x7f0000001000-0x108)={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]}, [0x100000001, 0xfffffffffffffff9, 0xffffffffffffff81, 0x6a5, 0xb3, 0x4, 0x4, 0x4, 0x3f50, 0x8, 0x5, 0x7, 0x0, 0x80000001, 0xbe]}, &(0x7f0000006000)=0x108)
setsockopt$inet6_dccp_buf(r1, 0x21, 0xe, &(0x7f0000007000-0xe1)="af2cac7b6396604a830965a759b6a21a4193a7b8be20b9ce252554549fb5dd21f263ef40c7792ed9200c940cadbb28dc9d167647b3d56741f78143fbd9af942f8e1f3bc2e0cc21d4c61bf8065be6b978c0967029690cf0e38f64208c2b186e582620d2cf071cb51dea5c4e786c4e79ffa4daf46b3094ac02df9f2b77b520dfdae4a871c5dde83ce20347b8180863f311c7459a06abb74f40ef6c17538f52e7e1a86b48167bcf91017dfae046519f9fff01f0b3b08168a5dbb21d70d298494741c49781ff8e4eb75d99eaa20b82daedbbb1b1be24b5c1126adfde717e6cb758f70f", 0xe1)
ioctl$sock_inet_SIOCGIFDSTADDR(r1, 0x8917, &(0x7f0000000000)={@generic="321979c1d5eee49cd009e066becd59b0", @ifru_addrs={0x2, 0x3, @rand_addr=0x9, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
pwritev(r1, &(0x7f0000001000-0x10)=[{&(0x7f0000000000)="3cef9cfab3b926b7225b6f339d3c79c5a821627468aa8bf6c58b69fbb8c5c9d69ef52620caad40035a7e160d345445168b801908ec88018cd6ae58d0e4241e354dcb881e8a2ea605409c090e15017f13f74481302ce69064913483877adee80804984a593fcba096c0a2b2edb31aca81ec996c407a873e391492e7dd73cecd33c233f65273df1a78a1f6c9226c1707503f43bc5f45cdaede092093a8abef927022b2fe376e36c65dc52d4312e5ee4aadb7d1568db1869141e582e840a60c449331f9a5a825fc861f5504d784c7bddc99", 0xd0}], 0x1, 0x0)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_IPV6_IPSEC_POLICY(r0, 0x29, 0x22, &(0x7f0000002000-0xe8)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in=@remote={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@loopback={0x0, 0x0}, 0x0, 0x0}, 0x0, @in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000008000-0x4)=0xe8)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
read(r1, &(0x7f0000007000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x53)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_mreqn(r1, 0x0, 0x24, &(0x7f0000008000)={@multicast1=0x0, @loopback=0x0, <r3=>0x0}, &(0x7f0000003000-0x4)=0xc)
setsockopt$inet_mreqn(r1, 0x0, 0x27, &(0x7f0000004000)={@loopback=0x7f000001, @multicast1=0xe0000001, r3}, 0xc)
socket$inet_tcp(0x2, 0x1, 0x0)
2017/09/11 22:56:58 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x31, 0xffffffffffffffff, 0x20000000)
select(0x40, &(0x7f0000001000-0x40)={0x8, 0x0, 0x3, 0x0, 0x2, 0x6, 0x1, 0x7af}, &(0x7f0000b81000-0x40)={0x401, 0x3ff, 0x6, 0x2, 0x2, 0x9, 0x39, 0x6}, &(0x7f0000001000-0x40)={0x9, 0x9, 0x4, 0x4, 0x28d, 0x80000001, 0x5, 0x18}, &(0x7f0000001000-0x10)={0x0, 0x2710})
r0 = syz_open_dev$vcsn(&(0x7f0000000000)="2f6465762f7663732300", 0x8, 0x200000)
ioctl$VT_RELDISP(r0, 0x5605)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x200000000004, 0x32, r0, 0x2000000000000)
ioctl$TIOCGPGRP(r0, 0x540f, &(0x7f0000002000-0x4)=<r1=>0x0)
ptrace$getenv(0x4201, r1, 0x2, &(0x7f0000001000-0x8)=0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f0000003000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
ioctl$KVM_GET_EMULATED_CPUID(r2, 0xc008ae09, &(0x7f0000001000-0x9)="000000000000000000")
ioctl$TUNSETPERSIST(r0, 0x400454cb, &(0x7f0000002000)=0x6)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_ASSIGN_PCI_DEVICE(r0, 0x8040ae69, &(0x7f0000003000)={0x0, 0x74, 0x8, 0x4, 0x8001})
ioctl$TCXONC(r0, 0x540a, 0x7)
ioctl$TIOCLINUX3(r0, 0x541c, &(0x7f0000000000)=0x3)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x1, 0x1000032, r2, 0x0)
modify_ldt$read(0x0, &(0x7f0000002000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x44)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCGMASK(r0, 0x80104592, &(0x7f0000006000-0x10)={0x16, 0x96, &(0x7f0000005000)="9b89e79a2bd6e04d81ac3027025199cd176d77e74223f4ccc58a997733836b38fa0efade19253e7b6a533ed8d13cf47e88be32065edc25551c61322aed5bf0217144c19f862d675bc4d05434990e64b04c99307947bb066ea58c91a85bc67f6168506450bd7c668e443fa354ffeafc32d23583bb3c485608cff0f2956fc741c05d71a7da358a2a0827d5b35b5a82d5a3fbbfaed02d4e"})
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
capget(&(0x7f0000004000)={0x20080522, r1}, &(0x7f0000004000)={0x100000001, 0x10001, 0x8, 0xed9, 0x6, 0x8001})
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TCGETA(r0, 0x5405, &(0x7f0000006000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$int_in(r0, 0x5473, &(0x7f0000001000)=0x9)
ioctl$SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO(r2, 0x402c5342, &(0x7f0000002000+0x246)={0x7, 0x8, 0x0, {0x0, 0x989680}, 0x19, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$VT_DISALLOCATE(r0, 0x5608)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
capset(&(0x7f0000006000)={0x20080522, r1}, &(0x7f0000001000)={0x8, 0x80000001, 0x1fe, 0x3, 0x34, 0xfffffffffffffffb})
ioctl$DRM_IOCTL_AGP_ENABLE(r0, 0x40086432, &(0x7f0000007000-0x4)=0x4000000000000003)
2017/09/11 22:56:58 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = creat(&(0x7f000097d000-0x8)="2e2f66696c653000", 0x100)
ioctl$sock_SIOCGPGRP(0xffffffffffffff9c, 0x8904, &(0x7f0000268000)=<r1=>0x0)
getsockopt$inet6_IPV6_XFRM_POLICY(0xffffffffffffffff, 0x29, 0x23, &(0x7f0000964000-0xe8)={{{@in=@empty=0x0, @in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r2=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@remote={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@multicast1=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000001000-0x4)=0xe8)
stat(&(0x7f0000000000)="2e2f66696c653000", &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0, 0x0, <r3=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getsockopt$SO_PEERCRED(0xffffffffffffff9c, 0x1, 0x11, &(0x7f0000000000)={0x0, 0x0, 0x0}, 0xc)
getresuid(&(0x7f00003a4000)=0x0, &(0x7f00008c5000)=<r4=>0x0, &(0x7f0000e00000)=0x0)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f00003f5000-0xc)={0x0, 0x0, <r5=>0x0}, &(0x7f00003c1000-0x4)=0xc)
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f0000f84000)=<r6=>0x0)
ioctl$KVM_IRQ_LINE_STATUS(r0, 0xc008ae67, &(0x7f00002c2000-0x8)={0x1, 0xe9000000000000})
getsockopt$inet_IP_IPSEC_POLICY(0xffffffffffffffff, 0x0, 0x10, &(0x7f0000001000-0xe8)={{{@in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in=@loopback=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r7=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@broadcast=0x0, 0x0, 0x0}, 0x0, @in=@multicast2=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00006c9000-0x4)=0xe8)
r8 = getgid()
ioctl$sock_SIOCGPGRP(0xffffffffffffffff, 0x8904, &(0x7f00007f9000-0x4)=<r9=>0x0)
getsockopt$inet_IP_XFRM_POLICY(0xffffffffffffffff, 0x0, 0x11, &(0x7f0000591000)={{{@in=@loopback=0x0, @in6=@loopback={0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r10=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@loopback=0x0, 0x0, 0x0}, 0x0, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000779000-0x4)=0xe8)
r11 = getegid()
sendmsg$unix(r0, &(0x7f0000001000-0x38)={&(0x7f00005d9000)=@abs={0x1, 0x0, 0x1}, 0x8, &(0x7f0000000000)=[{&(0x7f0000000000)="99941d80dca8796d0c008c16c5496e331ac9e3a7f63605590af3aeccda3f0bd31f649da934fda208ee9a4254d89ca82d246a5636bba638e9e05a1e1504939533bc468cc054ba6afb07e4061fb6587a62a85333455598913524456023699eebd0ce4a018ee7b78088a8f0b231b5a436d9fff01445a57dfa54e5bfcbee02e7055bcf7cd52600d767802d3d8bc9bcf720992d7436d4cf4632669086a90c534f648da300f9b8af498dfd94198e3ecc3d535e97ad8e488efb9f304ffc0457cbbbb38f14945c", 0xc3}, {&(0x7f0000001000-0x62)="6bf22c1f34a2ca118b375fb0c0423fb6857af753750037ed82fd37be53ec2e417cbc5c5b41569e8492b8461cdd4a0d04442ad99c4536e33338f0259189ad70beb7a624d7b8625dda468a81919cc1766ed8b24fee8d2825eb6c8c6d56889b8efe30d2", 0x62}, {&(0x7f0000073000)="d00c0d660e63c8dea30efcb04ff456ed320342313bfa0284c9d6ae1509ab0da17647d6900d0867f1c072715081a250af0f9cb12fb126a0cbbe4ef16b9ece1563c87eb65eae6836ba189348eff0c46a222d054c8bbfc7f855e6fe0951e4a1eb14fdca3fdeb570a49beaa41039830c436e85e9ca7164d311f93e1836fc058cc4c4ac888939ea3352b423182af152ea54c1df1b9201ae3ff56588a67d26903c4ab7", 0xa0}, {&(0x7f0000d15000-0x8e)="ff1c9f3bb5f821995e20718e7e28f433d9c95770cc803890d4e5d799ff01913d7a94db1911dab985bcab7ef8d64eb491c4221d1fc024868af5405e088bda1dfba588b7bdff619d2961343171f66597a2147d5b9c4343d93ebd2b96b15716e51526347c16dc42762417623bb2c4e2a18b7dff5873e0d2e6ac5e99aceed57d2447daa6541fef1f1bdbd4a5fe640f16", 0x8e}, {&(0x7f0000001000-0xb1)="e05ecd72fe6647ecbfe32a6594d7a85ca625c842a037780e2136e8e35308e265d8c3072dcb442e60134f5170a2c27b6d303ec6592766e8358048ba118a9f092b0f97f18917583964bdd02d3cfeb7b96ca3c8625d97206e2aaf957bd28ac7d1cbd33dcc08dc23078e8a9bde0ba64653bdf0b96d66491593244f13a69cd4d88de2842069f284eb5656410abbf35ec9021ffcbd015d2a44e42349643c00fb4aedc30000000969f751f9fedc8f83dcfd1fbfc2", 0xb1}, {&(0x7f0000001000-0xde)="56b1f4ed1d2036fa8403eb23af2c80d1cc2b45bca9561558e45433e0173b964f3ef51818ae8fd438015475f9d2389db77bb6e7ce6b0bff7fd58b049c9eb96f2ce242cde4defa0faef54a640bc614f6d43d328044ef906d90d25f1fb9101c608b8e6cd72c7098bc1c72375ad7f7022e916b19de2d444ef2b7d0c108e7bfb77c7f9bb693169282ab9cc4003707ecdb62d2738aabc71e4b1fd406faeb8108420abaa9e8745a825dee2457852af120cdfc6535d1f32e4cda81f2fd8c046686bcf9a08d2abc8fe76acb6e3fa8a3efc2be4aeb00a7221a528452c67d29c02831a2", 0xde}, {&(0x7f0000097000)="2ad52d5832dbfc5d14f4fd58b609a9d0d2ed75ea2f9ca2e73a039f7c534c13d81a6f91311cf2854768cb964e65280d87156ecfad3517243ea01cd1c5dff23db9c4e49d8aee213bc500614fcc6a34168f181a40cd4eccdc6e86d38cbe5963f9aebd1c1f9cc3a1f2aac4c12544656c414a59bffcf6b436ac08646c633d57086ea377a98732820d2dfc63fdea5b1eb6251d2e4255ade251ef4d37196e2646f4a7cba310e5da6fb62834e9baa663da1947a46894b6c98643191f272707b7377871eebba3125c0885e759b9f306a852a669cc9fc017359781feaaf333c005", 0xdc}, {&(0x7f0000ae5000-0xdb)="129fe26358d6500b941000c101a07a0dff8a2c46dc6fe76948ea25322080efdc2b1d235bf28cc0b2b248faaef5ec950967d3e4129e7e2abf718b1ec6e0b83f4ca4783dbc1a6fdfb443dfc284e2d6aeb72516d785d9e33eb5ce15abe18977202db1c4a83a0c9b44a792a1bc1b35334874b842678d0e1df9c6538b94b08e7e7acb18158aba12eeb61cb13d830f5362d63e41f91cbc8263401a82e9039a16612f6879f6f67ab821d0b890ec3509834e2a4ccdbfdf17d6410e139e93399914cf3dccbd168dae36c7e92070b626a1fcdb7536ae0f64b0fbbac5d2a32ad2", 0xdb}, {&(0x7f0000001000-0x63)="a465bed1a724e63b1edcf469f8b6de4b10a22e68a4a06ad5549137be7d953c377c33a8cedcd5a2f56252718d52844c290456b22461be10c310909c7795b70c8fab27f1461477d345abbd99bccc470e274af22956dd0dc8f4bd02a4976a46176755f83c", 0x63}], 0x9, &(0x7f000067d000)=[@cred={0x20, 0x1, 0x2, r1, r2, r3}, @cred={0x20, 0x1, 0x2, r6, r4, r5}, @cred={0x20, 0x1, 0x2, r6, r7, r8}, @cred={0x20, 0x1, 0x2, r9, r10, r11}], 0x4, 0x800}, 0x80)
setsockopt$ipx_IPX_TYPE(r0, 0x100, 0x1, &(0x7f00009ad000-0x4)=0x401, 0x4)
r12 = signalfd(r0, &(0x7f00007af000-0x8)={0x2}, 0x8)
mkdir(&(0x7f000002a000-0xa)="2e2f636f6e74726f6c00", 0x0)
select(0x40, &(0x7f0000002000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000002000)={0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000003000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000023000-0x10)={0x77359400, 0x0})
r13 = inotify_init1(0x0)
fcntl$setstatus(r13, 0x4, 0x72109c5fef5d34d3)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(r0, 0x84, 0x70, &(0x7f000017a000)={0x0, @in6={{0xa, 0x2, 0xe06, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x800000, 0x9, 0x2, 0x7, 0x7e73b4d1, 0x8, 0x76, 0x2, 0xd6e, 0x3ff, 0x3ad, 0x8001, 0x6b, 0x1f, 0x5]}, &(0x7f00004f8000)=0x108)
sendto$inet6(r0, &(0x7f0000e2e000)="040319a8413bc9042b57f7e8452844729487b3986f209fa2d86ee93dc0819492c385f4ca6f8ada0dfaa6521c30a62c", 0x2f, 0x40, &(0x7f00005c9000-0x1c)={0xa, 0x2, 0xd, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x7f}, 0x1c)
fcntl$setown(r13, 0x8, r9)
r14 = dup2(r13, r12)
fcntl$setsig(r13, 0xa, 0x1f)
r15 = inotify_add_watch(r13, &(0x7f0000dfb000-0xa)="2e2f636f6e74726f6c00", 0x40003002000000)
inotify_rm_watch(r14, r15)
getsockname$unix(r12, &(0x7f0000871000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f000023d000)=0x8)
2017/09/11 22:56:58 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x0, 0x0, &(0x7f0000ba0000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
r0 = socket(0x2, 0x440000000806, 0x0)
getsockopt$SO_PEERCRED(r0, 0x1, 0x11, &(0x7f00003c4000)={<r1=>0x0, 0x0, 0x0}, 0xc)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x9, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x7fffffff, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0xfffffffffffffffd)
fallocate(r0, 0x0, 0x6f, 0x800)
set_mempolicy(0x8000, &(0x7f0000aa1000-0x8)=0xfffffffffffff4e3, 0x8)
mmap(&(0x7f0000000000/0xfb6000)=nil, 0xfb6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$netlink(0x10, 0x3, 0x40000000000010)
write(r2, &(0x7f0000fb4000)="2700000014000707030e0000120f0a0011000000f6070000ff000000078a001f05080039007500", 0x27)
socket(0x11, 0x2, 0x0)
mmap(&(0x7f0000fb6000/0x1000)=nil, 0x1000, 0x0, 0x3c, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fb6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
capset(&(0x7f0000035000-0x8)={0x20080522, 0x0}, &(0x7f0000034000)={0x0, 0x0, 0x8000, 0x10, 0x7ff, 0x800000})
mmap(&(0x7f0000000000/0xfdd000)=nil, 0xfdd000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
semctl$SEM_STAT(0x0, 0x4, 0x12, &(0x7f0000f6a000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
r3 = socket(0x800000000000000f, 0x3, 0xc)
write(r3, &(0x7f0000160000)="1f0000000906ffde0000d4e807100000002100000900800000000006000000", 0x1f)
recvmsg(r2, &(0x7f0000faf000)={0x0, 0x0, &(0x7f0000faf000)=[], 0x0, &(0x7f0000fb0000-0x77)="", 0x0, 0x3}, 0x0)
mmap(&(0x7f0000fb6000/0x1000)=nil, 0x1000, 0x1, 0x32, r2, 0x0)
pipe2(&(0x7f0000315000-0x8)={0xffffffffffffffff, <r4=>0xffffffffffffffff}, 0x80800)
mmap(&(0x7f0000000000/0xfad000)=nil, 0xfad000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000032c000/0x4000)=nil, 0x4000, 0x3, 0x103f, r4, 0xfffffffffffffffd)
r5 = semget$private(0x0, 0x7, 0x0)
timer_gettime(0x0, &(0x7f00003f1000)={{0x0, 0x0}, {0x0, 0x0}})
clock_gettime(0xffffeffffffffffd, &(0x7f0000b9b000)={<r6=>0x0, <r7=>0x0})
semtimedop(r5, &(0x7f0000e63000-0x6)=[{0x3, 0x5, 0x0}], 0x1, &(0x7f0000114000)={r6, r7+30000000})
mmap(&(0x7f0000272000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
semctl$SETALL(r5, 0x0, 0x11, &(0x7f0000590000)=[])
[   74.270725] sctp: [Deprecated]: syz-executor1 (pid 6768) Use of int in max_burst socket option deprecated.
[   74.270725] Use struct sctp_assoc_value instead
2017/09/11 22:56:58 executing program 5:
r0 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x2, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
setsockopt$sock_int(r0, 0x1, 0x3f, &(0x7f0000acd000-0x4)=0xaf9f, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
flock(r1, 0x8)
r2 = syz_open_dev$urandom(&(0x7f0000121000)="2f6465762f7572616e646f6d00", 0x0, 0x203ffd)
ioctl$RNDGETENTCNT(r2, 0x80045200, &(0x7f00005fa000-0x4)=0x0)
r3 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000d4e000-0x11)="2f6465762f7667615f6172626974657200", 0x0, 0x0)
symlinkat(&(0x7f0000e35000-0x8)="2e2f66696c653000", r3, &(0x7f0000df9000-0x8)="2e2f66696c653000")
syz_emit_ethernet(0x6e, &(0x7f000011a000)={@empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], @random="1223ba51ebca", [], {{0x2000086dd, @ipv6={0x0, 0x6, "d60020", 0x38, 0x3a, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, {[], @icmpv6=@pkt_toobig={0x2, 0x0, 0x0, 0x0, {0x0, 0x6, "0f9494", 0x2000000000000000, 0x0, 0x0, @loopback={0x0, 0x1}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [], "52da84c0b45c7559"}}}}}}})
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r3, 0x84, 0x13, &(0x7f00009e5000-0x4)=0x9, 0x4)
getsockopt$inet_tcp_TCP_PSP_LISTENER(r3, 0x6, 0x6c4, &(0x7f0000038000)={"00000000000000000000000000000000", 0x0, 0x0}, &(0x7f000001e000-0x4)=0x18)
syz_open_dev$evdev(&(0x7f000007a000-0x12)="2f6465762f696e7075742f6576656e742300", 0x0, 0x1)
clock_gettime(0x0, &(0x7f0000985000-0x10)={0x0, 0x0})
ioctl$EVIOCSCLOCKID(r0, 0x400445a0, &(0x7f000053d000-0x4)=0xfffffffffffffff9)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000b18000-0x8)="2e2f66696c653000", 0x5)
r4 = open(&(0x7f0000aa0000)="2e2f66696c653000", 0x0, 0x0)
r5 = fcntl$dupfd(r4, 0x800000000408, r4)
chdir(&(0x7f0000f46000-0x8)="2e2f66696c653000")
setsockopt$inet_MCAST_MSFILTER(r5, 0x0, 0x30, &(0x7f0000ae5000)={0x7fffffff, {{0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x6, [{{0x2, 0x2, @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]}, {{0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0x2, 0x3, @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]}, {{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]}, {{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]}, {{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]}]}, 0x3c8)
openat$rtc(0xffffffffffffff9c, &(0x7f00005e3000-0x9)="2f6465762f72746300", 0x400, 0x0)
getsockname$ax25(r5, &(0x7f0000a00000-0x10)={0x0, {"00000000000000"}, 0x0}, &(0x7f000011f000)=0x10)
sendmmsg$unix(r5, &(0x7f0000a69000)=[{&(0x7f000015a000-0xa)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f00003fe000-0x10)=[{&(0x7f0000f56000-0x95)="f8692e8d3fd860f053f2430f4d6f51180e5737cbb2027a55629420a42d6ef691bceab15b4fbbf10f4f5a17734e855c9a9e37cc44a2c7d04793008ec41a894fa52f6cdf1512b9f5219cd9732e3cfb4473e7d83146a9e1d2babefcebebe22e592c05c39bdbd71a6d9538d128ed1449c0de619cbde341189ecf386f177a379cdcf7082146b8014ddef065e1898e36d1c2b811e89491bb", 0x95}], 0x1, &(0x7f0000bba000)=[@rights={0x30, 0x1, 0x1, [r4, r4, r5, r4, r5, r4, r5]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}], 0x4, 0x8011}, {&(0x7f0000354000)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f0000141000-0x90)=[{&(0x7f0000900000)="ed4cd0d42c695b27b2a666a73bfc5cfc94ce6d32d9c82ae09a3000bfd41267d750ec08ddf77dfacf944b00826dcc7e2297395c4a10ace3d74a42be740e89e2db80ba6b800ec2c61f3dbe9978417a9706a5daa7fe56e25bdb8cd0", 0x5a}, {&(0x7f0000849000)="80a8", 0x2}, {&(0x7f0000ed1000-0x6)="808bf385572c", 0x6}, {&(0x7f000084c000)="9375c60febb4d8904b00085519526e052795e24b08abd9daec718a39b673b724a1d01458690b0228372f9e4369902386768da5", 0x33}, {&(0x7f0000a4f000)="d89dd1ee1c530308798bc0c7bc94ea23e3f828b09c48181e5708f048d97476e0602454e7a5f9ab3a83b57fcdab0740c2e86c48c64ae9fada2fce40091ceb9303cc38818f651f5a4d499d095eb5704aa604697f728c47eb25117045a8e0a05e35206ad41b344f5654ab601f26218b4fc8085bb6398316f04b32087a07c656e292b9a2a52cf15bc952c9749e0ccabb20766cc0d25f4bc35a5ac035ec748f805393921c0b226da80e545f7ec96867de5aad9029a5366e8105c2fc9c182520967179b8e0abebf4855c9714fd125c98539b887ec05b57ca89d6e38686b9d65d5b06f09ea238d3071ccdc367bbb6877876a16b96d622e6897265c6", 0xf8}, {&(0x7f0000028000)="ef689dc66ffbe3e630606b19771c6a75ab127527457ce701d54825a452feee04b8d95e0abb296f5a7d1ad2dc54f3dc2b08cda2e623bf30bfc067417255dd6ce2f5c71f24842a2c076387ca129fe6bb41b8c88a0ced7e3a91b3fd4bb22b269794873203b7edfe102de5a2bc4d368ad62e859d1b0473250a8577c5bdf06d405127564e73f62b4e42715ee0d0794d02e59b64a2c4eddde8498f0077a960b757fb9797abfd354cccb5", 0xa7}, {&(0x7f0000607000)="5b4e3ba9e86226733e39de7d5af5df298ce825901a85c154cb260132035072f4d6644205bbc771398df313c3447165750b7a0c2b2c9f9b0aeb8cd97962c2332d97339cada79ec465ad2c1aaf88d73844767e7da6b6353be3d850baed2e4d0cc5cade436333c043a8a596fe648e5b2440027d9cf6683069a2f1d02d5df409dc9a6b62eaa3dd49255e131043c2c8834268bf9ffb8704e2b914715d76a376e5091187ae4777e41dff4ec2c893bc2be9fe57b7fa087e11b0a128dedc9b8d95bb76d673f3e32c7eaa15fbe09d9a594504f9c43e7f644aa566fd3f585acb0431b248726f3bec59681936e03ef2992b6c38109fb9561ed12e686ffc6e6c4e69ea4dc14769150c6be23db067b5be58fce67cb4a04b032edb081e8291475a6d2ed3afa03f48b209b0dfe28d1c0a04a917224e837b6fde2b99e84d8014deb9e46f8d973bd9131845c84ca20b5cdd4ad79dd4bd82681a0cc21d013b30e171d099c2bddd36b70edee65c0163c565880ebf3bf2f049a8ddf0fed9d4ad782454918b83c1256f21535f16f091f1ae29fd499bb634d890635441bf45a9cee7c896e6185f8f8cebfd1e4617722970798f3757e6e8083d5904f90e5536df81e46f4aa6aec31d96027574226fb39187d8e6a4c5dd71d6ba60c9d562f89b06ddb5d1254ff8187417e04db81aaa6c18484c21ff881a8c6b72259e50db1de221873dbb0a6bf9fcb3364ab0857597d79ab9755c7ba8fe01673500ec6d01aa939de6f59d65c5ec3e9ea3caeb2a2232b4792322f6b652e0e5f3919f0d809ada5fff53d8b96b4d7607f8f3c7d07d55798f3bac3a5dfc2848e5e637f7f2300eb0dd7349d8582892462f4004c3deb755b6ab7f27ae6f1a504df4b79c06c29f336e00e1c2b7908b8941c28c65e51f0c1ff6baa146e705186754d0f5269a7b9c608a428f2dfc9ab6d7c2fd7868062896f1ee67e36d3395f4b196a137c8d1617c9cedcea7655351e0f1441435150224e23d7189f7232a8906480a3c1f41d705f31019d7e3fb29c9b7d123d27ab254cb2cbf05d5e52b3cc8e26811c19bb6809fecb3a2af4ed25cbd7e762c90717584ac4c975202ff20d6ff839e2825e5b28e02aa8df4a9883be15439163693bdde0b73e0512d293eb3e1d53bff1f31439768096a8f6dd71a76637a51825611973c030e486df34279363317ab0479e340099281279c26a7f7aaa8a9ca4b923232a77e61083d7a931a23b08e17818f2dacf5a40fe1e631bec902b8f6ca887e21a358dc4f75a8e44ee26fdec29534a063110fe055fe38b8de08225ac6bffdd6e2683000ae94e228d6e59a89d9e58d7497bbfbd12034590eefa2144ea5658e74547e6d7fe04062f8ee316ccadb5f9f2c37057fbde014e117463770487e1a91cccc618e632a640900aac992242612528757aa0b16a90ceb04aea3cdf4d2affac8a04d86b49ee60425cb1fc7629315645e35cecb797ebba1ce3284e49020a6316245bbe8280224194185306022851a16880c4d1da8e0d6d8ed3406f38406243318944923e5202315fb851f679763036b0fc284bdda53e9665014cab6f13e82a5012c1a8ab917f7bf74c1606c072452c84cf9683394ec62b2d118790fc0165303c02dd077e0cf31139aaae2ebf86f48aa6e71b242665de94f08e4a1bb29490f0c3c9956d8e05eaa77c7f48a437f57ee08e2bd19602331bd44bf9b20bef2b26c2bbcb59b7ed98875eb048e17508469f5b2832cf085301f14af62d9b0e8fd5664a161b99cea9fcaff0b9bb88d1e7560e66f62c2f3fc0aff8aef4c90d8c52cdafdd55000c0b033ad9afb53e81cd762e984459cff691fe8303bd3d2cc30721942845a79944ad1f05cbc2c2bc556ae6e9669b16d818693ee1b133ef124805a2ada573de903bea2e9d49fdbaed26042bc676f36f4b34bc9c3d2d3c5c44a587c2516d92ffc8037096926eb3c685035a0b674ddaacbe7dfa98d63a5eb68fcfd41c0413a885c0ad773a7743d90dc0fcb5ae4fb16733503c538804a5e9febb52145654af19ebc05adb551aecbdc92811ad5d2d54e88ef7ca2e95a08fbd11fbf9f33ec4aa2803b156497c12c6e37d7dabed14d0934fb5869aa408dbb6ea7a9cd90cf474ef173d32684cdd4a5c8f8fd44498fab928b050572c87d3f9d02b8e9a4dae8e4355ebd51caf2f3aa9ee1b3c6322a619e1168726c0bfb91d06806a8ebf5fd6a7cc777f8991b6de8ff289333c10439fb4e79e2b1927e1408b1053dd37362359f2d8828367dcf10e9be532414e8bab7a5803c2dde95930ed54bf6c0a48a519f54156b6238d7423aff68aad6f991e412ba0f3b7a3864ca4cb08725c8b96fec34c5c15ca53fef86d007abb27de671995d1fc7da58c294a9287f547d4d2bc4e2025061092f2e077f27ab59a4605a250b1cb9a968b5006040c388093a151bf05c370b14557a50b509075b0051c76f927f2ca7573f13ef7aa348f88423de404f50ea7fe8a00df42929e08a0fbfcf09528cb9893f8ff95fe48569ea2bbdf5d1dc9e0072d9ba9ec89f5c4ba9dbea15caad73e75a3fd33d407a6b2a162568e3a14ee7f11d140b3d2527088ad51946530b37034681d3717afb248aa09e0813d7f50d72ed3652b31a436b2f69b3d3b110d98b0080ab0013f88af871cc1ae9494271a4c080e3807e127ddf55444182e6f2138da628013e99b1fe3740612330a37da9c6c1572bfc9496f4cdaf9c3d0c4352f37ec69aa25c2b0d13c0761abe23bff06f0bf2f387fa1e1841c6534b1154f459fbfd2525beb7d13f23e25348eb7d2d6925a47d8742cf8298b28198492daef5777d6b25fdee7ff100453794b295bfa63c306c8fc1ede892c86ff95216f06cc1b3bb4f1aabcf7bfe1442f8ef6260d56e5ebbbe74d21ed3312eb565923bba99f79a8753f674d34828438e454145a5b1d6bb34894da7d4a5e1537855de03eb42949fba7b0db83e274807958ed248179088eefdd9c7d38dd0c5e44e21a9587544d00cd53a560198c9ddb91fb634aca951d56af97d65e865e05ed04954eb6477b9cbfc09a3cf221ef4e8f17f89dae714aa898edd088a10a5c9b6924a19a529614bc3d63fadffbda5a4df462872e1b74d424a17c556b365c82b84618be3d160d81148d3d92ac29774c427fdaed4d42997071499e34d9c793a2a190916651c53b1955426fb09b637977d4abafd7cce48d15277aee66aa0ebbe4a2530f0cc089c5e473d8caec9c9af88c740555d1921d16b6dbaec789d526b0cd8aa2c1cc11f9bbb0435c884c6db2d7b8789328ff6281a45f5af128ae38b028828c378f8984d9d45f778464db3b5f4fe13b8d1ce1c9ed6870f21d4ee0b668da0df343c30bf6f5c57d75f9141899251121dc925c9d48b94843339a2e8743ac9db5368a5587b02dd879366a0176d64c028381e9f4bb57e028adf9c6c4bf094ec362a320e198713af005bfe94c6e14f0be41644b1b6d5b943317423b9e4b19a360f58bf22b157dc948aff5223a2c6d75f65db230e5afcafeb492154b9789aaaa618f3d6a5dc031816ab7df9272689759eb7d4db184157c73f835412feecbd60e1342b133f87ac190b5515a46a2dac054347e95839f166e7c6bf1e37ac98a0bd50a9a6e0821bb16432265fc6b5ea9dc31123de18ce0f6f0a0a18e86e5a6d014d1dfdfd203bb4273f55c93a6d2c7eb0e07982792809b08d4be25ceb34a9b2dd75a2dd90db28ca20328f4349c2dc2309b735089ff377342021cf32c6361a4fb55bb125434b7e8a5c0f462e7bcdc0f5dfe80d110396f7eb99c0a88e5e4f9a2a641438650a8c97f529b86a441e7e57e858a8d3147e31c79debcf2b40894afb6d8eb4dcdbaafb92d2602e2f870280f8f33bb332ffed11ded9e50385e660694ca108af3c3fc4ac6d63466126a4141d5d5d47bcc99a01e4562eb6ea2dc0340cd730b09a1b686d662631e680288b472b52abec7a068613713bb16863664ea02c69c1e112cd6ecc4be41cc2c6bfd807f110d65a373114d1a38e56efdafc3a3af8aa028717fe3b3de72f332bc2bba06d0f69642339e49a48b81db8827011a840e854961e9c9fc3a8aa18d5b829a9299a78e2727b8dfd6a1ee53941ecf29efdfd363b7a7674c40db3cb103854bbdcd4688fbae12be3d639ae75da75b377543cdd8e58a480e17035d47b8f8f3836069f07a49d4ee059134c1edb5ab39400407966f26c624ee549b248bb62860c482702a01a8b84ffdfc6faa5cfc5665ef4b262c1a5696c2d058e8668936a59dbc28b194c0081ba05c9d8745e63f723e248eb064181684df134f3f3cc0ffedd4166eb89bec9d2b87fbc7f31ac1e1dfceb2ab29caf01100346228a5f453623938efdee65a0c3cf30984077a992dba6e1ccae0fe12dc069ab80005025eb767f926f06867934611f337825cfd217552886fb6b4610b26bfc27c4056d10ae883fc9d18ec6274cab16019b62e4891ce19b7fbd7ee8c76146108230cb37a44ba000eaa61e18fdc3b320d83d8798a22681db80435fd4c542c3fcbb2f48e1d459ea2a02b409418fa90a0c0985f964ea5ede2b1dda1a93f2d3b0567ac38336a42846a67ae623448a3c4316761a84eee8a6bff082a7db7bed39bb6a40e0b1040a45245a2276a4232d30819a49553b16921d5f7e031a8351e968e72be6ce3e2ee201f55821dc4c8d0a84986ac1f6c548722494aceaad6da675d3ba37606d5c98292d3ef17d2a1ab2b51da7f44bb7792277712410089713e44ecfed64d8dfd4803c55ff3eec42f35324fe8a1eb167499b510a41a4367d9dc6bb860c92d0ce938e3c383e860f0723f78e3c0416e8a2ca8c8182e93aa82d38dc6653b56cf71369d0b0d400fe5e457c57f0b9721d6bba62e00848d9f7f0c4a25952f66db6a7ef3cc3d58955b50742ffff41d4ac2720f413e32a8c76a2ac72c6b18178fda02ba524bd0c9477b3e34684432d6ab623d208c1ee55896187926d842042c077bd8cebde91a1b4b6f8453e84b0e37df39c9524b7eab38020990e99cbe000bb88261b2ac571eb0daceeb63a2023598e05360b3fe28b4cbe5ba8ec221cc6f3fcf1fbb9a73f77912e861bb833d470478f5f3e374033563df8f3a54f72dc7d735a8614225046ff8a0bdb7eebcb222d314f50a76aa1b749de9f4d2220352ef994a567d810e55b3d6861081fe69c6927858458c4118c4dc53a5b553a7139bac0a68f4c085c0b2c2ad2b8a57dc8a61c9e7d2a23e605388b12628b7be1ca0c555d84b1231d9d6c0b87cb7ec86c67f64a1c8db416a12ecdbe0eda2ab2dcb072890fb2acd0d3ec26622491b2cc40743b38edfe2d8efe3c8d8aaed9ed2ff671622f4ca5747b39549d3f6639f58a4c2db18582e4f5e150fb148380b7228f363ca41249f3a779afcbde058b439daa224e18da5a8a0ac891ab158eafcfc939c9c9d1ce12f70ae580fa8e7686b39264d68e0f66a602371368153d95271d511e09c394aec2a902fa9f1fe8443e9c6253151bf4950aadf5f5d0695e67d81cea89de986f1c0c95187b3676a9d09a4bd3f86ffe6dc2387d2c0f29ced52dcd61fd0df3cc5343defa3fbbb9326d2577f3794dd3648ceb6fdd4e8497c0d62da49bf6c8ad14dc8a6a6d6a8efbc5d9b8c76762ca6724bd5f7a5c0fcfd485e7075c920c23fee904bd05a29946e66fc25bfb4718b1c1e3d36a184cb7c2b976b7b2e4a67bec756ead179e41b3998612a55e3a82daeb8d3bedba1f061791e7f4b67e47ae13ed7b10cf0ad87952ac884037d7580a0dd796793ba4531d9fce9aa4dfc12f17ba40579514c95cd288abf437d0d29a44467d1d104e15fc7dad2e", 0x1000}, {&(0x7f00006c2000)="10151af7431330a8677af4a053f3ce36dcd44a64474745923f9c9f90c3d6d2f8bebcfb61afe6d596c6351b10fb2fcf53e6c9d94019b993769b9b4f867658341c58a77be4911b34b6356f28c8d00e4cbffbe819c626a0c38a6e597ef2f965c3636fe71e9d4541095fca6463a7e807d5b8af7675b4793709bbbabe11f99d7d239667b585ea9d52b6f41fc4e7dfb9e02570bd9b2c099b522b428afb5e5873bd8896579d5323fb9d9310a898c01fc4a2e1859c4cf8b41b8a4b95c864999ebe9db7c1c6febbb59a914b3ed02935", 0xcb}, {&(0x7f0000dac000-0x49)="c6777f54715bec988c8ff3da56fe46b283bce98709034a56ffee73bac0060452e1e4fbb492cd01c8896186e782c17eac88733dee7f3f9aba71f9e78255c722b6c19a6247a8c995149e", 0x49}], 0x9, &(0x7f0000a8c000-0xc8)=[@rights={0x30, 0x1, 0x1, [r4, r5, r5, r4, r4, r5, r4]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x20, 0x1, 0x1, [r5, r4, r5]}, @rights={0x18, 0x1, 0x1, [r4]}], 0x6, 0x1}, {&(0x7f0000f05000)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f0000e0c000-0xa0)=[{&(0x7f000037b000)="da3ea360c5c3fc3991db4cb654bf34cc054fdff2a339540e2495449fd435f587a26d186f6a5f248458608b34202fedb6b4e7ad876ecb8ef85dde31268245b490c598347c0fa570b8afe70d715f2c3081f5f2477c7c64fa0d90a6f5b9ff57605f7876641f239065df73f90ba84e9ffdba175b5bd056ea7568592f618e32d375639db2fa8dcb357ecc5b731b970ec2a7ea7273ebaacdcd596962aa6c427b", 0x9d}, {&(0x7f0000958000-0xe1)="fc0186740179dc3a5ea0d202e0db39d30fd1c9ae167317b2a10e664ad10a288c2f7f94310284c1adacafd80753f04a2ff879d1d6c0745d43e613e74b83ff98f72523e69a3ca3f126e44938af38a30692b9eefecab4c21d25a029b1e2e82a31d49c123e5a7e3924a066a2092bf9bd74ad37621dc024ac20667112ec70cf2ffcd5a2c5bb7c7a6ec7b70cdf3a24bc6bdfd68a7016e644b59f8c17c0a449f8bec500a6a96f8791b49921699f800038aef689fba4632d42b6f9b946d7d5c2d41888cbabf7f2f11873449962af781050fedd9c0dcbd5a97b03322aed2b6c357eb79a3ccb", 0xe1}, {&(0x7f00009bb000)="8571eb8a912be8212648522b1e58796aee84c330cee16c8c53f987f6c58275f4ad3f34a715c2a63645a2c3ff422a9b0a28792eca073233da781dd648490388ce034b2e9d5a2527096f3eb33b7db90b870c04ac9d4cc214f74e82da5ecc8b53425f0b70756e3306c017a4ad972389bce28be155421f318d6b28497a8960115c8bb3393f717cd39d01a65bf67e49e08793b5d99f5b56966786d6c3cdcbfc0a9e3661c612a1b338f4b9db74bfe54e1f8c5694418d5f556ed258bebf3a", 0xbb}, {&(0x7f0000e93000)="62c305097b87ff24fb6ab7c46263ed89fc8ef6087a9e13ec9ae9c1676067d49245709b960a8fd96868bd4e3147003d09883937e56d98f36bf50b772af92dd363be5e0e5b5aec329f48c339e4fa7b51f0ecabf4313f21f18155a257f79cd60860775fe3f0604fd75fd4cf75ebf1d2121ce9673e8c08753b1c9b65c65365229d9516d0c7cec8c14a8e364873c0beb25cb730927d0113bec3d904fc09e8b94a147ea3a3126e45363487e2f94fa8b7", 0xad}, {&(0x7f000088f000)="87945d07c1e7bd182a21989c66f6412cb35823fb6b617afa1329a0d3290f2cc1a0894287fc293125ef2780cda2344065b1a7af46e1977f5094a48c7167e11d75ad5e25b2d0ecdeff5a5a21f110b23add793c98f9746411adbd04e2560e5e4d8b74e7f1a6b9d3c10ea812429c888eef9e9722013812c024fd06818c0c873a03585c0b653a8baf0a2e78cbabb6c7f41567735ba2d978c9f666215d6fafcd607a7e0257", 0xa2}, {&(0x7f0000be8000)="f133c076ae1472598c2cf46aed187b7dfa05853a52cfc2a74e35a5c479d8a30acbc267046417ac7f99df4fdd0652d829663a6fcf6954c782413cfc4d7f5c865a50b4f6b4cf6d", 0x46}, {&(0x7f00001d7000)="2dfcdfe9215728274133b4030367", 0xe}, {&(0x7f0000932000)="888169f0152a2d2b9b3ce34a9d56033d078980186d4b34a78e6f6ff7ba8b56d5e37e51425c2c28a12d5b5a5ffaaf6a906b68e4616de18b55ae38ec02fd6ac33e2f1959ae6130dfb3c7ed8dea1b912b73e7908c967ee4ddd39c939020996e25659dae8c371d163fe1c1978cfdf1bb8fa75f2fb78cf2f3ca2f3d678ffaedb968bfe984f1c9038b2a43e90015f90f4459f46723c913c7ea370c5b35a2c7c9ca743136883094b64ea85c2f237f877edf533dac9efdb59524633711005094a7937edab365", 0xc2}, {&(0x7f0000857000-0xe)="e4153242e440349ee1406059fc0a", 0xe}, {&(0x7f0000151000-0xb6)="7f4ce8d07247e3a191349ca3cc1326919d97e9801ea44a9435af7205bf5a8d1d4e5b301e7d348b794fc4fd49942b63e657343128119758f655e1e83d4914027b6f5212921fd86c4fd47e8fe9c9bd5e373ebf7cd5e50c2cf211010e89dfd2bfd85c73b87243956771cd1ab7f50af8514b5b48339f4b2028680166981edc61697421472353123000bbad2f1a4ad414c947e84394d987e097c1b6d7f03f4f0e8337164078b7b8d9851fdf0cbf95fe70a31837a9349aff3e", 0xb6}], 0xa, &(0x7f0000602000)=[@rights={0x38, 0x1, 0x1, [r4, r4, r4, r4, r4, r5, r5, r5, r5, r4]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x18, 0x1, 0x1, [r5, r5]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x28, 0x1, 0x1, [r4, r4, r4, r4, r5, r4]}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}], 0x9, 0x6f5d045596a56b50}, {&(0x7f00008d0000)=@abs={0x1, 0x0, 0x1}, 0x8, &(0x7f00001f5000-0x50)=[{&(0x7f0000750000-0x91)="fe8916cd0b3c79988b1cae09cb1b621b5d5a45ffe9c8aee2ca4c59646a493fa7bea3e7e4b04cff9b338b3ed85b405de1e9c5d07c6a09eedce7896f975b65ec90990e4e6bf80d60252cabfaf627cc8a187e2c93c3b91945b311784a605a9cb11928f963c1d94484c001739a6abd0531da1de3ff926caa69e332c5ab092220bde68cc0981543375ca616a16d72c91998e87b", 0x91}, {&(0x7f00000ad000-0xee)="48ca054a36fcd65ffdfd08128c977ed75a484c8528db87d01b634ab6ed1e9d37b9892209ccf757b6473903c261ea59b7aa862bfd9e8fc3f0796f4b19b65d4afd679e93a36e2771b681a00fe0cc8b6b24cf22dc965797239942bb4da9409927c619a7c845ed4751624c137a0f959879697a60a53623fcff3891f7ea98fbe33e7f5ed9c0bb8f492c745f25c49cb29fcf7f2d2fb21cccac4eebd1db5b46b3f7d6dd9c321c0b5d7ca6d492905bcb90d7f7263c3717a8edcce7de3b549758e3975bf4b7595ed40c8d80c3e0fa6669ddd7bc94b406240a6a39c6eb8597b8e22c7f387bc37f7e498077eaf842db2c6cdf64", 0xee}, {&(0x7f00007d1000-0x38)="ef9e8a928a0144b5a30e9583b7ee4940b893f2829a4e13e4108a236f1090ed595c67fd920d2c1752e6a160c6c09edd260c08724886f2538a", 0x38}, {&(0x7f000040f000-0xfa)="02dac2a57c769554f999c1d18d71ee54bac5fddcc8dd85cee43e2617bbf9718660a7ea418ef0dab5590acb13c51b032fe51b6f9b7b69cdb9c7aaafeb54bf2d93cc616cec02997245452601bc4811db103f4b7522ad6bf8806a5fe2e451cccea85380097cb7069907e5f4d235a728924f5413b7355a53ead2bfc54afa89ffc78ee3b7bfc213232a3deee243a9beb138f5806142e7fb78dcc56b64641f11f480d407679f27f09b203b3f6553a6869e5f015f8974b4796eaa297f9c93787ed3ae4fbd56a4c0d4cbe108aba9d7e853086a4fc68294548b1a2b984fb0aeb16ebab063e94068851e0b00c6e2d69e2acfd78089da4eb3f81816bb068fd9", 0xfa}, {&(0x7f0000600000-0x34)="3947e412394c666af2e6f7b165850713a50bfce363620355ed0eddf92e33878fc12d8f1775b1584b030df9200604c377d096a4c1", 0x34}], 0x5, &(0x7f0000f3b000)=[@cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x18, 0x1, 0x1, [r5, r5]}, @rights={0x20, 0x1, 0x1, [r5, r4, r4]}, @rights={0x20, 0x1, 0x1, [r5, r4, r5]}], 0x4, 0x50}, {&(0x7f00003a4000)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f0000a0d000-0x20)=[{&(0x7f00004b9000)="614cc1a77b3239a6a8e7b17f3e5a774b6fe6acaadace9c0f377b005e71c1a2a790d3d0fe11245f37a44d837abc123811de2ba45d41208d70c75e6748a29e6fcd409097b0cc9c4fc0e5d8f2052225b4cd121e2b36c39f4a4a066f339469561a06cb5a1bd34a95665c3cd3", 0x6a}, {&(0x7f0000987000)="4082f8b34e7b33c76ec2f132470aa526140e37f5cee848ff05662fbfae5abe84dda59345887ae49eae73e8bc5964a5e9a0467db9bece0b7c2893d6d14b23342bdcf24c94aa8775ed64480b901d727ce622d1d07ac182990fff6b3014971c8f1694b1d02dfda153adb70535ae86030facbe4176c2156940f28920a276b16b2270084b2b5e3ed53b379ecb0fc9789fcb", 0x8f}], 0x2, 0x0, 0x0, 0x0}], 0x5, 0x40001)
connect$inet6(r4, &(0x7f0000f1a000)={0xa, 0x1, 0xffffffffffff0001, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x9}, 0x1c)
r6 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x1, 0x0}, r6, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
msgget$private(0x0, 0x200000000000000)
2017/09/11 22:56:58 executing program 0:
r0 = accept4$ipx(0xffffffffffffff9c, 0x0, &(0x7f00007ee000-0x4)=0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket(0xb, 0x1, 0x5)
bind(r1, &(0x7f00002ca000)=@ethernet={0x306, @random="2f3111ff6f7c", [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = signalfd4(0xffffffffffffff9c, &(0x7f0000000000)={0x3475}, 0x8, 0x80800)
ioctl(r1, 0xffffffffffff5230, &(0x7f0000001000-0xd)="93f8ee0f6724e94f38d27da8e2")
r3 = perf_event_open(&(0x7f0000001000-0x78)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20000008, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = fcntl$getown(r3, 0x9)
setsockopt$inet_sctp6_SCTP_INITMSG(0xffffffffffffffff, 0x84, 0x2, &(0x7f0000001000-0x8)={0x401, 0x1, 0xfff, 0x6}, 0x8)
getsockopt$SO_PEERCRED(r0, 0x1, 0x11, &(0x7f00007c8000)={<r5=>0x0, 0x0, 0x0}, 0xc)
rt_tgsigqueueinfo(r4, r5, 0x10000001b, &(0x7f0000000000)={0x9, 0xfffffffffffffffa, 0x9, 0x4})
io_cancel(0x0, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x6, 0x7, r2, &(0x7f0000001000-0x38)="a69935cd45bf87beb2d8266f24dacdbf045700d1cef940367e0e24e3dfa8ab5c4945f5d371519d1acff5e539623bc85c8de25505619de2e8", 0x38, 0xc1b, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0})
fcntl$getown(r3, 0x9)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
utime(&(0x7f0000001000)="2e2f66696c653000", &(0x7f0000000000)={0x1, 0x9})
r6 = memfd_create(&(0x7f000099b000-0x2)="1fd4", 0x81)
r7 = creat(&(0x7f0000000000)="2e2f66696c653000", 0x40)
getsockopt$inet6_IPV6_XFRM_POLICY(0xffffffffffffffff, 0x29, 0x23, &(0x7f0000dae000-0xe8)={{{@in6=@remote={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], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r8=>0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0}, 0x0, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00009f4000)=0xe8)
futex(&(0x7f0000000000)=0x0, 0x0, 0x0, &(0x7f0000000000)={0x0, 0x0}, &(0x7f0000001000-0x4)=0x0, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_netrom_SIOCGSTAMPNS(r7, 0x8907, &(0x7f0000755000)=0x0)
add_key(&(0x7f0000002000-0x8)="6269675f6b657900", &(0x7f0000001000)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f0000000000)="aba1edbc19befa33b8939a7d7d6f26e5e800465484498b24b363987ab87181e1ddd80c4f884b7647fee7f40c1e74ff5acc0e12d6c5d7ccc9b96a3d823970c252c5acf43e8cab72", 0x47, 0xffffffffffffffff)
setsockopt$netlink_NETLINK_BROADCAST_ERROR(r6, 0x10e, 0x4, &(0x7f0000b5f000-0x4)=0x80000001, 0x4)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r9 = accept(0xffffffffffffffff, &(0x7f0000003000-0x10)=@ethernet={0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000000000)=0x10)
setsockopt$inet6_IPV6_PKTINFO(r9, 0x29, 0x32, &(0x7f0000a7f000-0x14)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, r8}, 0x14)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_RECVNXTINFO(r3, 0x84, 0x21, &(0x7f0000002000-0x4)=0x0, &(0x7f0000002000-0x4)=0x4)
2017/09/11 22:56:58 executing program 1:
mmap(&(0x7f0000000000/0x27000)=nil, 0x27000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000027000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
write$tun(0xffffffffffffffff, &(0x7f0000028000-0xff)=@hdr={0x0, 0x80, 0x40, 0x200, 0x1397, 0x3ffc00000000000, @ipv4={{0x2c, 0x4, 0x7f, 0x3, 0xc5, 0x0, 0x0, 0x8000, 0x6c, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, @local={0xac, 0x14, 0x0, 0xaa}, {[@end={0x0}, @lsrr={0x83, 0x1f, 0xe85, [@local={0xac, 0x14, 0x0, 0xaa}, @rand_addr=0x7f8c8038, @rand_addr=0x9, @loopback=0x7f000001, @remote={0xac, 0x14, 0x0, 0xbb}, @loopback=0x7f000001, @broadcast=0xffffffff]}, @ssrr={0x89, 0x13, 0x40, [@broadcast=0xffffffff, @multicast1=0xe0000001, @broadcast=0xffffffff, @loopback=0x7f000001]}, @noop={0x1}, @end={0x0}, @rr={0x7, 0x23, 0x9, [@multicast1=0xe0000001, @rand_addr=0x3, @loopback=0x7f000001, @local={0xac, 0x14, 0x0, 0xaa}, @loopback=0x7f000001, @rand_addr=0xfffffffffffffa27, @local={0xac, 0x14, 0x0, 0xaa}, @loopback=0x7f000001]}, @end={0x0}, @rr={0x7, 0x1b, 0x7d614495, [@multicast2=0xe0000002, @rand_addr=0xff, @multicast2=0xe0000002, @empty=0x0, @broadcast=0xffffffff, @loopback=0x7f000001]}, @lsrr={0x83, 0x27, 0x15937828, [@loopback=0x7f000001, @multicast2=0xe0000002, @loopback=0x7f000001, @empty=0x0, @rand_addr=0x10000, @empty=0x0, @multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, @broadcast=0xffffffff]}]}}, @udp={0x3, 0x1, 0x15, 0x0, "59724d6d25be61407b37538318"}}}, 0xcf)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r0, &(0x7f0000001000)={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
listen(r0, 0x0)
syz_emit_ethernet(0x3a, &(0x7f000001d000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [{[], {0x8100, 0x1000, 0x424, 0xff}}], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x28, 0x0, 0x0, 0x1, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x0, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0x5, 0xca, 0x0, 0x0, 0x0, {[]}}, {""}}}}}})
mmap(&(0x7f0000027000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000028000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000028000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getrlimit(0xf, &(0x7f0000029000-0x10)={0x0, 0x0})
r1 = dup(r0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$netrom_NETROM_T4(r1, 0x103, 0x6, &(0x7f0000d8c000)=0x3ff, &(0x7f0000000000)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_RTOINFO(0xffffffffffffffff, 0x84, 0x0, &(0x7f0000001000)={0x10000, 0x4, 0x100, 0x400}, 0x10)
setsockopt$inet_msfilter(r1, 0x0, 0x29, &(0x7f0000bc1000)={@remote={0xac, 0x14, 0x0, 0xbb}, @loopback=0x7f000001, 0x1, 0x5, [@multicast1=0xe0000001, @rand_addr=0x8, @empty=0x0, @loopback=0x7f000001, @local={0xac, 0x14, 0x0, 0xaa}]}, 0x24)
r2 = socket(0x11, 0x80002, 0x300)
setsockopt(r2, 0x107, 0x5, &(0x7f0000001000)="", 0x47e)
sendto$inet(0xffffffffffffffff, &(0x7f00009a9000)="", 0x0, 0x0, &(0x7f0000db5000-0x10)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r3, &(0x7f0000adf000)={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendto$inet(r3, &(0x7f0000e1e000)="", 0x0, 0x20008045, &(0x7f0000222000-0x10)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$packet_int(r2, 0x107, 0xe, &(0x7f0000c4d000)=0xa8cd, 0x4)
setsockopt$sock_int(r3, 0x1, 0x9, &(0x7f0000c70000)=0x0, 0x4)
flistxattr(r2, &(0x7f0000ac8000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd9)
getsockname$llc(r2, &(0x7f00008c4000-0x10)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, &(0x7f000051f000-0x4)=0x10)
sendmmsg(r3, &(0x7f000042c000)=[{{&(0x7f0000537000)=@ipx={0x4, 0x0, 0x0, "6d59d3ebd028", 0x0, 0x0}, 0x10, &(0x7f00007a5000-0x90)=[{&(0x7f000034f000-0x69)="", 0x0}], 0x1, &(0x7f000071a000-0x248)=[{0x10, 0x10a, 0x4, ""}, {0x58, 0x116, 0x6, "402b4eb452decc6439f6acc55e67d33ea2294dc54b6b5535419904e3f5f31f74ae4b167290ac877c96140390bc4bf67958cb19bd08038d670f50dd7ee782ec28b82f0ed7a1"}], 0x2, 0x0}, 0x5}, {{&(0x7f0000eca000-0xa)=@rc={0x1f, {0x6, 0xffffffffffffffc0, 0x8000, 0x1, 0x2, 0x9}, 0x7}, 0xa, &(0x7f00007c5000)=[{&(0x7f000001b000-0xe7)="918646d6358ea60c0aa94758255791e00d00823c1fa4c7a44458e4cd3260b5312bdcfa0a92d000e1ec79a1cb303ab0b2142eb715d05720655d3a671510d49ec6a43786f8e4876b728b8eca22861506d8b8271cb10b8caa08d5664ba2367993136213de111916c8aa9e9a18e9868f62189155784f72225e4c527a03d22460c913971c961dfbc9bcea9ec9d5213ca9a2e4ef4a66c8e31301e18980ea19fc0d270e475e790480aac920bdef20d0c532202108936e814b3f0cafb7c7cbee383f6decf11480e2ba5d694d7de7a68f8b38968e681d1055e34ef53de81ac257826b63c45abe7ffd921268", 0xe7}], 0x1, &(0x7f00004b6000)=[{0xb8, 0x139, 0x1, "9824b3214552001322bd0916b861c1cc1bdb3d1e1bee479f4350236720b781c9b1176f298b408d36218e4df7472173331f8970b6bb42b96250505e92cfb7cb943b7c5696d533594b8c710b199ab215ddd29171d39829d7014b0fb5ac500e1d9c7d84970ecb548f430102c053b95ce15caf11ad7685803ca2ae000b3e1193545128416bd8d539e98add572ef1dc49f5c9f79b48489331ab410f3bb600ba7f3dbca7d317d3dd7e"}], 0x1, 0x880}, 0xff}, {{&(0x7f00004f1000-0x10)=@llc={0x1a, 0x5, 0x400000000, 0x5, 0x908, 0x5e43, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, 0x10, &(0x7f0000ad7000-0x20)=[{&(0x7f0000ac2000)="2be5aca37a1d76c8409fe695c3c35f9e5ac141306f25421e7b8e8c0dba069c07d85e9eee39bad24ef49ca596b20ae62ae78b5f07c073bbd14c698356d2fc5dd94c60bba6aaff79319ba4420275cc0f00405503d41e59890abd1379ede0720e9fccd36b9b8172d4c3c76e422398e83b3ca65d2e3e167de6e7b670f12f63c8de2df79ba63cf5803f2f2a8d0167aa568ad1", 0x90}], 0x1, &(0x7f000007f000)=[{0x18, 0x10c, 0x8, "ef5172c6"}], 0x1, 0x4}, 0x2}], 0x3, 0x10)
syz_emit_ethernet(0x3a, &(0x7f0000013000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="4c6112cc15d8", [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x2c, 0x0, 0x0, 0x5, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x0, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0x6, 0x2, 0x0, 0x0, 0x0, {[@mss={0x2, 0x4, 0xc}]}}, {""}}}}}})
getsockopt$inet_sctp6_SCTP_MAXSEG(r2, 0x84, 0xd, &(0x7f000016f000-0x4)=@assoc_id=<r4=>0x0, &(0x7f0000b3e000)=0x4)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(r2, 0x84, 0x70, &(0x7f0000e56000-0x108)={r4, @in={{0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x3f, 0x10001, 0x8, 0xec, 0xfffffffffffffff8, 0x9, 0x7ff, 0x8f6, 0xff, 0x7, 0x8001, 0x0, 0x4, 0xff, 0x7fffffffffffdffc]}, &(0x7f00006eb000-0x4)=0x108)
getsockopt$inet_sctp6_SCTP_EVENTS(r2, 0x84, 0xb, &(0x7f00009d6000-0xb)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f000039f000-0x4)=0xb)
2017/09/11 22:56:58 executing program 6:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = socket(0xa, 0x2000000001, 0x0)
capget(&(0x7f0000001000-0x8)={0x0, 0x0}, &(0x7f0000034000)={0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0})
getsockopt$inet6_buf(r1, 0x29, 0x10000000000030, &(0x7f0000035000-0x1000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000001000-0x4)=0x90)
clock_gettime(0x0, &(0x7f000026d000-0x10)={0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$bt_l2cap_L2CAP_LM(r1, 0x6, 0x3, &(0x7f0000827000-0x4)=0x0, &(0x7f0000df9000-0x4)=0x4)
mmap(&(0x7f000072c000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$inet6(0xa, 0x4000000000003, 0x76)
setsockopt$inet6_tcp_TCP_CONGESTION(r2, 0x6, 0xd, &(0x7f0000702000-0x5)="76656e6f00", 0x5)
getsockopt$inet6_mtu(r2, 0x29, 0x17, &(0x7f000095f000-0x4)=0x0, &(0x7f0000914000-0x4)=0x4)
mmap(&(0x7f00002b7000/0x4000)=nil, 0x4000, 0x4, 0x2010, 0xffffffffffffffff, 0x0)
bind$inet6(r2, &(0x7f0000de8000)={0xa, 0x1, 0x7d4f, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfff}, 0x1c)
getsockopt$inet6_mreq(r2, 0x29, 0x1b, &(0x7f000041a000)={@loopback={0x0, 0x0}, <r3=>0x0}, &(0x7f000020f000)=0x14)
setsockopt$inet6_mreq(r1, 0x29, 0x15, &(0x7f0000c2b000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, r3}, 0x14)
setsockopt$inet6_mreq(r2, 0x29, 0x1b, &(0x7f00007c7000-0x14)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x14)
r4 = socket$inet6(0xa, 0x80807, 0x1e)
mmap(&(0x7f0000000000/0xca7000)=nil, 0xca7000, 0x3, 0x4000000000000032, 0xffffffffffffffff, 0x0)
socketpair$inet6(0xa, 0x80002, 0x10000002, &(0x7f00005b5000)={0x0, 0x0})
socket$inet6(0xa, 0xfffffffffffffffe, 0x9)
mmap(&(0x7f00000c5000/0x2000)=nil, 0x2000, 0x0, 0x50, r4, 0x0)
mmap(&(0x7f0000ca9000/0x1000)=nil, 0x1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
getuid()
mmap(&(0x7f0000ca9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000503000)={0x0, 0x78, 0x9, 0xffffffffffffffc1, 0x3f, 0x7, 0x0, 0x3f, 0x80, 0xbf16f466930cebac, 0x401, 0x9, 0x9fc9, 0x0, 0x0, 0xff, 0x2, 0x0, 0xfffffffffffffffb, 0x4402, 0xa89, 0x7fffffff, 0x3, 0x6, 0x6, 0x0, 0x0}, 0x0, 0x3ff, r0, 0x4)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_mtu(r1, 0x29, 0x17, &(0x7f00008f1000)=0x0, &(0x7f0000001000-0x4)=0x4)
mmap(&(0x7f0000de9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   74.305134] netlink: 6 bytes leftover after parsing attributes in process `syz-executor1'.
2017/09/11 22:56:58 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
unlink(&(0x7f0000000000)="2e2f66696c653000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xcd7000)=nil, 0xcd7000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00006eb000-0x11)="2f6465762f7667615f6172626974657200", 0x2, 0x0)
mmap(&(0x7f0000cd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = semget$private(0x0, 0x0, 0x200)
semop(r1, &(0x7f0000bda000-0x30)=[], 0x0)
ioctl$KDGETLED(r0, 0x4b31, &(0x7f0000cd7000)=0x0)
mmap(&(0x7f0000cd8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cd9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$PIO_FONTX(r0, 0x4b6c, &(0x7f0000cd9000)="474f2a45f9d796f89db2e300f49707055ab5fc86c99153d84d778d832b2debff9091046989cf4d87793e3b0fcacd5fb02165689f4032dc3d4fbc352ee689fd8b8f6d4ee181e5ab2fb82dce84d8db2c8ee410d41e6a8646cd6b9f87eb62e41d11eae73c30778b882050e77d8e0be7c3decb69644b4b8152d94273ed0d7bf2a7beca8ae08f2fb30280447e3389aebd64bfadc7e45da018e23e0c4e81091f58a2cf9f37021e9ca24fdaecb02fcfc11fd532e5ddcf2846d0cd26ea9604e7a92d41ce0253339149c7a278cdd09a22821b13fb4505e3d99f3a4818327e53ddfcb657ee51ed3743c32dd0920bb9dc39f000f9e9b0ee694c414fff762d2c0d")
syz_open_dev$evdev(&(0x7f0000cd8000)="2f6465762f696e7075742f6576656e742300", 0x2, 0x800)
eventfd2(0x9, 0x80800)
ioctl$sock_inet6_tcp_SIOCOUTQ(r0, 0x5411, &(0x7f00009f3000)=0x0)
r2 = syz_open_dev$usbmon(&(0x7f0000011000)="2f6465762f7573626d6f6e2300", 0x0, 0x0)
unshare(0x40600)
mmap(&(0x7f0000cd8000/0x1000)=nil, 0x1000, 0x3, 0x32, r0, 0x0)
mmap(&(0x7f0000cd9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000cd9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$OBJ_PIN_MAP(0x6, &(0x7f0000f7d000)={&(0x7f00004e4000-0x8)="2e2f66696c653000", r0}, 0xc)
getsockopt$inet_pktinfo(r2, 0x0, 0x8, &(0x7f0000cd9000)={<r3=>0x0, @loopback=0x0, @local={0x0, 0x0, 0x0, 0x0}}, &(0x7f00007a4000)=0xc)
openat(r0, &(0x7f0000101000)="2e2f66696c653100", 0x40000, 0x80)
mmap(&(0x7f0000cd8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCGIFINDEX(r0, 0x8933, &(0x7f0000cd8000)={@common="726f7365300000000000000000000000", r3, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
select(0x40, &(0x7f00001be000)={0x3, 0x0, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0}, &(0x7f0000669000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00000c9000-0x40)={0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00001c1000)={0x0, 0x0})
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_opts(r4, 0x0, 0x80000000000004, &(0x7f000099b000)="440df402e9eaffc2fae7030105", 0xd)
2017/09/11 22:56:58 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f000030e000)="2f6465762f7667615f6172626974657200", 0x8880, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r0, 0xc00c642e, &(0x7f0000759000)={<r1=>0x0, 0x80000, r0})
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r0, 0xc00c642e, &(0x7f000006c000)={r1, 0x200000080000, r0})
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f0000852000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
ioctl$KVM_SET_BOOT_CPU_ID(r0, 0xae78, &(0x7f0000ae1000)=0x1)
r3 = ioctl$KVM_CREATE_VM(r2, 0xae01, 0x0)
r4 = eventfd2(0xfffdffffffffffff, 0x2000000000)
r5 = eventfd2(0xff, 0x800)
ioctl$KVM_CREATE_PIT2(r3, 0x4040ae77, &(0x7f0000b74000)={0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_CREATE_PIT2(r3, 0x4040ae77, &(0x7f0000afa000)={0xd2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
setsockopt$inet6_tcp_TCP_REPAIR_OPTIONS(r0, 0x6, 0x16, &(0x7f0000b00000-0x18)=[{0x2, 0x800}, {0xb, 0x7}, {0x8, 0xffffffff00000000}], 0x3)
ioctl$KVM_CREATE_IRQCHIP(r3, 0xae60)
kexec_load(0x0, 0x4, &(0x7f000091f000-0x80)=[{&(0x7f0000817000-0xe6)="6a4bd1ce9420803ef6f73f22a2dcc5842c4af20bcd13f6e3a0a211c14af091e574a319ee17efe53591994312edd0660de615fd25d7df7717de3727964c165803e811c0072b2fc431d82f02bfb83d934f92336cea8407c7ae90c324de8bac21c0e345a682bf99cd07ddaa1bd9127d844693a2a25bf0a13172ac2378568c2a8079e9beb64cab3d8d5cdba70c2c468d02bcb7eb4e185a8db0f73bb02b671066e9d858c4a18eed030a3dbfb6c6d8e75a579f6853d77864cb9e5b12be8abbdfd663754c448fa545d112e97589e106badf74c93586e37b9656ca844a76c6988f8cac5cce8e50a00116", 0xe6, 0x10001, 0x50}, {&(0x7f000033c000)="ed91761be090f196a2d5775d8e90a72c5c64d4cd19f17003080a7281fe02acba7bd6cbea6a665f90b3ecb43d39ecdb05db3322f694a5d985c8c927ef325cc5f47b8562980cd07dbc1ab8e630b7d10e07bc2b1000c6cb9e5bc83790f9a63f7e99c7bd91b6d670f083030b2dca69afc217fced6f7725250d67272ad6fab1866f6c239b3940cc0d59318a2d73615c14995155", 0x91, 0x3, 0xc56}, {&(0x7f00008e4000-0x19)="7f6108564bfb9185b594526c67dc5dd100d063ab57b6338758", 0x19, 0xffff, 0x5}, {&(0x7f0000e81000-0xd0)="7d2acab0c712061daeda5f4db997b8b8560a1ffcae7fef37a3361e7595de48fe800d93a5dbbc8bfaad8b5db719dab680e0b69aaba11f312f00eb857ecc3e399a782d3d4ad21e858eb4ff43dff5080a9e1c875007062d8978c1873d6713ab03d26b77ce497645dfd836b2e2161955c0bdbae0b54971b67a324c8f6829e5da2a814bb43e472ec9baa9bebc89b28439de1260eccc464088bcc8feed791fb109a69905241a267d759106e034929bf51dcef517fadd5f9362b90dafb967b70a820b4018eeea97bc010666ad2611321a404688", 0xd0, 0x20, 0x800000008000000}], 0x280002)
r6 = ioctl$KVM_CREATE_VCPU(r3, 0xae41, 0x0)
syz_extract_tcp_res(&(0x7f0000cdb000)={0x0, 0x0}, 0x5ff, 0x1)
ioctl$KVM_GET_ONE_REG(r6, 0x4010aeab, &(0x7f0000e24000+0x912)={0x8, 0xf30})
connect$unix(r0, &(0x7f000085c000)=@file={0x0, "2e2f66696c653000"}, 0xa)
syz_kvm_setup_cpu$x86(r3, r6, &(0x7f00008ce000/0x18000)=nil, &(0x7f0000221000-0x18)=[@text16={0x10, &(0x7f0000af8000)="ba2000b0f0eeba610066b81d00000066efb800008e0c87e4670f01c800072c0f01b6cba966b8db0000000f06c80f21f866350800d0000f23f83e6567660f38dea419f79758603e3ef2ad", 0x4a}], 0x1, 0x0, &(0x7f0000af9000-0x10)=[@dstype0={0x6, 0xc}], 0x1)
ioctl$KVM_IRQFD(r3, 0x4020ae76, &(0x7f0000afd000-0x20)={r4, 0x0, 0x2, r4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_ENABLE_CAP_CPU(r6, 0x4068aea3, &(0x7f000031a000)={0x7b, 0x0, [0x7, 0x463, 0x4, 0x80000000], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
read$eventfd(r4, &(0x7f0000afd000-0x8)=0x0, 0x8)
ioctl$KDMKTONE(r0, 0x4b3b, 0x101)
setsockopt$ALG_SET_KEY(r0, 0x117, 0x1, &(0x7f00000de000-0xec)="d186e8f621cf2aca366ffc2b637b6ae6fcaf3278777900da49b7ae361a852226834597b10531bcc8ba26ad8f5437ecbd25b1cdd6b513b50ed7ae050c57d899852ca11bedae4cb34adc87c995ae035afbb65c60f7944ea7acbb0b153a3d76314a27c0772999fc6018965c4a700590ee50c8635333a2fb9cb82841a44d83a4da9155b0c74d43011ab89aeedf7ca8be0fc97b428b26894c7732e9a0c3211796eec4a56537b240af16b740b9bf1f7d292638bc717ee8ce7beb00b8860e47684664182868c69534882389657f41000000015eda0b73641b32b54f1d814f03060d75edcd01040000000000008337", 0xeb)
ioctl$KDENABIO(r0, 0x4b36)
getsockopt$inet_sctp6_SCTP_RTOINFO(r0, 0x84, 0x0, &(0x7f000042f000-0x10)={0x0, 0x8, 0x1800000, 0x3}, &(0x7f0000f1b000)=0x10)
ioctl$KVM_GET_NR_MMU_PAGES(r3, 0xae45, 0x4)
syz_kvm_setup_cpu$x86(r3, r6, &(0x7f000000b000/0x18000)=nil, &(0x7f00003a1000)=[@text16={0x10, &(0x7f000015f000)="9ac935c700baf80c66b8f99c5c8366efbafc0cecba4000ec66b9800000c00f326635001000000f30baf80c66b8ac35108766efbafc0cedd9f40f070f01d1f20f2b5f06804ff8d0", 0x47}], 0x1, 0x8, &(0x7f00002f5000-0x10)=[@dstype0={0x6, 0x9}], 0x1)
ioctl$KVM_IRQFD(r3, 0x4020ae76, &(0x7f0000f72000)={r5, 0xb8, 0x2, r4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_RUN(r6, 0xae80, 0x0)
[   74.315241] netlink: 3 bytes leftover after parsing attributes in process `syz-executor1'.
[   74.391865] sctp: [Deprecated]: syz-executor1 (pid 6800) Use of int in max_burst socket option deprecated.
[   74.391865] Use struct sctp_assoc_value instead
2017/09/11 22:56:58 executing program 0:
mmap(&(0x7f0000000000/0xa000)=nil, 0xa000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f000000a000)="2f6465762f6b766d00", 0x4000000, 0x0)
mmap(&(0x7f0000000000/0xaef000)=nil, 0xaef000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f00009bb000-0x9)="2f6465762f6b766d00", 0x101002, 0x0)
ioctl$KVM_CREATE_IRQCHIP(0xffffffffffffffff, 0xae60)
r1 = ioctl$KVM_CREATE_VCPU(0xffffffffffffffff, 0xae41, 0x0)
mmap(&(0x7f0000aef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_kvm_setup_cpu$x86(0xffffffffffffffff, r1, &(0x7f000019e000/0x18000)=nil, &(0x7f0000af0000)=[@text16={0x10, &(0x7f00009f8000-0x60)="440f20c066350b000000440f22c0660fe6f3baf80c66b8f09f8e8566efbafc0c66b86800000066ef66b96302000066b82883000066ba000000000f3066b8010000000f01c1b8ee008ed80f01dcb80c018ec066b98d0900000f32b813000f00d8", 0x60}], 0x1, 0x10, &(0x7f0000ae8000)=[], 0x0)
ioctl$KVM_ENABLE_CAP_CPU(r1, 0x4068aea3, &(0x7f000090b000-0x68)={0x7b, 0x0, [0x1000, 0x3, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_ENABLE_CAP_CPU(r1, 0x4068aea3, &(0x7f0000af1000)={0x7b, 0x0, [0x6, 0xdea, 0x0, 0x800000000000fd], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_UNREGISTER_COALESCED_MMIO(0xffffffffffffffff, 0x4010ae68, &(0x7f00000eb000-0x10)={0x4, 0x0, 0x0})
ioctl$KVM_RUN(r1, 0xae80, 0x0)
mmap(&(0x7f0000af2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_PPC_GET_PVINFO(0xffffffffffffffff, 0x4080aea1, &(0x7f0000af3000-0xd1)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
ioctl$KVM_SET_IRQCHIP(0xffffffffffffffff, 0x8208ae63, &(0x7f0000aee000)=@ioapic={0x0, 0x4d, 0x2, 0x5, 0x0, [{0xb8f, 0x101, 0x3, [0x0, 0x0, 0x0, 0x0], 0x0}, {0xc7c, 0x4, 0x5, [0x0, 0x0, 0x0, 0x0], 0x8000}, {0x2, 0x100, 0x8, [0x0, 0x0, 0x0, 0x0], 0x3}, {0x3, 0x8, 0x3, [0x0, 0x0, 0x0, 0x0], 0x9}, {0xfffffffffffffe01, 0x0, 0x3, [0x0, 0x0, 0x0, 0x0], 0x1}, {0x100000000, 0xfff, 0x100000000, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x795c, 0x3f, 0xcf6, [0x0, 0x0, 0x0, 0x0], 0x200}, {0x100000000, 0x6, 0x100, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x8001, 0x5ba9, 0x9, [0x0, 0x0, 0x0, 0x0], 0x4}, {0x401, 0xfffffffffffffffe, 0x8, [0x0, 0x0, 0x0, 0x0], 0xe5}, {0x2, 0x0, 0xfffffffffffffa35, [0x0, 0x0, 0x0, 0x0], 0x400}, {0x0, 0x1, 0xb, [0x0, 0x0, 0x0, 0x0], 0x10000}, {0x1, 0x2, 0x401, [0x0, 0x0, 0x0, 0x0], 0x4}, {0x2, 0x200, 0x4, [0x0, 0x0, 0x0, 0x0], 0x3}, {0x5c, 0x2, 0x2, [0x0, 0x0, 0x0, 0x0], 0x9}, {0x1, 0x2, 0x7, [0x0, 0x0, 0x0, 0x0], 0x8}, {0x1, 0x0, 0xffff, [0x0, 0x0, 0x0, 0x0], 0xa36}, {0x0, 0x200, 0x0, [0x0, 0x0, 0x0, 0x0], 0x100000001}, {0x5, 0x0, 0x7, [0x0, 0x0, 0x0, 0x0], 0x5}, {0x2, 0x20, 0xffffffffffffffff, [0x0, 0x0, 0x0, 0x0], 0xffff}, {0x1, 0x61f7, 0x5, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x5, 0x6, 0x4, [0x0, 0x0, 0x0, 0x0], 0x7ff}, {0x401, 0x7, 0x6, [0x0, 0x0, 0x0, 0x0], 0x5}, {0x7, 0x5, 0x8, [0x0, 0x0, 0x0, 0x0], 0x3ff}]})
ioctl$KVM_SET_CPUID2(r1, 0x4008ae90, &(0x7f0000aef000-0x170)={0x9, 0x0, [{0x2, 0x9, 0x9, 0x7, 0xffffffff80000000, 0x5, 0x1, [0x0, 0x0, 0x0]}, {0x80000001, 0x7370, 0x2, 0x5, 0x2, 0xffe00, 0x6, [0x0, 0x0, 0x0]}, {0x0, 0xd6f6, 0x3, 0xdc, 0x6, 0x7, 0x4, [0x0, 0x0, 0x0]}, {0x40000002, 0x8, 0x1, 0x0, 0x4, 0x100, 0x80d, [0x0, 0x0, 0x0]}, {0xc000001f, 0xfffffffffffffff8, 0x7, 0x8, 0x1000, 0x9, 0x400003, [0x0, 0x0, 0x0]}, {0x40000000, 0x3cb, 0x2, 0x40, 0xa9f4, 0x81, 0x0, [0x0, 0x0, 0x0]}, {0x8000000f, 0x1, 0xffffffffffffffff, 0x0, 0xfffffffffffffff8, 0x1, 0x0, [0x0, 0x0, 0x0]}, {0x80000001, 0x0, 0x6, 0x0, 0x1, 0x1, 0x2, [0x0, 0x0, 0x0]}, {0xc000000f, 0x7, 0x5, 0x401, 0x5, 0x8, 0x9, [0x0, 0x0, 0x0]}]})
ioctl$KVM_CREATE_DEVICE(0xffffffffffffffff, 0xc00caee0, &(0x7f0000aef000-0xc)={0x7, <r2=>0xffffffffffffffff, 0x1})
mmap(&(0x7f0000af2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_PPC_GET_SMMU_INFO(r2, 0x8250aea6, &(0x7f0000af3000)="0000000000000000000000000000000000000000000000")
r3 = eventfd2(0x8, 0x801)
ioctl$KVM_ASSIGN_SET_MSIX_ENTRY(0xffffffffffffffff, 0x4010ae74, &(0x7f0000675000-0xc)={0x0, 0x0, 0x6})
mmap(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x0, 0x110, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_TSC_KHZ(r2, 0xaea3)
write$eventfd(r3, &(0x7f0000af0000)=0x81, 0x8)
mmap(&(0x7f0000af2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_DEASSIGN_DEV_IRQ(r2, 0x4040ae75, &(0x7f000062e000-0x10)={0x0, 0x4b, 0x6, 0x303})
r4 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r4, 0xae60)
mmap(&(0x7f0000af1000/0x1000)=nil, 0x1000, 0x3, 0x810, r1, 0x0)
ioctl$KVM_SET_PIT2(0xffffffffffffffff, 0x4070aea0, &(0x7f0000af2000-0x70)={[{0x81, 0x72f, 0x6, 0x3, 0x45, 0x20, 0x5, 0x3, 0x9, 0x6, 0x5, 0x1, 0x17f}, {0x5, 0x80000000, 0x40, 0x8, 0x1000, 0x6, 0x101, 0x6, 0x4a17, 0x1dda0000000, 0x5, 0x5a3, 0x7163b505}, {0x10000, 0x401, 0x1ff, 0x1, 0x8, 0x4, 0x8, 0x40, 0xffffffffffff7fff, 0x3ff, 0x4, 0x2, 0xe54}], 0x5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000af3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_IRQCHIP(r4, 0x8208ae63, &(0x7f0000af3000)=@pic={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xffffffffffffffff, 0x2, 0x3, 0x0, 0x0, 0x0})
mmap(&(0x7f0000af4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_IRQ_LINE_STATUS(r4, 0xc008ae67, &(0x7f0000af4000)={0x0, 0x6})
2017/09/11 22:56:58 executing program 7:
r0 = socket(0x5, 0x1fffd, 0x0)
bind$bt_rfcomm(r0, &(0x7f0000b8a000)={0x1f, {0xa4b, 0x6, 0x0, 0x1, 0x1003, 0x100}, 0xffffffffffffff06}, 0xa)
mmap(&(0x7f0000000000/0x51000)=nil, 0x51000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000051000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = userfaultfd(0x0)
ioctl$UFFDIO_API(r1, 0xc018aa3f, &(0x7f0000002000-0x18)={0xaa, 0x1, 0x0})
ioctl$UFFDIO_REGISTER(r1, 0xc020aa00, &(0x7f0000052000-0x18)={{&(0x7f0000012000/0x2000)=nil, 0x2000}, 0x1, 0x0})
r2 = memfd_create(&(0x7f0000025000)="2a73797374656d70707030766d6e65743100", 0x3)
pwritev(r2, &(0x7f0000000000)=[{&(0x7f0000012000)="ca", 0x1}], 0x1, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = socket$inet6_udp(0xa, 0x2, 0x0)
r4 = socket(0x2, 0x4, 0xeb)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(r3, 0x84, 0x70, &(0x7f000076a000)={<r5=>0x0, @in={{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]}, [0xff, 0xffffffffffffff80, 0x0, 0x9, 0x10000, 0x1ff, 0x5, 0xa5f9, 0x3ff, 0x400, 0x8000, 0x1, 0x7, 0x3, 0x7]}, &(0x7f0000bae000)=0x108)
getsockopt$inet_sctp_SCTP_ASSOCINFO(r4, 0x84, 0x1, &(0x7f0000dce000-0x14)={r5, 0xfffffffffffffff9, 0x101, 0xfffffffffffff4bd, 0x2d21, 0x80000000}, &(0x7f000069b000)=0x14)
r6 = socket$inet6(0xa, 0x3, 0x10000000003)
accept4$inet6(r3, &(0x7f000071e000)={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000e96000)=0x1c, 0x80000)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r6, 0x29, 0x20, &(0x7f0000e3d000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0, 0x1, 0xff, 0x8, 0x0, 0xfffffffffffffffe, 0x0}, 0x20)
connect$inet6(r6, &(0x7f000029d000)={0xa, 0x0, 0xbc, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x7}, 0x1c)
dup3(r3, r6, 0x0)
fcntl$addseals(r2, 0x409, 0x8)
pwrite64(r2, &(0x7f0000055000-0xea)="", 0x0, 0x0)
fchmod(r2, 0x5)
setsockopt$inet_sctp_SCTP_NODELAY(r4, 0x84, 0x3, &(0x7f00005fe000-0x4)=0x4, 0x4)
ioctl$VT_SETMODE(r2, 0x5602, &(0x7f0000051000)={0xfffffffffffff001, 0xf81, 0x9, 0x7, 0x1})
semget$private(0x0, 0x1, 0x4)
semget$private(0x0, 0x7, 0x20)
r7 = semget$private(0x0, 0x1, 0x400)
semctl$IPC_STAT(r7, 0x0, 0x2, &(0x7f000039e000-0x39)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
[   74.405877] netlink: 6 bytes leftover after parsing attributes in process `syz-executor1'.
[   74.408259] netlink: 3 bytes leftover after parsing attributes in process `syz-executor1'.
[   74.655324] Bearer <÷ÿ> rejected, not supported in standalone mode
[   74.689972] Bearer <÷ÿ> rejected, not supported in standalone mode
2017/09/11 22:56:58 executing program 3:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sg(&(0x7f0000000000)="2f6465762f73672300", 0xfffffffffffffa, 0x43)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x400000000df, 0x0, 0xfd, 0x0, 0x0, 0x1000000, 0x2, 0x0, 0xfe, 0xfffffffffffffff8, 0x100004, 0x10000, 0x0, 0x2, 0x2, 0x0, 0x0, 0x900, 0x40, 0xfffffffffffffb14, 0x638306309e9eb807, 0x0, 0x0, 0x4, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = gettid()
syz_open_dev$sndseq(&(0x7f0000816000)="2f6465762f736e642f73657100", 0x0, 0x280)
mmap(&(0x7f0000741000/0x3000)=nil, 0x3000, 0x1000000, 0x50010, r2, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x54a, 0x0, 0x0, 0x20000000000, 0x0, 0x1f, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x10000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PR_SUPPORTED(0xffffffffffffffff, 0x84, 0x71, &(0x7f0000b06000)={0x0, 0xffffffffffffffff}, &(0x7f0000a26000)=0x8)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0xb275, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x20000000000, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x3, 0x0, 0x0, 0x4, 0x0, 0x0, 0x7, 0x0, 0x0}, r3, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = getpgrp(0x0)
setpriority(0x0, r4, 0x85)
r5 = openat$kvm(0xffffffffffffff9c, &(0x7f0000fb7000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r6 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r6, 0xae60)
mmap(&(0x7f0000000000/0xaf4000)=nil, 0xaf4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f0000005000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r7 = ioctl$KVM_CREATE_VM(r5, 0xae01, 0x0)
r8 = ioctl$KVM_CREATE_VCPU(r7, 0xae41, 0x0)
ioctl$KVM_SET_USER_MEMORY_REGION(r7, 0x4020ae46, &(0x7f0000ae8000)={0x3, 0x0, 0x11000, 0x2000, &(0x7f00003a8000/0x2000)=nil})
syz_kvm_setup_cpu$x86(r7, r8, &(0x7f0000171000/0x18000)=nil, &(0x7f0000469000-0x18)=[@text16={0x10, &(0x7f000079f000)="0f21350f090f01330f00d1f2aff3e1360fa90f22110f20d86635200000000f22d80fc5dca0", 0x25}], 0x1, 0x0, &(0x7f0000274000)=[], 0x0)
syz_kvm_setup_cpu$x86(r7, r8, &(0x7f00002af000/0x18000)=nil, &(0x7f0000af2000)=[@text32={0x20, &(0x7f000063c000)="362e0f7f6937d95d000dc894d34e0f32440f20c0350b000000440f22c03e0fc769920f3066b83d018ee066b81e010f00d80f09", 0x33}], 0x1, 0x20, &(0x7f0000aef000)=[], 0x0)
mmap(&(0x7f0000af4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_GUEST_DEBUG(r8, 0x4048ae9b, &(0x7f0000548000)={0x70005, 0x0, [0x7a9, 0x80000001, 0x4, 0x4000000000000007, 0x20, 0x7, 0x0, 0x800]})
ioctl$KVM_RUN(r8, 0xae80, 0x0)
ioctl$KVM_CREATE_VCPU(r7, 0xae41, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f0000fb7000)="2f6465762f6b766d00", 0x400, 0x0)
r9 = socket$inet6_tcp(0xa, 0x1, 0x0)
ioctl$sock_SIOCGPGRP(r9, 0x8904, &(0x7f0000fb9000-0x4)=0x0)
2017/09/11 22:56:58 executing program 0:
mmap(&(0x7f0000000000/0xb7e000)=nil, 0xb7e000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b7e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat(0xffffffffffffffff, &(0x7f0000b7e000)="2e2f66696c653000", 0x200000, 0x1)
setsockopt$SO_TIMESTAMPING(r0, 0x1, 0x25, &(0x7f0000037000-0x4)=0x400, 0x4)
ioctl$KDENABIO(r0, 0x4b36)
r1 = socket$inet(0x2, 0x2, 0x0)
r2 = fcntl$dupfd(r1, 0x406, r1)
ioctl$KDADDIO(r0, 0x4b34, 0x7f)
setsockopt$ALG_SET_AEAD_AUTHSIZE(r2, 0x117, 0x5, 0x0, 0x775)
mmap(&(0x7f0000b7e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvfrom$ipx(r2, &(0x7f0000b7f000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000, 0x10000, &(0x7f0000b3f000)={0x4, 0x2, 0x1, "c70a2ef91aba", 0x3, 0x0}, 0x10)
semget$private(0x0, 0x0, 0x24)
ioctl$PERF_EVENT_IOC_SET_OUTPUT(r2, 0x2405, r0)
setsockopt$SO_BINDTODEVICE(r1, 0x1, 0x19, &(0x7f000000b000)=@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x10)
bind$inet(r1, &(0x7f0000003000-0x10)={0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$SNDRV_SEQ_IOCTL_REMOVE_EVENTS(r2, 0x4040534e, &(0x7f00001af000-0x50)={0x1, @time={0x0, 0x0}, 0x4, {0xffffffffe314bf6b, 0x7}, 0x6, 0x2, 0xff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r3 = semget(0x3, 0x1, 0x2)
semctl$SETVAL(r3, 0x2, 0x10, &(0x7f00005f1000)=0x0)
sendto$inet(r1, &(0x7f0000004000)="9b411fe87308bda68cf69b00fc456354c7329f7c247c5ae03e1974135e8db80e3a8ad4c76c4f7bd9611378c3b492084207feb8cd52e4aab2e576ffb0dafcf1c7579fcccd74875824b762d27e483eb885e18579131a87c4309c05830e357f575c0a7f7f346d0d61b5459ada9ca0d895d6279639c67a49b5763273aeb5f2a9a47d128b01a19caefd5e8de29ef02bc69f88e990313a5c6ca4d7553293ff5db0766407e37e5746f7a94d3a1ed3f1d9efc93ba833a7ae86b08fec0f30236f17d5ecf9bf6459b385c3079c62aa19450926de608f13b8493004baa0ea070257347a686123aa5e37ea428ab6d90aa0a5aaa0178237d8e1e8e31f920ba1c328085b98598721dec8437363864f82c9594f77be5c44effc3bcbc548045eb63044f435aea680eb14f53fa6156a06068b4ef0eb113753f6b0ba538e9ef2aabb9c92b8ab68304bd61a1330bdfde693aa838cbda772f976db33d1a7f1481af25358350c1513113389a6dc66d074c98d60eb6b70a2a7484596fa666813eb4af421ea906022f10bd0b4683312a5d46ef3d746ee68e67b923c7e663316f74ada47485e0df9d3bb20b0e5a6296fb95f8e787146115709bc8c913d953cf33a6066cb52507627e2cd95be580b756a40ec7f7b5875c41ad1941737c7ff0127c7ecac001c3679105cbf2ea81ed4685194e5d19d46b8fb1add32d3fe0717a555ac5c12aed602a406c9acd2be01b8cf5b180e4da32a34c1b624316da27bd16797fb28665e3b8af33189494bae59477d92d936babbe9f6697bfa9e22bebcc139683c2a00fd59d91034e6ac258b9de2ffb1268815754c1e4faebbf0dd5f30319dbcc077e29ae756744f19e4f495b7fb1c45b0aeefa6e8ef5932527967d965282300e32b5507a7d4ffc9fd5bb583cf6bc1d3b88ec5ac079aad45f32a3412cf6d3685f74f865369d6f7c965d842e9dc4a34a89e4f6e92aa1add55388c4101355fb944f67d902b7ef45547d761199710bcc9a9019b15ab652ced16ff77a4bc5592d1efb3f562b1ef062bb7c4761129c3c9a09ed6c54a3ae3bb26a5d7fc481738500ec5bd38bc27d0d9b758ca5397dbe1856eeb4d55a94cccaaf47df693e87bf2a966550ba7fb5cd44da3d88c112a2d07d584ec5b02c5c90955cffc5767aadac21291ad9693d6a5c2ec4e9ef6630045681bf824aac7e1d908fa7ebbd5fd2f5d637ecae2d1b993b6387527aa471478fe3df974102046c6656341a5eb0d7629e491f2c7e28db50ca5d72de48fe1f9f953ee5a68c9164e325b93f5c5ebdb35aeac338abe5072aa398048995359ae23760a2ce29df382dde331d6f6949e3b5e4e1e1dadf225f0b841c2eadf27f2694abfcaa811c68ab8c00bf017e965f8ee20a6af917725dc944b8f3795f58d0f080a48582588a577c321e939f8de6e113257b38f8ff6df98e9b00d9299f0b4fa60f7ac2dbe62bfc8244cb12d6ee131c01556e5d4701d79a84cb320fb9d43d1d74b8b5141866713a6418a2353d29868756da348f22c09fd4cd80803e1ff82652cbc8610c8ae2b63259368311d5ebd062bd0c961075d0d70a480bd75b7dcac004767a7bc311532d9e2f11f5dbeebfa2c4bdcb5b7f4d0a5916f3886a402ef56722e355924832b0f84a0184870f69b40a8df2e03b7b61428c3a4f3164c8b34a32aac9801c04b8e323ce5d88720859e98480f498b83a73bc99f5d6b6577cb874a46ad8330f4061939f2a3d3df5f2ab144127a6bd02425f3cb12a9b50ec8b2c517b36253a3a3751a534ade6b59f797d2433a803a3d1c18c55b0d9cc64a755310efa7d3ea74408fdac39f7de85842b7ad7646ed86a2f8e28c77a7b646b4782f22c42908212eeef69139c67b44615f85288b5ad04ff048a6d35857c79ca43c1359fd502ceb7ecc0bbbcda7d4112342e69c26273c28049e4918bdf0215e4f9001f71516d07f67a5428dcbf9befa290a4261d12af6da5022afda7c88e58aec7c320c8ed2b85c06e2beca5591ed72fd4fad57bf53ca96df33e795bdbc1b34efee33e2eade9e422e491fd10d4c6d6bd5f05485", 0x5a9, 0x20008000, &(0x7f000000a000)={0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
write(r1, &(0x7f0000000000)="d85eed5285a7b862f735fe0a33b29e6b3f3df5964f828dae", 0x18)
mmap(&(0x7f0000b7f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
semget$private(0x0, 0x0, 0x102)
mmap(&(0x7f0000b80000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r1, 0x84, 0x77, &(0x7f0000b81000-0x8)={<r4=>0x0, 0x1}, &(0x7f0000074000-0x4)=0x8)
setsockopt$inet_sctp6_SCTP_PEER_ADDR_THLDS(r2, 0x84, 0x1f, &(0x7f000048a000)={r4, @in6={{0xa, 0x2, 0xfffffffffffffffc, @loopback={0x0, 0x1}, 0x155a000000000000}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2, 0x5}, 0x98)
ioctl$VT_RESIZEX(r2, 0x560a, &(0x7f0000b7f000)={0x1000, 0x2, 0x80000000, 0x6, 0x4, 0xff})
prctl$getreaper(0x9, &(0x7f0000621000-0x8)=0x0)
mmap(&(0x7f0000b80000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCGABS3F(r2, 0x8018457f, &(0x7f0000b80000)="")
ioctl$sock_inet_tcp_SIOCINQ(r2, 0x541b, &(0x7f0000a78000)=0x0)
2017/09/11 22:56:58 executing program 6:
mmap(&(0x7f0000000000/0xfba000)=nil, 0xfba000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
pkey_alloc(0x0, 0x3)
mkdir(&(0x7f0000020000-0x8)="2e2f66696c653000", 0x0)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000015000-0x8)="2e2f66696c653000", &(0x7f0000014000)="72616d667300", 0x0, &(0x7f000000a000)="")
r1 = openat(0xffffffffffffff9c, &(0x7f0000013000-0x8)="2e2f66696c653000", 0x0, 0x0)
mmap(&(0x7f0000fba000/0x1000)=nil, 0x1000, 0x1000003, 0x32, r0, 0x0)
mmap(&(0x7f00004c9000/0xb000)=nil, 0xb000, 0x3, 0x36, r0, 0x0)
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
symlinkat(&(0x7f0000fbc000-0xe)="2e2f66696c65302f66696c653000", r1, &(0x7f0000ee8000-0x8)="2e2f66696c653000")
r2 = geteuid()
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
stat(&(0x7f0000fbd000-0xe)="2e2f66696c65302f66696c653000", &(0x7f0000789000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, <r3=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x3, 0x30, r0, 0x56)
lchown(&(0x7f0000fbb000)="2e2f66696c653000", r2, r3)
mknod(&(0x7f000001f000)="2e2f66696c65302f66696c65302f636f6e74726f6c00", 0x1000, 0x0)
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
rename(&(0x7f0000fbc000-0x14)="2e2f66696c65302f66696c65302f636f6e74726f6c00", &(0x7f0000021000-0xe)="2e2f66696c65302f66696c653100")
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x1, 0x2010, 0xffffffffffffffff, 0x4)
mmap(&(0x7f0000fbc000/0x1000)=nil, 0x1000, 0x3, 0x32, r0, 0x0)
syz_open_dev$sndtimer(&(0x7f000043d000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x181012)
ioctl$DRM_IOCTL_GET_UNIQUE(0xffffffffffffffff, 0xc0106401, &(0x7f00000e0000)={0xf, &(0x7f00002c6000-0xf)="000000000000000000000000000000"})
r4 = socket$netlink(0x10, 0x3, 0x400000010)
mmap(&(0x7f0000bab000/0x3000)=nil, 0x3000, 0x400000000200000c, 0x35, r4, 0x3c)
mmap(&(0x7f0000046000/0x14000)=nil, 0x14000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbd000/0x1000)=nil, 0x1000, 0x2000004, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
write(r4, &(0x7f0000fbd000)="1f0000001000072c00000800000000fc03000000080002001300000012ffef11", 0x20)
mmap(&(0x7f0000fbe000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000872000/0x3000)=nil, 0x3000, 0x3, 0x12, 0xffffffffffffffff, 0xfffffffffffffffe)
r5 = creat(&(0x7f0000fbf000-0x8)="2e2f66696c653000", 0x8)
r6 = socket(0x5, 0x1, 0x0)
setsockopt$sock_timeval(r4, 0x1, 0x15, &(0x7f00002e9000)={0xffffffffffffffff, 0x4}, 0x10)
listen(r6, 0x0)
mmap(&(0x7f0000fbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbd000/0x1000)=nil, 0x1000, 0x2000002, 0x32, 0xffffffffffffffff, 0x4)
mmap(&(0x7f0000fbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r5, 0x1, 0x11, &(0x7f0000fbd000)={<r7=>0x0, <r8=>0x0, 0x0}, &(0x7f0000fbd000)=0xc)
mmap(&(0x7f0000fbb000/0x1000)=nil, 0x1000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_GET_STATS(r1, 0x80f86406, &(0x7f0000fbb000)="")
r9 = open(&(0x7f0000019000-0x8)="2e2f62757300", 0x0, 0x4)
r10 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r10, &(0x7f000001f000)={0x26, "6861736800ffff05000000000000", 0x0, 0x0, "73686135313200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
accept$alg(r10, 0x0, &(0x7f000061a000-0x4)=0x0)
ftruncate(r9, 0x279a)
mmap(&(0x7f0000fba000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_GET_CLIENT(r9, 0xc0286405, &(0x7f0000fba000)={0x7fff, 0x200007, r7, 0x1004, r8, 0x802, 0xffffffffffff7fff, 0x1fe})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
2017/09/11 22:56:58 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = epoll_create(0x9)
membarrier(0x1, 0x0)
r1 = syz_open_dev$mice(&(0x7f0000a6e000)="2f6465762f696e7075742f6d69636500", 0x0, 0x488081)
getsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r1, 0x84, 0x13, &(0x7f0000ac2000-0x8)={<r2=>0x0, 0xfffffffffffffffe}, &(0x7f0000756000)=0x8)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(r1, 0x84, 0x70, &(0x7f0000139000)={r2, @in={{0x2, 0x1, @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]}, [0xdaa, 0x7fffffff, 0x6fe9, 0x5, 0x6, 0x8, 0x2, 0x4, 0x3ff, 0x8, 0x8, 0xfc9e, 0x1, 0x7f, 0x101]}, &(0x7f00000ab000-0x4)=0x108)
accept4$packet(r1, 0x0, &(0x7f000050a000-0x4)=0x0, 0x80000)
r3 = openat$rfkill(0xffffffffffffff9c, &(0x7f00008a5000)="2f6465762f72666b696c6c00", 0x0, 0x0)
epoll_ctl$EPOLL_CTL_ADD(r0, 0x1, r3, &(0x7f00002ba000-0xc)={0x0, 0x0})
socket$packet(0x11, 0x3, 0x300)
ioctl$TIOCGWINSZ(r3, 0x5413, &(0x7f000034a000)={0x0, 0x0, 0x0, 0x0})
epoll_ctl$EPOLL_CTL_MOD(r0, 0x3, r3, &(0x7f0000350000)={0x1, 0x0})
setsockopt$inet_opts(r3, 0x0, 0x4, &(0x7f0000e75000-0x88)="bb2953c41b83a91a4c85f65193318a5322ad1477d56834f9454facb64e76d654388102f9d3d2085fb124e896d69e766620696e25d81006f9b189ccf1a23fb116e07369791b40366ad143df57a9c6b4603b8c37706f3d4c00f67c9c3cc46c990d792884f67349aeeb923a11a0a43bac8cce5fe6476c6daf4382901b4257b97a18fee21323588efd7b", 0x88)
ioctl$KVM_GET_DEVICE_ATTR(r1, 0x4018aee2, &(0x7f0000e25000)={0x0, 0xd9, 0x3, &(0x7f00002b5000-0x8)=0x0})
semget$private(0x0, 0x2, 0xe0)
ioctl$KVM_CREATE_DEVICE(r3, 0xc00caee0, &(0x7f000077b000)={0xfffffffffffffffb, r3, 0x0})
2017/09/11 22:56:58 executing program 1:
mmap(&(0x7f0000000000/0xfd2000)=nil, 0xfd2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfb5000)=nil, 0xfb5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept$nfc_llcp(0xffffffffffffffff, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0}, &(0x7f0000000000)=0x60)
r0 = timerfd_create(0x0, 0x80800)
mmap(&(0x7f0000fd2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f0000fd2000)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0xd38, 0x0, 0x0, 0x200, 0x0, 0x0, 0x0, 0x4, 0x255c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
r2 = socket$bt_rfcomm(0x1f, 0x1, 0x3)
getsockopt$bt_BT_VOICE(r2, 0x112, 0xb, &(0x7f00002b7000)=0x101, &(0x7f0000874000)=0x2)
r3 = perf_event_open(&(0x7f0000b3a000-0x78)={0x2, 0x78, 0x37e, 0x1, 0x0, 0x0, 0x0, 0x3ff, 0x3, 0x0, 0x20, 0x0, 0x0, 0x0, 0x0, 0x8, 0x1, 0x0, 0x0, 0x10000002, 0xfffffffffffffffe, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, r1, 0x0)
r4 = perf_event_open(&(0x7f0000fb3000-0x78)={0x2, 0x78, 0x379, 0x1, 0x0, 0x4000000000000, 0x0, 0x0, 0x0, 0x5, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x3, 0x2, 0xffffffff, 0x0, 0x0, 0x80000, 0x0, 0x0, 0x0}, 0x0, 0x0, r3, 0x0)
mmap(&(0x7f0000fb5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = creat(&(0x7f0000fb6000-0x8)="2e2f66696c653000", 0x4)
ioctl$DRM_IOCTL_ADD_CTX(0xffffffffffffffff, 0xc0086420, &(0x7f00004e9000)={<r6=>0x0, 0x0})
mmap(&(0x7f0000fb6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getpeername$netrom(r5, &(0x7f0000fb7000-0x48)=@full={{0x0, {"00000000000000"}, 0x0}, [{"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}, {"00000000000000"}]}, &(0x7f0000ae2000-0x4)=0x48)
mmap(&(0x7f0000fb5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fb5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_GET_SAREA_CTX(r5, 0xc010641d, &(0x7f0000fb5000)={r6, &(0x7f0000fb6000-0x9e)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"})
personality(0x504000f)
splice(r3, 0x0, r0, 0x0, 0x2, 0x2)
ioctl$PERF_EVENT_IOC_DISABLE(r1, 0x2401, 0x2)
ioctl$PERF_EVENT_IOC_ENABLE(r1, 0x2400, 0xfff)
ioctl$PERF_EVENT_IOC_SET_FILTER(r4, 0x40082406, &(0x7f0000fb7000-0x12)="7d766d6e6574316d643573756d2d23262600")
mmap(&(0x7f0000fd2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_dccp_buf(r5, 0x21, 0x2, &(0x7f000062e000)="9d18d329001faa3a62997f01c30dac0f66555c496fa1d6b578f81af77b72e2", 0x1f)
mmap(&(0x7f0000000000/0xd000)=nil, 0xd000, 0x9, 0x71, 0xffffffffffffffff, 0x0)
mbind(&(0x7f0000000000/0x9000)=nil, 0x9000, 0x100003, &(0x7f000000e000-0x8)=0x1fe7, 0x20, 0x0)
mlock2(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x0)
ioctl$SNDRV_SEQ_IOCTL_CREATE_QUEUE(0xffffffffffffffff, 0xc08c5332, &(0x7f0000fb1000)={0x0, 0xffff, 0x1, "71756575653000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000051000000", 0x1ff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
2017/09/11 22:56:58 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = socket$inet_sctp(0x2, 0x1, 0x84)
r2 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000d14000)="2f6465762f7161745f6164665f63746c00", 0x2, 0x0)
bind$alg(r2, &(0x7f0000fc9000)={0x26, "6165616400000000000000000000", 0x4f, 0x3, "737464726e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
finit_module(r2, &(0x7f000047b000-0x1)="00", 0x1)
socket$inet_dccp(0x2, 0x6, 0x0)
ioctl$DRM_IOCTL_RES_CTX(0xffffffffffffffff, 0xc0106426, &(0x7f0000664000-0x10)={0x3, &(0x7f0000681000-0x18)=[{0x0, 0x0}, {0x0, 0x0}, {<r3=>0x0, 0x0}]})
ioctl$DRM_IOCTL_SWITCH_CTX(0xffffffffffffffff, 0x40086424, &(0x7f0000fef000)={r3, 0x1})
ioctl$sock_inet_SIOCDARP(r1, 0x8953, &(0x7f0000002000)={{0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, {0x2, 0x0, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @common="62707130000000000000000000000000"})
ioctl$sock_inet_sctp_SIOCINQ(r1, 0x541b, &(0x7f0000114000)=0x0)
r4 = dup(r0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGPGRP(r2, 0x540f, &(0x7f0000621000-0x4)=<r5=>0x0)
ioctl$TIOCGSID(r4, 0x540f, &(0x7f000009d000-0x4)=0x0)
sched_setaffinity(r5, 0x8, &(0x7f000031b000)=0x3)
socketpair$unix(0x1, 0x3, 0x0, &(0x7f00007e5000)={<r6=>0xffffffffffffffff, <r7=>0xffffffffffffffff})
connect$unix(r6, &(0x7f00005a5000-0x8)=@abs={0x0, 0x0, 0x0}, 0x8)
sendmmsg$unix(r7, &(0x7f00000bd000)=[], 0x80, 0x0)
bind(r7, &(0x7f00007aa000-0xa)=@un=@file={0x1, "2e2f66696c653000"}, 0xa)
recvfrom$unix(r6, &(0x7f0000759000)="000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x27, 0x40000000, &(0x7f000072a000)=@file={0x0, "2e2f66696c653000"}, 0xa)
connect$unix(r6, &(0x7f0000288000-0xa)=@file={0x1, "2e2f66696c653000"}, 0xa)
connect$unix(r6, &(0x7f000020c000)=@abs={0x0, 0x0, 0x0}, 0x8)
accept$llc(r4, &(0x7f0000a95000-0x10)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000e9e000-0x4)=0x10)
r8 = socket$inet6_tcp(0xa, 0x1, 0x0)
bind$inet6(r8, &(0x7f0000094000)={0xa, 0x1, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
listen(r8, 0x6)
syz_emit_ethernet(0x4a, &(0x7f0000001000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="de895db1468d", [], {{0x86dd, @ipv6={0x0, 0x6, "a228af", 0x14, 0x6, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, {[], @tcp={{0x0, 0x1, 0x42424242, 0x42424242, 0x0, 0x0, 0x5, 0x2, 0x0, 0x0, 0xffffffffffffffff, {[]}}, {""}}}}}}})
syz_extract_tcp_res(&(0x7f0000002000)={0x42424242, 0x42424242}, 0x1, 0x0)
syz_emit_ethernet(0x26, &(0x7f0000c99000-0x63)={@empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], @random="de46e0b1830d", [{[{0x9100, 0xe3, 0xf86, 0x8000}], {0x8100, 0xfffffffffffffffa, 0x1, 0x81}}], {{0x89ff, @llc={0xe, @snap={0x1, 0x1, "24", "6c0d7b", 0xe84f, "8add669912fc"}}}}})
syz_emit_ethernet(0x119, &(0x7f0000fd3000-0x119)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x2000086dd, @ipv6={0x0, 0x6, "3f9c28", 0xe3, 0x6, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, {[], @dccp={{0x3, 0x1, 0x4, 0x1, 0x630, 0x0, 0x0, 0x7, 0x1, "677966", 0x2, "59e4e2"}, "81754a5a3e2791fe46b647560e446614ed2a3b0aa4b4c27cfa3144df89425db225acfb3f1cad6a1ecf6f73761603c19542409f6c52f9aeb2d33ed0527ab9bcf12528c0928d04591c6c6df5003300164a05aa70448ad59e0f6948acad10b178935e20809e02e0767e4e44f7aebca8991b464c46b59551a15cf778b4f8021f88a631ca5ef01a41e771876a6c0271ac734ff422bb2ab1dd9f75aff5668035c87fbee66db44822219556a386de10b37121dd6ab267a0b8c0349ca380475fa465fdebd183aadc9fec628a375ff950a6f90e408ec26d"}}}}}})
2017/09/11 22:56:58 executing program 4:
ioctl$TUNGETVNETHDRSZ(0xffffffffffffffff, 0x800454d7, &(0x7f000020d000-0x4)=0x0)
clone(0x0, &(0x7f0000002000-0x1)="", &(0x7f0000001000-0x4)=0x0, &(0x7f0000001000-0x4)=0x0, &(0x7f000005a000)="")
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)
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)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
io_submit(0x0, 0x9, &(0x7f00009dc000-0x48)=[&(0x7f0000000000)={0x0, 0x0, 0x0, 0x3, 0x2, 0xffffffffffffffff, &(0x7f0000838000-0x9)="078a2c2d6a592b92db", 0x9, 0x7ff, 0x0, 0x0, 0xffffffffffffffff}, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x8, 0x2, 0xffffffffffffffff, &(0x7f00000c6000)="d514351d344b9506d52c456900670498e6f5f9489197202064ede642793e4cf5cb70fc16e76d70dc4ebe940e49867c5c414fed0f06945f1de50f988caa146ea134dd673652e1eb4c42733cf0f2412126ff7102b742cd44cf35d3db80f08adc54e8ba980b54fc03000657ae20cf8db72cb73497c1b7b98b9c28cfbc456e8c1d4256cdf3b554e0fa1546519a0b7c7683681619cc06bc3ddf0e5e474262a7af499e3679781176253a43be363513b0db605f0e6a8261f8134e0f2f4122062bbc34f9790ee2171c", 0xc5, 0x8000, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f0000001000-0x40)={0x0, 0x0, 0x0, 0x1, 0x1, 0xffffffffffffffff, &(0x7f0000000000)="d47a7695ccf48edc4d5536edef4134197081580b77031fcd0b8c25f6aaf54884ab55a1cb348c3067d4136b7fb654b634b2c4caae117b0a35e80663959ed078a5124e3cdf68ee6d2a13b983266e798242e7b1efecef298486879e84bb5c956d1ce494a6d3803f80362a00fb9b5fb544e47d50646f976033e93123b1b65d35773b7ce193e1a1a06d6f6eabda85f48dee9c0bda801713f8e4eaa7b03d6931562d55a08ee82bd815bd53295f3fa6fb17dcc389", 0xb1, 0x5, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f00004f4000-0x40)={0x0, 0x0, 0x0, 0x3, 0x9, 0xffffffffffffffff, &(0x7f0000dd4000-0x1000)="a73fef9ac9ba649865dd6fc4524784f1175fddbb3f446601dd188917f0256bb9340802b1bc9e11193fcbbdb84a4d26ed8cb7d6c7b80ab0d5cff558e7ba6ea8ae074e2d728bd6752d790326870ceac06a8dbb1e5dd22e961c55eefd85e3b262ceaf58364e357cf50519da1c9bcd057524d438e8319360c80b3f6aa7d702d13fb8950afac9e7e7e98ff7366fbdf45b8be9d73f44da118954037a2e051d0261db50ce884614946b47354731668a7129e650cc732f4728e379b548d77e996522bf5ad12d966cdd6b859247f6d0dcac30192406936f3a33d7b7b6d2c94f3b3cee2d39fd9979499abb60b22092485950ff794f2fdc932d9fc41bd2f4604f1f93c617b76f2eb28d67c556c9b91cf682a204e7cc835f6ba6cf617b1b51f07998930e8cf37d35a2338832f9bae2d82ed0698b31e730b77018ca88a4cd571eda1c008cb0ce9dd6560d40311b26fa0938161df081598a67ad3cdd0e386d41c81256c82ef0eb26c1b4986bb545b2f3b73cc0cbafb3625aa5f8ae6ee79299c484d6ee74127c421a79b2e9c4b802dc4f959359ab7d48d4848a99d6163d1dd67e386a892e75b39760db5e12e69dae4bad707689c85702a7855ab8ade9a8d7c7eb9be79b3c35f49562487e652f2f460f54184f23abb35e9ec2bf9bc07f96efab01c17913c45d1f06133017f5c1d25c731368366b20d19400b93c1ab0749bb6fc12d6d72cd7a063e9e7900f7c5ec375d13029d88b9c7459f858109b21fc139fdbbe470a928d7c85fedf7c43554d7f9ee54da81dcf3922f7b8cb93f2f55de872a0b5fab5f15ac679ec545ee6327c59afc14d41dec5b3c771012c42838357b5ee351c76548edc1ae62998790277f641a79d4ab08c649d4d20084b037cf4dcd1b723ca7dce2de63769e86b5c57b44c7f00d165813d213c9b0009faf1416bf3758dd1d2a87c4dc7542c4f23b1fd25ad8b6b97daa5bf7673eee040527f3831407cb9033aabf55a3c2b26b200bba8ee2adfadf1a20836b4a0b25ac8cd4a7912c5f83a857afcf051f5ea6bf3a9bd8982a86925e7e1717f6d6e4f46f646580b297f16d5d6a1188538ccfc2262880051af1bbcd0fe2d78614856bdf1305d16d73760d879bda9aec33dad5ccf2b26ef7c788d81a5e7d28e24b7c3a7a08c914eb6772d053671af9de35abd675bf45245dd8db0bd9a9232fe5406f0d416a8c8e88b86f6972ba4229c60728bca7ee12fdfd0eb49ad7ea85113f8f693c4e66988041fd1d8725df98dc449207229419e3ded370527d68c9afcf84d38b8181e999fdb74213cf04d57f0409d3dadec699de051fe819c0e9c88db0bbe9a3d49aeb6b7d0eddb34e5f9ac60ecfb88a564da07020717a3e7862eacbb766bc10af08d8058f86917d5bc79717578f6abc71df5744280333ecbc8d58a1a0d559ccf3dbfef7e42949fc0c540a41f4bfaade322e6a7d1a46af1c62d62824618a24e90cfa4a7bd41ad3a57f383bb9915139e7d4b535378dc7b0766a6e8cdd6f8d26ef10bfa92eac1b0fb0f7c2ca7a94ba2e814e2aeb4bda94477498a7849d9e508042c526715306cf5512866baac69092a2ba754befd39d765ea4a6b695ccefa27fde6e5c3d7f1ca00ccfee9893cf05ca6857319c2c6e6cc5a6d517758aba1ab9482426ae20c3230e394ee99764295b2e9a8ff320473f7860ef17aecb29a98ce0550051fee96df64d456378a43b9fe2f9a9bb42372462fba48e41cdb83445ded5098d6c56c260a7efbf4759ea9f9298aa452f973d8f8ddafacb697d68edef3b3993346c726f06683eb26b45999a732975a1df1fb8de2a17b67412b2b5d1a49dfc26d9cc363392709d6aa6e80319d2e3c73de79b782a463652fd81905e425c3d0cab451d713219df1ef41ffa12c62cac74ac8595cffa34f7444586535630e1828b811385bd9f40cc9d2c48d1e6119625f1ed5004fb5f015811c110df965e725ca5281e998841c14100fc5c3c329120a9138d459b610e9c66d438e4da4d05bcb1413692d14a653149c43877288e90748840651e99e5e34510fbd9352882ca940e9b8da7c15dbcd5c830c0489a690d437f941901b83011d75af4f1d03b63395ccf7262e5f9b8dfb4a4e8b21577ad41109a60dc3c21764aa14428423ca0239a6f177c25c6a180d78d451d0e9a6e42d7f1e90f14720b06407416405873550e174b3f13197679fb144b38f569c2725d7be06446867d176ca65403eadbd319d2dec149afe7dcf0738da9ccd7d059492775a9eba7b91d1464c56a1d130ba09d42c476f20631906184c7de6e413041ea5d9835a13d59b331f03aa9976bb99f1f0a1a83204aeafa5a4f67231c3bc740490b5fefd3968cfcc3decfcf88f17766cab91000bdd0029e05449fbab7669530b7a4b79a76efd284bdbc964fd59148d12ead2c3ed518832a451b38ea04760e6fa0c3596b36b155f2e3b1314a5c16e5670f2025ecf5ef72875de5af2e8767c4e078df324f1737c9948216173c7a4bcdd99af2575bc9d28502da42496daf7d772bd4044ce58db20c18f6f8b04fee2434bd5597fc64e23e1f6670e46446b16ba3c12790ae0a44d8ce6bbd9e5e0fefb737377aa6a34ab56dd3e2d3e9dd5e43c32235cda965776b8ecf7f1a7001589498314db23716a0d38edc258f836b2d98cf8e513a27c5edfc93e541493fbeef94e263f2f7bbf23631c80715e97582ab46f212919238dcfe4a5e3286728495ad8619bd579e9b679cfc7edb9a7df5e8aeee7d01718980e5bc756a65986dff7996fefcece886e8864a25f7f368424cfd52dd01da2ac730434220c2689815941c910bd586de05ff45b6005ecfff8b3572824b48731199a050def073350de86c821602c04c9f2d8e9be3805dcaaaeef7576100b2c2f6682b76efac2ef11ee8bd876a5988a29fbe9ea84b810b59dd76a3de8880be7ccf1652db6c08fb4fd7a682cbcf4bb33bef2460fd7d7cb7ceb8149d5302f8a1ccaee4cbb73dab91a9f5692e8b117685ffc25958088ce3814570ffe1fd46759322af908a290fbfe7f0d72bcff7817df142e35f5172f4f1161a5f3c6d8ae7d50ea4d650739c567cc8452e829fd9969622d52c74610a16ae322b22f9f02e52855663068f14454334a58be00f436ff5b1fa1daec44e07d7b2b6fac72d35dde7d83f4ec7361f2e27777fbb35587cf684ce9690f924e1b3739d0bccc2d78cb738ccc315dfe955ef194c9d5b83ce4af4fb73c2bf3ddab9a11ebf03113a427817397c97f0f443e52902d362d2885775373cf24993e1a3845a5bf83f49363a21a79bd067e8436317f9df0cd70e4d8ea7ee2aaf66158bef4c4fc15b7b72adbd55b143270093b4be56a014a5465c40de3bd9dd5ec68b57a14c27811030948437a29c3a8eedb1c3d6963d964eff9a4c79b031eb7aaa4088378cff1b4dcf5e71cb9016b8ed11b26a740d5bc7ddcf71d7fd9a7d7a9f1c462f8cf3ce51c440bb29185fee1d59c858a2d5d9d875956da145930b58b2fab6a4154d95c518c210db0b637a60f8c5304b47d68a2bf47b97f84406dc1572da3c22368338456fff8e95a4aaeb284d86e1382331f1d00dc1cf924f476d2a4d527a2ab46b40e2db881837c989b6f9e378853438ceb0662679149b8f39cc1f0636698077ecca3f4efac6cb24c554d8143edc645b21e6d68b1e60c76eda56b2b3615735ee42b8ce0a3dccd69972f12a39731277bf2c402b304480796b0a4f6bb413739fc1335a4a30626fe13b38359cda9011bce383282bc3a0115f8d31bf0ce5b3318d60527ee1be9198cd00e04838b299f76966db12f8f8068d96f504875f526c2900e6db717ad87f9c779665409d662c6bcb2aeb443169e37e461447937164a3499aa1faee66cc06eaeea1279041ce561d6634af76a57500c2f7f6db6afbdeea0813aa99498f2d0a95e734a191c3ea717f1272ba2f9ec22834bd18347471be606c0dac943c087e4ffce28c3f75cfbf93c580a9c8b09427811408370ce9bcabdd8623f876c69828dd63ebc8b517b3e7358530c6971af1b6beb5fc2391cbe996badfd5893ce55a6386eb23aeeb918f7f8677371f4421d21aa78940a4e477fcadfc32505268dd5eea3365cacbd32188e85c0467e3b65c5d1d9344f848b07f629f1424035077dd741402f95789aee95aed4d9b84e0785c5dee95afe64bb8de72e818bf7358b31ae44463793b544ab5da86530fddcf3d7b86202ecbdd55c23f1dec3cb7c37c6702c551aa77f27dc6d3de0052550d61483874a5bba1275851597bcc68a6a5adc19e81e3446f44c386f213d8f0ac7297a7f5115cec8c6de4cf1f0c62f6c79e9f7678716312e36dc5782291cb86c90ee3767ca1adebe13285878828ba6637eace4f8dd956485c2f7bb17de271ec28ddfa82a2cb03b0d5b7e2a4ca8a8e2367bbc3feec7ae135445aa71eca196087e2f3178b1cf32c23192a7b1c15dee1f9a12b926026fd6a22df52ca5bde6b6533307b1f02df03d7fedee4f497f227bf41dc8c54ade59b57e46e79bd9d8893a17b887f35474e689274da5821d051acbc448389c7a946668bab7c39694ce307f5fa907eaf98ee5b28d4ecd44593b669edf9f2d1011987abf8801007158b6f19ae0de99b569492d66562fa05343cd3c98131dfc56fe029f7164e88a207a09a0c15b3c21d70b0ba868870eb54494ae6448ff201835e0922dd80f96422d3256c8538cec1e289d3a7e264d15907a558e9874515117b09c1ed38b888da925a25d9568ed7dc7c8a34e502da2930430ad6ad5ccc89ffc3774411cfc599a80a598468a50c0d35ea75e38dbea325e26c8f2b907889dc858f9743939b331915a569e0ebc572a78a5af452f45e7e7e3b166fa4087a48fb5738e1e59af7d14beaa79a1c4bd95d348293236faf9c4a0de0820b89772f4e714101ac1aa1b1ef8da88943b36fd123237ba2cdf97b510e14fc111dd1399104285af2d77cf7c89e9e9fb8b7671c9ec5e251d6875d66a53f4d7868b784fdfe2dd2114a132418a6d96eba73a42d87c1172cc6c04dcc3e189cb624c46ae6237224c5371ad09b950efa01ac4faf0f156ca79fdfc0c0c99f42fc5cd6b9f5124358b1e0923e598c98f98cecc3d6ce8936e9d9aa1282b3323682f459a022e3b3a1a5bf357d7a3e28c6d857397df3d9fcfa865d790c977b7c557ebc52078cd97890dbabc3abd550ee64e0d18683a7d4a1bd5c0f42db790603f53177245bab3cf219963baa8248aa822c5a96da9da6c7dd867a5661c951cb94a0aeb8b6f3cd4c5496da0cb4f046921fea80d19e5887a0d5a2e7a72174589cc90dcdd508a82395599241dad45f1e02f4e6d583dd67b66cec4c9ec4449369f5b670cfc77d739440a99edbe0927eb6846ce8be89adb735f630189f79a6414681519cab2bb3c6ec5405ca34059aa68e698422c9b408ff8e015dee197cc533d6b3bef6cde3d6e5f1d35568f3569a60d0da487597d31c53ec45542bf156ab8be8c2ec630e6c76e20803a252b82ba96f8262dd294cc17d0bb7d38dbfb7698142fe2af8bf4f49329db74ec0318a885efc5a909e49e6681074dab2460dc99a6db625b908c0c9c22a9e3900be39027110bdd53ae34cadba41b6b5c11648987e08271c8d9f94f683d72da88d753a530456354095dd64763850b15d51b509a2d742af763a2fce8db6c3fae7b3315e2cb43ca10bac205430e6fabe1204711f04f9553f536107436543bef3c76a6566859a2b7d855f90ae521ba2150da09c82ec1063359216240932cc6a2fc2cf7d5f5700bab7fd5133037c28c43d0aafb3d6fd67714d7477d4d520deb02a1d6f4afef24", 0x1000, 0x9, 0x0, 0x0, 0xffffffffffffffff}, &(0x7f0000001000-0x40)={0x0, 0x0, 0x0, 0x3, 0x401, 0xffffffffffffffff, &(0x7f0000001000-0x5a)="f1cdb934c7d16fa86259b6369d4e279ad4ea0f5c602f641669df70fe48c90ac1399c007a950e5723cb6542cd91a581fcd243fd146333eda69fd059ecfba3c9c1fb252025db695f15cc2479802ac83937117716630f76a74aa696", 0x5a, 0x1, 0x0, 0x0, 0xffffffffffffffff}, &(0x7f0000001000-0x40)={0x0, 0x0, 0x0, 0x1, 0x1, 0xffffffffffffffff, &(0x7f0000000000)="d9ad5e280b5667327f054af1090144a7bcf89709d5d7f9fa5a71fa151db554295fb042e175abf8badd9d58d61ea4fe165bba4f0efcce7637d492a004f67090f7f616247669fa110b9c7a1f0b4dad114f1d09862650678851354c65f00e884d0e7d2543205a1c1c68f50796eaa590e366686f9abe9b336d531bdd1c47b3f02c017d056e7dbd4c1546f0555270f77529c817b4b99d2cc0014ae76f0a986bef033f34e8befdf69048b70d331716ab9cef27452c48c107ca9c0675fd2808deb8036d755822f5783738b28fa0599c7a452972b1fce18f6f56b46256f0c25606ec4989e050f14ffc3bc0c06064e30ce37be03125828291a158910e9ad5df493a11", 0xfe, 0x5, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f0000001000-0x40)={0x0, 0x0, 0x0, 0x0, 0xe00, 0xffffffffffffffff, &(0x7f000048e000)="8d2cab2737c8dc2730e6e3d64e09a5c5f0c2d1bf857015cc68552d6982b696a83e5b16d89f320df43f4131ca413268e8677c7ca6cc1267bea4dd24086e3f7708e7b9ecbfca501e69f19332980cf751a9ff7e342e2fc437", 0x57, 0x8, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f000043f000-0x40)={0x0, 0x0, 0x0, 0x2, 0x6, 0xffffffffffffffff, &(0x7f00002fc000)="7f6f675295e59cbd1825f50e8aae0d386c8120faa0425bf833d3ea30262dd36ea420fe8b806a23969e90fe39db37e524451ebbb0b4a15da6f0fd43055765e3d3bf473673af35e9cffd792ac531072ca5d50e5324a9f61dd85cf1eb3a0727ed4a625b954a743f6c12dff69b05f380da6b62534736d55ade496910a6f7de4b02cdbe6859fbe104d14f30bb717a56fa36667cf4c6b330b732f78cc0f35c415c51f81f1ae7c52009d5666a1b651b9cd549470d53bdd6fd146b3d79c651f7b2c571004f0cd5", 0xc3, 0x7, 0x0, 0x0, 0xffffffffffffffff}, &(0x7f00008bc000-0x40)={0x0, 0x0, 0x0, 0x3, 0x7, 0xffffffffffffffff, &(0x7f0000082000)="99713df7dbda2c1ec2d18d75bfd84918de72f965089400fd36984fcf1cea875ee393ae0d352f7c34da16968aa1cd86eaafcba907b0f92d51814af0d69927957526fa07fd070099f7776a537760fbd8f868918aa76e03b28214b2f81aaf9d88e4a6aa1398142ee3625dc72ef0bd7e5ebd14e6211891daaa37feb83601708eac601fdc5b3a2523e3c7fb4a7672d8506f3fb312e2b7de69c8ec57823b7f4e09b3975b4afac2e2b7530ac551eac8d2e4880936a47b806d11e4ab3d9811b97f7fcbd10384b5988f9ee7ad3d2ddb55a8289d20372658180a62cf67da03de", 0xdb, 0xfffffffffffffff8, 0x0, 0x1, 0xffffffffffffffff}])
sendto$ax25(0xffffffffffffffff, &(0x7f00007e3000-0x85)="", 0x0, 0x84, &(0x7f0000c53000-0x4)={0x3, {"9a3ac0a155a557"}, 0x0}, 0x10)
shmctl$IPC_RMID(0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_EVENTS(0xffffffffffffffff, 0x84, 0xb, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f000060c000)=0xb)
2017/09/11 22:56:58 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg$netlink(0xffffffffffffffff, &(0x7f000001d000-0x38)={0x0, 0x0, &(0x7f0000009000-0x10)=[{&(0x7f0000014000-0x1c)=[{0x14, 0x42, 0x719, 0x0, 0x0, "0a"}], 0x14}], 0x1, &(0x7f0000013000)=[], 0x0, 0x0}, 0x0)
ioctl$sock_SIOCOUTQ(0xffffffffffffffff, 0x5411, &(0x7f000001e000)=0x0)
getsockopt$inet_sctp_SCTP_RTOINFO(0xffffffffffffffff, 0x84, 0x0, &(0x7f000000b000-0xb)={0x0, 0x0, 0x2, 0x0}, &(0x7f0000020000-0x4)=0x10)
r0 = bpf$PROG_LOAD(0x5, &(0x7f0000002000-0x30)={0x0, 0x0, &(0x7f00004fb000)=[], &(0x7f0000256000)="2e7573657274727573000000006100001f706f7369785f00636c5f614b63656373282539", 0x0, 0x0, &(0x7f000040f000)="", 0x1, 0x0}, 0x30)
r1 = socket(0x11, 0x802, 0x300)
getsockopt$sock_int(r1, 0x1, 0x7ffffffffffff, &(0x7f00003e9000-0x4)=0x0, &(0x7f000012e000-0x4)=0x4)
ioctl$sock_bt_hidp_HIDPCONNADD(r1, 0x400448c8, &(0x7f0000842000-0x1028)={r1, r1, 0x4, 0x8, &(0x7f0000942000)="ca608d0ed5142bd33e15119933f80a941708c349367cca51ecfbeabc372084ddb9c00e16c056d4c36da62426e3e90a456083eb35654c25a5dcf424f5187836302e3ee9629c5ec58fc151901305e18ffd9a569b14a2b3a15bc8e0af414248807967", 0x7, 0x2, 0x2, 0x8, 0x6, 0x2, 0x7, "6cdd198b189f84f77d5ff71bca908779767a0ff32d1d4556099b797d3e323fd4c975ac35235e1c94e51a1a4a7cef945862b09e5f3834ad37ee6c9fd53ae02f05358e7ad10dda2c9b8af7981ece3ae7cf9fdf6bd65d5d21134f3b767c8684492adfa9831ed927b3d111f993c8855c596fd7bbce01518c72a520d20a1d0a6105e20f714b7cf1230d854b5171c3e9c3cc31b14f24d885756f18fb7ab5e151171d37ad43bc39bb796178ea234b618b712c30603aead09203a552b6e6b40603fc0ffc9a091babd430f4f7e5adcbc5294ceac1476122145dd4c8b673ebcf6cb8898e8414791b18c00071f4401ad436a6d2c9fabf48cc560470f61759e419bdb5d48985ec496c50706810dac68cae2688e833f1014ac1f88b1b63c6d75fa2c45182254d6b28d6af9fb7aa585a240a7a4c4fb07fa880e1cf14741c286d7277089920826428895d8d799887521f8269485bf9cc0558ffd3f86b27e38c245c64b055cb3b54e585cc17a85f194ab43113ce0d66e8d0d35b667acfcdfeec1da80d2a02d67a37599df2083660e9c8f7b66dc12b600dd0d2aee5401d69f956ab06f56db478dd034bee0e6dc4f5c15e0fd2b30c1626ca1a13bd276b411bab04bf002639f7e029ec7be5c9ff55b0a51f0930ba1873b832b08110d2e769d3eae1cadf5f9e27f4ad78d01c754ee79be9da50a7e4d901d09251cd4af5e66aadfb5cb1773a59135f93d8107f9ea11a71161b3e3dcd2302165774ba529692f64c5c35d0df04e557b6271c539ea987874d6cf4d9dd4132c2ebd8c0610edb780b6897599a9d6c8af4b306a3e729d63392e3956779637a4ae99bbc6ad0bde50dec5ea78e9f00518f02feb838e2728aeb97f01f61ec1b772f41dc45b1cef579fa35eeb523e62dae51004d3bb245809089d8eb61e40737f38919972fdce8f8fc2b3ce397d835968ca8a15b65425e4d7ff31b4905834e4424c4a89c477de2b7c56bcae508119a864e39906050a9c397dc0093f5ecbdfe52c8ab96514f01a74ae61a8bc855c5f1134ec47a789a4122cc8dc30b765936333ba24962f3265fc7f5f4fbc456b4e555058936f11e073f958a83b05fcb26e57ffdd9c6cb4090f312fb5030a4c0c4cd02f343d1201212f27ed6fd6ac3ea4442e29ba42e3241786e7e76b3065b5004e0e0a949fabb5070ed397c279b787d5cd8736ed4125dbeaec5ecb37fdba389fbee4b9220301e7320a8b43d0d5676fc396d1a4d26d97835f0ba82a46a1606fbb7f7c18fe0c9b1662ab1d9a5a518b1df461048f0a8fba1b1cce433274fa4fdf514ce577e408caa9bfb5766458676c4c435b75a9edfe8a16e60be423145eb1affd629dfb3f47990e4f02d03aece6dcbe430bc43ad555ca0793024042911abcd92e10a650b7dcb821088a99e9a531c7b75914d7c5fd47a2587496df0070daa2c04cd043c28a957c140f6724dd662b9f085b5c3b808129f5cbb381bfdbcf6c5cb0bd0e5e5a536d0a6f42c0cd9dcfba5e14adfcdfebc0bb78952c3940350bd663daecc0e21423acb22e0ba488af4c59aa1452a5588c4834aca4ea23d372f62914973d90d4faec8e772f096bf448a559a4cbaa43a2c19b6234676e8dbfa4ad003a2d331094c1f337e909f5244582b2bf26373ef91d402c1a2b58a278bc0b51eb0804838e0adb57b9dafa754b30d0a5ae288925c8e32d1c929286605cb144c5372d56b53d4b8ac2ee1e65aa64330cd1ddddc3a60c24557e23556d696bf237da9035b800716eaf1ff55a9db2b76a495b3ea972f77e94159959662b1ed71a29bc69000134ec6e4090776d58acaa8bb70fa28f331881b4860ec51f309bed82912422c9ef9974f4a0741a2ffac65fcb2d9bd89bab8c8ce38ae51cd22f6f5d457bff7866e3610d1e14d8186302494e5609014c9dd96e5ff49c48c9cbe493f813d7fef89f1552a7f5b11fa7469d18e37c8bbe0c25d6f58580a2874932803e4a9bb94bbfa5a1087a62d70ead635596966b1f7b493ede71514a5f14d65c0080ed0ba0c3287436854cf3a1efc7df325786108e751962edd20ac4f81c8d85b5d6c41678de5fe6b8381a8205202e89c490fb90822a2ca6e0fd96e22df85a617d61429e79ae324d9933121522521939c81877065c9965ae2a2904f0792eca00675bf5f9df43ab1dfacfdce6881e63f325d0854b628118a5535cba965c3f1a8e436480cd9015b1527c95b68ce3dda7c36e437c187f7800d10ceb5dafd9f63e11c30d06a26c3858b1c9cc32ed9b579d3deab9f946faadc72fcff848d30b6c7a60d799184ed6d3b40ceaa9b2128f31b4dddb5bb8d589f38e00fa619e2886db15730a2ec8bf4be81accd2d553efe41f91b87550fbd85b63a9c4439de866339277429f9ed6cb76f5ef242b9f53757dfbd70457a5098c47fa6d3cc6dbddc94be68c6cb9563af906b799a0a07ea705b17693ac8f11db1cbbc2731b810bdaec1d676485f84250904d925459da019268d555d1545691a6d55138d4797c925052414c7d61ec40c4725837917a31b833e04822f9b475b29cd69f8d7c2443c3a30a032ab0fa638291da00a9ae7f5a80a835593a5d7028b7979d9f7de384f878ca0bfb0733152cca35a3f30fbdc8e18e49fccfdf40cbd48a67500daad1cba938604876e4bdb85cc1c412f353bdc864ac66896382d9d31d7214df5e8952e7256c6e48214450e579b8ee4a09accd6d9a6f663e9c910b103959f9e65b2483b6596fb8ded500e1b117d29677c7d3ca8d3540bc0d3e5bf5799bdde4dfdcb383b8927b93ffbe37c7cb985fc8d18b4099729f7ed19ee8f32d29859cd2b6b712dd6096360f499d0aa923ead9bd84586b6814240b7eb1facadaca1c8ebd601b86d132cb3b5be17dabb1d1d533ad579879ad0b0ec985f232191bafc9625152f761aa7f4c4c8d2c0cc5a8bf9b49c905a4ef74246c6e55b82a21a4858b5f2323f42d409f6cf162d62da39bdae17b46113bd1bb8cc80a9dec5e14410b2da3c0923d58bde7f1f68eb32b99dfb827da7446a3a8b8dc9b862ee866ead7e398d20d26a40c0911251f42b2c88e012d47ae3fb4e50fdbcf8cdbe94215d917bf28e5d15dc20a8dda58e81f4024cab2ce1d400c562ea3d64d828c5d4426724edc6b111991158f039a857e13c779b8bccd12b42cbbb380b06e62449e13216315a317412542d5094183e42da76869fe6627485e5c2e9ec1dfb035ea15e3593eb32e74e6a218e8023fbbb21c71b244620d6a58f35a24560aaafcd21ea0c9ed44a00976eecff54205a673e6dc82d1d8ce85d506046b680a81024afde3423e92a07237c1665684d8180b0530474a632f9ea79cd7dbff60b648771aa0ff5a482c0f07f27c8850975a104b381f186cdf38db862d4bf22618d9dec2efa025d6c6d6255e557ab4a103d41fdcfca03e80220327d53b662abc0dc0427b6391cd549bfd15fe39d4ef3bdf22d894d44856d7e45958ee44796e89c46d7fd36f58a2e4df1f7596974884a00a00f07f8f85e2d4d438e42a9b9e3f341ce4d3576846ebf7874a439bda4f37837b350677e5dac08ccf6772588f5bf58b2eff9276ebf35a6c33f9650eaf813234a7431288291ffec8fae44affdb011b5e79ecb29f64fc6e19a00e39eb99383dc326d7e9c33d78760e6f01a50048693fc04b35db8845f2c86b6bc505e80b61d8bb127ae7e1a870fd3cef494bc46d018efabef0403c2f00aef9353dfa58c41b854c1af7878b32460cd0c7e3ddd0ed3619dfe911071b49f1a51aaee8447b4f9fad451d8a745e0f2c2d41e39c8ed4e9af43ca55e34844395af5f6ba53b7ad609a994ea03b00e1e8550493724f98e0dfb52af077a0ee555ceee64335f89a541bf839f0c72d1b67c555d7560068ff2dbe61bcdb43a2b9dd1b05a4db4bbf00c7c37d9b55d828fde47c7789aeb0055b60d3788eec688b10d5f4c1b412a2988f2171753d535d397d7cdfd4029a810ebc331bef9d98535b19600aa57d42ef6d33176afc1aac7408e04d14d310258368bb070e4d64f986a79858258216893fd2174827898e829554876f6c639a20d56a2b3d2059cdf759d45a98279296e0962dfc6a4943b397d2b12ffbee3b82513da74b54b1c775a9a21592845d50f6d6ce1c93e757cbf61f21feb77af2268476e36d7e198143fb055fae9cbf4bf27e6be4941ec6965ff5c8a26dee4d7470a5591658fb44754c89f9f4f8a22b92d7af5ccf81479b5d6805b25a87ec1664654bc57c017ec7a00e2e52ca95effb07eb3cae3c25b744a87312c0af637fb67d5995d6ee63844c3dee29a9262aa4518649cc15abd5f38545b2b45e1f311fe52e4ba9986bfb86d3aaefff01c0cd0cecc572b8e1b9f6a5537ba09f979953daa8e5fd8a417bc397cea59a2037914750488400da977fd6f4954635d0d03e8d1f7e22f60ed5f0a22aa6a42d14bd7237db7352c6cfce2a3a68dace629e654a7c5c73b8166b81d4d11dd76b64922d74855094f85c45325f6792e49cff8a9c818bd8dffcc36f55d8632cdc50978c41550d76fd6dba91f03bf945798b6a0f1d8037804530392f6da520687bc8154aa4b8f29a1d5e2379da9700a1cf600a8894e17c73e4719fb87730ad6224c17747fec351933608097feabdb08cce574d534bdd4ef3ff27352d204acafaa0f3ec4d68b3e7a7b9116340502aa610e4e6c72cc9d4370c8cb69add4e5534c6d34a60b32bfefd867cc4048edf91065f92cbd4e0c62edc34c232acd8b94aa92463b5387bd34a5320e5be9ac8c5f08c9b5b4c40f008508f3bccc00dbf9a9ccb37c80dc512396b4f63144fd708b17e7fd3ac1bd17061e6ffa4ab47655150dce67d84ca5bfaf1c063dc672925694aff07f878d38611062654d275681881d89b1a6e912201e9114419e40e62135c9f27efbb5465df2a21a5ec6cd36107db675a673675d3496168e1dadfb7d7c729c58ba19aa1bf8bad2d65e8fe8848d074a781d2656386e5b43aba83f0d14568667683d494b9f0c78669ed8adc956c9c7063482bda0e125242a2ea69fe3ff195a111b4698190f0e9a4ffd692351c39c6cc56a925fa962170c121c28652af5455e7acdfacd0244b40230db3eb13fad21fc9fad10fcdffa0fa27bb6c1ed73cad7f5b04df01fddce6d7f91b36ca199e3f4461b72984d8c93965ea1622f4e0b2069c235b7090508d8ab223316a7b34815fe97f74acf5437e8c1ae3413ee3dc7a1e00471b577239e92559f394559b0cc254a366d51e86c6ae1303bda25d76ad668642aff1af8fafb4c702e2279e639806f470e94d3152966f718a9c9c59715fcf9a30c5f5a1b331f4d871beabd54e4e87ce4358fe96a989061651a921b2c67de6d49e02d41f14b6f253117235b68363fda4a4ce4ee9b0b0e5518d08db7754884a4ffe8cbc6c9d956568116fd2ea7aaf3e7920f356321cd559b64b9e6de260bf933fa3a153675ae55a90ba15a2ae367ac43f1ccd284a31d1919b834ef65f57212bf451fa87bb6dde253cf43604fa501dfe61da9f95dfd9a2e1b93430ad02ee733b017fa49c5d4a79bf90663fbe5d3f71974ce3ea789037739aee3dee123ef0f80895eeb9007afc981f437cd1021d63b61f26e6b991b47bd5ef21a13d3de77680bb6d2d796751b9d202ef030c0e3189437d7435ed4cbce757bd79e93c4d670177d7de0d2267cd14fea240f1ec739bfe2ca724fb81a2dc1f47fc40d3637f0fb1b577ad278e57f69f225c8c2767cf86853be60f5676adfe8da5e9043c22c65f9a81d600f133f63ea50516c47baeaeb7e437f9422b65e713931378aec97a51adba22870592e68ef7dcce94d56378f45"})
writev(r1, &(0x7f00003ed000)=[{&(0x7f00000af000)="", 0x0}, {&(0x7f00008db000-0x40)="f516aa3cb6e24074f47fabcf1cdd64db247d09b205197f244afded5fd3490ba25606bceeb013b920d42ebca186fe99a0048fc49197b283d20e4a0538e71fb989", 0x40}, {&(0x7f0000ba1000-0xab)="c63f80114b00fcee4a2ec3a731b78d9293f03123b5a1997915ded0d64d27fad1a96c8ab82d7c15d71df6d10838abd24332b5768783aa77c06d91516087d464467b91a0c840a2b140cacdecd4d355049c9b54633fbc238bf48262dae327cebe663c129f7a18646fa4e7548c50486915117f82017a3d22a082117aa5587ebea6d755faffc31f0ca5e818d2880d2d4f67e852bcad4c7cda676986a47dccf019db28aab53aaacac54fae47d11b", 0xab}, {&(0x7f0000d8a000-0xd6)="48109663c7c453121d048ead3f1e752819b1e27092087692e60d4ab10ff69dc1677fedb3a50a3113d98a7a2615535f43638bf741de2ca5ceaebf702074229f79ae92e6ee02c12e794f7ee6e293d4f70129d3ee3123e1e17cb72469401f0f7c7cf527b3c163fa45b41ed55fa0381b897767e74b9884df410219550a853105dbf4987b0a428b67a5dfcdc053fd7078e36509f1d779f21510dcb54fb052a1e73724f3f9ac7e137a47b6e56b0d03c386c580b3e99a16ff815fc050d855bbc561823cac291cf8f8369520b8a476755788dc4b3f64cbed8dda", 0xd6}, {&(0x7f000060b000)="8bf5ddc75015563ef2858b6781c4aed6efc5e4e1bb106bad7141d1496e", 0x1d}, {&(0x7f0000b80000)="078ea45e570adad88e1131226d498c8fe10c548c902a857e22c54b4e3b199ad7c48f04bbd952cac070650fb2f797084686e22f761074efeabc646fa5713e2b64a063ae5306fa0b3661b59c9e7b96b294f5678b6d5ac2754e1558b2a63cee5b8e46fef1b2d4e77252a62172cdcfa6f6014ff17174d383de405f21d89bdf11a5529badc165d4aa6ccdebe3591f12f83644bffcc9c738acc88a0146e35c84e49522fcb57354f7106012cf9a17d9db7cc54cae77a50445ad7b01c476798d9dc490551ab5b2d79e3cb078973d9027267cb5970beec76557980dd0548bf2c0", 0xdc}, {&(0x7f0000fcc000)="92c2c7e775654e484d0133f5f981d1716f681856f9ef324f5854559704db8c603944facc8e3866c3342352a6aa1a9a18192d1e76bb7a7ebfe29d816ad65e9e0f630ecfc9b2cb088f9c6aa4cdfabf712cbe8fc7dbe6f8b2d843ee1de046fff098428f7cf2eadc587160e23b958b1a540e559d581ecb4ab97d33d179e2508dd36b3d7822d02286c961335c41547c0cd0b660afd32267efe8e58d2fbc7fde9c93c3b6715e28788d0f5339ab53c2f5650596fe38b9a6b2d6119c99a2ca3f871ad5be6d8eafb53a6df70351c4c93e18b98d24258961851af2428f86be811afb8b41c9a39f58c6a8a8c1b5e24cd82dd6e019cc819dfd70231bf27bb0939bad5782918ca46ad1a7e300b2af214b45bd4d992a00c5839940da8b752afd9cb18696e1b9f6646815976a7337e934c461585b8aa00d1322df11cc109726140d790d6b0b9cd7c5434a166ef20f9f778613f7c15f3be94fc7d9bd568d87b8620b8fc259ef9d397dd4e506cd6b831a5a079cf3cf0ce3d15452fb29642baea1dfdfbe98ca6722e2b2b3f463f8a4d8caaf553ec26fdf6fdfc0c9084d55a0a88ead82985bee53d060bb1b8926ec27604ef53f265487252276f22d81d317634a74c3de1d92ee59066944523eb4b2e938c738371e61f21b0f3d4adae9712b89824fb6f800b79aa6ff8b15d75d49f76d986301548d2710fcdb333a1872dca4e907e28e7d2cead3287bc78ee771a7dcf106d5d5d0a693e39c418d556ba27d706d02f8927dd02a526f96e074197aaaa0ec5b1042d6782d4be390309b69aec2126b37ae63c26125e9b1a556bfebc01bc245a7d5b73c33f6c303178b9e2a9ae3243e469b923863343e5d1bceab16af4f22a5d5d4ba950089432b600ca2962adff500bbdc6eaf9ea0cf5c6c1c164f1f8961cbefe3c5328568b264803c10d12ab0dd7763bb6730bf15210eefd3ed8f93bb195d3045f8524f921a60808fef82f6701f9f00a33d12206d5478be65056f206bb070d4ab56ff74a8ac42675c069d710afe6b676b98b11a6eefc5874cb66cab0cf7f4ebb5acf74c7dc46b5d5f3be9fac438e0522692bed36cc4a4c092a49940eb69b43d418de2402150d9be7a00488d247eed8da0789f0f2dadb95aaf1c0420dcea677153bd5cbbe8e3e094bb69d59e959ce27be2cfc3f073b98dad34d0f42f576ad3211afa3bef3806037d26f3bd5be437b4c0576952e98a78548fbbf570d27ee4d6ee67e7d8f6b1ce695de05245568adb98cfd2706b1c976bfd21c475b72d94532de9f0a0cf08fa2b6f69803ef560eb99f9f104f03e3ff1734f3c457f5ae898a2ec17db427a2881745cf83e9bc74ce948a01692508814a981b89afe63d588c4dba2ba5babd906f079374a12b8009884975e12b48a14973f0fcf251a10fb0069aed63616c1d6748a4e5ea54716bfba00ada082983844533bd094cb187bc510e7ec992f4866b9125b91e71ab2bf266d584eb4280020ab752e7a564303cc3efc3f0db6b5c5d896010148bcf7a48a05764c666db7274bbe13568ee36baa93c71e960335467d365deb017094c0e84d42d0d34072b5b0972626c36081ca0c0e656537d53d8a96270fe5cc27b9e2e42698ee43ebe6cf80e4b7024920644ad1f9ccf0f77637a812a9e999677bfb2ebd2d237a3f008bdb4cb202f5f1abd0c6296bff11233041cfa940233403f48bdbda701a3e0cd7e988a914a5af66de902aa4544a176e8f1e74d028511158d4e2c43c948eb57ec4977f290b4a79d54ce6546061d78afa508642d7e6107d49a38f0b35ec3aacdde112919d4780eb95993d3193d7a97bd45edde67bea88d76e9b5123bb9b72352f86ed3d6c5a862766d34f4c2022df911ec8225f7f0094532270e2b349a03d49faab74224d77f305f0c7cf09ad1135116e405123641f983bd7c1eb43a7938d8b5777565bd93b0ac9afa5302665828e2d3a877eb44393d748769d1ffbca559b89e32562de0236373c93858169fee94775d9ab5c3a8ddda09fe529b520b3a798628cdaf21977d59a5d53f52830feb25d7ae51222a5d588a23afcf429f7bae6c7e448d7f19838fc2aaead578446d14b439822e3c65070810a567ed03b717deaaad5f3065ff0e53c44e97c55f6a739f4c12308acad8720f91344a545b6669355c2c224f3418b32162601f199e0d58a90d4d34ecaf8eed3186f0260f2917bcc5b2393c47574703703ff31592636508791233611d24148e8456176a09e1e610421ba64297cdad7e99497d363f195fdc345a0a7f8d1e18ae324eb7d544f6c17206dcc35bf0ec3ea5ba972d30c6c8c04bf6ca37478f1a69ec1924e655b96bfe3e68cefe67cefb07fd4ee0806c3cde022c80951db969ada27b699373985507d26f3036093db466283864bf0f62ec9955fb47bc62f65c2206f4fd4c09bcee7b6107e418331bb57c8d33dfcae669b7dbf35051f4bfeb9866188c048e1f7d66739696d6939868409b2473527835477e31a0d6b4adaa14b2aaf7199cfd6ac647883b4d55d6e01239387fa3a23ef05ef750cdfd29366e5f365c2ebcb564a29f67c74bb45a5cee1ab3752a10279c8d5e1f11d35d017729222e2ea4598891457053bea72e41547a2faa8516a5332bf36c287f37ec3dbabb5b4b0bfb2bdfa11e177f3fccbeafdf17d880a627fd164108016918000eec9e9a0949cf43ed5e380e06f5d90489f31a2d3fb652e12f848bab539aae3df05c61d0daf9f4e307f69422a76a6802ac205524c870abc289ea99e270055592b382815ced42d6ac6a31e86c8b7190c3cf342061da6bb1ef9aa599e7041fe0e1c920c6fbeb9390c0c6715442503ba79898aa1a82e231b6464bef784757d57d03853b5de1231e0434024d6c7697d2c03ceb403ac677b3e432646342c29a18da8826632d7531446395d82dc5eebfa186cc6c59977afbde5fefbe7f605f8817ac24506893ef1c47188c2220dd046a61c629a207aec659981d2cf81dc7290adfbe22466a638504ea83071636777647c79ed86d4869ed0a9f63bf1c8e3fb027a57c9875cbfd0404780f9369740667072a80d4d5b125cad16090c2c42d414d906a5ae17dac268b4a53dad16585abe5a54570ce800c02a478a8a7638c4163da61b0ca3447063ad4b1d6895a04d8a27f2766d6c7998045ed4dc9717c56f15f19234441dcba997b77f0f4c5ae08cf9bef90700e2f4a882f3ebad69b8e0fa6f1b07f3e4dd4293dc7c3fc8fe421bfdf5310ac5fa7ec43cb349ba599464ca8b14ccf532128cb8497a3212299cad92fb07cffa10579e26c3e96392abdd1a76593042f968b94e72e5109730351f6dbe43c9eddb5fbae330ae3f0fc2fa77b8bdeaa6614829c029cde4fa1c388f48f26c9f5888d70931b0b781d5a85ce3d6a26a95526c66da8858c01a3b6b92366ce10748130cf27fee130e2c2ba07c789a22fcaf601647618fdedd65cea47f8f004ea4b5562c1a15f117922c2165625cf7a70149179181e247d5d0c4ac76dff7493c3332d6f8b49917d88d4161e135557fe866045d0a3e84f76e5a4382a5f371d1d6eda9f0f660f0c48dbcfd4c6ab2e43d5e532846aef8a3eae0e7bac690a28afb9a37493d9a91ad740e9f47e628044a8527e1c59b1c315f1f25b6ec51811de7c35b08e811dd840f3f4f7ffa5098d8ce479658eb997710f91f73313332a81ccbb7e9818b9e5646b4e243d9138e3fbb4b99832bb6c83e6a3330f336e58d5241a33eb7dc93b10fdf752d8eded190619876d36f39a0cc812965b2b316e95928bca31d332447f33e667f474e1d5991ea29773467c8fd4d0b8d6c423419976b1c65ed005d440980a6bc64c42afe5852333e0162d0d08128e7da16f7167e396571b40b8d680b68c07c0dfacfceaa56627d1fd6323b04162dd9720c629e344c12a229b64fb680a76bce7de69145c96ca02fbbfc7dfe18c1bec9fd059edc677f65000ff09254b7ade7a1024fb0d2e1a8e50d1b2c01335f4e87e3b69e51b87e03f531456cdf25746bec8e939fcc99bebb4b265eb5ff89cb1edaa411c92d0bf916b1cfa72528272251aa927f11db131bb3261e55868498e3f1a6a6492a9124d6b690cd08ba8eb58020e8d20364b1f42fea2f47acd6080843f160a742f201e5d75803a38b3424656b4170c7928103d977004debd499bd938d5589eca61fceb9342ef1c21f48e5f3ab92eb286a485072e359a72e17dda6be47ea6bc8cf7c8e910ef9748ac387f4ce6f280afff00bc6af9854e1c1558aadf8fe5ed4275795538fe8e5c2f5b38bb8398318231f58611f71cb5fed8e1bc3d84b66e0bdb3300dc56fab97111fbebc4b22b36feed8deef1d310889e5c85d0697939dce3e6883492580978e1ec5046569346535463c7dcd76dff9e0e42b87c554462ad2762b128b0d27dc40613e972f8cec32bb143b94d657ea08458064b3e4847b5069ffa2366af2c3cee144c8a95020bce2218b3854be38316cbcde94178ee1707a1c3d1932228a68e0816b4c2f6f3110f154cfe5b6814180e027f0dc72d2cb7c5104b981c0b1f4340caaa869b78c833f1e2baccfa18963a8cdc26ead0eb9cb11aa74d0555b9a3b875870abe9d155958352f9fa4a3efd0b6c629f5b0d0197f62d6f3baa3365a3bfdc98f17d9e6472bdd23ff19c3ba69ee470e97ad0eb6de8f38137d023b08c9a963909367c527b1b201d54e6867a18f437c3c7fdcb4f20208c1ba4db57c8eed6069c6a6dfb99d3ea6fa3fc5e4b4b635317cfd6f90b3d9b37a06d4b930fb948df6cab2c0c830de1d67bd4ed95a0f312a4d0d7947c6f1d3a152da5aef085124132b2bf6a6d46905446393b29370a02f2e63dd46bb3ee5ff5aa847f0a690442d6a676b73461ed2401f7b356db67aad1b9ffbb48242ca7c9022ef8fc2ecbf9e1afe38c3b9792f797029bfaedcefc9738939cc510e832c8fdef3c246730c5d2f5f932ae395e5d9076679c6e4c319247d3ba0d8e6a7187b758bfda5ed875b3a03d3c3fe2e3c56642e64226fc616fdf023cb5687c36dde6dd513822054a28c8de435b7558189fda3cf03352db9f1322f98ef8dd0d7992b165933022da6808c0af56f7a68645bd3c888fd614effb44aedb48d3b5859ef14c2f502481e26e02d185a3e1b6e300b598efbfc9537123856eb3671b6851380b199a9ed0ba21e1b5ab49d101d7137b6fa59c2ed98638e1149cc864015f64bb484f35a397ecdad60a67a08e4c1767d4628a79f3c45edfe9b551a581104d857097188c74e9563dde285292bd5cc7269888856a3ff98f1b2ab843078db706ce948018f6ab7c86174a57ce9fcea2855f93f12cfb724e10f80688bcfd26b332631af63cf1a805480de9686fac79f645766febdcd4e6c7f1ea4f2d449857be7ec0c30bb543b5b90da34e662860c3edaa9d88e1854f95ddbb612476d4987fcdbe1d25db0d874aaaff638613e3785529346465e93e9a36e8c5a52c61030aed530213e8e518498a26cd425e37eee240eb93921e906eeb94c3e153225f9f0d2c41c527cd7a85845ca7bcd4a8f4a91f3f02b1a25b6f876c16baf1d776c83b2561c6389bdb793af5bd4f65a2dcbd6b65b73a08fbcf2944e9088e0790d73555b303e264e63dce6ec7152a65cc2b7dc40bee617cf9b17c1b256e4b652b2a73c946a4622d9eba15f8a2a5542634c91b3d5548c06ac53802c6a94bf1b5c1408162d091b5df59cb47e08cf11dd28f03708cfed4cc2ae9987ce360f29fb89ee95013416578b28d9a9b93a6d615c0ee181b2625483b4bb95755024d4550b4fb714bfd61f360b3ba85bba9833fd1022391e948c992b17bf77b826b", 0x1000}, {&(0x7f0000f56000-0x4b)="95185ab73362b89fd6eca1965a11469d1ae00240472d36e6d84f27fe8bb0232fb23d3a2b97a967c96f046ebf24b6c92c7beb3de368a19addc6a7b775b7ae835be8cbee37181c0f2b340cd4", 0x4b}, {&(0x7f0000b24000)="3678921c084c7e581801caccd23e61e68a99b4396dbfa6ed1b58940d8a717592a8baf894bac5649cd6bd2d91689c88529a302c2757b2b504cb17b9f6286c46e0d6bd9a477c76a90d60b1267c2b8d084966e3a157a724250e87376a4038cc8ccca822f01ca91cb3bc56c0d45150fdbb4454150e0e22529a81b009584a49dc96c73be3d19e2d9f4a161f06d29f6630eba65c22b3dd4e09e0396f4cadcacc67fe523feacc0479c046acb2b71cd14fca09ab4ee76f7dc41596eeb874148937f502b405c4d4ad79d9288bb3c0885e4bfb96ca5e795afec5edfaf18e92ddb799537295", 0xe0}], 0x9)
setsockopt(r1, 0x107, 0x12, &(0x7f0000000000)="", 0x4)
setsockopt$sock_int(r1, 0x1, 0x8, &(0x7f0000f87000)=0x0, 0x4)
syz_emit_ethernet(0xff, &(0x7f0000de6000)={@random="efad070000a7", @random="594df27bf572", [], {{0x0, @ipv6={0x23085756, 0x6, "ddf801", 0xc9, 0xaf, 0x401, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, {[@fragment={0x29, 0x400, 0x9, 0x3, 0x569552e7, 0x80000001, 0x3}, @routing={0x89, 0x4, 0x2, 0x563, 0x5, [@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @loopback={0x0, 0x1}]}], @udp={0x3, 0x1, 0x99, 0x0, "1dc54218ae2f1381622753318afbd92b00f18271e32b72d80abdd58abfa7e60b274a7afc57038c26089bdac86633739044a73ce8f2484258584b96c86d07205abf70fe94a901c10b37de1d58fb46583f2a595eb427b808b54eac98e0894f59ce1f4a9ecb504b656dd2621bd9aaf97787f1c7f1fda8f51fc3a49b22944b223836c5d84fcf5c8d40c638617d06acf0c17e35"}}}}}})
syz_emit_ethernet(0x91, &(0x7f0000f3b000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x40000000000800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x83, 0x0, 0x0, 0x0, 0x88, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @multicast1=0xe0000001, {[]}}, @icmp=@dest_unreach={0x3, 0x9, 0x0, 0x0, 0x1, 0x35, {0x18, 0x4, 0x8000, 0xceab, 0xb0d, 0x2, 0x1ff, 0x3, 0x21, 0xcca, @remote={0xac, 0x14, 0x0, 0xbb}, @broadcast=0xffffffff, {[@ra={0x94, 0x6, 0x4}, @noop={0x1}, @noop={0x1}, @lsrr={0x83, 0xb, 0x6, [@multicast2=0xe0000002, @multicast2=0xe0000002]}, @ra={0x94, 0x6, 0x4af}, @generic={0x88, 0x9, "d912a9943c1431"}, @rr={0x7, 0x27, 0x7, [@multicast1=0xe0000001, @broadcast=0xffffffff, @broadcast=0xffffffff, @local={0xac, 0x14, 0x0, 0xaa}, @local={0xac, 0x14, 0x0, 0xaa}, @multicast2=0xe0000002, @rand_addr=0x5, @empty=0x0, @empty=0x0]}, @end={0x0}]}}, "c8768be30a2f7e"}}}}})
ioctl$sock_FIOGETOWN(r1, 0x8903, &(0x7f000032d000)=<r2=>0x0)
ioctl$sock_SIOCSPGRP(r1, 0x8902, &(0x7f00008da000)=r2)
ioctl$sock_SIOCOUTQ(r1, 0x5411, &(0x7f00008c5000-0x4)=0x0)
poll(&(0x7f0000ae7000-0x40)=[{r0, 0x2200, 0x0}, {0xffffffffffffffff, 0x20c0, 0x0}, {r1, 0x2, 0x0}, {r1, 0x43aa, 0x0}, {r0, 0x4, 0x0}, {r1, 0x0, 0x0}, {r0, 0x9028, 0x0}, {r1, 0x0, 0x0}], 0x8, 0x100)
2017/09/11 22:56:58 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$getflags(0xffffffffffffffff, 0x40a)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40000, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x8640, 0x161, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCSBRK(0xffffffffffffffff, 0x5427)
getsockopt$SO_PEERCRED(0xffffffffffffff9c, 0x1, 0x11, &(0x7f00007b0000-0xc)={<r0=>0x0, 0x0, 0x0}, 0xc)
sched_setaffinity(r0, 0x8, &(0x7f0000214000-0x8)=0x3)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0xfffffffffffffffe, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x5, 0x0, 0x0, 0x8, 0x0, 0x1, 0x0, 0x0, 0x5, 0x7, 0x0, 0x1000, 0x0, 0x8000, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x8, 0xffffffffffffffff, 0x8)
r1 = memfd_create(&(0x7f00003bd000)="", 0x0)
r2 = open(&(0x7f0000e58000-0x8)="2e2f66696c653000", 0xffffffffffffffff, 0x2000021)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x387, 0x1, 0x0, 0x10000000, 0x0, 0x6, 0x1, 0x3, 0x20, 0x0, 0x0, 0x1, 0x0, 0xfff, 0x2, 0x6, 0xa, 0x10000000000, 0x1, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x881000)=nil, 0x881000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_buf(r2, 0x29, 0x1000000000003f, &(0x7f00007c8000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000f19000-0x4)=0x7b)
socket$inet(0x2, 0x80003, 0x4)
socket$inet_dccp(0x2, 0x6, 0x0)
socket$inet6_icmp(0xa, 0x2, 0x3a)
r3 = shmat(0x0, &(0x7f0000001000/0x2000)=nil, 0x4003)
r4 = openat$sequencer2(0xffffffffffffff9c, &(0x7f000054b000-0x10)="2f6465762f73657175656e6365723200", 0x0, 0x0)
setsockopt$inet6_dccp_buf(r1, 0x21, 0x8e, &(0x7f00009ca000)="8beb0014f0f800243f02e03a80ed1c", 0xf)
mmap(&(0x7f0000881000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000881000/0x1000)=nil, 0x1000, 0x3, 0x11, 0xffffffffffffffff, 0x0)
clock_gettime(0x0, &(0x7f000085e000-0x10)={<r5=>0x0, <r6=>0x0})
utimensat(r4, &(0x7f0000882000-0x8)="2e2f66696c653000", &(0x7f00003db000-0x20)={{0x0, 0x0}, {r5, r6/1000+10000}}, 0xc8ef9e9a25c16d24)
mmap(&(0x7f0000881000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$random(&(0x7f0000848000)="2f6465762f72616e646f6d00", 0x0, 0x0)
remap_file_pages(&(0x7f0000001000/0x2000)=nil, 0x2000, 0x0, 0x4, 0x0)
shmdt(r3)
mmap(&(0x7f0000881000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   74.808342] QAT: Invalid ioctl
2017/09/11 22:56:58 executing program 0:
getsockopt$inet_tcp_TCP_MINRTT_INTERVAL(0xffffffffffffffff, 0x6, 0x6bf, &(0x7f0000d69000-0x4)=0x0, &(0x7f00004bc000-0x4)=0x4)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(0xffffffffffffffff, 0x6, 0x1d, &(0x7f0000001000-0x14)={0x2, 0x4347, 0xff, 0x2000400000000000, 0x6}, 0x14)
setresuid(0x0, 0x0, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_buf(0xffffffffffffffff, 0x6, 0xf, &(0x7f0000001000)="", 0x0)
r0 = shmget$private(0x0, 0x3000, 0x480, &(0x7f0000eb0000/0x3000)=nil)
keyctl$describe(0x6, 0x0, &(0x7f0000001000-0xc5)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc5)
setsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(0xffffffffffffffff, 0x84, 0x6, &(0x7f0000000000)={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]}}, 0x8c)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_STATS(0xffffffffffffffff, 0x84, 0x70, &(0x7f0000003000-0x108)={0x0, @in6={{0xa, 0x0, 0x1, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x7, 0x241e, 0x7, 0x6, 0x9, 0x7ff, 0x6, 0x7b, 0x9, 0x1, 0x0, 0x8001, 0x80, 0x3, 0x0]}, &(0x7f0000001000)=0x108)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockname$ax25(0xffffffffffffffff, &(0x7f0000003000-0x10)={0x0, {"00000000000000"}, 0x0}, &(0x7f0000004000-0x4)=0x10)
prctl$setptracer(0x59616d61, 0x0)
fcntl$lock(0xffffffffffffffff, 0x5, &(0x7f0000003000-0x20)={0x1, 0x2, 0x400, 0x400, 0x0})
syz_open_dev$sndtimer(&(0x7f0000001000)="2f6465762f736e642f74696d657200", 0x0, 0xc800)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(0xffffffffffffffff, &(0x7f0000003000-0x32)="c8482cddee5ee3c10a3e430ad622d761b32e25a3ad5eea21a9ef422c8a0095229333d245a8b1c579846ae825ebd3e6d104b0", 0x32, 0x4801, &(0x7f0000004000)={0xa, 0x1, 0x20, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x3ff}, 0x1c)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
msgctl$MSG_INFO(0x0, 0xc, &(0x7f0000006000-0x54)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
shmctl$SHM_UNLOCK(r0, 0xc)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet6_udp_SIOCINQ(0xffffffffffffffff, 0x541b, &(0x7f0000006000)=0x0)
connect$packet(0xffffffffffffffff, &(0x7f0000002000)={0x11, 0x11, 0x0, 0x1, 0x8, 0x6, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [0x0, 0x0]}, 0x14)
ioctl$EVIOCGSND(0xffffffffffffffff, 0x8040451a, &(0x7f0000005000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_DMA(0xffffffffffffffff, 0xc0406429, &(0x7f0000007000)={0x0, 0x4, &(0x7f0000003000-0x10)=[0x2, 0xae5, 0xfffffffffffffe00, 0x8], &(0x7f0000007000)=[0x9, 0x7, 0x7fff, 0xf37f], 0x41, 0x7, 0x1e9, &(0x7f0000008000-0x1c)=[0x8001, 0x5, 0x5, 0x0, 0x7, 0x6, 0x8000000000000000], &(0x7f0000008000-0x28)=[0x1, 0x2, 0x282f, 0x0, 0x3b9, 0x7ff, 0x6, 0x7fffffff, 0x64e, 0x1], 0x0})
2017/09/11 22:56:58 executing program 4:
mmap(&(0x7f00009ee000/0x2000)=nil, 0x2000, 0x3, 0x35, 0xffffffffffffffff, 0xfffffffffffffffd)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = bpf$PROG_LOAD(0x5, &(0x7f0000851000)={0x8, 0x3, &(0x7f00001ac000-0x18)=[@generic={0x8db4, 0x0, 0x0, 0x0}, @generic={0x7, 0x0, 0x0, 0x0}, @generic={0xd395, 0x0, 0x0, 0x0}], &(0x7f0000b4d000)="737973654f00", 0x1, 0x80, &(0x7f000000a000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x1}, 0x30)
bpf$BPF_PROG_TEST_RUN(0xa, &(0x7f0000faf000)={r0, 0x3, 0x38, 0x1000, &(0x7f0000699000)="aa4278d6a94ead3789326ce01300a4519553a748ef00716574dc14f2c54e46004c4c317d4ab8b89b7a508537cbd0c25c026453eb0ef46395", &(0x7f0000a0e000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x77a, 0x1}, 0x28)
bpf$BPF_PROG_TEST_RUN(0xa, &(0x7f000092e000)={r0, 0x137, 0x1000, 0x1, &(0x7f00006e7000)="7e36d06a00bc9be8ec13d0e23dbaeb681d6eba0989d9b3591b7df0daa90004a07ab6b39964962fe298484563bfd62f9e532fbd8446e8a822199908f42b05a1ff0562b5217a99b1910a226b952c4c6feee9c6369b8fcf56c41efe1e6b797103e42f137c3fab8645396e20f539b6a2a2c839789dfe343f24ac2ef50270db80edff0f1984b47b4d2d7de383ac23d05bc912052d8d835f34e0de77be82f703303e404824cb3baaeea82561216801b707f0c2d032e4dc71b8edae01810ee256b71fe05e9f17d8f6731086e5cb0b16fe599f49f7351ece01698f4c1ae55c79f7df02a7f2b23e4f7dd9bcbe09435b579be3f4169cb7520deb3ad0bbc1ee17ee0f98717ba30c31e481057b451c0e71dce6290626cd06a246b9d391db28d56432d2306e848122e0257008108b8fc41b46236c29b6d6b05b5525013e41d0486808eb7188d2a7a6ef28c4b0ad3b368914dfc86a8e0a85daac195c767f0db26bfd06e2deff7db6049559891107fccee33a4dffdb1301f93d433ff282379ce51c86b125965809c23a12def120ac0b6d8e6684e67d39bad16d150c79c59c64f4dca5a2f6214b497a37df6508ab69a61e97cb65ca8cba884716ddda6c5fa203512a7f67d4773209c59141ee86dcd694a226fd7f93585565add5f24c8b4594503a4eab98b298b7c288443ea958a2507da6e894c933ed40ee726fc177f588dd2cbaef6e8009c2e346f2a9480de407c0494318b018ed67067e638b4f0515111038df597fb6d704dfa80e0e36c1207642816a4194f44ce8dc244805f756b372f464dee6b9af67ab0bb5b73c3ab4e93ebfb1318dfbd2a7d56ea7cf535749821e99fd5bdd5fdc93fddc0d405545acd5f85e6b21834d3bc0ce471deb710d1f323c6b237abfbde34d047c8db7add6a8d52265d0e52b8046875535ab3980be59c69a43c5a47683918a877d3f1c878e8fa52a56a6876072d1ee650f3510b1d26e355f7088a53c0245d6cd71ea9bc4568960b19810234663350a77406b82638f762eaa89048aa496d9ff8057657e328a6d99b9c378d4e6717cf47caabcf015c89ddd3980c83b28df98f9722e88133eab6c659ead3f4e22f12687fa85b378d686b9c6d1b6c2cb51fb06cf0d48651e7a6345782698f504eb707e0f764dd6de2cdd382bafc35d66c7bb8cd44e90ced78654752f6f31fda7393d55935bc2a86d0a4925eebaf9809f487c0b6b185011b30137d84efe63b60ccdb946059a23a913e39bff7f66d3864186b51f6b2e52c83fcb967d2843c8fae89505e14f77bb523e1202fbaa136335194d336bb70f27dc5228a8830973d5794fb9554bfc1991021ac8a1eb0524380911846654afede3c539a50a5c803c5c3e6bdf8a0220eace6a27df03480b984d7e2daaf788cb628103a695418196dab5f792f1297d57393b29d2933e0332361db7547989689d3fc625f4cf7bd14947e09e60078eaa24b3fa769ef01917cb08a1ff69cd8ac59dba044a44bac50c969c6658e9c8d08e5e2572f53a11c7ef8a0d77d244af842316c739d51b1cd536da7c2d6a45fb90ef7a143d033e99fe49fe0d9cebed15ba471776a1b451b5172d2daf043d99506069727297b39c03064dea5f3743108c83914ae54232b84aa4bc76c2e83ec8d67a010848539bcd36224af01ca7a6e1a1456d8c5b2d728e78c7ec3a69c495c3151fda4125b7f730a9722ba2a3713056af96e948d826d2585f7476e364905a8c5fbf2622f60bce3747c43d99eb60d7fe28c2d7069d788618fe88d86a716832a9adf07fdd010dba8365ee081bd9a0596d1583b304d47857b16123e32e89dda417c64a77ceac75d6d6c73db130b9cf86db634c6578959d963bf5797ac86418c545cc03943ddd2586aed430f3b620a1f1fd80a2d00fb68bf127c57e61a84e864cb9b62b789fc18329ebe4bab3705b45699325938961a89c5041e90564e8ac4ceb0ede3c42419c291a8bd86fdeffe372cf8e94573076bad7b62e00487f7482543b2e800a930898bc205e9582d06c391f4f0584624f5099172a2222ac52ba21194fe01ff6d8c84f039a7cd89eb6a634ea64de40208bf391376af86782c12a065a7efd10f59c836c823ab5f45ef4ddb7ebd2e0427e2b5475bf4a9acdc4ed8061e5486d0409124ec2efb7991afa33eccea78180dd18a78f05dd60e22ce9f87cf052ef13c3617fcc96d7921f524d28086792ef297d1bfa65b172af7ce123bded8df83a6565666d4f4700c5753e3e851216e3456f3d55cef6bee0cc1cef55c6cd6c1733e226fdf9094ae05e8565c8b197c605dbc5421ec9b866e778f967b504fa50faa57021cfb73c5c1f3b415b01d16c89abb6b899a4d9fc45e76ed450e5057a663c5b985f23b656e9b012c7f5f0d38dec5499ebb2a3215a416dd73d34cb5d4c99a3654a9573dc638d9c55c4206caa5f560d06659a660e4e6904554f9406cc65aa7184b53fa993fd8b45d36dffb56c2061496a0a81a24081c69e3b845ab0d5b6c5f6b3a85b438674a7108d80bc18b4092808c7e9b271966d7b347e2f6006349cb1636a979fb859cd46fc0d0a55578b9bee20a99fa9aca958f36930f293c9318d99c11f4ee9a43ef1707fa9f6411ebca84e64f763273d6d0ac8cd18c3fd17a8f77b498cf25fbc32cf047864310af870a06dc6854966da02cd82a192c0a849f73b746a1ca210b9ec752d3cbe3f3618e6bdcad6d508bd86474ddaf25a30bbd5c936854ff082bb2de1b722cc964304439c251b5739db3a2f336de2dad7d74656992114380e4f172a43e2de6b59bcf7e73cb89202378add1ed48500dede3ec9855456ac411ce5a1dda8ab7883902dbe7206b0d77aff180d70204ed44273d4b67f29ee759c77eb1514aad83de7fdd1062a1d0ed614fb380baa941f8bd232af2d0ed2d62377e9e6e08a39e67016b157ce16ad68871542aab72aabeb04b0f4758c168192f66c1eba94452f15da2d1e245187a7e8786ba161cc14f9b3b0ba1977ba2e9f1e8e96d1fb6c3a8b2ffa7f6633bd3003779efdc96a0b074b38ad645b901b027461f35dd948abe5a799a515c1e40dd1515fcd64949abd0a1e9de8dcb99f62f40673b6043c3b6e2bd68e4d9f67996e41e7e019cbbe2ed88a24a098eee88698cb11083d4f3a60d933387d4e405f3da0f8ee5f26effd506de0e3a9c95664c071fbe28cb237735859945b31a53b20393f9bf2de0162fab58a7bd9ee93e658e013c4ed6cec33125f3cc3c609fee60969c58a0d15430e882a8e366fec461524319d6377b6b23b5f91abe80d22bce096531bd76e29e42adc844defd9a3ebc565455d9a7b58d90bcb81544a283731d81ef32bf837e3db6177a05dd5c6f5b416b179d5263e6dde2c14fca55389a0c33e3bd68f6f37c7265680836d03a7076378aec639f1cdb5db0994692265d59134bb6eb1e7a79e62819dfc82f4543e9a02d50855ae3e5eea20ecb27d3efbfc8f1d91d2fabe1f9d54d7ad676478db359e5c656365b01738632aa6be1eeb0b5a2918fc20f37e096b7fcfc299a03adb01bb1fe0010886973363ca43910d095a5610e687959bd857b9ac63884030dfa1e23523ff6cdb0f09d2772df2e5b6e36c32fcbb292a5d24afe908c4260f4d8e6f30a9e4d6bd50c05eab214e515d9f54d1184d579fd11c19d91c09b9e9c53cb0806e0d019a1f60d8702d1b6b000f7d61f59a52277bf324b8634a53d2d924d8f17498fc79a5add57355e7ac80534c8cb407ad04dcb1e7b8a4f2351481da6420a739731473f5ed68e561465a3e0f3d600ea7e9171e14cf7ddde75a55cb1db44b94ce50da422831fbc8693995cfa05791c8246a19c821fa59dc5527d756c24e7f9237aeac4937098d285e3d2ceaa9a9d49e040a2f1dc2982096b48fd760f410c9263643088e748c3bf5f36a5fdca80b4486e174a7d1e0c50ed9d8f601c75ede4e1828f73eed9f27f88fdfcb70b1a0c4af5bb5302fd58b99db1cf6eaec42ec21bd41080ccbeaa3afc22835b82758fe86e880c7ec7fea44135d48aebed2104ba2cb7f377be2a4bb604317fc66cf412c421fd10bb1144921d45efccb4e2f7d65b699f83be42d39805b06e9a5d03787e438609cb87e97e2830e725f806b2bbb087ddbc223f3f31901e3841c1ba9e850e16b0f08b55c2ff40a490940548a2a841b938a4fe84bd4dd845a2d17593f3361969e0896bd0581b3611c5cf4ff4c15f64640b4668f1a1f2f799acf801bc206036abff3d31bd872eb850d98fd602563826a2d17d7450c6ea8cc89d21264696ae0f45e332efcc877c4fd2574e39456ecfcd92b0099c47c767cd935734d38c317ed7adb1d4a14b714cfc099e6172d33a31e18043c8b91548c9538f149f2555a1493000a0cc89c3125c70b972ecc94b587e9f19fc1c382820c5feb4c9af57c118816a259ac25d648616a3a57399bd1a8c958815c21c0b341d513b5fce368cf427b21621c99062b379f5763dd80b5d3ae955d9632c6cfcd61626da0d3ced10ba1b97d19a8d2addb714b93eb1dfc5d392562d1151d1b9077c25dca146b21796d6ff52b9498f580e93b7250d0a8139162ac110d856f907d2fb97f2660378fb1dbaccc6943d2f5bc1393f6d016323ec2b63044e0688a662c462f4c68d8edf3fa43bb6473c0cb3cbec15d2a83784966ba6db934889440f3017fd60ba0f6f8edde1c29258d546af42404dd4498773312c9740f19d93bf96e55f9c1014bd94dc244545a1e4cc8eda34196c1714f2e5987fe812dba09a4ca31430ba4bf9954478c2136f39130f53625a2382954ed24fa2672ec7dd9e6f4f171d41d1436009232e7186641596a1c30b8d7f0e31660ad9019da53bb856842205da212f62243072505b56dfa0794e47eb28ebc4c4ba780fe1b7c8fddb2041fe4280a28be1507f42e35f8c308668e1434ef27418b0c7e9f7267edc89ded5be12e9130641774f2abd792b8619933f646e60b48fcc69c0235d396101c0767d5e61f9519b007adf7b39a4e5a6c9e80254c78931b89762456b1e22d47846e407f074a1a2509963aaedda561bff9a11bcb279dd6b00600896cbc52eced2a321f6bcd09d1833e230cbe3247b42e8b7a1384992fcc892d6bac8659714b236ab8dd8879dfc4e84d04693ed8016beb68ec0eaf67d7f92d0b8369bcbfc82a217722ef6b5bf5cfe91eaea52d2297475e36036b53c2123b858c31e4f69a794a144c095f726e58bb492c7d784e51f7836f34684e86724fe8fad337be2dda35f29a6bf5e4f833a5413411c9ab36f31af3978e17f3545dcb0afe538a294f5e2dc906a18d60e7eb36f5a268179fc17a83db372f44be4f787b34bd68046fd7d02c8d6567f7f6ca280db6d8aa5f333dd503a4a1b1d684817db9cc718afb9b9815b0f7877fce6f964368080adee64138c2d35c9bb77a99d518fcca04607ce60b57f036c36c0baea13ab71b06698527eaa34c04c899f79b633ec3c5e41735f322f071096a5ed05b7b0fff5c12b97ad485744c6b8edfcf2c9d53b69d86457887e1883fbbd8a59d74a3ef5bd8780417235fb5ada6474a9daf44d65019d3c763471d613560bc6e4fdda74c306735478e7dbd445cbd9f6e6a56285f119a520a9ecca6a7d9f5059cef71f250a492f49f93d112756756288dfc25d92e5947795e65b6cf311a8de01567fee845cfa02712898abb8245463048fbf77c18a40de5857e774c52945e2ef2b5ac0170d61d47b38a4876fdd5e2fb5f6e8bdb48db9b7324f506b33bf180337f64daa466a5c3f530a0038fc64aa8bb90e65d84cb328f4a96ea64e0ab2ac02538a4d67a04aa2c2f1cd46f92e2e9", &(0x7f00002ad000)="00", 0xb3, 0x3}, 0x28)
socketpair$inet6_icmp(0xa, 0x2, 0x3a, &(0x7f00009ef000)={<r1=>0x0, <r2=>0x0})
mmap(&(0x7f0000fd2000/0x4000)=nil, 0x4000, 0x2000008, 0x10, r1, 0x0)
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
accept4$inet(r3, &(0x7f00009ee000)={0x0, 0x0, @local={0x0, 0x0, 0x0, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f00009f0000-0x4)=0x10, 0x42000800)
mmap(&(0x7f0000bff000/0x3000)=nil, 0x3000, 0x2000007, 0x4000000031, 0xffffffffffffffff, 0x5)
mmap(&(0x7f000075e000/0x4000)=nil, 0x4000, 0x200000003, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xd18000)=nil, 0xd18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = socket(0xf, 0x3, 0x40)
getsockopt$inet6_IPV6_IPSEC_POLICY(r1, 0x29, 0x22, &(0x7f00001d4000)={{{@in=@multicast1=0x0, @in=@multicast2=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r5=>0x0, <r6=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@loopback={0x0, 0x0}, 0x0, 0x0}, 0x0, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f000039c000)=0xe8)
ioctl$int_out(r2, 0x12, &(0x7f0000dc3000-0x8)=0x0)
setsockopt$inet6_MRT6_ADD_MFC(r4, 0x29, 0xcc, &(0x7f000019a000-0x5c)={{0xa, 0x1, 0x101, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x7}, {0xa, 0x1, 0xcf, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1}, 0x9000, [0x6, 0x2, 0x1, 0x2, 0x8, 0x8, 0x10000, 0x9]}, 0x5c)
ioctl$DRM_IOCTL_GET_CLIENT(0xffffffffffffffff, 0xc0286405, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0, r6, 0x3, 0x0, 0xffdffffffffffffc})
setsockopt(r4, 0x29, 0x2c, &(0x7f0000aff000)="", 0x0)
ioctl$sock_inet6_SIOCSIFDSTADDR(r2, 0x8918, &(0x7f0000236000)={@loopback={0x0, 0x1}, 0x3, r5})
setsockopt$inet_IP_XFRM_POLICY(r4, 0x0, 0x11, &(0x7f0000838000-0xe8)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6=@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0, 0x4, 0x0, 0x100000004, 0x10, 0x20, 0x20, 0x8, r5, r6}, {0xea, 0x81, 0x8001, 0x8d, 0x1, 0x7, 0x2ed, 0xd1}, {0x9, 0x13f, 0x40, 0x78e}, 0xdf1d, 0x7, 0x8000, 0x0, 0x44, 0x3}, {{@in6=@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1, 0xffffffff80000001}, 0x1d, @in6=@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x8, 0x1ecae3dedc6c5ffc, 0x0, 0x6, 0x2, 0x0, 0x7}}, 0xe8)
socket$inet6(0xa, 0x1000000000001, 0x8010000000000084)
creat(&(0x7f000040e000-0x8)="2e2f66696c653000", 0x1)
r7 = bpf$PROG_LOAD(0x5, &(0x7f0000974000-0x30)={0x4, 0x2, &(0x7f0000d17000)=[@map={0xb7c, 0x8, 0x4, 0xffffffffffffff9c}, @generic={0x7ff, 0x4, 0x4, 0x3}], &(0x7f00002bf000)="00", 0x2, 0x34, &(0x7f00005c3000-0x34)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x80, 0x0}, 0x30)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f00008dd000-0x18)={0xffffffffffffffff, &(0x7f00002d0000)="2fe6d0a562278466cc8c189f5d4b68bc33450d2a3d36f6190a3f62a40872bf4e59a0fb637d05b7e54e99e858bda858dbd28e039b6b793d09e3e3bb8e467bfa86f8ce9d4b7c24c4e8698d8d510769d84df5768020133e3e088ab1d4eb2a89bc9a8daecf1074bedbb87339969652375f02bf726fb0a93fde4f230e2bb5f6cf275008e8fcb3a3eb59756e2c550ccb28b5b3c5a15fb85d8ff1c22960e294cfa3e29ac823642e6958867ac59461f60f15022e56c4d8b14dfada58de6d6a5e31a7f0", &(0x7f00002d6000-0x58)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
mmap(&(0x7f0000000000/0x817000)=nil, 0x817000, 0x3, 0x32, r7, 0x0)
readv(r7, &(0x7f0000bdb000)=[], 0x0)
r8 = socket(0x17, 0x80002, 0x6)
mmap(&(0x7f0000817000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvfrom(r8, &(0x7f0000141000)="000000000000000000000000000000000000000000000000000000000000", 0x1e, 0x40010002, 0x0, 0x0)
[   74.846336] sock: sock_set_timeout: `syz-executor6' (pid 6883) tries to set negative timeout
2017/09/11 22:56:59 executing program 1:
mmap(&(0x7f0000000000/0x751000)=nil, 0x751000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat(0xffffffffffffffff, &(0x7f00004ed000-0x8)="2e2f66696c653000", 0x101000, 0x1)
ioctl$DRM_IOCTL_GEM_OPEN(0xffffffffffffffff, 0xc010640b, &(0x7f0000360000-0x10)={0x0, 0x0, 0xd17c})
signalfd4(0xffffffffffffffff, &(0x7f0000001000-0x8)={0x0}, 0x8, 0x0)
mmap(&(0x7f0000751000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000751000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_DEVICE_ATTR(r0, 0x4018aee2, &(0x7f0000752000-0x18)={0x0, 0x7, 0x2, &(0x7f0000752000-0x8)=0x0})
ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
mmap(&(0x7f0000752000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000752000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000752000)="2f6465762f7667615f6172626974657200", 0xffffffffc, 0x0)
mmap(&(0x7f0000753000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_DEVICE_ATTR(r0, 0x4018aee1, &(0x7f0000553000-0x18)={0x0, 0xfffffffffffffff2, 0x40000, &(0x7f0000753000)=0x0})
mmap(&(0x7f0000752000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$UFFDIO_COPY(r0, 0x8010aa02, &(0x7f0000753000-0x10)={&(0x7f000024e000/0x1000)=nil, 0x1000})
r2 = memfd_create(&(0x7f00006ee000-0x2)="75736572aa736563757269747900", 0x2)
mmap(&(0x7f0000753000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCMBIC(r1, 0x5417, &(0x7f0000754000-0x4)=0x6)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f000002d000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
setsockopt$sock_int(r0, 0x1, 0x2b, &(0x7f00003a2000-0x4)=0x6, 0x4)
mmap(&(0x7f0000754000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pwrite64(r3, &(0x7f0000755000-0x2a)="a9e2ff5f0a1a361d96b24a8b6c6a358c20b6477c7c5c9cbf84bc34fcb44cc1f6b07bc0c37cca79eaa62b", 0x2a, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r4, 0xae60)
r5 = ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x4000)
ioctl$KVM_GET_MP_STATE(r5, 0x8004ae98, &(0x7f000002d000)=0x0)
ioctl$KVM_SET_SREGS(r5, 0x4138ae84, &(0x7f0000011000)={{0x0, 0x0, 0x0, 0xfffffffffffffff7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 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, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x1f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x100000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, [0x0, 0x0, 0x0]}, {0x0, 0x0, [0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x34b582ec71cdec61, [0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_ENABLE_CAP(r4, 0x4068aea3, &(0x7f000074d000)={0x81, 0x0, [0x3, 0x2, 0x6, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_MSRS(r5, 0x4008ae89, &(0x7f000074e000)={0x4, 0x0, [{0x186, 0x0, 0x8}, {0x40000002, 0x0, 0x0}, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x4}]})
mmap(&(0x7f0000754000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_DEFAULT_PRINFO(r2, 0x84, 0x72, &(0x7f0000755000-0xc)={<r6=>0x0, 0x0, 0x20}, &(0x7f000037c000)=0xc)
mmap(&(0x7f0000753000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r1, 0x84, 0x10, &(0x7f0000754000-0xc)=@sack_info={r6, 0xfffffffffffffc00, 0x1}, &(0x7f000074d000)=0xc)
ioctl$KVM_SET_IRQCHIP(r4, 0x8208ae63, &(0x7f0000012000-0xd8)=@ioapic={0x2, 0x0, 0x0, 0x0, 0x0, [{0x0, 0x7b, 0x0, [0x0, 0x0, 0x0, 0x0], 0x1}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x3f}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x1, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x10001, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0xfffffffffffffffe}, {0x3, 0x0, 0xfffffffffffffffe, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x1000000080000}, {0x7f, 0x0, 0x1, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x6, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x8, 0xffffffffffffffff, [0x0, 0x0, 0x0, 0x0], 0x1}, {0x0, 0x1, 0x0, [0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff}, {0x0, 0x0, 0x9, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x80001}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x81}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0xfffffffffffffffe, 0x80000, 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, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}]})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r7 = socket$netlink(0x10, 0x3, 0x800000004)
writev(r7, &(0x7f0000fd4000-0x10)=[{&(0x7f000032b000)="390000001300194700bb61e1c305000040000200020000000000000080000900130001000000ff00280fe2000000000000000207000d0001a2", 0x39}], 0x1)
2017/09/11 22:56:59 executing program 0:
mmap(&(0x7f0000000000/0xa000)=nil, 0xa000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_sctp(0x2, 0x1, 0x84, &(0x7f0000001000)={0xffffffffffffffff, <r0=>0xffffffffffffffff})
mmap(&(0x7f000000a000/0x1000)=nil, 0x1000, 0x3, 0x32, r0, 0x0)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f000000a000)="2f6465762f6b766d00", 0x4000000, 0x0)
mmap(&(0x7f0000000000/0xaef000)=nil, 0xaef000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f00001c4000)="2f6465762f6b766d00", 0x101006, 0x0)
r3 = ioctl$KVM_CREATE_VM(r2, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r3, 0xae60)
r4 = ioctl$KVM_CREATE_VCPU(r3, 0xae41, 0xfffffffffffffffd)
mmap(&(0x7f0000aef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_kvm_setup_cpu$x86(r0, r4, &(0x7f000019e000/0x18000)=nil, &(0x7f0000af0000)=[@text16={0x10, &(0x7f00009f8000-0x60)="440f20c066350b000000440f22c0660fe6f3baf80c66b8f09f8e8566efbafc0c66b86800000066ef66b96302000066b82883000066ba000000000f3066b8010000000f01c1b8ee008ed80f01dcb80c018ec066b98d0900000f32b813000f00d8", 0x60}], 0x1, 0x10, &(0x7f0000ae8000)=[], 0x0)
ioctl$KVM_ENABLE_CAP_CPU(r4, 0x4068aea3, &(0x7f000090b000-0x68)={0x200000000000007b, 0x0, [0x1000, 0x3, 0x2, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_ENABLE_CAP_CPU(r4, 0x4068aea3, &(0x7f0000af1000)={0x7b, 0x0, [0x6, 0xdea, 0x0, 0x800000000000fd], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_UNREGISTER_COALESCED_MMIO(r3, 0x4010ae68, &(0x7f00000eb000-0x10)={0x4, 0x4000000000000, 0x0})
ioctl$KVM_RUN(r4, 0xae80, 0x0)
ioctl$KVM_PPC_GET_PVINFO(r3, 0x4080aea1, &(0x7f0000292000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
ioctl$KVM_SET_IRQCHIP(r3, 0x8208ae63, &(0x7f0000aee000)=@ioapic={0x0, 0x4d, 0x2, 0x5, 0x0, [{0xb8f, 0x101, 0x3, [0x0, 0x0, 0x0, 0x0], 0x0}, {0xc7c, 0x4, 0x5, [0x0, 0x0, 0x0, 0x0], 0x8000}, {0x2, 0x100, 0x8, [0x0, 0x0, 0x0, 0x0], 0x3}, {0x3, 0x8, 0x3, [0x0, 0x0, 0x0, 0x0], 0x9}, {0xfffffffffffffe01, 0x0, 0x3, [0x0, 0x0, 0x0, 0x0], 0x1}, {0x100000000, 0xfff, 0x100000000, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x795c, 0x3f, 0xcf6, [0x0, 0x0, 0x0, 0x0], 0x200}, {0x100000000, 0x6, 0x100, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x8001, 0x5ba9, 0x9, [0x0, 0x0, 0x0, 0x0], 0x4}, {0x401, 0xfffffffffffffffe, 0x8, [0x0, 0x0, 0x0, 0x0], 0xe5}, {0x2, 0x0, 0xfffffffffffffa35, [0x0, 0x0, 0x0, 0x0], 0x400}, {0xff, 0x1, 0x9, [0x0, 0x0, 0x0, 0x0], 0x10000}, {0x1, 0x2, 0x401, [0x0, 0x0, 0x0, 0x0], 0x4}, {0x2, 0x200, 0x4, [0x0, 0x0, 0x0, 0x0], 0x3}, {0x5c, 0x2, 0x2, [0x0, 0x0, 0x0, 0x0], 0x9}, {0x1, 0x2, 0x7, [0x0, 0x0, 0x0, 0x0], 0x8}, {0x1, 0x4, 0xffff, [0x0, 0x0, 0x0, 0x0], 0xa36}, {0x0, 0x200, 0x0, [0x0, 0x0, 0x0, 0x0], 0x100000001}, {0x5, 0x0, 0x7, [0x0, 0x0, 0x0, 0x0], 0x5}, {0x2, 0x20, 0xffffffffffffffff, [0x0, 0x0, 0x0, 0x0], 0xffff}, {0x1, 0x61f7, 0x5, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x5, 0x6, 0x4, [0x0, 0x0, 0x0, 0x0], 0x7ff}, {0x401, 0x7, 0x6, [0x0, 0x0, 0x0, 0x0], 0x5}, {0x7, 0x5, 0x8, [0x0, 0x0, 0x0, 0x0], 0x3ff}]})
ioctl$KVM_SET_CPUID2(r4, 0x4008ae90, &(0x7f0000aef000-0x170)={0x9, 0x0, [{0x2, 0x9, 0x9, 0x7, 0xffffffff80000000, 0x5, 0x1, [0x0, 0x0, 0x0]}, {0x80000001, 0x7370, 0x2, 0x5, 0x2, 0xffe00, 0x6, [0x0, 0x0, 0x0]}, {0x0, 0xd6f6, 0x3, 0xdc, 0x6, 0x7, 0x4, [0x0, 0x0, 0x0]}, {0x40000002, 0x8, 0x1, 0x0, 0x4, 0x100, 0x80d, [0x0, 0x0, 0x0]}, {0xc000001f, 0xfffffffffffffff8, 0x7, 0x8, 0x1000, 0x9, 0x400003, [0x0, 0x0, 0x0]}, {0x40000000, 0x3cb, 0x2, 0x40, 0xa9f4, 0x81, 0x0, [0x0, 0x0, 0x0]}, {0x8000000f, 0x1, 0xffffffffffffffff, 0x0, 0xfffffffffffffff8, 0x1, 0x0, [0x0, 0x0, 0x0]}, {0x80000001, 0x0, 0x6, 0x0, 0x1, 0x1, 0x2, [0x0, 0x0, 0x0]}, {0xc000000f, 0x7, 0x5, 0x401, 0x5, 0x8, 0x9, [0x0, 0x0, 0x0]}]})
ioctl$KVM_CREATE_DEVICE(r3, 0xc00caee0, &(0x7f0000aef000-0xc)={0x10000000003, <r5=>r3, 0x4})
mmap(&(0x7f0000af2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_PPC_GET_SMMU_INFO(r5, 0x8250aea6, &(0x7f0000af3000-0x17)="0000000000000000000000000000000000000000000000")
r6 = eventfd2(0x7, 0x800)
ioctl$KVM_ASSIGN_SET_MSIX_ENTRY(r3, 0x4010ae74, &(0x7f0000675000-0xc)={0x0, 0x0, 0x6})
mmap(&(0x7f0000af0000/0x1000)=nil, 0x1000, 0x0, 0x110, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_TSC_KHZ(r3, 0xaea3)
write$eventfd(r6, &(0x7f0000af0000)=0x81, 0x8)
mmap(&(0x7f0000af2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_DEASSIGN_DEV_IRQ(r5, 0x4040ae75, &(0x7f0000af2000)={0x0, 0x4b, 0x8000000000000000, 0x303})
r7 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r7, 0xae60)
mmap(&(0x7f0000af1000/0x1000)=nil, 0x1000, 0x3, 0x810, r4, 0x0)
ioctl$KVM_SET_PIT2(r3, 0x4070aea0, &(0x7f0000af2000-0x70)={[{0x81, 0x72f, 0x6, 0x3, 0x45, 0x20, 0x5, 0x3, 0x9, 0x6, 0x5, 0x1, 0x17f}, {0x5, 0x80000000, 0x40, 0x8, 0x1000, 0x6, 0x101, 0x6, 0x4a17, 0x1dda0000000, 0x5, 0x5a3, 0x7163b505}, {0x10000, 0x401, 0x1ff, 0x1, 0x8, 0x4, 0x8, 0x40, 0xffffffffffff7fff, 0x3ff, 0x4, 0x2, 0xe54}], 0x5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000af3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_IRQCHIP(r7, 0x8208ae63, &(0x7f0000af3000)=@pic={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xffffffffffffffff, 0x2, 0x3, 0x0, 0x0, 0x0})
mmap(&(0x7f0000af4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_IRQ_LINE_STATUS(r7, 0xc008ae67, &(0x7f0000af4000)={0x0, 0x6})
2017/09/11 22:56:59 executing program 2:
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_dccp(0x2, 0x6, 0x0, &(0x7f0000002000-0x8)={<r0=>0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000c14000/0x3000)=nil, 0x3000, 0x1000003, 0x32, r0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
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)
r1 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000004000-0xb)="2f6465762f6877726e6700", 0x200000004000, 0x0)
r2 = accept$unix(r1, &(0x7f0000000000)=@file={0x0, "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000000000)=0x6e)
mmap(&(0x7f0000000000/0xfef000)=nil, 0xfef000, 0x1, 0x110, r2, 0x0)
r3 = fcntl$dupfd(0xffffffffffffffff, 0x406, r2)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x80000000, 0x800000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xfe, 0x800800000000000, 0x0, 0x0, 0x0, 0x0, 0x800000000, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, r3, 0x0)
mmap(&(0x7f0000fef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = memfd_create(&(0x7f0000fef000)="2f6465762f6877726e6700", 0x2)
ftruncate(r4, 0xffff)
socket(0xf, 0x1008005, 0x1)
r5 = openat$rtc(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f72746300", 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x2, 0x811, r5, 0x0)
mmap(&(0x7f0000024000/0x3000)=nil, 0x3000, 0x0, 0xb2, r0, 0x1000000000000000)
r6 = openat$autofs(0xffffffffffffff9c, &(0x7f00000c8000-0xc)="2f6465762f6175746f667300", 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCGSW(r5, 0x8040451b, &(0x7f0000000000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
request_key(&(0x7f0000002000-0xa)="73797a6b616c6c657200", &(0x7f0000002000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000001000-0x9)="736563757269747900", 0x0)
set_robust_list(&(0x7f0000bd6000)={&(0x7f0000377000/0x3000)=nil, 0xfffffffffffffffc, &(0x7f00005d4000/0x3000)=nil}, 0x18)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$SO_TIMESTAMPING(r6, 0x1, 0x25, &(0x7f0000001000-0x4)=0x11, 0x4)
preadv(r5, &(0x7f0000001000-0x40)=[{&(0x7f0000a43000-0x1c)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x85}], 0x1, 0x32)
mmap(&(0x7f0000000000/0xdd4000)=nil, 0xdd4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[   74.902071] QAT: Invalid ioctl
[   74.921814] sock: sock_set_timeout: `syz-executor6' (pid 6864) tries to set negative timeout
2017/09/11 22:56:59 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sg(&(0x7f0000001000-0x9)="2f6465762f73672300", 0x4, 0x202000)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdf, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000adb000/0x1000)=nil, 0x1000, 0x3, 0x40032, r2, 0x0)
r3 = openat$rtc(0xffffffffffffff9c, &(0x7f00004c1000-0x9)="2f6465762f72746300", 0x3ea9c8bf56b4cb83, 0x0)
sendto$inet(r3, &(0x7f0000ddf000)="762d447fda739b255ccaa00b9b9df7dbb6108a8d8588273619670f8f2b8c577eebd7585ac7c58c993e7805b3b972edc45d5a085a137e8a46fa65f7df0cac16eb7447adc6efbd69a9ceabb905ef6dc868813c19074ca34e770ebd3c559e", 0x5d, 0x40000, &(0x7f0000f06000-0x10)={0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
flock(r2, 0x1)
r4 = socket$inet(0x2, 0x2, 0x0)
ioctl$sock_inet_SIOCSIFFLAGS(r4, 0x8914, &(0x7f0000fad000)={@common="6c6f0000000000000000000000000000", @ifru_flags=0x603})
r5 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r3, &(0x7f0000dfb000-0x58)={0x26, "736b636970686572000000000000", 0x4, 0x0, "6374722863616d656c6c696129000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
r6 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000641000-0x11)="2f6465762f7667615f6172626974657200", 0x240441, 0x0)
setsockopt$inet_sctp6_SCTP_RECVNXTINFO(r6, 0x84, 0x21, &(0x7f0000ece000)=0x10000, 0x4)
setsockopt$ALG_SET_KEY(r5, 0x117, 0x1, &(0x7f0000dc7000)="de772879c7404f97cc255123fd399f5f052635d9331e3cc2", 0x18)
recvmsg(r5, &(0x7f0000133000)={&(0x7f00001c3000+0x22f)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0xe, &(0x7f0000007000-0xa0)=[{&(0x7f0000aaf000-0x53)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x35}], 0x1, &(0x7f0000b97000)="", 0x0, 0x101}, 0x0)
sendmmsg$alg(0xffffffffffffffff, &(0x7f000073a000)=[{0x0, 0x0, &(0x7f0000313000)=[{&(0x7f0000688000-0xd4)="5eb14080ed959964f170e83d7a1e7a057d4008b3b20879af1b5dade39368ee853f1da34c3c62e52cc9c1d9169e4bd04973a9e7ebc4ff372a242a4969d1052473dd020987e8ebb6e15c809ccb561dbdcd0cba7302afbf4e7e496f244cb5cb5a1f07fe4f074fd795b5f71cc1eeb66718be008c6f04ca1b4debdbfcf002d0a2c9267e9904b0a7ba0649e2af2c08b85a9a1d50db0efaecb0e67ae8cbc593db777e92801fcbfda177542dd5cf2a80aed64f9b29cbb5ffbceee460dc17269607a78974b0fb9898a1bbc8d1f8cca8c22ac8a2dba0709428", 0xd4}], 0x1, &(0x7f00009c0000-0x30)=[@assoc={0x18, 0x117, 0x4, 0x10a}, @assoc={0x18, 0x117, 0x4, 0x8}], 0x30, 0x800}, {0x0, 0x0, &(0x7f0000619000)=[{&(0x7f0000f09000)="acdad5c932ee90f0f625a6695f9385a1cca6b8bdc3998e4655416ff5d6a1f4a34497b25fa0b1431429f5848d83560462a1735323db8056e1b26602b7890966b325a226c0f9a143694363dea489ee28f50f8229ecf2746e8c6292ae9a8fb7b7d65664bcc9d9eafba4a0d53ea2a4f03fe02a1bc25dcd587323ac34669238bd5352c2d2ffa94d17b22d94e5dece41", 0x8d}, {&(0x7f0000591000-0x7f)="4afa8e128eb5dc07adb5998b5dc04e29595af21a68a984b0c1c550662f4a22aa35a337a881207589dc0bf77f96a6e2b1ee65acd4563f13bbdf30dc021312aa74aa3f4253f364698388c6baedd9556e86f198ba8fcc54e7e0a50c280d1b1f51c96c7f39e1145f00bafbf976ae58c9b7e10c36cd41595905e9a3c2bfe7a414dc", 0x7f}, {&(0x7f0000e26000-0x1000)="56caed95617b547e6281b9805765e80059f503fe5f7d268a476246ae0917ad52108727a1d9f452d0e0b0693f7cd28186728030a3a7f2022dddd1c66b9a57fbaafd5f09d91970a0c1c8c7cfe6a90ef9283b81b9a6a76eee68f85643fa552dcb5be4e11af4b8a721314793dd233b0ce8b52006409d551777daf69efe34e4d616d98b433330af18b5b0b77c947f8224b23cd81fae0dd129768e67473615103c4e9a0574dacd7e925c21a24dd16a83218017a66c2a55362aff7ee6ae3189831aa4f0182eca22f7efdc8e82167490f72a1e50e4673a2651ed3887de051640f8e29c3ef85c9f3b402a78e929193e7a52f922add9f2dc31798cf6cd23c658586063a21083dab4bff35ee8b25a14994ce605831a0aecd1951fd62b5017fa227548295eb5a81b1fcba03a1d961f707c1c2ef90b0cb60cc68d2a0f738b8235fe856402dd308f10dc9f1fbfd390dab7a6909e89e8eca123067338adf5428d6e808da9429d407e7cf1af7d496391ad8f09a29a0771df84d966a8770eab84d2bae601ffbc63ca688709f7265e7e2b0098c4be2e861a7f1cef22d8ba9d40abc039a68171f7933f9f6acd489d89e04de4cb04ffeefb38f23bdbb37c716fd23c4cbe0f2f37db94a3c3dad3bc8df37d5140b8aedbd69bcdd185fd0d9964ffbf6d5e01616e1e09b9d42cec14f0bfdd4af8d5075f7132124b46c2a91d658ba759c30cd34ee1b1fa7b422263cfe729f9229dafd5b4be0535bae2243fbae49cf571fa5ccfbed88f3af9e8848e74974f0caf81bf9decbb2fd7f5b29c89c12cf3ae553ce8e8ddfb56100d6b0c7007c003d8673c4263413453a55c363579b49e5e0664e86d38ba4b36a06c3eb68fb968ee8d2b57c347efd7f39243f635817a502da4d3abf4f33e13ba475a8267ac7b409cc9df8c353cfa63d38043d54a982ab0ea298c5bfcc7045e16293117df26c83c485a5e0872901f4f8f6b1fcec1581175b78bf2d9a428c6592db9561cd455cf6b2493a119d029e14b3c2091b4aa047728d405ce74ef3fec93b1ec745815b92ebcb119b076eaf380e493d14691f3dbfae619366bb1400c1c6fad81ad50bb9c769bf8e8c8fc10de3dd202311121af4db805112878084ce15e37d9a925d211ee62b1d47984f311d15fb603ad8bdd4fbeb4c68487938e86d5dee49ecc16ee0e3cc402566b987f5626622ff578bde75de8a2804cfaa58b039abba298f5b5e011e939a7fc46b9bffd0785a151babb772a8725d83e1add4251e6bc38005147eb12554c1a8b4a3af21c710f6d0cc554108e2e39a54f105561c233c25f65b0b1d3e627374970beba6713a357a2e8fe16d23be69901e93d9dec77f21ec9922cab9d4ab2088fbe1a1d9f69adcb60609e99dbf63bfe477ad01773d4b62be0089feaf93bb4fb9e875230cf0cb4fe1a19cb6c90473891e85af2c571b09075f2dc2610e5fbc023976ffa84507d440c0b6be674e82c6e19e80bca2514ba200d75ae96d5d5fb830946f98f79b9c1fabc34d2a67babd01e88c6b193e6e3f573407dc0bd81b8ca64ae74a3cf806995e64611f7e912d8972ca250a9af2fa452a507132a70bae04b2dd0cb7a6f985560b759c1d752d8d91fcbced59d6e41168fbcdf14dc4ba23f059f1f74e4ee9b9ce03ea2eb0ff604e475d38140c9e18723daf96d667d1a31608195ee3d7eb74d97c404681504c2e7e64d9bc69550d5a6279fcdef8e43553dcc62f44e878e1595613366ca115cd523e11fc503353391c61292a7c085a8ba200087717b9b11595c4cb0ce19fe614c7535926665e6c814ad2c96101314444ae34bb61074da43b9fa3701d0df045efbf5d23e0d35da2362d32878439e3ac5c103483efbda3d7bace3f53e9c6c4995404b80d973abde4bc80369f8ae8e6e2147ff9065fedb3ae0610ad1d77658d34f074e7493c44ac8ab0e80c175b256f492a43acd750dc89a3871ac3f8290770a453c926a2d0333e1f4f378e436bfef326afd25e9c8817da24f226153e7ee72e3c16728f2feb966a3fc787c2272be2340b826e413213ad6d8ab6160de493d2963de3a028e4923163b372442503280a6010bbaa2f8d08643c3dc0994a32e246f4148fecc685487cc8da16c58e647f09eca63a3c135376bdf8e806e84e283a214cc4bfccbae2ec117cbab66ba1f80722d7faf121f5b5dcab0d5a4827cc0d0eeb3fb135a1d1e3250115e18e0a6712a1f99713109993f85469cf3f541013cd543a4fed95e9df9843d43540d9320b8ac697c74e880398734d51133317b970f1ef6c9a7398dd746c9f7e6352ca5d2ba614c6934f960ec4a35b75bbac22f5ffe0582bdc1da078d663b8ef6d3655e86665f900526a11a118ded37492c716dac39dff2f4c2d8e5a9f50851482e36360657c6276c33a1431ff256ac2e09737de11208b9d01a2acaff7b3fc38a7f87da05b283515153d3991b4dbb19ef90aacf79a3088b417e54e394c2c49e5ce1311e1f235f0e394b8ceb3ed10773fbb17c3d093925e9dcaec067883609b8aca97008915fdbf00891e77c5d4d441cfe9682f8fd7f23e987324296f96cf6236000ab4baa1c8ebf7cf65050277f1281d8a073ad41d9d8f431f54754ebb804887cd085bc5394e496c94db9fa5f246bffd854ae6adfd086c568dec05db6ccee99bbd948dea82e20310b0df21dd98e573dd129ef27ddd48a4151c730ef322b586b917f1c9557d741a3bc8283dd4fcc6215cc717f4953c502ccd99a66ed9aeb01991595f574d7a5e86d601509d8760ef3e38b29904007dece1ffabc3aefb8b3b7a175d918f33e57c45ead62bf64987489075ec3f1331a8842fb5c969066034851eefbe38323b4af62f8beac7c79cd5d444241ab0393710712d2f2fab3b4dd3c8b6e17f829f85f7bf8482a94d4a57ba970df90570ad0e6db9c0453e7cce90ba7705a5835bac54930ffcaea92ede58fc9f33ae63c0a3feed941fe00c5f51cb87c06df0e7a0ccc9489ca76bf949908892224e417fc3e099ed637f862144a85a98de583ca84ba69896042b34517f0e0b913969e6f605cc49f781cd42d1e68103c0bdf699be90a959907f424b382d1ca2fb772f45f87c01ed22d1ae6a295e020d7d409a56ada04a001ff2f7f40c21aa075cfc112cc46108d84f59bb1159aa2e11f3f05da19b8ce63fb682a3753f41c273aed6a135b370977f244d9812088694ccbd4037fdac321789a7a184821fdb1a2f4f0809a1b6c51305d93a256bb9792256fd5ae8c7177e10aea382e7f06933dd3a733e8b9778a760b0b6834c862545fd420ba6dfb5e18321082692ced582780e736c7c160eb0304336851bc41483e7681a753674f1b175b2a634ee87a498cb033eec0f002908ab71605b972a62480fc223f92dbd08d8704cf687ac7408a4a91a7d2edaae3194d7db8e8ad4acae687adea4db036f69f1aab06e12e3799cb7e6f908f4f8cb70a0f964b6f71fc251afad7bc833440eec5e44314b3b6c3e3335c8f3f4443d3e2f91944e47087c5975d0120d06c63697cec1525b9bba427a7be08b87b70767dd60408e0ab3785a97bfe84e34e529258fc9278cd604f34e89604a365b9182deacff05a0c753d9d46f2e388ea4c8df589963011e129d54501036cc46f093363b83ab601b8e8e8b857293b4083f6865ed45e93907eb463cfc6e22b21b9f748a9c1cbbf504c4d98c5658884e88d833087b6bc446f26b8e3cb497beec4b843dfec96a9fa1eaacc327621da74fc418e6f792f07fbba831692fd019d3af92577ccb0726c289857eaab057e1b2757339c4e43470219d312c6e8e877345dd36d3db341ea1d33a95a99df222c375fc09a280c962e9b3116db2ad439e8bbb9b40360dfa71857ea03eee2ebeaaf26f87de238cd2ac69e67b482ce45b33b0bae4ee2d9e40201d8dd48dac531d87954c52718f4874fe019c00e9e79b32baa5dfecf4e1306c487b88453979f8d691a8a2ce5c33d8d22d355aaf5fa0d746c1c87b5fd285f1b4e0756dd409e651f71f6169d0ea68e49383dd1f38464b35113f0ab1e5767bde3f07230959c0871f83d51e76a956e84cb4c289c8ee1c8e7c8b10e8786358a8174b022d129969f834c8622041280ea27188e790720db29950560f5276eb2cfe8c25833a69271c68e7ec6c564f199cd453139abd0855ba8da54d8f3d743a73e6a6310a432051e077b18a52ac073d35414911b9005358ed4bee8c79c76c410f489e9fc98bf25e82de1e447df0d3cb5d642f3ba78a6dfefd3565cb22a3a708925b425780ee0ebe46c6b7c8f7d21935c38308a1bf9a0f3884ebbf4697244d234b7a8431306ea28575a0debaf50c457d58cd14747b34c9cc7674a56514d4de7bb2408816105cd6eefda6b953a047989d5ce95c384cbf46c02fa5a0a4618b51f558a1705c60f41dad3309c39fb8eee2f02a6ba503ced04a862fd57a5e0d3558ad04f87b2b61c19f79b5605840ea4f10f71821877fd4653e30bbf75c94d898ec982891d8ad1c82f08d8c4114e5d8a3167f2a8564796b6c6371125295d45a9f186ab9116eff3046b20d2a941a0b96077c0d12b6ff21acde8a22cd7eb46622018852c17340127c48a24e05a063409a21172059e64021804937aa8ffbfdfe6e51a06612da2f26527a13e37da7e5cdbce5291a32674f86d7a27b3fdab5553f3c4dbf4009aec7175382c4a4d222edd21a1d2046d5dc43e72ae370104822e47d36b0a795a366b795f9f9e4f8aa95234067746cbc9f4f23248ff6c81f0bd1f1ed045b2c86bafb297c45da93d46c82b33839bdedd384a1166e5dfcf50794ce3c8e3588dbe7e15ac7ed7f4715740028bc1bf6bff3a4d0eddaa850bc60ff1a8cb72a09659ef37d19d677f5423948170dee6c064279d7010d256c8a3bcb36d8c15243e09a988cfb08c46b9c74c6340821e66af2c1386f52f5d631890934ce9b971f2ae40e7ad4a539f1f15ebf67e41b02371696733986f5430c27a2ee5664e7560672a3111c342ee60bd36bf970540367d86a54ad7b3d4a75edc9e36acfce7112f564fb212facf0e8a849ca08045bb78c3fa7eb438af49152b07017a6dba1f0b0bf6799765e2f9f646c1d731d4202ee6667626e0a7c04f9d2a26f1067e8d23e106055f40e7cff07e1a6a4028ea50ed5c3aae9cf2d80f019c39ce906550318b02bd95a6c76d1395e08d256dcf0827aa87389319a8af634b4f5cf431239139bf8a59dc0f0c53bb5f568f3eaf5379b5e95c3e05761a1f2ebdcc94223373c0268edc7b25ff75847d2787169966097e8fe40ac510b32d39ab2f8900c834be70ae619827fe3a05b6e4d57ce2137f32872ea3ee3d7f96a050582f63ca9c6668ce023eb67971fbf731b5228ddf018ba937be2a5fc4bdf25b99046c9836f773fdf6a82a6a94c32f96d18245eb9752e109577ea628b2e9b7c672e3253f00a4518542ad1ca6bf261b963964c67e1652cc8c9f4d15254014998a0a6b805df95ec56bac7c1fedc54c5b41e709edf28f904d9245b567a13de1d3b2d18bf6647787e568dce8fc43b02d7377e6d8a9ed0daf06bdb09d53badfde3678ccdb70591effd3a5d00da9d9ce0bfe23220a99b7c8bc93d0731ce311bf5f5355d71daf5288d73e1bd46a73097b0e4a29e28bde7064597fdcb006efba0ffec0de52bcc738eefb793659f7dcc7d2a96841ecb7c0dc08d8bda516b0b1ed59e66a394004f2b226681f454179d76e61dd16ef8f8829cdca49f18afc50731d9d3ad62294a1c6f5e3a7a4475da44a408402c69be468b4f8dfefbec060372a49d144f0431cc6b2a24eb0e275564037171a61299f74bd37c45f1590", 0x1000}, {&(0x7f000095c000)="288d4e2fa8b9f6409081b1f3edc3758d6a46aa4e4d59e1", 0x17}, {&(0x7f0000eb2000-0x70)="edb39d746a9732f4bcb14ccf2dc7fa8f2cc797f88c94e6aca19980e8132766ae9761c03e2ee2ab2630eed4f40f297377cfa95fb059769c5ac5d2b61bf631a8c5fff30f4ff5eca6e472a8c4debac2115d96fee9161fa03a25c89cc9bcc9ff296cc2c6adb817012338e327183ef5bfcf0d", 0x70}, {&(0x7f000050b000-0xc6)="2ef1e79c555e5bcb815d047e145aeb5218a438071dd03afb4eded53a0ac969f3bdf59f5a81f1d6bb98fb2bd61574d7f8351e4d54beeffdbdb1b08a2cee429daf5aa0bc29dc8e49b122d741af10503830ff4613f2b5c114ae2f6ec2cf52480b49a727f14394b5cde26aa3f92f7597b1017af7a3200261c57d5f4a423ad7b11220bf04513699f7cc3ab8701e4d87327fc5dfaebbe58fd88e2c14059b574861a30069b53aa7499fb0371e7935547a80b05306cad1e09a243a986a13ca3d21e659c41b10ecae0427", 0xc6}], 0x6, 0x0, 0x0, 0x1}, {0x0, 0x0, &(0x7f0000ac5000-0x10)=[{&(0x7f000094a000-0xdb)="22cb15e161dd25e5edb85cab36d3b0d26437552c4c08c7c5383bcaead172c61b2c1350a232db11690576db2b8ee8fce2d135c745b2706d61f6e88b852d92096241bb5531009c8e06dd4c20590f74233eefcfd9630a6f6ac2e7fa6a1dbecbdba4f2e3582ff28f036e345124bf01dac0fcbeb9176ed96eb8a0443ced027b021668f517d8077f0b1ab40981b9b9791cb607f0fa8d7eb9c4df20af2938b24589ab19a46afdd41324e37b689052ada191022170ea4b524f7aafbd5fd8118735b560ca4619409c13975dba5ed289f91aaa4763b3c57f974e8d4b2fe4298c", 0xdb}], 0x1, &(0x7f00006e6000-0x10c0)=[@iv={0x1018, 0x117, 0x2, 0x1000, "b04c6fdbaa4fc7c401963fafb4829ced710a554974a8f4c4cae3ef94a87390b684018253baf433cd60bc3cfb323dd1cbd9836122f4de2b8f611f34651c26dc348e5c30c85ed17d135f9c15277808e073732943a5bdd7b518eab7c645f1b92a3f16c0a74201218858db185cb186dac69b82162d420c00f4e6cb03cd8a9c75680568abfd190b58e493776eaead58585f51ca1cec6925e239bee814fdafd73de7aac14c93f2b4306deab3be5372a389dd0f98c8646d0cd11e54bd25c03589cd98991a2b79922c703b29069b9540b86d0f4fb991dc684ae2bfde57df60e709040004dcaca176c1e2d6718aa7d463f2bfebd90ccaaf0abaf861bd3a1875d92dc7bd501a822c35d6f80e0e73fc92c4dbecca888d26e421dd24466be403f8052d14ccde2848bc676a33ac45fa63dbbbce61e3ae040b34021999a3eeb3f095cb2847436c2221e405235d936537aabee59d3aa0128909dce01c659b4ef4f9c04fbfe21baab094109d6ad9e8a2c7eede87e1ba7ab735ff34f1278229637aa72e3d1264ffac883a73d978dfb0c64b0358fad6a43c2d3ea476e8ea7d1e00bf8abf51df346ac85740f718f80ddf1b901ddb426247ab48a1aad8191f463acf2c6f1385733f18e3ede5e8be7d80f55c448dfe243ff8375a8015969651f74bdf1beaf3c43348717d840bb69c6925a3bc9c10f7cec177bca0491899a4f1c4f93e66a17fdce3fdda9fe28e846884d6af68ad35a5f393f2a7ddff44badf7b5fa428b3ddf967d8ffcf45f01e7891c26f2668dccf4f4b54a7c38a3e015a449d1f94778c14a377cf66be9e0cd6952d1cc3e106a2796f2d19b69273514cae36ec408dfb412ea3400b2b99515ff8e48630e42a9de533a975d15cd08cb505de84455e9db285b68387fa7171ffb9b853eee65b4f8a20b7a3607be42fd82fea5d67b7a36f12e67f687420b3d9cb8a6f6dd5b968907e9cd4b13759bfa7ddf19ae6b5efad26cad25663ccfb8c87c10949ecd93ba89e15e889209a5f3ada9afa1a27f5be7167c05f12179b99a8fea0067e2ea1ee358ac24dca974c1d929a3b997174db7ea2e48bd19abfce0ca8217deddd0a4dd55eafadfcb9142265c00d726747fb903aa22b6d8d6e6a2ec02c8bc20979d6e64fb689abc3481eb2d4e74f88d7cd86c373824d7d483cb7584f55aca036df771c2673911e1f60779637ba3fcb69bce04f267d811b1f17539df4d606adf57d81852efa4f00f7d4f27f2cd5b327774319c2ab76500ea0dd38d7899e3bf9d5716d48b8f2a39815607252e9de20750bedba6c888a49037ab682cba7bf5152fa14ef81c44b09a7bca46505afc1c562d46750893b55b784785d24711a756a58720138508ed74feeb9b1dd44877643bcc13e3a145b640c19bd16c733fe5ee663d56df3a0d46e38b2c3b80cee40d5d53c447d67191f0d364a4d0c1b7681875af17c91896ce95ebe74a9acdc2116b7f1c327c5f62a940f2edb1c0f3e87617ea4fa58500578112fff70fb8c92aa27f8870cd79f0f28de9a95a495b70d51fa4664d3948d69efe9173fea8e400a78d00bf6f5b9d08468e020b1f7bf9e3d5b9411592259ed246526d6e62f50c40be68f9cb406f1af5cfce4d32302ddf03bca7ffb1ba445efd4dc31d1df2cdef0288d7f4d2879fa2fb60b684d6a2facb9d841b9a77c2d4ba01bd72f6a90ec7deae49b823a32a29ea84adbc151464bd560e571314812245ab9ed806e65f29cb821d3f5cdeb011f5e50867dae2c8ad4a53c39d8b6f876fc75142d216fabef2dd1607743172e36164d32d4ab4444801e322c2c2da219a060abb1522182b08bd21ffe44743529654c8c62467919102891ca0c79d8ae9d79fa0c149f32d3332516653ca99ec23c189e158045c3ea78f05f8312282b5225988d8b0641fe5e695de36f2c032be39581fe450869e892cea310844d0e1721f288e3d2c41e59c78fcdaeb1d4c0a31ba184c169547e5f085243749dbbf3cc131b5ebd7fc896acb26d7ee64bfca210b2ce84f272cbb3485f7f4e2768964977e32bee5f59714bdd7ef96b8990244f0ffbf873e5e92cf04255b085b003d087d97289e82720202d79d611523e1fc8df1246e56f8967747b99f6be749379f1f95c9308e4d791cc993f7052c49f35178f22b6d66d81ea3081b5abb9af69e3532b1f026980302a3db499f74dec3dc39832dbee677b74c7fb3b8d773935033043705fe99f81d74dc4b2d45169fee143a851004ff2593b384729fa97df4de22d2c70a8fca8a0ed0b09201a31222ab4178f0168012862dd0bf320600b94b3aaf08aa384b23e86fd8fce74524750424cbd616f24cf12b5b0a9c9eeb269f66beabef05b2221bf9cdc126ecd8f8e08c33f0030651ac49a28355c8ff075474812139d594e9d5616a1187fdcba9d5f9f6adc67730f1982d921a72fddda2cfd30f02b27ce7fe321551bccd30e9217183bdfd6740fb71775268fd9d77d1c124cf914302e5a935e0d6289b4793c51ad6ad6ea5284a17f78aabc82df0647d7018cda8170590d5948ca3203b9220607b11f3ca62c54c7efad5a340c1fd9741875eb3d98c29da8096324008cd62db57caaf369d5ed2503393d4aebbfe028d4426000db3ea41e7c8108f8c5eecf4f666899a6860c1e42a56f88d633beed20e0b5655fb2405de044bda381a1880e8f5d15a2109667d2a935ffd8ad188a135fd5488e636fe20d59363a1ec2480dc2c448fbc2e68e0dd026688e1e5f3a5db15d5732b7087f674651285cb7405d28b43b9d8d4edea52b8140a0843232d715e721e9c44c6b02afef2a768b300b0bbcf36b4d37a2bccbdea2ffe8719a85a5168421516d9a695caf7d9167dbcb32d3e30fa26e2acf80cadf5f2cd16a452d9254fb802c84b12db9fe53e9cd1862a4981bdb51522556faf8641295a81d54413d17ede512485c62a5eca9fddba06136425c2c3f07edef873d7bb78a7dba4f489389f34ba94e736867fd4edf1e60cc462fc250adc114b2b2c47b73bbad9f37de6647d9ffd11b145255f0f0726ec471f15763e92ad479acb24cef03f51320ac0bfd164f0acbeb8cdb459997161994e9782ff0d8d811aa9af7625125b6aa378a101c834609ed4393a133703afd97108bc6ff2869ba7e7263d932337fd653915de0a23b33a75bfe98e3924f1c0ce3253770b9d4a5b6953c0b9dae4f6c519a9b5a42c1bc65bc5900a09927b59d925b0b935a218228f3eee1fba22c9bb0adf682a0655a08409e92e3711792de7db97a6fc15ccfabd4d83acae450989665c7f8e79b3bc53f4bb92c7e2386eb238be0148c3fa95c0aeafb78296198427b61b9b5f31588c61b33aa5c1a39e99b6daa121edcc8b2d24802309d57b84953ba81f05e970a89c90ec99885c3a08d3435d48115f66a6ae21f69df07833b50f98244b7611c1ea6fd773d5d434a64ea4b0e8dacfe7644ac97d444048675dff6b133be9a4f57ded5371018ad1a72ab7636066fa237b32f4ffeebd3ac7286e919ae52b3df6c1fe7be85ec48496fe3d2161a9014c493f613ff68b0ca91bdfe0f2e4a65f9510bbcd350facd347bfe249f7b7fbca9a38bb85da3508380aeb81ce62fa6f8dc0521796acdb8d3e08025a5e97b0a73edd909aec2fe8e0f44de2be1c21643141f1e3eaca29871b6ccbe9c8735e7ff87c1dc5228f3a7f8b9aa99f1cf3aee658e237452af12e4c0e12b3c681293bd47bf0dc8948025e96bd6bea1d42c9a04c9fb997c7d63095b07cec82fb54e857247a6a34f09c13ba3a5a45f1bbddbbe98f247cb7d9f6938a882d0057c2763e5e13ca3801f58c35360022ab7454b32d1a16603990a664ebfd7368b1fee53f9dd47f30012ddfa1c9e0e9788bedac1cd2570f2a9c21d426f929697d8eaa5c786d93f099ec422a4de103f226e171dc21c961e051e8527e43f021015b7bb957d49d955c8e17b13e6f5340340d3a54525991c01cca57253da15c87927968c6ef14bbd1aa0e0f57316ac4069f5218e5ef2897f1cae8a49406a678e6439c1b6a0dcc4c4546660200244751d5b6d176c62faa824e4376cd85b77ad6bb4635e750499926862a402217f7fe50a3367e8d5191d64b5c059f86d044b34e580f2ac75508546442de346b414eb3ebfd806dca602f9999f1d08ad6d9b36a5fd01e3f15e8c9ae161a9bc7e27df0ade1394b26dcb7da689fc275d9d5c35136e4b1a7c35d4145f851c6d0f1015b7e72e00922039bbbd450b42300174f0717505a6671c6121439d615b5aa5c62bd714acda74b500b7f22803d6d2c24d56263ec2840eb65fcc5b682706e12d92ca839e28ec99e55abc410a5c3f8b88877bca6ac4ca6c145880bfb8d00f52083b48aa070a65c765fa42fef5db656c6d53c06193fd6ac6563e6bfe42c59f99acc24edc377d66f6150353739eecf20fb960b12cbf17c51828a1926b869924a4a0e00f6414d550bb37e40c2e2080c10e5b810742f9e9b2c2074769fabf07dfbf3347d177b20d32738f368aa032475c87410264f2c18ed7318fd39a438a2f819fa5ca89c0c4294df5ba8e8a4f5bd5cfc638e0f27a8f1cc2d476ddaa348f394744e76a66f0b53857b7f03bd7a940fa89e568a98d921bf1890861e869700bcb7e8ad7a5c3f932b1a84b0c7c7cdf1e5cfa4da17144ca414c545c45ba7ddf550de41375426dafe9912386386ea4178d3ac86ce4c69d30d25e00232504480f3ae8a3338b9b6476e708d362f5d233418ddd4001fcca598a1a99a0fc9f4fa00a84cf1b6e0b31756440a33d8d346d5b2d1ad8e3a5b731ea321c3a8e7baed199d0bd7841baf134739722f41b05ebcee7b704a39bf0491334e97add4e7751c453fe7ade9b61ef50f51def3953a8e495a65c843e238e497d873bde41726c3546d66765f79bc3e86205a868dee94548fb3594ecae13b90b7d25006d2fddb054309224e2c33774c8595f725f99502abc4bf7c79945faa03c556eb2259bb94964658c5cef84276d2b1dbd79d1daca90e407eb630aabe887374441fa9f2fb28b3c6a0817c07f06b7cbc9504ea855e106ca11382368523541b0d177801d35aca0bc0d82049caaa7d77df97e855fd3f0205ce0c18e1b7d18a5a87b0cd97b8d6fefc31715d1a3e837e6c827a26d36f40e55fd5741c80d5ba2debc6157b427c4b1f4ec01c8c35521b9103881b5885a08d373d56b12a32dfd03ca416cffdd5ced60305e6b8d9f8814f5a32c91bd3bf3dfa5b37294c249dadf4b08b5afb2881b5affa9e64f93e82124d8cf519759bfb84438886f89ba7553570754239a8fc4c02ef612e6da66bc2d1052b3991be23ad6bdeb1595615eb3a4a3d292f6cf9c585c125c57712646b6cf78052ee70dcd21bf580e4980ee06bea44c0c696f90107f07a80c59647e4b75928c4a8d51c0050623ec256c19c7ba64ec90453e97be43e06b6b2957e47445c85daf961dab17c22db975ed9cdc94b6c2fe268f10800b8c9976e9db5109c551cd599907f04b6c753f8a23d87c6c40f6342d9d36d9570cf1e3b98b5153107a3697d6f26e18202a1141464b4bea62911856fd1d8d9ed7d6b288e65b2bf8771e7a4d8cd0308e65a6e3e6e6304f560392ad1b7dc916f16e851bd7d493dc4503129e4718f54e563a2b14f22c58e73417417dadc005ca90013bca76f947c0e759085977ed9412f8899632b1b8dc33e2e0ce926a5fc9009cc6cd055c1724353dd9e95fd8924004c1e3ebed8b92afba41ec1882caf5f2074eab6f49ab6232c4448f56566bb63f0ff4cc7539795ef1ee545499123724a645560b77c17235019d799daceb9c2724050e97f730a27abb95e6a2db3c"}, @iv={0x70, 0x117, 0x2, 0x57, "50d2721ac9e8c873bf520268f1a5472694bb2d3e845d744079bf59f4295c7842213f348d66146e3daf15e67557b7b3335401a2a85b99389a921b64499e9fea0c341fea98ab2f77f2ec08f7e596b500a4f50b98555b115b"}, @op={0x18, 0x117, 0x3, 0xcc04}, @iv={0x20, 0x117, 0x2, 0xa, "72805e74561f136d1863"}], 0x10c0, 0x800}, {0x0, 0x0, &(0x7f0000b76000-0x70)=[{&(0x7f00000a0000)="cce2e9da9c45dbaca3bbd30bb892df3bb7de4dd435df05d2cf7a160212b7c3257ecdba96526cac8675f15f546489748e9e190c924d6e6d1b7f556c2c2e8409f83cbdd8a7d19c323ab8dd48ba71957408e692", 0x52}, {&(0x7f000094e000)="", 0x0}, {&(0x7f00000fd000)="e6042f02f09abb34cd4acca9c3bd94338e5b39faa75504d42fbb5640477659de71edb29730211632dafb609040fab6fbde34508cb5d713070ce8910b57128537e0403b8940d7bc3f40082795f15390044b3ebe8b068099dd", 0x58}, {&(0x7f0000bfb000-0xe8)="c3cf72ff3a938a0093aac8dca1d94448f971ecc0e589c60561f17690aa11fb4e8029e037acc565a5658fc89cada794dc90b5761625efd1fb3628854e2b070630d395c14480b10b814dd28c54644d91ed398e08eb0af3acde1d35fa55d3ddb19f11d3f435c9d3268702c8af654e3603f05c18edd9c53fa980aac632b5cdb93857a580c4fa48705bbeee701025fa89eae59546dab24a5cdd8c1902dcba70e44b2f063483e58588a161cdc670e30f2ec0a8b95ec393b17b2849b181143c27c2ba3ed6b51dcac00df2d6db37e4a2c126b609481320ac764ac9bc655ef01c3ad4f3d045bb9ae7cbbfe23c", 0xe8}, {&(0x7f0000e4e000)="87fd5e6130a729eb9dbc051b4b969674ddd501475c7984b71c7df4d4ee7750dc8e612e19dbeac1acc88b9d0d4775c83e01684d0809e3f08803829a479451cc881f529e539cfa00958dd864b791308d53eebb704be3b59b82631274f68179778780485112ca4eab9420483063b901ac1c00c4423b30b047a42c4670399a43f372c7bdd331bd8ce1f94b18730abf94fb0437a8e668b14334d69b80fc339f6b616484ddce7e8a377ba6e4b2de02de29884b8d9f95", 0xb3}, {&(0x7f0000d71000-0x9c)="28c076f39f22951c87060311ec15c5c03f7faea1fb50e8e2fd3abebc717b56d6f9f60348d480e9ae37ab9d2a1aa73e4fac0be36d855310dda50b767541a4b56f8787950d308c4f748cd119ff2c305cd3a6749511a9801f32a255bfb64835d62bdc387739e9966240379a6934d6b8b37f5e7181c903a9ce912405bb0d8ac99c59dceaa2d0e743d5587efb1f49e63d337d3dda95a2537ce3d7e031d8d6", 0x9c}, {&(0x7f00007a0000-0x5d)="94a4f899572245424b749721732689e3ab523426e333704317c41204e13595b3f2f93f5bdbf064fa362efb16390da98d38e6c94454eec148e7b3686a51469eb1a73ca76c3c90e0c75d5d7ed63206d1d1a88181ca73679458728fc30be8862831846b5642", 0x64}], 0x7, &(0x7f000092e000-0x160)=[@assoc={0x18, 0x117, 0x4, 0x6}, @iv={0xd0, 0x117, 0x2, 0xbc, "99d9f747b6e9eb4842475e074a87ebd35a53ac9536ba0056a4bc35fda13a2106dc2b622562179a0e9a7cf39380ddfbc23a5250278b0193fca08972c7a0709ba493059ce5b1b8fd35733a05f4b9afe0da5bb3834af9b0ff758eba8c7611581c7e0d5087fe97c5a55539a9666cc5cf849b6c18dcb900136615424892ed2218c828c3b7b930b1fd16b9adf396c1e2306ad53e93087e5dc8d346db80e03a8f0d35f8468aa7ee1cd98fa47eb799ca840271959e5cf2afd3b0aac133c03a6e"}, @op={0x18, 0x117, 0x3, 0x56}, @assoc={0x18, 0x117, 0x4, 0xff}, @assoc={0x18, 0x117, 0x4, 0x9}, @assoc={0x18, 0x117, 0x4, 0xf4}, @op={0x18, 0x117, 0x3, 0x7}], 0x160, 0x5}, {0x0, 0x0, &(0x7f00004d4000-0x20)=[{&(0x7f0000038000-0x59)="961946c72afbf952f3b0e66a3cde6e9f08ce59943e6c025e76de7b035d4ea60f0a97ea7f90b43ce4c7058fca978428af3404bb4d06f2034ebe93b9c204f0ca0c568153d75ca15f05bfffd45bb699a009fb4ced9d5a1c1ccb6a", 0x59}, {&(0x7f0000dc2000)="282953729428945dbdf8a1a8a5f1b1aa72f87ce3153656dd9bac1b991824fea0d0aaf578d68e0c60bf8fc81c376a2e3de671b139a72eb97da2749011e25a816f709bedab4f781e3c97a59941c3e3e98c85a38a4fbf9c16e114d2bf95f5db3e5589a40cbd1569769dcf45d0627b605fa19b37012548bb439916267650abe6bc4b2c8d946304a87d446018d877fae87d4569dc1726e629491b6dada51937ce60e4f3d543b2a661d2c457046d96c6aa628640e279c499fc51de2cc336c8ab7d40c0a435bcc152d49a48f3c37115", 0xcc}], 0x2, &(0x7f0000d7c000)=[@assoc={0x18, 0x117, 0x4, 0x0}, @iv={0x48, 0x117, 0x2, 0x32, "01d66e4de6acf7f4732f932e86f11741da22d1de272ad4592715c79a1771641ec18226312dd158f39d92360431c8f50e1c1a"}, @iv={0x88, 0x117, 0x2, 0x6f, "49e3dd9b94a479917ba0eca79a96ba3bc4411c80ddc96e076e46ad5bb9a1264eb2aed3304781c66cf47e5dcd45d8f50c2d2d3aaf977865afe3610ae582036c3c771d16198fd83c389edea895a28aba17c555b355c6c2ef2e73193fd5ee54fe33c6498c7aceba4e5220e97af72546f1"}], 0xe8, 0x4000}, {0x0, 0x0, &(0x7f000096f000)=[{&(0x7f0000fc5000-0xb1)="938f2d65e7cfb142cfddf5f1cb950c88db8f312b9a7a5b238a0abca80b798542ec3922b52c28b839b0c492e1f1e0fa4f4bf83eb4c63b16e461315e64805350c16192bb5a50f16b65687dfbc1dc33244c747355bceb12c544fd6d9c09dea27d6c06ab6ff19b00b58d4f4fe46529335adf8099312a5b33b8ea25ef54cf527908778182ae438d618bf58ac210c5f6fc091480342643b52b24b58eefd9971a7f5ca9085c12241556cf9a7688ca3420cf9c5d28", 0xb1}, {&(0x7f0000b09000-0xf)="227a260e50333606819ac7ab17fdd6", 0xf}, {&(0x7f0000425000-0x49)="567a0113bc5e959dd70eab56ded09fb173d6877ae4de908f53089b069e2cfcab91f173dd88469817e0a5994a77095556ec3a5d836a8a8b18b7de97f72a19da45322487aec276e9aed4", 0x49}, {&(0x7f00002f1000-0x55)="142e633aa6ca9f731bb81f1ee67249a7d3891f4c45d8e115610ab5cdc4f6c62d097fc025cab1c6589e566172180aa9eda1fd977ac6120d7977a57d7effc86d2579053c4cfdc36f5cd20254eedd6be396e6244b4f22", 0x55}, {&(0x7f00008b7000)="d5f93ff6b1b7298038c876464493b09c1632afbfeba5ae7e3c3f3f2cffef03329747b7dd96aa0deabf7a2a2a339acc6ae4bc855f37aea045256c954b8f14fb84a3b5466e7d3e64b3fe224e3f0a4e594a47374d4e7f3565fad01ef3ffe56d9923076ef63a9d24dc8c7e33dbb26db1b7f5b11ba0c2ae3a46184f19f685ca3729e9c2d6cae0497d895a5f7a4ccff4f3", 0x8e}], 0x5, &(0x7f0000171000)=[@iv={0x1018, 0x117, 0x2, 0x1000, "00c977e8e8595e90d3a425575389dcaa8936912480cf30d8c3a7160a356fa3069f7345a84708bd42da35abc7fdfd994b0e7bb8f121ea4f5fb4008b4052a8d73a0e78ea9b4050c49c53e4c3955e6eb41b480e553f72604657c04eddbe5ef10f12c5288cf59af64d5d7879e8278ca160a98e3c5ca9f2a6f88ec886bdd2d8a29724d084c0b5fb0acec68078630e246cf9fe409ed2fa8650e06e9700c4b39e73de323633ee7fe71ead91afe22a226816511db22c17053d2a14b011f3052bd3a671bf937ebc8069668212346c27a11ed2af6e7152a1a14273ce2519923006009420e5a1ff6802f523dddcab400a7a59c8baa2c1587509a9e08ef984385f9514694c25b88743bf056d5be1a4460e0b7710bca4ef9b912200e52f9fb4b64eaca1aa03debe469526c158dddc2fa277b6bca9452b818451d5379a1059497861a8738eee0c2997c251090190e9aa2b0ae1963ee335bd790376b4f82f5b947dfd9ddb90923bca0b843fed47b8b1f7ad6c32d28d5449b88fc7001053166c44ebc290fa16c1acef661d710afd5bc553be4debdb5863bdee824a1954516c41de8b2150af210474c552ab4b712cce5f6e606dea2ca3b02a2ffaa34b52e9739b6f1ac6c0098d61a040396991d513b9eaaa51eab7e3fd26aa870ac5001319029844e42c1347cd50ebadb07ea19046a5666cd06fc7b10d7edf60cc299c9cc18dc29931a04229fa0ee00f57a4041da46531afcaa7dcd4791d4a4706c74e0e5fb7a219f2958e40dc0a8dc3e29a76909a09370eabf0ebd17d37821199f802d8794d8ff8cf6426f002c1944577091c0d6183d32f1458aa25fce94e867566b644da835cd1a752e76734ace3ff3561ebcf128803ffbad55026b73b1c725c2f050e1e1f7b580db8a2a17694f3bdfe380e09ce95f1a1efb3bf8e9462d028a7573e5b5a5c0fc6dfff9f94b3927235d91d8b6a18eebf25a22180bf643d4d831b921eacb8848ead4b1eccdb3bb57552bbef3e41a047ec15574152626937f0dd9ce25b37cda181716823c35a7b21f72e48bfc10be2e08310a8f2508041cb918a7fab05f271b53d6631830d3a8f3fb5134f4b10bb49533da4c35308587a18c00c265ce12f31557725b5f67a824638b0c9038730b59071ec0f4094b460ef4b7cdf6583ddea5ebf22ca3eb2f180f163d9817a9bee25b655f9cf024abeeeaba582edba80b3fd9b5b070c8ea96d147221a2d6ca356c24a0bc28a3e0b2c9f824d99b7e905861d1ffb23db94d6676fb2a95f9620783f15eebfa4e1ed0c3754be7a215770ed470a81a27df690398264e7ca08b67eaf96040eb43073bd0c096de77e850eb394fd2849a74833d223ffc11519f0858075a7f65646a7b3c1a7ef15930856e0519bcff91580c8bd7d7e83c6823162657fa0ded599393f540be53ff1bbd380f79796213127724bf0e32f9a27284b690e436cb1c31c0d0239dd31bb0b1ebba6eafb79a9efa2fe5c3576a845c96ba1b58fa76b832f5e81c00c8106cda77a9f0c0ba8e039a4ab728b6d03c54dc81b1dbf82d5e06142390c52bf3390563fefed1c4a5ab1638b0b379ef2a6f4573b8fd8cb5d991bf9d5862cd0ad2b36a7ee631bc69a89d1943cbdc43d51a396ef3a603b29d7e1907e8fcda37c1e9aa3938f332ada7935a095c6bac7af21e82f6b4770c7ce78c812be2d22ced56f3c2aebd2338cb2700cea13d3bc34815ae8db828ca8a5ae7854c241fe50d9d743d127366b44c6e1164880d689d85e0c389f5bc2067ee23426d3d28c5ce2749ae7b8a9776d0caf43eceaf396947b6a259d43f5de8b2ae2f6ee89705cd2b013749612fb2b806b0d139ab765478d4b64f7e6fbc9ff7eb67600c2a9ef5dc3f411bfa1b99bce6c6cdabf8f5dcd1f000976a8d68ecd3c75598a01e097a500e7d2b3a395ec38dd51d4d436678d863f886d8cd2b5d774740f33eb3e513f1bcd28103f01db27d789deed0be99dc3673efcfaed9f3c0c92dedc41fe1866c2fcdced33dc85216aeedcfe3f17f910202f6f147bbfd01ff9b9bb929570c2e222f482f12c1a54af56941e5601d8f69a20d34287e2d34f9e59d30c22f44daa1f2353bc5def7ebecf56056b04da426d977deaef51e974b56c2a4886f904a46d018e7796c5498d4ff934c6a080809049b5142aed1dff506b3b213b1e6f371555c28c71079558bbdde2a95d53c5f9bfe1aa738698967a084756ca02cc30aa5b82a4106f5b9dd3e328c98eeadf92771d56626e69e87344bccf3d203d5250adcf302f303ca2b83938caa4bbcecee848da81a976b8d6386a1ea496c5865ff59d3dd279c44f494b957fc6afe7927f82badac639cae90b60167c6478736da0e580a29b80f946868d8ebaea2032da3a496b4df9c1570ca1886fcf3998f6a8a6f81bfeaadf009161a810ce7f03a05ff99b8fb1bb2da3967f8e38bb0cfb93addf9e2ecd269fb62aa8c8a4c3807ad4f1b17f3ecad833e0c7906a121cc06256354fdb4ff42a4f37ec6aad056593400fbdc7ca23df1d92a2243e418cf8bf2828a01e21484f1911d7c2480fecc4bf97560d1d41ebe98562bc9054b3d9ea06c6ce2bea0c6ba828467cc574e970414c287e006e01078b61db24e6f933ebe02bb81550f15e84bb443a44fac6cae7efa487e6979a5effe1bc1b12d6c12e126ed61eaa9a49e9cb4fb90b19c38b964beeb4b781e106bb02b0c899df0bcc94b09d56c269e70135f8cbad701918acff71d62e1e1441da0db03021f95e18468ff4279178ed6f4f93d37d3e816657f4843c035525c1c3fa8bcc425638553019cf34e3744678146f2d76ce02fa3960be9fcd3a9634c32d8cbcaa085ae9f6e51793a633ff8d1da3ddf36d5721ab30cdb4c446a74e2b4123337ee349144a6e9700e66cd5758d09cb506d4ae6c1408735256a6bd1a805bc3706100a4ee939e51a4a2ad32c63196a6230019f95f8b8c668fe343298a96cdc3930b45ed94fa6216c276e6e25bd666104f972b5648cf042bbbc32c12bd9508ec5d171fece7058552208b61b531ac5b30506c16455b4388c1a7c29d9f0417f6c0e504399bcfa3c91b26a05ae93358eca5e21b1069564e9093aa99087d966e5bd497988435f3e1bea018bf1bc41034e5b669277cce05f6225f0c07fc8cedc4d47ac57886e5516b54a4c806ea2e09a2aac11c997c9aebc1a77ae8bbf4f0b936bd8f7a72a084d07cdd334c0d51c31b3099274031d5f459954308d72965e9064325757fd3941671878b7e2561483703044d3f82b4f6d8e1814dbd04f21a4dbe915ed0366e01ef60464d6f6c35e1568cd3bb38bc524ed30de9f548de2eeee63a7480b2bd17ecc77d9e97056d30050f2faffa21c0470b8792877929c092cc3f175cd2428cf1d41d2f73f14810d393b7053f2009ce729b107d0482a9d21e58adaea70d2c046e2baf9c860d8d0ce4603e0b70fab561acbebc1f376f206abea46eabbb38f386f393c786089dff27e8570a3918c46ae97fe4387897306a0cc73d150c8f9e5e5c59269790b7238f71ee2deaedd86e7919622d827603078d5e2cc4d67982c1bb2cccc5892388b2644333c5c95cdfd52ea2d9fe5a5cd10e6803442ab3a5fc75b7c71c34d813ee76c770d76cde01941a196ebd0b67ff88ec0ac768227e895f208de73e781c3b67d44f5af74052912613a4c30edbe21f04dc585968098ab9d906930487f3d381ac5847c218922edf0b4ebe91f4ec5fe230aa7351b19a7af2e4c22d58ae7c9ccc3871ea3727602398e8f8884860a0413138e7449eb690ad376102906bce1689a31c56264c80511fde454e312d1e688b3b28ec9d71500debd4d8338dc0a69952b7824d329751a0004512cb888ab149dc968b3458c253fb15a041042181086ccb3efdea50f56e7c6fc268bfeecb729f81db1878ca510f8d3202e498537d53fdfd253f1f2e2db816f82e6527a3d63d361bd7b31c5cfd4cb15c38b7b36dc6260ef13b1a7227271e093be78ab3dfdf44eb3ace354d82cf6d635aa3d50fdf92f4a25dd2542db510b1972b2034213c2663d864dee3e1bc0b4ee7fa894fb58d176392ab5ffd382965aa2c25bb530047c4da7b4c68c5b42f70280299720481ce91250b5ee66dafcfd49ae89e7e402344e14f875d1e19f675dc52741eb5f7b82ef74a5000877ea75379800d1c81f39abfe3b9a12372996434553b678b935ff70b481ae6e529d22e59ce765f3d9bcff9f3d5cb2e2bd930ac0ec56491b85c175558795fce795088d3442b560b0154c14bd3941c18ead0c0a7bc6f4e1c2b17d095c45cf7223b07e9a685afb24e98a2fc99f9003c0f1d34956089ecd227c2b36758ae976a04bc2374b243455557ea74fc229dedaa5f87896c847eef653415ca85e90f3905db7bf2f1c5bf71fd575032114f2941c0771961dae18be2d58710aee1ef4e09ececfced904725f0d01844da5e7d576715beee7d6d653b6e8f5dd122310ac763f9b28e3adf8d2506dd06032d8c1eef8b9d8c0ae6d3777638f61972fe9ecd0b835a6bc2c5f269506c1da40644c99c7c3cd22c700464d601bc830bc6f687869f46d78d23d0cbe0274de86a4697e21d89003479c816d346800a68f152215efc52a25268fa644a1be33526882aa155a09eb919a0ffb137cd72fbbb0343625751b7a2aba6bc0626e7f43dc16dfb706501c2e2c5825d63f48617d5bd9d2371d68a5aa09a8ec7a081c7f7da8dd26cd47ff0e35fe1479b4858cc7597416af72c791ea3a559769d8573bc7aed6bd5f77e8a73b582d887b7936abc17cefe2f5935ca65cc7c3fbd9c5880080e44f8ceb676d685c68b3f08c3af09ec4571a12c50fc8dcb447d7607fa09ef958d5977cb445cd511e90c4f3481c488615c926937aad93d6bb1e42efa5f5e13888827cf2239a61fdbf36e5bbe49a6a6af749f54172d55fa57b3dfcf7e8b6d3c8e3cabe8a8c719f6cf4b79c223f6e985fa514f4f81dc4b19b1afae0b936035c5a31a1af3076f9245a2dda129b086145bc0f735a9453d215a8397e8091a287d598b47f208d88436fd17357043cf19556b5b3c2fa54c015b68714adcc9abab30914d548e35fa39f26bc96025cec568f84c908d5c6c462e8429d769422d5a97241c9cf7cba242bfb9774cb2bfbd43465e2c302cc80a97edc7134ed0aca4138fa03af06bc91d97d255cec466098c5cf232b809f5e06bba811ecf841c3090fb2c37624d329ac88ba14c1e2ab8eeddfd91668d6e84f38e8c96ca46e54aefe7ca26738947d25ae9ba69bb2866ad715b475b39409f6a5dafe0d01b966ee4e05b57abdaedcba045b799f18bd251bec99dbefcf9d378fccc09bacbf824be32452c505ed576ab002e5652af6869083d4c3b167a34ad3bdc113366050e5f5026380dec75787dab2d15dab08907bdd6c06a157a1f8d545a47cafecfce0cbd9c5e0cfe679fe43692a82599ebe4e379f1727f5691c17f761158bd7f881c97eebd6cb28dc92ab31330c5b3e496e78324c79083e32d0ccff18e98b3cfe5a5170a2eee5d667a496d45206ded36050853c9d631952f0277832751c628674008a8e02864009753fc73fab0e482b3d78e010eb3e3fe772c448404d8e47305c0b71a6ac2d011657b820423085cf0c9850b203dfc6722779f5e912fa016d18a42f03421f5e2ec2ff7a0db424ee3632b6657a6a15cfa23e81e07b4c6323d417207957f5616cf34d197c7ec8e61d273974e17a1090dcb8279ad14e637d33d6a66002becd41bec6b479a748ebd3563ac336d0d25e953bf82f657921b28f24b812d0705845f71b590e9a1e75c1b90063073c5e9c5db09152030f45025de"}, @op={0x18, 0x117, 0x3, 0x5}, @iv={0xa8, 0x117, 0x2, 0x94, "29a07d12b7c78623912c4cc4ef1a623acc5f956213dd85730b666ff822b74107bbb09a9e0baa655a3881a18b541ba22e409f322c7fd0b4c88250123a376070c413b3fa40da3309d17ce0fc22a0327472404e33c6004b4904870c51c8e25bb8d978f511580f516021fba487b5c5792f661d818e55acd9ae344fd06687b64d1e6e0ea90c36064098819a6933695c98bef887fe6f48"}, @op={0x18, 0x117, 0x3, 0x9}, @iv={0x38, 0x117, 0x2, 0x1d, "ad84272abe8c8a1f14566a02f9cd05cd1454b4aa0f05ac3262fe555a13"}, @iv={0x18, 0x117, 0x2, 0x0, ""}, @op={0x18, 0x117, 0x3, 0x101}, @iv={0x38, 0x117, 0x2, 0x20, "9e2e0a2d2725d0bc5453818d48b3a2d4b52d2893138d0389a393cd331adaa131"}, @iv={0xe0, 0x117, 0x2, 0xc8, "38021a1e93d8d51d3a534ee59abbd4185c10ea3ebe0d840e4e41718ecac7d0dfb6394a56dea006d276dc938cec74c2ffa260b2c9fd7ab260046c81d78c5b31a020402082297517c826c514bd99ffc0a2037f705a60d93e8c4c9d9acc63064771a8e9fe1f1bda623692098b025aa91b2a3a5f843f372131def2dcfcf0b35e79ca3bf0e7b0657f7f69fcd93e65df43eeb9af746c5adc845e557be8089e1a1fcfa23d076c8f0917f49fa4d80fad8a68ea48c3d173720578e75d8895c245952309cabae325acaf93da0e"}, @op={0x18, 0x117, 0x3, 0x3}], 0x1288, 0x4000}], 0x6, 0x20000001)
r7 = socket$inet(0x2, 0x1, 0x0)
bind$inet6(r0, &(0x7f0000b9e000-0x1c)={0xa, 0x1, 0x3, @loopback={0x0, 0x1}, 0x4}, 0x1c)
getgid()
setsockopt$inet_tcp_int(r7, 0x6, 0x2, &(0x7f0000277000)=0x800, 0x4)
bind$inet(r7, &(0x7f00009bc000-0x10)={0x2, 0x3, @rand_addr=0xa2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_tcp_int(r4, 0x6, 0x2, &(0x7f0000f04000)=0x8fb, 0x4)
connect$inet(r7, &(0x7f0000e59000)={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$sock_int(r7, 0x1, 0x2f, &(0x7f0000f5f000-0x4)=0x3, 0x4)
sendto$inet(r7, &(0x7f0000a91000)="4d686a22ce2fa6ba971f57db54cc8479688631c4bb9ae2b31c0acfe2d563c8893a3a845fbe17bfeaf679591474287b04c1c77dd99304f8f4f3ed72a3894d05abefbf573ac59828e871c4503e4650cce6c67c9f0534001f1c3763bcb0b397296977654e49161224d279c340ed66a51ba47d1649b6f911aa9cf0b1991c40ce38d67be5b0e61ae08edecbe1b53392e7ddedd3e7a47b9e0a2cc5b6e295cbfa8702fb949e8fa066e74e03007c29ae209ad50eda31b9066258241b8b74b5eb4074e86b9d4c5d62ff89d1aa26d147053f78e622aac4d94fda06ad6760d02aa97b7dc280eaf386590a716aa49a5aa52f00c3a49b365b1d9ef5fcae9d2222ea86769fe73e2ca6d2054214426661f21b19d4abe226c71ff6bb9c35ff585624b9dd5ddc77e715b471d69fe8bc6fdea155d7c54875aaff563651ebc7134218b9408d9a1ad2f7b2ad4d1439c54de60390d2b6cd6bd1087ab2499dedde8df69fa7183520c32335ad4da3d88f90780dc3948f6c531176c3a8646b2543f191f07fce674a12d24531cf44940bf10cc1fed5f646d1e29ea63c5d6069fdfca81a0c766bc05d679eeb0e4cf29136402a4e86678e942ee0c7385c78d637b0d065e22d597789446fa949f56d5adef980bc7c6fadf74e633de8100b4fbe31faa37beb69706cb9f90a5c3b13316574493444e7efa1c5d71ac18b68594030e7366dcb8cde5c824dfe9104fa9f72a45885479314890bc449ac1f02a5f1d1bd81c52f44db4a3152dfb4cbe62a93e9247ea255c71d5fc971e32b464708d0ff16141a583762d884d4fa6b183c2801b975317717b840b64bf2c5081dd3a81658260776c7ef471c9ec5192961e49c1e71e5d517cc94982515f7836d02a53d8bbbdf115e7372439417927764cf1c9bb0fe2cc4293d02db886ad8e3dc000000e3f94d1e2810ea01b4eb479acf1ee84996fbb49a2f9625918cd1c7a907ae3384b28aecf7c6365f4685ea243e48c50931afc1c71f4ec2f5385cf09a64efea8b4dc60cb610d80a2a596c2147138f3176bf8cf100a44bda315ab74a269f4ce0e84a0efbd6e1135461099dd13790d2a1c387fcf7cfd14d1dbcce8d5b86306e980813d4d02caabade6bae9ffdc0af8921076e433e2e1f814f00ef011c79571e2db208d457c37458a9032f7d2ff31b5fa908c7f2c385701e8cc3dbfc322903fa2ebcd85f5dd7132773c65563d836793ca80411d5bd2a2c4a8b0956a90fb9dfedd4430a643e67a0714dccedef49cfd4e14a7a8d52402db6b1472fe222366d693cad44c69a07357eb0f15045f442aa667df6458589b4466157ee5dd00445bdfe673bf0f0c4484452880d241b3134eafcc9cad16832ff2dc48756ae6c091a7990925a3ccdd9142ced633f54e5b72a58e576c22fbc1d0ba0c202e4cb282e636718f62dd8b21ced5bfea0f4f53dd0220a8407eaccf796018c0c213da2e7702b66657199da1f00d32f80a1b300ea2804e4cba017e15b802faf252a775adb5b964b23ec723213be016f29c2fc3a69606ed572617b68c53a3acb0ca89c90f2d042070edcea12610822abbcddea18a1387f802895ff285c4a03b55d5aba884f602821e3993e4ef6e3923ff05b8f665488fbee6eaad4ffd6f389bc0af6396b2bb6612cfb1a28524a8c6955480fe8aa0767f630d88278d546801039ac9669320691e707b384509f5cddb0bcbd2947357a6eca5ee75f4cd80e62aa1d5c1e1da6493128b758ff6e085d2412118c38fa9a43849c91de5faef5eccc06d9562a661bdc4f900e3458049937b56a29c8d2ece57f1475fe3737de776eaed1878a95c686810f98cc12323a6e7f8182f95242818428d1946aaf2a7acb8ae0c8f37d4296ec5cdac268d4b52b65a867363f872f55d0c7fca3aada556331be05bea6bb04f357f1b3860e22534ac577c1101cdf6009a62ec407d3d9b09f720f59d7f3f9da99b9a6fdbeafeec0fb12fd2c77ae703bc668274d21d7ab04a1ad913512b2c03f5b7e687001520d9b5ddcd42db6fd15b3f968e95baa7c8ba423f0440d12d973d4d2c3a63a90fa2b063e5135a3582360205cbe95dfc861435c8962741908dc0648339dde8928aa4cbba2563c4dc94a8faaea0a959300fd98a279fc5b9e51c8c3d467dcbc79f106cd8ba47590f4018489487bab0f1efaf78b2b9e8922ebfccc80b630bdeac5d274667327cf3cb7f3231098b9e1b7b6f99595dd04a3a07faf4780a8f1ed8e424b67fc096648a49e0db556bd967ca48733a7df97e4e883b308f8426cfa7efe2a64bba0082d154edc60bd47b0f9312714be0a150c20415b784d1c3e1c03f1175a2b6c44738abe73e2895895adda83e1abe2895006a257932cdc9cd9e795a2c4bd9944c41d36b56b92a53b74bd7ac5ded64674b4880323160ff9c3a6b144ec392c63b85876b785f867b8ceb75eed74fb25bbb98f2b2f9a9c3959af7e1ba8ac1fbe00abfa82aa7f450759f83796af8725da77965521bb794ac509d441c91516000000000000000588c4f399d8ab7e6f43b2aac9884661eaf5a02dae1af27a823df726ad7bdccafa67d2a8b9f5c8ecaa2bb523b9d3b24b3631e6d550422d3e0313e06d519404e562c7b2913c7f7b4235722ad42985aafe5314ab7764dfbcd873cb359568ffe4301c9eeddcd0cb2e517a9274299cf27f809bc41f33eb520d367b40c0e0d13d507b9fc3de71a05fbfa02bc3acc4da97bf3e149f3bd5069b2b99375ea314b73e7c6b4abfca6c63cc2eb75d9f6768749a284ef5ba2a39603f68146c7965e568c8fe4d7ae4262bd824af5873b140003c68f8e9c7dfd05bb1a851179371bad5a9798a3d2cc713e7c9f04584d0fa4096acb09b303bb558b91938931417f8272c8432b2fd8fa601c31e873b31ff726b734ba03cb139d09b9e676eaa6f25aad4acd6cfc697018e4ec48ecf77b1106105586a09053e3e146fafaf022965ca33545f707576088883fb3164fa2d37d49614dd06f40d0040007b5411e757ffaf6330a2b529208e47163001ac5b68e892c62c21939e6e52079aba5d87fbec3c3f65e98f10194ebc67b74344830beeed313a5576ae41f31b1e7225f24851ad2e6e0ed1c0e3fe08e3b2acf02cc431a73ebe924bf34e2364effec7c3afd0c7acb6880323097dc73d9ca11be78010399a3c80386ffb75e940a9f33143", 0x8c0, 0x4001, 0x0, 0x0)
recvmmsg(r7, &(0x7f000023e000)=[{{&(0x7f0000487000)=@alg={0x0, "0000000000000000000000000000", 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58, &(0x7f00008c1000-0x40)=[{&(0x7f0000b3e000-0x96)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x96}, {&(0x7f0000de5000)="00000000000000000000000000000000000000000000", 0x16}, {&(0x7f00008a6000)="00000000000000000000000000000000000000000000000000000000000000000000", 0x22}, {&(0x7f00004f3000-0x6c)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6c}], 0x4, &(0x7f0000714000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x82, 0x10001}, 0x20}, {{&(0x7f0000c72000-0x10)=@nfc={0x0, 0x0, 0x0, 0x0}, 0x10, &(0x7f0000256000)=[{&(0x7f00000a3000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000e7d000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6c}, {&(0x7f0000e36000-0x22)="00000000000000000000000000000000000000000000000000000000000000000000", 0x22}, {&(0x7f00001d7000-0x8)="0000000000000000", 0x8}], 0x4, &(0x7f0000091000-0x64)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x64, 0x10001}, 0x7}, {{&(0x7f0000d74000-0xe)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0xe, &(0x7f00005a2000)=[{&(0x7f0000f96000-0x59)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x59}], 0x1, &(0x7f00002af000)="00", 0x1, 0x6c}, 0xffffffffffffff1d}], 0x3, 0x141, 0x0)
ioctl$sock_SIOCETHTOOL(r6, 0x8946, &(0x7f0000905000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000780000-0xb8)=@ethtool_rx_ntuple={0x35, {0x11, @esp_ip4_spec={@remote={0xac, 0x14, 0x0, 0xbb}, @rand_addr=0x8, 0x200, 0x5}, @ah_ip4_spec={@remote={0xac, 0x14, 0x0, 0xbb}, @empty=0x0, 0x37, 0xfff}, 0xc1, 0x2, 0x0, 0x7fffffff, 0xfffffffffffffffe}}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r8 = syz_open_dev$sndseq(&(0x7f00004ae000-0xd)="2f6465762f736e642f73657100", 0x0, 0x8000000800)
readv(r8, &(0x7f00008c7000)=[{&(0x7f00007c9000)="", 0x0}, {&(0x7f000099d000-0xa0)="000000000000000000000000000000000000000000000000000000000000000000", 0x21}], 0x2)
2017/09/11 22:56:59 executing program 5:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$rtc(0xffffffffffffff9c, &(0x7f0000001000-0x9)="2f6465762f72746300", 0x20100, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvmsg$netrom(r0, &(0x7f0000c5d000)={&(0x7f00009d7000-0x10)=@ax25={0x3, {"755b1b9c5aa156"}, 0x0}, 0x10, &(0x7f0000c90000-0x20)=[{&(0x7f000015b000-0x13)="ae0d60c4521ee40381e6e778e1e2874729fac2", 0x13}, {&(0x7f0000001000-0x51)="b55719a2dc6041280a3fea9fb6c084cede5fa088b35570a9607e52733e3c58779ca7b2bb5885abc401fe053ec2ca339ce0a270f5d13be125aee5ea4832f0d07059c653e41d1d5b1bdd57f0e88b223089e1", 0x51}], 0x2, &(0x7f0000000000)=[{0x20, 0x0, 0x4, "be95c0dce2f0374802"}, {0xc8, 0x112, 0x58e9, "af6386735c5d672a9cb7ab378e80d56dccba662d32e246fb731b25ecfeb7fc5732e48604f8fa96c85f2ff82e15674eae342e4e1261b3ad2fce245958d74981e9446359ad3cce71b25194f2fb79f75ba84d45bb65c1807b79bd71143361ad74829d1ebd34a6b0d1175abd900e0029c5f222b0a50043236ba5a818ae920df72654c0905c519841c54a6042a4ac4460017768877ef9c20912a3b9adee26707cdb292788f7bfcc86826694d43081e4ae702542"}, {0xe0, 0x18f, 0x1ff, "7b157684802913c0ea573b2764537d8ea3ea2ad2a518e5b593826420f318baa9bcb4fc4afced2a42167f0626094c0f36a7526e691f4c1e67de4ae3f4f8a3adaeba24010dee1405677feaa368c3e9381e93f390d9c671fb08c977f50a54f895460118de1b9aa3480e236ada80d7bd460a953af55836447725198db83bd21fc9fd2c07250b231c445f3df77b8fa7299156cc8ed77379a1455eaa3a942502566d578a374d40e113f9a5517bc7ada7c9876ecc11983435449d0a77787a1cd1c31d547d39c4b1b6fbe28a395f7c"}, {0xc0, 0x10e, 0x0, "6b54fd8d38ba5233c52928d337713007f655fe29c205a534fd148dca88899624f7e07da729a6dcff4acbc698240bde49d254f9782b51edf62c3f67946884aafaa862381dafab7d77513d80f37e846a9b0dad2541803540c4e8a754b30b81bc08a1b707ba7c79f570b5fac5ada678c4bb0e91053b7aa367aeadc063c3d722b1e509f0e075a3a50ee6047d3bc3ca97e154ce1c5b1228b014739df200693ecb2d2a7a6514cefcb4f9840e"}, {0x10, 0x13b, 0x200, ""}], 0x5, 0x40}, 0x42)
mmap(&(0x7f0000019000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$ircomm(&(0x7f0000001000-0xd)="2f6465762f6972636f6d6d2300", 0xdd6, 0x20010)
mmap(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x4, 0x32, r1, 0x0)
r2 = userfaultfd(0x4)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$UFFDIO_API(r2, 0xc018aa3f, &(0x7f0000002000-0x18)={0xaa, 0x0, 0x0})
r3 = epoll_create1(0x80000)
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)
mmap(&(0x7f0000003000/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)
pipe(&(0x7f0000003000)={0x0, <r4=>0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGPGRP(r4, 0x540f, &(0x7f0000014000-0x4)=<r5=>0x0)
r6 = getpgid(r5)
mmap(&(0x7f0000b2a000/0x4000)=nil, 0x4000, 0x1000004, 0x2001e, r1, 0x0)
ioctl$UFFDIO_REGISTER(r2, 0xc020aa00, &(0x7f000001a000-0x20)={{&(0x7f0000012000/0x2000)=nil, 0x2000}, 0x1, 0x0})
close(r3)
mmap(&(0x7f0000000000/0x4000)=nil, 0x4000, 0x3, 0x810, r2, 0x0)
r7 = memfd_create(&(0x7f0000002000)="6d696d655f747970655e5c76626f780565743028255b73656375726974796370757365742d262727a0255b7070703000", 0x2)
getpgrp(r6)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pwritev(r7, &(0x7f0000005000-0x10)=[{&(0x7f0000012000)="ca", 0x1}], 0x1, 0x0)
fallocate(r3, 0x0, 0x7, 0x3)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fremovexattr(r7, &(0x7f0000006000)=@known="636f6d2e6170706c652e73797374656d2e536563757269747900")
fcntl$addseals(r3, 0x409, 0xa)
close(r2)
[   75.056870] 
[   75.058540] ======================================================
[   75.064841] WARNING: possible circular locking dependency detected
[   75.071126] 4.13.0-next-20170911+ #19 Not tainted
[   75.075933] ------------------------------------------------------
[   75.082222] syz-executor5/6914 is trying to acquire lock:
[   75.087720]  (cpu_hotplug_lock.rw_sem){++++}, at: [<ffffffff818c1b3e>] lru_add_drain_all+0xe/0x20
[   75.096711] 
[   75.096711] but task is already holding lock:
[   75.102645]  (&sb->s_type->i_mutex_key#9){++++}, at: [<ffffffff818fbef7>] shmem_add_seals+0x197/0x1060
[   75.112070] 
[   75.112070] which lock already depends on the new lock.
[   75.112070] 
[   75.120353] 
[   75.120353] the existing dependency chain (in reverse order) is:
[   75.127937] 
[   75.127937] -> #6 (&sb->s_type->i_mutex_key#9){++++}:
[   75.134586]        __lock_acquire+0x328f/0x4620
[   75.139222]        lock_acquire+0x1d5/0x580
[   75.143511]        down_write+0x87/0x120
[   75.147542]        generic_file_write_iter+0xdc/0x7a0
[   75.152699]        do_iter_readv_writev+0x531/0x7f0
[   75.157682]        do_iter_write+0x15a/0x540
[   75.162059]        vfs_iter_write+0x77/0xb0
[   75.166347]        iter_file_splice_write+0x7e9/0xf50
[   75.171501]        SyS_splice+0x7d5/0x1630
[   75.175704]        entry_SYSCALL_64_fastpath+0x1f/0xbe
[   75.180945] 
[   75.180945] -> #5 (&pipe->mutex/1){+.+.}:
[   75.186557]        __lock_acquire+0x328f/0x4620
[   75.191191]        lock_acquire+0x1d5/0x580
[   75.195477]        __mutex_lock+0x16f/0x1870
[   75.199865]        mutex_lock_nested+0x16/0x20
[   75.204414]        pipe_lock+0x56/0x70
[   75.208267]        iter_file_splice_write+0x264/0xf50
[   75.213422]        SyS_splice+0x7d5/0x1630
[   75.217623]        entry_SYSCALL_64_fastpath+0x1f/0xbe
[   75.222862] 
[   75.222862] -> #4 (sb_writers){.+.+}:
[   75.228111]        __sb_start_write+0x18f/0x290
[   75.232748]        mnt_want_write+0x3f/0xb0
[   75.237036]        filename_create+0x12b/0x520
[   75.241589]        kern_path_create+0x33/0x40
[   75.246058]        handle_create+0xc0/0x760
[   75.250340] 
[   75.250340] -> #3 ((complete)&req.done){+.+.}:
[   75.256372]        __lock_acquire+0x328f/0x4620
[   75.261011]        lock_acquire+0x1d5/0x580
[   75.265301]        wait_for_completion+0xc8/0x770
[   75.270109]        devtmpfs_create_node+0x32b/0x4a0
[   75.275094]        device_add+0x120f/0x1640
[   75.279867]        device_create_groups_vargs+0x1f3/0x250
[   75.285388]        device_create+0xda/0x110
[   75.289679]        msr_device_create+0x26/0x40
[   75.294228]        cpuhp_invoke_callback+0x256/0x14d0
[   75.299385]        cpuhp_thread_fun+0x265/0x520
[   75.304031]        smpboot_thread_fn+0x489/0x850
[   75.308751]        kthread+0x39c/0x470
[   75.312608]        ret_from_fork+0x2a/0x40
[   75.316805] 
[   75.316805] -> #2 (cpuhp_state){+.+.}:
[   75.322143]        __lock_acquire+0x328f/0x4620
[   75.326776]        lock_acquire+0x1d5/0x580
[   75.331064]        cpuhp_issue_call+0x1a2/0x3e0
[   75.335702]        __cpuhp_setup_state_cpuslocked+0x2d6/0x5f0
[   75.341558]        __cpuhp_setup_state+0xb0/0x140
[   75.346371]        page_writeback_init+0x4d/0x71
[   75.351094]        pagecache_init+0x48/0x4f
[   75.355382]        start_kernel+0x6c1/0x754
[   75.359673]        x86_64_start_reservations+0x2a/0x2c
[   75.364915]        x86_64_start_kernel+0x87/0x8a
[   75.369637]        verify_cpu+0x0/0xfb
[   75.373495] 
[   75.373495] -> #1 (cpuhp_state_mutex){+.+.}:
[   75.379357]        __lock_acquire+0x328f/0x4620
[   75.383993]        lock_acquire+0x1d5/0x580
[   75.388281]        __mutex_lock+0x16f/0x1870
[   75.392656]        mutex_lock_nested+0x16/0x20
[   75.397204]        __cpuhp_setup_state_cpuslocked+0x5b/0x5f0
[   75.402968]        __cpuhp_setup_state+0xb0/0x140
[   75.407776]        kvm_guest_init+0x1f3/0x20f
[   75.412245]        setup_arch+0x1899/0x1ab3
[   75.416531]        start_kernel+0xa5/0x754
[   75.420734]        x86_64_start_reservations+0x2a/0x2c
[   75.425978]        x86_64_start_kernel+0x87/0x8a
[   75.430701]        verify_cpu+0x0/0xfb
[   75.434552] 
[   75.434552] -> #0 (cpu_hotplug_lock.rw_sem){++++}:
[   75.440931]        check_prev_add+0x865/0x1520
[   75.445482]        __lock_acquire+0x328f/0x4620
[   75.450115]        lock_acquire+0x1d5/0x580
[   75.454404]        cpus_read_lock+0x42/0x90
[   75.458694]        lru_add_drain_all+0xe/0x20
[   75.463155]        shmem_add_seals+0x3e1/0x1060
[   75.467791]        shmem_fcntl+0xfe/0x130
[   75.471905]        do_fcntl+0x7d0/0x1060
[   75.475930]        SyS_fcntl+0xdc/0x120
[   75.479871]        entry_SYSCALL_64_fastpath+0x1f/0xbe
[   75.485109] 
[   75.485109] other info that might help us debug this:
[   75.485109] 
[   75.493216] Chain exists of:
[   75.493216]   cpu_hotplug_lock.rw_sem --> &pipe->mutex/1 --> &sb->s_type->i_mutex_key#9
[   75.493216] 
[   75.505679]  Possible unsafe locking scenario:
[   75.505679] 
[   75.511702]        CPU0                    CPU1
[   75.516333]        ----                    ----
[   75.520970]   lock(&sb->s_type->i_mutex_key#9);
[   75.525607]                                lock(&pipe->mutex/1);
[   75.531718]                                lock(&sb->s_type->i_mutex_key#9);
[   75.538873]   lock(cpu_hotplug_lock.rw_sem);
[   75.543247] 
[   75.543247]  *** DEADLOCK ***
[   75.543247] 
[   75.549274] 1 lock held by syz-executor5/6914:
[   75.553818]  #0:  (&sb->s_type->i_mutex_key#9){++++}, at: [<ffffffff818fbef7>] shmem_add_seals+0x197/0x1060
[   75.563669] 
[   75.563669] stack backtrace:
[   75.568133] CPU: 0 PID: 6914 Comm: syz-executor5 Not tainted 4.13.0-next-20170911+ #19
[   75.576152] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
[   75.585907] Call Trace:
[   75.588462]  dump_stack+0x194/0x257
[   75.592063]  ? arch_local_irq_restore+0x53/0x53
[   75.596708]  ? vprintk_func+0x5e/0xc0
[   75.600484]  print_circular_bug+0x503/0x710
[   75.604782]  ? print_circular_bug_entry+0xb0/0xb0
[   75.609596]  ? debug_check_no_locks_freed+0x3d0/0x3d0
[   75.614750]  ? release_pages+0xb8a/0x11d0
[   75.618868]  ? preempt_notifier_dec+0x20/0x20
[   75.623333]  check_prev_add+0x865/0x1520
[   75.627361]  ? copy_trace+0x1d0/0x1d0
[   75.631128]  ? check_usage+0xb70/0xb70
[   75.634981]  ? __lock_is_held+0xbc/0x140
[   75.639015]  ? hlock_class+0x140/0x140
[   75.642869]  ? rcu_read_lock_sched_held+0x108/0x120
[   75.647853]  ? copy_trace+0x1d0/0x1d0
[   75.651622]  __lock_acquire+0x328f/0x4620
[   75.655735]  ? __lock_acquire+0x328f/0x4620
[   75.660024]  ? get_kernel_page+0x110/0x110
[   75.664230]  ? copy_trace+0x1d0/0x1d0
[   75.667999]  ? debug_check_no_locks_freed+0x3d0/0x3d0
[   75.673158]  ? find_held_lock+0x39/0x1d0
[   75.677187]  ? radix_tree_next_chunk+0x5e8/0xdf0
[   75.681909]  ? print_usage_bug+0x480/0x480
[   75.686113]  ? find_held_lock+0x39/0x1d0
[   75.690146]  ? lock_downgrade+0x990/0x990
[   75.694259]  ? radix_tree_tag_set+0x387/0x4a0
[   75.698719]  ? shmem_tag_pins+0x6e8/0xd20
[   75.702834]  ? radix_tree_gang_lookup_tag_slot+0x470/0x470
[   75.708426]  ? do_raw_spin_trylock+0x190/0x190
[   75.712975]  ? lock_release+0xd40/0xd70
[   75.716918]  ? mark_held_locks+0xb2/0x100
[   75.721038]  ? shmem_tag_pins+0x60c/0xd20
[   75.725156]  ? check_noncircular+0x20/0x20
[   75.729356]  ? shmem_put_link+0x210/0x210
[   75.733478]  ? SyS_mmap+0x16/0x20
[   75.736902]  ? wake_up_q+0x8a/0xe0
[   75.740412]  ? lock_acquire+0x1d5/0x580
[   75.744351]  ? shmem_add_seals+0x197/0x1060
[   75.748641]  lock_acquire+0x1d5/0x580
[   75.752409]  ? lru_add_drain_all+0xe/0x20
[   75.756526]  ? lock_release+0xd70/0xd70
[   75.760473]  ? check_same_owner+0x320/0x320
[   75.764767]  ? __might_sleep+0x95/0x190
[   75.768713]  cpus_read_lock+0x42/0x90
[   75.772481]  ? lru_add_drain_all+0xe/0x20
[   75.776597]  lru_add_drain_all+0xe/0x20
[   75.780536]  shmem_add_seals+0x3e1/0x1060
[   75.784653]  ? lock_downgrade+0x990/0x990
[   75.788766]  ? shmem_replace_page+0xe60/0xe60
[   75.793230]  ? __fget+0xbb/0x580
[   75.796564]  ? lock_downgrade+0x990/0x990
[   75.800679]  ? lock_release+0xd70/0xd70
[   75.804623]  ? __lock_is_held+0xbc/0x140
[   75.808652]  ? __fget+0x362/0x580
[   75.812074]  ? iterate_fd+0x3f0/0x3f0
[   75.815842]  ? up_read+0x40/0x40
[   75.819185]  ? down_write+0x120/0x120
[   75.822957]  ? security_mmap_file+0x14e/0x190
[   75.827422]  shmem_fcntl+0xfe/0x130
[   75.831019]  do_fcntl+0x7d0/0x1060
[   75.834527]  ? f_getown+0xb0/0xb0
[   75.837947]  ? fget_raw+0x20/0x20
[   75.841370]  ? SyS_futex+0x269/0x390
[   75.845055]  ? debug_lockdep_rcu_enabled+0x77/0x90
[   75.849952]  ? selinux_file_fcntl+0xf2/0x150
[   75.854331]  ? security_file_fcntl+0x89/0xb0
[   75.858705]  SyS_fcntl+0xdc/0x120
[   75.862126]  entry_SYSCALL_64_fastpath+0x1f/0xbe
[   75.866847] RIP: 0033:0x451e59
[   75.870007] RSP: 002b:00007f4d15f12c08 EFLAGS: 00000216 ORIG_RAX: 0000000000000048
[   75.877683] RAX: ffffffffffffffda RBX: 00000000007180b0 RCX: 0000000000451e59
[   75.884919] RDX: 000000000000000a RSI: 0000000000000409 RDI: 0000000000000017
[   75.892154] RBP: 0000000000000082 R08: 0000000000000000 R09: 0000000000000000
[   75.899390] R10: 0000000000000000 R11: 0000000000000216 R12: 0000000000000000
[   75.906627] R13: 0000000000a6f7ef R14: 00007f4d15f139c0 R15: 0000000000000002
2017/09/11 22:57:00 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sched_getattr(0x0, &(0x7f00006b9000+0x1f5)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x30, 0x0)
sched_setaffinity(0x0, 0x8, &(0x7f000044b000-0x8)=0x100279)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x2, 0x1, 0xfffffffffffffffd, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000d93000)={0xffffffffffffffff, <r1=>0xffffffffffffffff})
r2 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000dad000-0x10)="2f6465762f73657175656e6365723200", 0x302, 0x0)
setsockopt$llc_int(r2, 0x10c, 0x8, &(0x7f0000d3b000-0x4)=0x10001, 0x4)
clock_getres(0x7, &(0x7f00009a7000)={0x0, 0x0})
lookup_dcookie(0x4, &(0x7f0000483000)="", 0x0)
r3 = syz_open_dev$tun(&(0x7f00002d2000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
ioctl$KDGKBTYPE(r2, 0x4b33, &(0x7f00007ae000-0x1)=0x0)
recvfrom$inet6(r2, &(0x7f0000993000)="0000000000000000000000000000", 0xe, 0x1, &(0x7f0000099000)={0xa, 0x3, 0x8001, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x3}, 0x1c)
openat$sequencer2(0xffffffffffffff9c, &(0x7f000049c000-0x10)="2f6465762f73657175656e6365723200", 0x40000, 0x0)
accept4$packet(r0, &(0x7f0000fc9000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @remote={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000cdc000)=0x14, 0x800)
ioctl$TUNSETIFF(r3, 0x400454ca, &(0x7f0000533000)={@generic="02000000040000000004008000e9bc22", @ifru_settings={0x10001, 0xfffffffffffffffe, @fr=&(0x7f0000013000-0x18)={0x0, 0x0, 0x0, 0xfffffffffffffffb, 0x81cb, 0x5, 0x26f}}})
close(r3)
ioctl$sock_bt_hidp_HIDPCONNDEL(r2, 0x400448c9, &(0x7f0000277000-0xc)={{0x1f, 0xffffffffffff3736, 0xd0, 0x1f, 0x27, 0x10000000000}, 0x200})
delete_module(&(0x7f0000bbe000-0x17)="2d706f7369785f61636c5f6163636573732f6574683000", 0x200)
setsockopt$sock_int(r1, 0x1, 0x10, &(0x7f0000b9a000)=0x9, 0x4)
2017/09/11 22:57:00 executing program 6:
mmap(&(0x7f0000000000/0xae3000)=nil, 0xae3000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = dup2(0xffffffffffffff9c, 0xffffffffffffffff)
ioctl$TCSBRKP(r0, 0x5425, 0x1)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000005000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
mmap(&(0x7f0000ae3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(r0, 0xc00c642d, &(0x7f0000ae3000+0x3b3)={<r3=>0x0, 0x80000, r0})
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(r0, 0xc00c642d, &(0x7f0000498000)={r3, 0x80000, r0})
ioctl$KVM_ASSIGN_SET_MSIX_NR(r2, 0x4008ae73, &(0x7f00007d6000-0x8)={0x0, 0x0})
mmap(&(0x7f0000ae4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ae4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCETHTOOL(r0, 0x8946, &(0x7f0000ad9000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f00004c2000-0x1c)=@ethtool_rxfh={0x47, 0x356, 0x9, 0x1, 0x80000001, "ede3e1", 0x5, [0x1ffc]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000ae4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ae4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg$kcm(r0, &(0x7f0000ae4000)={&(0x7f0000ae4000)=@l2={0x1f, 0x6, {0x800, 0xffffffffffffffcd, 0x7ff, 0x1, 0x7, 0xfffffffffffffff8}, 0x6, 0x800}, 0xe, &(0x7f0000218000-0x50)=[{&(0x7f0000ae4000)="937e618bddc4e36eaeba02795416cc49852aa6782bca8a6cc933ff5b162e27bffcae2c410b2a2b15b5dfa4d34e50409a2128798939fa65b1b46253e2db4fbd02b00aacd741503813d36ba698e8bf6d9076f4d3c68ab0bba7db8abe4731cc76f51ff2d62120e7b97b73bfe7b9617695e319ad42cfe45aeab194498c20cc1462e410758184cf742d50eafb41447aebd987e1f6ae1f6949dfcb448c6e27b0459dcb1199fd35f03d4d40517320c2e5a4d4097819bb78ca3923772d1de62c", 0xbc}, {&(0x7f0000a70000-0x2f)="3c79f5e3d3d7149e1e5cd3209a3ac47861bfc6c7dcd63f79331921c10d0907849556207201a510fdcf37be9b9fcab3", 0x2f}, {&(0x7f00000f2000-0x9a)="4ddebe6f51b20cd1de8614d84f86efd56bf797339d029926de08262082a9a8a093faf1d2a33f225f75604f2add034b78406fbf51b043ca89fe0298302de5245402ccd078cbed92699539249f15cf299c3ef4912c084878514dd2c2f5942a0fd335d2455d6bb86e742877d0d00e7b6390c1961f0e42c41da31ae7fa5ecc988ea3959036d2a49a4dc084cb6bca8071b4ff2fd67d535ba1adf9133c", 0x9a}, {&(0x7f000081a000)="9cdce958e2abe5ad86fe6927db155dbadf248322d9de33d9bfdcd3b98f411d1c4756233d416a8686ce56280bdb2117fcd72ffcdcb2b21293ab50598033e201516df40a8196346696c3fe1c4f", 0x4c}, {&(0x7f000038a000-0x4d)="6181ac2c2ebf090a245337a4d03d194dfe39e815c0ff808db4461db45a0d2cd1d78b7217127fa51634aed006c7544ec6ad56f97ae29faa8e8d56517afbefe85fcaa9e45eb55b8aead27ccde92d", 0x4d}], 0x5, &(0x7f0000ae4000)=[{0x18, 0x111, 0x7, "83b35a8be5d1"}, {0xe0, 0x10f, 0x0, "6df6889b1b096640562007d4b7a380ff5fe40d854072fcfa7786a72e1b2e60520e9ddb4bcad9e4a98a0da4b9ceab45167677e89d011eed944409aaae64e08be0a63d7cfcb716ed4ca95a1acd84b0b055ff7b94a41b17745efba29f0d7686ff0ee020100050b4fbc690b06104d5c2c9e224faccfc1cb170d64eab0671e689c44669d27e27f59061cf02b8b2767ebede05c3daaf526f4bdf13fdd86bb56719a60d1b54df05a6d535ed34dac07b668e4fac09d7a5a455962c60d82c2446504804a95843a2900b467128c6ea"}, {0x18, 0x0, 0xf0f, "ef161842d7c6"}, {0xa8, 0x102, 0x8, "6e68d3ed5b2e0c619dd07cc13682ee58e4a5c970b969536171cadd98de60a2d66e27425ac6263859709b00cc071c66a4412ae8eaffc09bcea875243f814483e5909cdafdc2ffe89ddb801096d827d94e6309118eaf62a6869e23110309e07ed725be02636da6e9a2f60c93281e8fcacf790b8176b82d4fa0c90d1b0e6df0bc1cebe883da5e3361a4969542d2fec42be84a13"}, {0x60, 0x0, 0xa313, "c8877cf04703ab354864dc1fe716cc9263378de4a87f044e536817c1b1a8883651d972bb285b934bdaeb3c7fec4e2e9ee1798ec42f52f608d189cb91178f5e74fb7ea20881f028fc764d25b75c6bd74e"}], 0x5, 0x4}, 0x8805)
ioctl$KVM_CREATE_DEVICE(r2, 0xc00caee0, &(0x7f0000ade000)={0x4, <r4=>r2, 0x0})
mmap(&(0x7f0000ab4000/0x1000)=nil, 0x1000, 0x1, 0x3e, r2, 0x40000000000000)
mmap(&(0x7f0000ae4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ae4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_HAS_DEVICE_ATTR(r4, 0x4018aee3, &(0x7f00002cd000-0x18)={0x0, 0x100000001, 0x8000, &(0x7f0000ae4000)=0x0})
ioctl$KVM_SET_DEVICE_ATTR(r4, 0x4018aee1, &(0x7f000058f000-0x18)={0x0, 0x1, 0x1, &(0x7f0000ae4000-0x8)=0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvmsg$netrom(0xffffffffffffffff, &(0x7f0000d71000-0x38)={&(0x7f0000fc4000-0x10)=@ax25={0x3, {"06a801bf200a77"}, 0x5}, 0x10, &(0x7f0000de4000)=[{&(0x7f0000fd2000-0x86)="27a70cb84b94dfa756e9195059fdc904b564e2d791fcc00b0b4da773b52629be2404721f856d906ae99867b7f8729ce32e0c00057746470e70b7aa1b95f63de73c5619302a3871b4c5149bdc5671314e52a68052008b79598826f1720a8e1fc18514f987884989c064564c7615fa9b7eae943409dc80fbaff9784930101778ef92a4afaeb892", 0x86}], 0x1, &(0x7f0000ae4000)=[{0x98, 0x184, 0x200, "e0f3f225e9b773e790ed39944ab0b2a0485174f3672788ee5c9f86e70287bbe7372b030200a5dcf96a6cb49938b757943b257ed7e7b775512478a45550d30c46fdccdaf046e6bdaa4a1b477168f003bb1644b3ac6501578a1acd16850a82b054d216ee541de592252a7b69375dcb50cd381cd417379320780ce6055259418aa51f"}, {0x68, 0x84, 0x0, "c793263a490cb6fe4013e7142f3d27da532d7c78751da827c69494a5fcb1b967412207cec72cec29834e4ffe6ac299f2760a0f469b8d3efd20b164b4a3c2c6cf437bb1acad50f67893c12e3c9283e84867"}, {0x1010, 0x10d, 0x7, "fb4629b8cd2aa4d96c2f88334322b679cd568455e8648acc5bf3d771bde123dc2f4f4906edb9e41666f1862b4f4edff72dc954911faa52e8e4c027b541a9c16b8e0b5ca75a8b258e03208acb6ac5d561ff082ac115e356e84f5687bb4b62e10add29d0cd144f15885891b3d32c486fd8f6e92bd5f84d7151a9d3fabf61dfa71e12f1b428d5b516f80322a476ff83d237473c85a400a9899eecf0d722a14d7ad66d7f30154d800b1c68f373730ad873b33be19427d63e9af69af4f09709eba690a207ad2e0acd8c782f99bbcc3c96651dbb31691e64f62a1d80e4450a76f60b220e2ed21e61f95fece63bc72467c8967a54c28f4f87fe5420061ca152e533aeb10955d8d100d8ca1f656f9447b74ee1aba1428d372984d4bf6e626d70709a3ce7a305c7381afd006622cd2426c3636175ddbbc9a38e14aa5721f51048b063486780765215f675f7c9fddf5ca564d5deca470f060ba1d2d5559f1b98795d0f74841991509aa51dbd75980a7f0c7478a2743c05f8e2c5b2d0f57b4bb79d8ba03000c6307e7585aaeeb9a21ec762e7e9ce04be98d8b6af909d4d230725a51bdb7c3da4fcd5be5b583dc4c36ac8bfd9169f9e4f12d580e85ac708e943e3ba59c783bdce8252fc18d9fab03b4ea155986176c15db88cb8b0ba225e8f1deed8b2cfbb8f982568c6e9b5c3633a54fb7d9d976f170813802b5feb9e7f09c574bc96463a8bcc1c56b689d00a0b1e463089671571d58c5d83554a75f672472c0429ecb3ff9b12e2649506f1b1c1e8f2b1bc6fda5dd5d91a0fd77fb68b3e64437e89da6726274421377a503b64a0cfb5b63f8442e730afe78c92795ee2f4c161689e870afeda1070c7d43545ac4185284edc9c148842da9de739fe30e918686f7b3ced9755d2c3850be69baac937e6027607ec6a985dc91bc19d1fd893d37acad3080ca8545d0f1a403342d51fa16dadd28f6af03c7c45cebdeba2b2408c1b4b261421bb207dc71fdfe9d0fde220999c160f02c9a079a7fa584b49892ba484350d0235407f88b211e0616ec6b225813394ed5c840603cc1ec9696f7253b05412769dcb186ddc973928ceac6a0807727c397f9509f9756c60432cf523c7a5ff0edd39750ea513dd398b8d23d7ed250c02f940bf51d1bbcd7c00c98b310f31a52efc27b37afd6b04ac3871d0dfa3727a2c68e65271e27bead370be79a45c6bbd71079c7333f4f18688b98c6b437e486456a81fec69b6a01d9ea8f1590a051ba4f298bf76d8fb2c47a2d50237ff960ce58d963fa04f0c328e8c289afa4601ea2df74b276b34d219d31c30b71217a191b2d67038deeb739c6c1625e106182bbebd0526309fdf74560e966862085f27d8979b579a8cc42f5c82c002a59ca1f25e6b513aa1b033c967aa256fdef53843cec24b98f5ec03443d218bc88ff20b13d62da6d8afc9d9c1abffa1dc25c1ad37161b1cd150b36ab7bdee6cb911287372f14a5537924719c7c8f8bf5c5b06efd402f3a063769aebcf03cb69f23c4845367d43fbdbab107be16ae13542ea7e4f944a85a1ac9abe2392067e84d7975c6f5eac37eee8fe2c8cfcae97408af98e84af7ab1eefb6eb1e409804f09de040261b6c674697f94d3ec05c9828133aee20acbed0d55af0799d4aed546577955b9c23dfb4f641670a6c7775153c50778d55fe7d19fe336cf6a5365810160aea916f50c63f21b75f842ddc5840c33ea5b27b25ab0e60ce2c34427214ff3f5cf6792f2788f4812d84532e297f3e28da69d4f65d9d961e259260c499092826bc38fb6890bbd989554a49d4160545861be0b6412ad8184ff3643a005550779bd8d7ed7013953614131f30cd4e77edcce568a0e0b930c8e6165395be7926fc3500aa6e53193583801a399b71a748215abcb6002fb6bb7b0d7e83730177fad88aa9eb25dd100e95cfc3e77b32c00293fa75383026476d029706e7e082602680edb6d7f1d5529af898f27707c57f7e6badb9601dbf086c3c86eaa3ee6a4a8d245824bbfe0f23c711b0a7d6382963fb2817fc94a345c35b827b74a68e288426225c384801d32caa442a67fa9035e45eb0abaed19ed953d70b99b3a6261f87de222b52544652ccdfea37fcb589b405469f2c9f8076629fe5d1dde5278943f15267f0b27a1e4514f06d1ac09c55ade6364aeb323d5a6581bbe9409ce328f11ddcc6a7d43c4238fd06a86aa30d522155c639de22095defedad1efb8dbbeb83c316a3fde73f22b016aff5ec802166c254e3d95322f00de28ff55a3d0f68f9cfb58950edd3bbe6c16d1985d8986b110f2c27f4f65d0605f95e81b062e4df2e26ae9ef96f8b87cf77455c1256003b597d0effa276a36736ef1581d50ed06c25b4c5bc350ad17df46116dcabea319babac80e8907876cc90e743cc212c7a53c86149dbe37591725b992096ca710b677f5de36daa2afbd1304ccad7b923d15318e0cdf94f4e8beef7ba45bb2da39300e4e66c1ff645563084f311ada545387652d4a159bc16c1eb2c9a4254ec2344ff9400c9068ec8784fd00cb23efe9077c7318c06064c55d5d39cbb3bc0ed9090110105595e90055d96a767d40b776696e74fd446450596d4ab388568e23e4c7fd0ea04f2f13f8e67cc25804dbcbe1b7ee0f5ffdb7d1a858c2e589e9e698ebf77494d0fd4fb0f7cce89fd01997559893cc26b766f93b3cdce4a86298e8495c372259c7c9e9c6bded82c7878b80e3228a9a5f9c2a3fb24b31111ca50249901ff386bddcd0ce706e1c0d19dab1c81da1a6db49d139769734a639ca9b0e5e99be513f5868863edc668add1989306233dd158ebf9ef74745b5102eda682e7c360bbaad918986f39a6f8be99ae002672320847817b2f7390782af1544fa8ba336e5d2b609fb6cfc971a8ab6520efe5d4d060d9c3181826eb52c7007a12fcb6f659569b17fd25dab6b1fb2774ace082475a9146c62098d37b79f26993f97447be33742c109b551ae57195274b1dd87b4ac01363f924db575af1e1f876114a70aac78ea7c49eec2616684cc2d693da5a77ba1b92a04a5adcaba2d3a910c2fa1841e00c869ef3b13ca971e5c72c3a63c6ad80238f5da95f83428a430e0aec9f18adeab25a00784eb67d5e57a32ef44a558ed61168323b83465dc4ea9da7930ac4a26a62858ec3b93b8c5fd0507985f832a64c70b4421c35175d5d51e06d48ddef18893e1ca25908df16eb0ec849dcbc14bcc24117c09dde4494347866b30ab4dcc26c73a3e32dfc180418eef7923b9364db5fd8a0e3d1e982b33f131af6fe4186b045dbd85920fb85d1164e9830b6edd4702a3aa9a408cb2f2a053dea2f2ef2abbfeafd922bac9cb8d9c0d022ee970b11fd036bea7ef54caec6fc338043e5502d577e051307f9fdd1e6136a31d882c3796f4b4f55e95094e2727c4e106f91cf9b38185a2ca3a593a97cb0f06a508897059fb876e3d6633a06324056810fa19355f4e9f00469629c50b2c0e21f338b2a4bd6b969a3400043cbd102da860bbd82b3d43e5d5aa532108e45ca93749ab93c701e2b9734e105234cff5a2e2ad693148cd869ce9650bebac1832c257e68e5f0ec214122e41674fd0403da0c108299f15516bc0abce59d9ac54b75f55a045e2736b6ecda383106b5658b5e7c8b9153217cf0c073de376c45d7591bece4b399f474b4919eb7c238956fe122193c3ec39ea1452bd513c23c67f4c622c3d7883f4564ddc8227f0d4b202d20f4c2247287413e704a2edc8a35b506207fa798b133db24fdc847d82b1020d934ad23e444d539c9d2c5d667430f3b4ba46d93b2cd501406f5c95f105d3c891f236f1a9463c4c0553903d4978f2b8e1f77d767919ed82cee16184df93944b9f742a4c968207dfbd51365613e322c366a341dc5b119e6180a6dffd0fda5001ebc212973a43794c17e502aa23628a231ccced5114a554a59b20cfbf91c4fa031fd5bd63a206af80e9ed6d3ab335c653b6a525b7d2b04dcff702b28143cf878d3f89a2613aced0f12c991196258fbfa3241c56baef6118985c7c97174b5ea7c839334ab0c5a3d91791cfdf2ae4110db17bc5aeffa6318fad85b63863395b1a070fc294e9976d23d0c17d1516c059d095324361fec646005fc2c9e58fb12ae73c87845339aae9702ba9b7ad99090f926a601ff8345549b22a9b9f40d7f8a601e3e5550d247c2e1cffbd3e1e36b7acce9e552dff391f92b6ed6bd58a4ee438ccbda551bbb67bb86eef5745c1b2b55f32716901abcd691eaf3f76b1052bb4a8ec71ea8d6723e2542e9714012b82c74a338a99b6d2193c43cce9a5126d70e889952b8740d155610fbf8905eabfcf0527eebf0f4be4de56dab8533d5583076eb43a0210c6d2ce188e89780d3be8882c96f08f729c32daabe66198f30f5385e535e1f47219be386858936066e318817c574a53e06cf6a2965303e7d9a5e20e6b4b60ddf1b8666f07d0d0a4fff176e4319235c75cc722e98adc4f973b2f4ab89ad0c526eee82b2ab7db79172eced1227227ee45b118422184e388b777f2d098162c99e96972418cf841839d3eed5c92141c6c803047814a9dff22734d9ac145278b5ed170657a22804806cad57078781787941d1fac4b35418ef6213f34c93f3567613f05b4d3e912b7724bdca30e6b9fe59ba12b3067a350b8566f0771961c879b12c47dd0a77b5f788fd23d354fb6e9da41772205b74b6e4f918d6a666f9e639a738d343a977a615eba75a474ab96ea9177a0a551a32ee0b6ef0a1eec39f7627c98db5284336d1d2432797ef5ba76e76f59fec05f6bd3ddbcfd2f8035a2aa45775b69299ecf98a845d3edd547df9643329e178217703920549fc8a7b272bab4b9207450ff285db85ace7c314dc56f475974e94244a31a8bd074d693c5e51d8119f02878fbc808c55efa1a87571db4aa23de14ae1771e7bd87ef0954775196ed2e247b43c43118b8c1d0e4f062b1819ff7219015d263406981a7c994baff29a2fec31ba173e6f51eb2ba9fd8ecced34ec7d1c15ffde92833c5e10eea1d7a0712a1c981f73955e4d16cb714ae26a84ec8563967f27c09c70d1666fba8c88434eeb698e7c8debb3204dd3ee9d22c1924fd950bdd8fe0080199109d3127aa9f603fd703612d0d7586820e4e040b4a6e014196073192249e6fb1ea0ed88beb66a2007d9ae13f91b4cde29c4503194005a8d233376bb50e7c267360991142584e4e4a7d34aede55e588c8aacdac048f3a9e50a449921083d9d4431af3c18b85d2aba5294de603007d0b721f30dab9ac476274cb6dd1956e9d5e5bc845d4bf696589000b01cfcd158779b78d2ceefaca5c832922f5804365aebbf508590b133a1b4b52641d107940fc1b1be298d59765dd725191437533e4956bd8a7693292a985e400e7b03b34a089e16ab66220fb46af8f237e21f9c97884f2e4f4df04ae6f6ccfd92628aacc6c9f8a1014e13b6b20409bbc82d3b7931313fdc1faff7e1d9c6b4e8b5fd5119262ca1bb90c5c7ad436163f46da792f9195b0c63ed97e5576a267f69c545b84023aa0fde840bc4b0edba14f7d42f4bde7f6dd231c742ab06a88de684245c16ca64d89de842ed63e86eeef39e0c11eda008283c53fb8b4ec983d879d1be9809b1744f1f7f8769371b645fcb91aff280d466ed45ac7704eb1105c568cdad035976f650745a42fb51a1b9fffa9bb9e2283e73e4fa8cd5756d4a05a84103c499746806bc26616c3858b59d9aa63a5c74e60551c5b88ec90b82c9b7d835e8c42babc70fcec5ac9d3c1f189af5e2f08defc5f52a687"}, {0x58, 0x119, 0x8, "fa64befa903db4b4d8cf6760f10bc6fbb73d7c30ad080bb7dd75f66a4ae39a7f9e752a7a0931af7c9ad76bec6fba155d21340f7b8bfde09b1a47984f3d28e00f5c7069e7798133"}, {0xe8, 0x101, 0x9, "bb4d010b02ae134e3c6414921090051529bd9ba229e1005b5efcdd83addcfe4e22514cae4f22ef2260fde9254e2e11e3224ce7760806d48dbdbf36073ec934231b12c0b5b3a2e1074e1f5d1ce8fc37b5e0679ffb3bb7f70d7368f1150528c0113beaa5ec8b7ba63d41f8736aee4a27f04d01d9cdc717529b035a64db0bd5b485dca7c9593f0681098410102b844f8cf3ae5161d228cda71d6a72d9e3e0f82afa134f2b0e5a48220fa7815aef395e3b0aaec974da1f3fd49548ba81f4d006bfb3c83dca6cb586450dc0ec0a82ac4470e40b317d784c"}, {0xb0, 0x11, 0x7, "75ddf5d15ac0e5e1d819af2c81f1d16fa1c69856d4995cf6b442bb168d48df61a7010825e8edda5d7613fa9c9ce8edca57758088baa19612c3f58aa785552ecc13d9cdbdd1aea0ebdbffd97c9848d2383cd360b4b416ca082f4b9d3533ff6495098b13b4e1983c46df52e333629efeda1d8fa71d4d60b29be39d535cfbff6c653f2b73c75e7d1e582b21bdddf1d07e486e827ee1382ecb0faa7c7cc7"}, {0x98, 0x103, 0x2, "5c9206d006879c98eb7927bf3421f3ebba50387c147b3a560de59f4fb501f4c0352def3ef6ce7ace2f70bac85f9183b43354ff78d82ac2215a98f4fc5e8d9507c382ed962b6ae92606040c4f56f948a98dd3cb49ca9819c5b4e5510bbe44614ed9003859a3d129f25f3269de2f9a65cd461aafb49a0a38dcdf21da4e9d25ebfc5be0c5"}, {0x28, 0x11f, 0x0, "4ee261fc8df4b4c60eb2fcb967a9a2c9a16b"}, {0x60, 0x9bcb7438cad558cf, 0x20, "6775d745680703e8955d076f303f14aaa34a933585712845a465fb7c9c5b1a6f3ccc7f5f5152ce4bb0d9dca9294f0fc6ea1f0267ef0b8f727a69e80f6a885e1fb38a1e9a619ead7c9690d3cb908751ba"}], 0x9, 0x40004}, 0x10022)
2017/09/11 22:57:00 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
unshare(0x200000)
r0 = socket$netlink(0x10, 0x3, 0x0)
writev(r0, &(0x7f00004d1000-0x10)=[], 0x0)
pipe(&(0x7f0000528000-0x8)={<r1=>0x0, <r2=>0x0})
ioctl$sock_FIOGETOWN(r1, 0x8903, &(0x7f0000c0c000)=<r3=>0x0)
getsockopt$inet_sctp_SCTP_DELAYED_SACK(0xffffffffffffff9c, 0x84, 0x10, &(0x7f0000f61000)=@sack_info={<r4=>0x0, 0x3, 0x3ff}, &(0x7f0000d73000-0x4)=0xc)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(r2, 0x84, 0x22, &(0x7f000000c000)={0x5, 0x8, 0xcb83, 0x80, r4}, &(0x7f00008bb000-0x4)=0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x9, 0x0, 0x3, &(0x7f0000001000-0x8)={<r5=>0x0, 0x0})
r6 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(0xffffffffffffff9c, 0xc00c642e, &(0x7f0000990000)={0x0, 0x80000, <r7=>0xffffffffffffffff})
ioctl$DRM_IOCTL_RES_CTX(r7, 0xc0106426, &(0x7f0000d1d000)={0x4, &(0x7f0000f3f000)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}]})
getsockopt$inet_IP_IPSEC_POLICY(r1, 0x0, 0x10, &(0x7f000080f000)={{{@in=@remote={0x0, 0x0, 0x0, 0x0}, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r8=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@loopback={0x0, 0x0}, 0x0, 0x0}, 0x0, @in6=@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000d00000)=0xe8)
ioctl$sock_inet_tcp_SIOCINQ(r5, 0x541b, &(0x7f00000d3000)=0x0)
ioctl$DRM_IOCTL_GET_CLIENT(r1, 0xc0286405, &(0x7f0000838000)={0x1, 0x5, r3, 0x7, r8, 0x8001, 0x100, 0x8001})
bind$inet(r6, &(0x7f0000917000)={0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
connect$inet(r6, &(0x7f00001e8000)={0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
connect$llc(r5, &(0x7f0000bac000-0x10)={0x1a, 0x1000008, 0x800, 0x80000001, 0x800, 0xffffffffffffff81, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, 0x10)
readv(r6, &(0x7f0000015000)=[], 0x0)
getpid()
recvfrom$ipx(0xffffffffffffffff, &(0x7f00002ad000-0xa4)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa4, 0x41, 0x0, 0x0)
syz_emit_ethernet(0x2c, &(0x7f0000a58000-0x2c)={@random="37d9522e1056", @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [], {{0x806, @ipx={0xffff, 0x1e, 0xffffffff, 0x11, {@current=0x0, @current=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x97f}, {@current=0x0, @broadcast=[0xff, 0xff, 0xff, 0xff, 0xff, 0xff], 0x400}, ""}}}})
setsockopt$SO_BINDTODEVICE(r6, 0x1, 0x19, &(0x7f0000316000)=@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x10)
setsockopt$sock_void(r6, 0x1, 0x24, 0x0, 0x0)
syz_extract_tcp_res$synack(&(0x7f0000e98000)={<r9=>0x42424242, 0x42424242}, 0x1, 0x0)
syz_emit_ethernet(0x44, &(0x7f0000433000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="4c6112cc15d8", [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x36, 0x0, 0x0, 0x0, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x1, 0x0, 0x42424242, r9, 0x0, 0x0, 0x8, 0x800000002, 0x0, 0x0, 0x0, {[@sack_perm={0x4, 0x2}, @timestamp={0x8, 0xa, 0x8000, 0x26e82a04}]}}, {"6d96"}}}}}})
syz_emit_ethernet(0x9b, &(0x7f00006b0000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x8d, 0x0, 0x0, 0x0, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x1, 0x0, 0x42424242, r9, 0x0, 0x0, 0x1e, 0x10, 0x0, 0x0, 0xfffffffffffffffc, {[@nop={0x1}, @timestamp={0x8, 0xa, 0x5, 0x1}, @sack={0x5, 0x16, [0x2, 0xa7, 0x2, 0x4, 0xfffffffffffffffc]}, @timestamp={0x8, 0xa, 0xa5b1, 0x290}, @md5sig={0x13, 0x12, "117a718f748f28d4fffce3e0dff56edf"}, @sack_perm={0x4, 0x2}, @md5sig={0x13, 0x12, "747baca19bfb10c48a52db7f1e5239f4"}, @eol={0x0}, @fastopen={0x22, 0xc, "5c1e830dff06a295093c"}, @generic={0x5, 0x6, "ca4f447f"}]}}, {"0c"}}}}}})
sendto$inet(r6, &(0x7f0000f90000-0x68)="9032a876da9f58dd2d242ef212acaa93a563eef41e1deafe9a291949518dccf96b7c6a32d526bfe7bb14a6ef1510df349b72344b1b1d3de82f055550c272a9f5059ed23b3ae985c1ae0affa3d526134c82328487568fdc953125f701ab70a1143ab4f7ac6969d446", 0x68, 0x4000, &(0x7f0000d4a000)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
accept4$ax25(r2, &(0x7f0000151000-0x10)={0x0, {"00000000000000"}, 0x0}, &(0x7f0000eae000)=0x10, 0x80800)
2017/09/11 22:57:00 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
accept4$inet6(0xffffffffffffffff, &(0x7f0000fdb000-0x1c)={0x0, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, &(0x7f00000e3000)=0x1c, 0x0)
r1 = syz_open_dev$loop(&(0x7f0000e58000-0xb)="2f6465762f6c6f6f702300", 0x0, 0x4102)
accept4$llc(r0, &(0x7f00006ce000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @remote={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000802000)=0x10, 0x80000)
mmap(&(0x7f0000e5b000/0x1000)=nil, 0x1000, 0x3, 0x2011, r1, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000001000-0xc)="2f6465762f72666b696c6c00", 0x200900, 0x0)
mremap(&(0x7f0000531000/0x1000)=nil, 0x1000, 0x3000, 0x0, &(0x7f00001d2000/0x3000)=nil)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000ba0000-0x8)={<r3=>0xffffffffffffffff, 0xffffffffffffffff})
r4 = syz_open_dev$tun(&(0x7f00002d2000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
ioctl$TUNSETIFINDEX(r4, 0x400454da, &(0x7f00002d1000)=0xb)
ioctl$TUNSETIFF(r4, 0x400454ca, &(0x7f0000533000)={@generic="02000000040000000004008000e9bc22", @ifru_settings={0x10001, 0x0, @fr=&(0x7f0000013000-0x18)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}})
ioctl$SNDRV_SEQ_IOCTL_DELETE_PORT(r2, 0x40a85321, &(0x7f0000058000)={{0x1a, 0x80000001}, "706f7274300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x2, 0x400, 0x1, 0x6, 0x3081, 0xcf, 0x9, 0x0, 0x4, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$DRM_IOCTL_GEM_FLINK(r2, 0xc008640a, &(0x7f0000f3c000-0x8)={0x0, 0x0})
r5 = socket(0x11, 0x80803, 0x0)
ptrace$setsig(0x4203, 0x0, 0x21, &(0x7f0000001000)={0xb, 0x6, 0x3, 0xfffffffffffffffd})
setsockopt(r5, 0x107, 0x1, &(0x7f0000001000)="", 0x200)
close(r4)
sendmmsg$unix(0xffffffffffffffff, &(0x7f000033f000)=[], 0x0, 0x40000)
fcntl$getownex(r3, 0x10, &(0x7f00009e0000-0x8)={0x0, <r6=>0x0})
prctl$setptracer(0x59616d61, r6)
r7 = dup3(r3, r5, 0x0)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r7, 0x84, 0x77, &(0x7f0000f94000-0x8)={0x0, 0xa975}, &(0x7f0000ecc000-0x4)=0x8)
read(r1, &(0x7f0000e5c000-0x1000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x200)
mmap(&(0x7f0000c1a000/0x1000)=nil, 0x1000, 0x3000001, 0x40855, 0xffffffffffffffff, 0x2)
r8 = socket$inet6(0xa, 0x2, 0x0)
setsockopt$inet6_int(r8, 0x29, 0x3c, &(0x7f0000f5f000)=0xd9c4, 0x4)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:57:00 executing program 7:
mmap(&(0x7f0000000000/0x12000)=nil, 0x12000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$usbmon(&(0x7f0000012000)="2f6465762f7573626d6f6e2300", 0x1, 0x400)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_GEM_OPEN(0xffffffffffffff9c, 0xc010640b, &(0x7f0000012000)={0x0, <r1=>0x0, 0x4})
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000013000-0x8)={<r2=>0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r0, 0xc00c642e, &(0x7f0000010000-0xc)={r1, 0x80000, r2})
r3 = bpf$MAP_CREATE(0x0, &(0x7f0000004000-0x14)={0x1, 0xe2, 0x4, 0x8, 0x1, 0x0, 0x0}, 0x14)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f000000d000)={r3, &(0x7f0000010000)="415dd5eecbd0c416b6a4801f6107051aee80332a73625b1dd5fbae99be0fbe43f8cb934d5bffc07c542a408814a076580d0cf8d41810ae96b6f9314760764e4e390d161ad03c03e75df0195b2786887c7c81889ded6d2cd6e7283a3689ddbcd00d2d6d15dc3f03eda2ffda4ce43663b9219d7797a25184774a28838a67f001243b9203cbede482e03484f2ee3b35fe61246ee0ad595d32255206d4646c7404ef2a724ee99c513841f81670e423bda5d2b83fcace5989cc6aa7727ae3610b13184e52fde3cfae0673fb25c37a", &(0x7f0000009000-0x3b)="719d63be943889d9e84a2b619d1da941390fb2fc327b79c5b2419d0dc7beb19834efb91225a0d609643a0f906cee87ff6f0a1b82a967c9c0982016", 0x0}, 0x20)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f0000014000-0x20)={r3, &(0x7f000000c000-0x55)="", &(0x7f000000a000-0x5b)="", 0x0}, 0x20)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000013000)={r3, &(0x7f0000005000-0x32)="2517d069b2f7d2161cd58045119f8b52f337edc92e0c02deb148ab19f95fe44dd5e568bbacd8e86cd11f75b7de10140069b6", &(0x7f000000a000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f000000b000)={r3, &(0x7f0000015000-0x1)="6a", &(0x7f0000015000-0x1)="c5", 0x1}, 0x20)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000006000)={r3, &(0x7f000000d000)="4698cb69d32611f74b4ff55c915672187d9234a0978f9b2324e66bb83667795d165f2a03dbcd24c5b452baf386bcb4fa08bb3d50af0c03f0d2f4c0e8e9b88b030e229b5455fe6016c93524fdd39f8caee93944728a68f86c5d56635adefe2b", &(0x7f0000016000-0x43)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000016000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000014000-0x18)={r3, &(0x7f0000004000)="65", &(0x7f0000014000-0xe8)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
getsockopt$sock_timeval(0xffffffffffffffff, 0x1, 0xbe0707fd2c8bf56c, &(0x7f0000012000-0x10)={0x0, 0x0}, &(0x7f000000b000)=0x10)
mmap(&(0x7f000000f000/0x3000)=nil, 0x3000, 0x3, 0x32, r3, 0x0)
bpf$MAP_DELETE_ELEM(0x3, &(0x7f0000008000)={r3, &(0x7f0000014000)=""}, 0x10)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = syz_open_dev$usbmon(&(0x7f0000015000)="2f6465762f7573626d6f6e2300", 0x5, 0x40000)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r4, 0x84, 0x10, &(0x7f000000c000-0x8)=@assoc_value={0x0, 0x200}, &(0x7f0000016000-0x4)=0x8)
2017/09/11 22:57:00 executing program 0:
mmap(&(0x7f0000000000/0xafb000)=nil, 0xafb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000afd000-0x9)="2f6465762f6b766d00", 0x7d, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
keyctl$join(0x1, 0x0)
ustat(0xd, &(0x7f000021a000)={0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$KVM_CREATE_IRQCHIP(r1, 0xae60)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_IRQ_LINE_STATUS(r1, 0xc008ae67, &(0x7f0000afc000)={0xd, 0x3})
ioctl$KVM_SET_USER_MEMORY_REGION(r1, 0x4020ae46, &(0x7f00008e5000)={0x4, 0x1, 0x16005, 0x1000, &(0x7f0000514000/0x1000)=nil})
r2 = ioctl$KVM_CREATE_VCPU(r1, 0xae41, 0xfffffffffffffffe)
mmap(&(0x7f0000afb000/0x1000)=nil, 0x1000, 0x5, 0x32, 0xffffffffffffffff, 0x3)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x5, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_DEBUGREGS(r2, 0x4080aea2, &(0x7f00003ca000-0x80)={[0x2, 0x7000, 0x6000, 0xf000], 0x7, 0x1, 0xfff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000afe000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_kvm_setup_cpu$x86(r1, r2, &(0x7f0000628000/0x18000)=nil, &(0x7f00006c2000-0x18)=[@textreal={0x8, &(0x7f00004e4000-0x6d)="baf80c66b89403d88866efbafc0c66ed66b821c000000f23c00f21f86635000004000f23f80faeed440f20c066350b000000440f22c066b8355b00000f23d00f21f866353000000e0f23f8bad104b80000efd3fdbaf80c66b87a5adf8a66efbafc0cb80300ef0f07b81a068ed8", 0x6d}], 0x1, 0x14, &(0x7f0000afd000-0x20)=[@dstype0={0x6, 0x8}, @efer={0x2, 0x4000}], 0x2)
r3 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000f9e000)="2f6465762f7667615f6172626974657200", 0x42001, 0x0)
ioctl$TIOCSBRK(r3, 0x5427)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_PPC_ALLOCATE_HTAB(r1, 0xc004aea7, &(0x7f0000afd000-0x4)=0x9)
ioctl$KVM_TPR_ACCESS_REPORTING(r2, 0xc028ae92, &(0x7f000079e000)={0xfffffffffffffffd, 0x9, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
syz_kvm_setup_cpu$x86(r1, r2, &(0x7f0000274000/0x18000)=nil, &(0x7f0000afa000)=[@text64={0x40, &(0x7f000099d000-0x64)="b6c3f8e788595dc51ba31779d22e2453ab6fe204d8cb17bc3c4ab8e3e0483b9931418b5c1612cb68cb1f08acd613883205213823efd610026d3b892f9ecf43c837882ddb41cb3a22a62644cc9081d865b5c7d6d371bfbc1b7da5ab28911fcb5667d0b08b", 0x64}], 0x1, 0x42, &(0x7f0000aeb000+0x7dc)=[], 0x0)
mmap(&(0x7f0000afc000/0x1000)=nil, 0x1000, 0x2, 0x30, r2, 0x0)
2017/09/11 22:57:00 executing program 2:
r0 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000471000-0x11)="2f6465762f7161745f6164665f63746c00", 0x2000, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
r2 = socket(0x17, 0x805, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_dccp(0x2, 0x6, 0x0)
r3 = socket(0x4, 0x80004, 0xe6)
r4 = socket$bt_cmtp(0x1f, 0x3, 0x5)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket$inet6(0xa, 0x6, 0x400)
setsockopt$inet6_int(r5, 0x29, 0xcb, &(0x7f00002c0000-0x4)=0xfffffffffffffffe, 0x4)
setsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r0, 0x84, 0x12, &(0x7f00008a7000)=0x9, 0x4)
r6 = socket$netlink(0x10, 0x3, 0x6)
sendmsg$netlink(r6, &(0x7f000000f000)={0x0, 0x0, &(0x7f000000c000-0x10)=[{&(0x7f000000d000)=[{0x14, 0x23, 0xfffff7ffffffefff, 0x0, 0x2000000000000000, "0e"}], 0x14}], 0x1, 0x0, 0x0, 0x0}, 0x0)
mmap(&(0x7f0000b42000/0x2000)=nil, 0x2000, 0x100001000007, 0x8010, r4, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
socketpair$inet_udp(0x2, 0x2, 0x0, &(0x7f0000977000)={0xffffffffffffffff, 0xffffffffffffffff})
r7 = openat$rtc(0xffffffffffffff9c, &(0x7f00008eb000)="2f6465762f72746300", 0x20000, 0x0)
write(r6, &(0x7f00001b3000-0x1e)="1108041a0080fc440902010007ff040000000cd8142ceb00013f14003f01", 0x1e)
setsockopt$netrom_NETROM_T4(r0, 0x103, 0x6, &(0x7f00002c6000-0x4)=0x2, 0x4)
signalfd(r5, &(0x7f0000b46000)={0x7c0}, 0x8)
socket$inet6_dccp(0xa, 0x6, 0x0)
r8 = socket(0x11, 0x806, 0x6)
fcntl$setownex(r7, 0xf, &(0x7f00003b2000)={0x2, r1})
listen$netrom(r7, 0x2)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r8, 0x6, 0x1d, &(0x7f0000750000-0x14)={0x61, 0x40000000000080, 0xffc, 0x2000000000004, 0xe54d}, 0x14)
r9 = socket(0x10, 0x2, 0x0)
getsockopt$netrom_NETROM_T2(r3, 0x103, 0x2, &(0x7f0000c73000-0x4)=0x8, &(0x7f0000693000-0x4)=0x4)
write(r9, &(0x7f00005c9000-0x27)="26000000130047f107000083140022e3041000ff010000000000000000000000050010000600d4", 0x27)
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r2, 0x84, 0x13, &(0x7f0000144000-0x4)=0xffffffff00000002, 0x4)
2017/09/11 22:57:00 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f00006d5000)="40706f73690000000000000001006573737f", 0x80000002)
setsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX_OLD(r0, 0x84, 0x6b, &(0x7f000039d000)=[@in={0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @rand_addr=0x1000, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x2, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x80000001}, @in={0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}], 0x5)
r1 = memfd_create(&(0x7f000065a000-0xd)="00", 0x1)
ioctl$UFFDIO_API(r0, 0xc018aa3f, &(0x7f0000ffa000)={0xaa, 0x200000004, 0x0})
bind$nfc_llcp(r1, &(0x7f000003f000-0x60)={0x27, 0x1, 0x1, 0x5, 0x1, 0x9d, "6720a8887fc207ee18857306acb2066ff1146a2cd0db7e9eb835b2bc154a93b92d1feb02119a421567445152ccf98a82e23b4f32e151be015197c9fae291ee", 0x8ca}, 0x60)
r2 = socket(0xa, 0x2, 0x0)
connect$inet6(r2, &(0x7f0000375000-0x1c)={0xa, 0x0, 0x3, @loopback={0x0, 0x1}, 0x4}, 0x1c)
r3 = open(&(0x7f0000d63000-0x8)="2e2f66696c653000", 0x28042, 0x0)
recvmmsg(r0, &(0x7f0000b70000)=[{{&(0x7f0000ea1000-0xa)=@rc={0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0}, 0x9, &(0x7f000082f000-0x20)=[{&(0x7f0000afa000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000ab7000-0xf6)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf6}], 0x2, &(0x7f00007fe000-0xb1)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb1, 0x4}, 0xfffffffffffffffe}, {{&(0x7f0000d42000-0x6)=@hci={0x0, 0x0, 0x0}, 0x6, &(0x7f0000609000)=[{&(0x7f0000a02000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x37}, {&(0x7f00001c9000-0x84)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x84}, {&(0x7f0000958000-0xa3)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa3}], 0x3, &(0x7f0000569000)="0000000000", 0x5, 0x2}, 0xffff}, {{0x0, 0x0, &(0x7f0000cf9000-0x30)=[{&(0x7f00001b9000-0xc0)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc0}, {&(0x7f0000b54000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd0}, {&(0x7f0000552000-0x3c)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3c}], 0x3, &(0x7f0000847000-0xa0)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa0, 0x8}, 0x100000000}, {{&(0x7f0000c37000)=@nl={0x0, 0x0, 0x0, 0x0}, 0xc, &(0x7f0000d9f000-0x10)=[{&(0x7f00002ba000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x95}], 0x1, &(0x7f00005db000-0xe5)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe5, 0x2}, 0x2f8d}, {{&(0x7f0000465000-0x10)=@nfc={0x0, 0x0, 0x0, 0x0}, 0x10, &(0x7f0000b9d000)=[{&(0x7f000037c000-0x44)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x44}, {&(0x7f0000e84000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x80}, {&(0x7f0000e3b000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe1}, {&(0x7f0000e86000-0x1c)="00000000000000000000000000000000000000000000000000000000", 0x1c}, {&(0x7f0000e3c000-0xfc)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfc}, {&(0x7f000069a000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x62}], 0x6, &(0x7f0000184000-0x3c)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3c, 0x920000000000000}, 0x4000000008000}, {{0x0, 0x0, &(0x7f0000a36000-0x20)=[{&(0x7f0000d3b000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd0}, {&(0x7f0000701000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xea}], 0x2, &(0x7f000083a000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x79, 0x3}, 0x0}, {{&(0x7f0000b1c000-0x8)=@sco={0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, 0x8, &(0x7f0000e8f000)=[{&(0x7f0000e40000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x70}, {&(0x7f0000d3d000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xea}, {&(0x7f0000e76000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xee}, {&(0x7f0000534000-0x9e)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9e}, {&(0x7f00003b2000-0x90)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x90}, {&(0x7f0000abb000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa9}, {&(0x7f000046b000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000076000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x29}, {&(0x7f00003f9000-0x29)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x29}], 0x9, &(0x7f00005a7000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x53, 0x67}, 0x80000001}], 0x7, 0x2, 0x0)
syz_open_dev$sg(&(0x7f00004dd000-0x9)="2f6465762f73672300", 0xfffffffffffffc00, 0x4407f)
connect$inet(r2, &(0x7f0000bdb000)={0x2, 0x3, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
fallocate(r3, 0x0, 0xffff, 0x9)
sendfile(r2, r3, &(0x7f00007d1000)=0x35, 0x10001)
setsockopt$inet6_mtu(r2, 0x29, 0x17, &(0x7f000058f000-0x4)=0x4, 0x4)
socket(0x9, 0x87fffd, 0x5)
getsockopt$inet_sctp6_SCTP_SOCKOPT_PEELOFF(r0, 0x84, 0x66, &(0x7f00003d7000)={<r4=>0x0, 0x9}, &(0x7f0000be3000-0x4)=0x8)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r1, 0x84, 0x77, &(0x7f0000d1d000+0x1ad)={r4, 0x9}, &(0x7f000024f000)=0x8)
setsockopt$inet_tcp_TCP_CONGESTION(r1, 0x6, 0xd, &(0x7f000026f000)="77630000a201", 0x6)
setsockopt$inet_sctp6_SCTP_AUTH_CHUNK(r1, 0x84, 0x15, &(0x7f00007f9000-0x1)={0xff}, 0x1)
r5 = getpgid(0x0)
getsockopt$SO_PEERCRED(r3, 0x1, 0x11, &(0x7f0000ac6000)={<r6=>0x0, <r7=>0x0, 0x0}, 0xc)
getgroups(0x1, &(0x7f000018f000+0x863)=[<r8=>0x0])
sendmsg$netlink(r2, &(0x7f0000009000-0x38)={&(0x7f0000f39000-0xc)={0x0, 0x0, 0x3, 0x1000}, 0xc, &(0x7f00003e3000)=[], 0x0, &(0x7f00001bb000)=[@rights={0x18, 0x1, 0x1, [r3, r2]}, @cred={0x20, 0x1, 0x2, r6, r7, r8}, @cred={0x20, 0x1, 0x2, r5, r7, r8}], 0x3, 0x40800}, 0x20040850)
userfaultfd(0xfff7fffffffffffe)
mmap(&(0x7f0000000000/0xf93000)=nil, 0xf93000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r9 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_mreqn(r9, 0x0, 0x27, &(0x7f000000c000)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, 0x0}, 0xc)
setsockopt$inet_msfilter(r9, 0x0, 0x29, &(0x7f0000007000-0x30)={@multicast2=0xe0000002, @local={0xac, 0x14, 0x0, 0xaa}, 0x0, 0x0, []}, 0x10)
r10 = socket$inet(0x2, 0x2, 0x0)
bind$inet(r10, &(0x7f0000002000-0x10)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
close(r9)
2017/09/11 22:57:00 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$bt_hci(0x1f, 0x3, 0x1)
sync_file_range(r0, 0x7ff, 0x2786, 0x2)
r1 = syz_open_dev$mouse(&(0x7f000070b000)="2f6465762f696e7075742f6d6f7573652300", 0x9, 0x20000)
r2 = getpgrp(0x0)
r3 = perf_event_open(&(0x7f00000df000)={0x2, 0x78, 0xdd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x798, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r2, 0xffffffffffffffff, r1, 0x0)
r4 = creat(&(0x7f00009a8000)="2e2f66696c653000", 0x0)
fcntl$getownex(r3, 0x10, &(0x7f0000cc8000-0x8)={0x0, <r5=>0x0})
perf_event_open(&(0x7f0000c01000-0x78)={0x2, 0x78, 0xde, 0x0, 0x0, 0x100000000, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x81, 0x0, 0x0, 0x0, 0x40000000000000, 0x1, 0x0, 0x8, 0x0, 0x0, 0x2, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0}, r5, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x24, 0x0, 0x4000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r5, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$bt_cmtp(0x1f, 0x3, 0x5)
getsockopt$sock_cred(r4, 0x1, 0x11, &(0x7f0000c00000-0xc)={<r7=>0x0, 0x0, 0x0}, &(0x7f0000fba000)=0xc)
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xd34, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
getsockopt$bt_BT_POWER(r1, 0x112, 0x9, &(0x7f0000fb3000)=0x8003, &(0x7f00002fd000)=0x1)
sendmsg(0xffffffffffffffff, &(0x7f0000007000)={&(0x7f0000fbf000-0xa)=@un=@file={0x0, "2e2f66696c653000"}, 0xa, &(0x7f0000054000)=[{&(0x7f0000941000-0xe0)="326e440dd80e598c1f1137372a2a71f57c3723d496afc0842c5db29d83f67675674cdf105ca1f86614d0ab58fce59be3f9b6bb439d2e99851723a142e5e8a10e71a91ef12f6c1013c42fc2a36b21e6b0b4693fde20d05ad82ef2468f1d0fdf27257dfa1f4c4213359ac3f47de55e9c02a2f4a3c2e08208f04d4294a21a4037a4ee1a77fb056f3ce561098ff30ce7b1aa7f99a41a36c7dc3e326336258667b52009ff01c936b5b87d8d8b424280ce7aea44d6683060a6f07b3526067f27b5e5586d7b446b810a207656ac256f6802a284d9d4267fa0c00a312694cba4351cf892", 0xe0}, {&(0x7f0000076000)="23b140e9da99b69b41c59b393c05d65f348badbd7b8e1632999abe5b12b5bb7f83", 0x21}, {&(0x7f0000ea6000)="5ce0fd47d55fce464dd95044f389ae6b7d1a0a6508f34985cdc5999d6676836e5507e041abb15dd27e7f8bfa41e6188d8138a67e66c230551a818bcc7551557262fd", 0x42}, {&(0x7f0000fc0000-0xe0)="ebfcf8c42521b983726be04f44a55495c8a06bd8b65bf83d3f216af56fb7e7c7ae16d9825430c5e62d4de8df90ef1964e7687b70670de1dfe4ce2ce33b865befb80cc753a785718b7cc2fa9719df742fe2aa7499c7076beadd6aac08b3857543c714109eb705b2b5f7d71c793f3f5ff4a55cc7d8ca90de7f5a3538848f00ff615df6fb037ce7a84db3148d7bf75352ac22d8b809b777fa2d6021698d48e299603dedd34f21767e3477f2363c11e3b6873fda0eafc59bec6c4046494f2281d19b5f65c766db9b3b7349cde8db3b1e004b84facb01135f15f119f24ec45dc89aeb", 0xe0}, {&(0x7f0000fc1000-0x1000)="c05929460b4931905005d2f4fb877147788b5d12e1cf5a251d79780bb95da738613a8f9cdbb0de68363e2fb8f95685e33658f1ad9cddd5cc7cc9282c7761ef05140d95c13598e05dbc96f824500f3f9625db1de213e9cbd947aa5c01150200878bae23c4cd703a55e5a44d1f241cda18d74814f79da9ab4c831e524fb3044cc7ba4dfa08ed4ad32d317f958f0a2846397af92f9a56741e1b34e321d52865b7260c24819a9a6ddc72a977fa66cc33e16586769b599bc637fb91f86ce3eab4f63b1bad1fb4c7d68a9648e46397f3a550ddacb8c0b5456d2181e74be6e8e5ca8ae5eca16c94f52ca1bc9dc63c1c69863ebd87c0aadb4b706cb410457feb4405fc28a82aba2636ebe1dd62493a867275bf96be9af2e0e24c0fcdc98d0aa9542f131e05f31a73457a6a18812f2e348a3d56f3410f7ceb7dd8f7b3c805847c91499a786de5c46fc8a642debfc54ff6f111fe557b987bebc916d98b0f1a6876a3db09817c3e689f1bba68319b77ff7783a1ce75d9e02186c103383377c5904917e941fbd25bba80d8eded50a018e6f2bb8cbba8bff88d1b73e2ba8b15f82eab698d7d76fe61277d8335040e3599ca8a5099cdc407ec0950c67ea862ce9930072d20da67d712f25e5433df1770c0db1757837cfda6068a8a60cf8a0f0b8bac77a7915c558f61b097d1bfac61e1dcf142afbe951ac46cfba1cc79bba2bbfe2333186d022565d574bf68c767bf06bd6857a34dbd7422d68bdb8fc333c477c2872759c2963614f312e5161f5df28451cce4b803f5ae0a723360bd949decea1c8f94fcf118f12eb4584ad3581416b313897f48935df98e5efeb6bd8d040a78aa17a00447e6bfafa5df8634fba62990e10e64fe1522810dd9504a6f76df85ab1383b9d52ad930af687cfc36a06c6f71a67e899f9ccd7854c309575eaeb96a19c9445e54aa91cfb555b9c2b3534076210d1d7ebba923a2511c433b674f0e4bb8929ae08c502058732bb0d6c001d48e071bb855230738b1afec099007ff7f6235c2108e1ca44a364ba10e78d434fdbb8fa01bb6a0edcad74fbffc060cf0dbe14402b21aa766e4a23f4506960ea8ec651ab665f066f9d3899c012e1085a0c2f8b873a0520c9a89d821428a52b2195a7ca8da597acca99f43efd5a8585238a1453e6b39b2ae42e9e14f7606298c5f503ab22739f91a3aaea0b1d990a3ba400d255c33fece8545bc0524488534a29f6b6654b2318a15c4dea55aa185c1d343c970b69b8b639311332774274d95c5d98f61b5d9470ef62c1d1b3f2c54fad52e533474f62310d33a153a5e1832d2fea08c782f68bf367052ff0d68314083d98ddf4f908983c159c42aa0e0babb5ff5cf81a9c3b80a1d815bc6f93894b172daf8344c539764d03e65030a0d696ce27df550207b1cb5cb1bd74c0a2ed8bd815b8ebf13b4bd4c84441d64c938773d803c10fe107a0f8d02b3742bec8e4895cd15b70bbaff4abd92104161aa9b8f5f834365b732b9938bf8d5889830deaccdea223d2965085452010c29ff2fa49f6d7a17ff99822230ade870445dad4d4b18d3a248010c39d55a51661d6014752699f86a220013e2c48aa21c42b9dfdbaf2415f8d563e329dcda8b4cacfaf3986c879ce130364dc1827f436788bf3d99a8870a2962c5797d456e43ff0f1d4cd097762852e9440648fd756ca33034a3995ccff05f02ab05234609c47e5612aeb347b8747e80b670319fee82d67b46377a30042ad5d5552cbd4771df485b8b7562b590e8124667a6f2d221046c0cde58cd16c1cb90365f69e9bf7b0975ada7025fe89b71d59b04e021d23b082e67bfb5e57cb2a4cf4b5cb7a315ef1953d4cd9e173f1f55cee94513d5b79fe09a48f31097a51f6782c3c8edf5c922a79c20bfe3d1ed24a11e20f8b806230af2efd7004feea1a6796bf2e1de85d44b554f54e69cf254e1267c8fae1cc29fc5c14b3aa6fd15a4361f992d1ab8878317973ca51bdb226502d72f52520bbd8356a635ecefe9c841c5dad4827675b8fa342e85506a0fb4a0d1146a7a9d77a0b63e887eaeafcf26603b31685f0ea13946cbfab15f3558ec1e91718fcb6800b755d01f885cfc6c5038088bb848f06c0bbc02819309a3bb5fc8c6c90364360a060455680c6576caa2b6af6516667bdb9d16e2f43e81463c7100e8bf6b1caf8fd2a9f6eb5c75ba0f339f6b75feb5eb956aa49394cc5908a070a0dba77450f5206fad33707419ce0532c9b2f94e033599aa3a88de469e53007a03879c5cd2e34309ab943d7ee92aedbc8e6f7f30dd33ad7653a84f1053a039c62c21e28a69035ced12d7ffca7a4074e58821f6dd874aad667f32d602ace5418c75287a845060d44b127bed20d5d6fa87ef50241558b85a5f108563d0341b938836bcdcd96e0499a666e3a572e2fdb75acc73745d6c86d74dfb08a5a5dec225f5bf59a6536873f165c4e9e73d6a3f110811338a47f2ae92dc91e01dcb825094d9d8d5e9bcef95b1ef8bff690a52473c63e6d2f02cc9ddb3507448557729b1466219de024f5b6dc3d9128285257225df9941f047c11721d3d6dc6d74426e246d56ec14eaf5b4251c3458276a10139182d175cab07dc97cb267e18d7bcbff8f30bbc3b1c53fb5aa286bcc3ff4ea25f721163bcf17d3bb3ccd0385b50aea26ec89d658ff451b35be547fb15bd6b6d00986b579d0f02ee621a671dc2b2bd3981858b404deefe0239b20650560cc1ff6bd7ce7abdcab3d4d3d569d6eb9180ddfb8a7e7ab906e450d11bf7d6a03743ad1840a352faf27cebb4c896df1bc32f9597ff00b3cf3ef030b88487613bc53df4bdcd8ca2cdef2d36e21fb747d5c268d594561770ae962dd99fd6c153338150aba6b19d69eb2aa6b32654dac24b985b97461fbdc35fb3d6ac9417e6a8efcc60427f9d8a69d4a46625dfca70aa40d34e55acb12fe2bb27f132a17d928a6fbf5d13edb75a65f77cd32e52130d937daba74b3cff04a973ece15b3d483b7bc4999e142ca31e66b29c82bba91473f4dc07d7631616821fefa3b34834a0f77fa711280a436202842cdfefa06ca28f91346282fbf7079269121454123069054a44ca045a19d4b2266fd2cf316bd465aede4a66b73f637806e47387e2191470232ab380238cd7536562bc04c79bb871326b913c8db0a4b3657113991d117399b45f086ac3acd64782d32d1774db8eec7a8eabf00c48d684df3a6634233426d0df06a7cfb6353cd50c72ffebb95f45d7c9a96094a264ef44f927b8c186fcb0bb38fc92c68b72cbbc850a958a9f0a08e7a7233a2a5c64def9700439eafd64f626cf38c4b9f256cd32331b5fa72c1bcf36b09c4c67721d3b44d7b4933bcc89710bbd9a1e40cbbf032d71d876b97f26724f7ff12c0c393882c4bc56e7823987e6a5ac2d3e6f09b11faaa1146bb52565720ebe46eb380a4128c0c3c2cc2b21f23ff80207d563cc04241eef1429e0ebed56d71e220189fd4d1590fd42b3de29d3e29129ae1cecb62940d734f861bf4baef94ccb73c955feec1a3ce369b46f60bcd3b396ffc70e4d261c0c407483f20b2788916c770c41ec5928269561c13f4126d1ef4287509b6bd407513299ee4b1808ae0dbc709785cb40b3a79e036740ccc5572c7800fd1dace308323ffb9494865f939fc6fc1c385e8a738f8bb40ac64313916a237c612ee819f171b76f2170cd0d1c4dfc81919a4e486e3de0d9492946f2dd226a41ece80e33aaa530025b46522154334755f5b596eb7cd67d25bf234d871d1b3f4c516e7bc6b2fca950cd0d61f3f880f67f6b941bcae0f255d915ae669307fc7e6d940f25c1ab8ec830a5fa8d34ffc365adbf10a0bb18dd92dbf5752e3418d2aba7c015a6a06b8c4389c57f774e47d77d31758ff2dcbb50c6d8abb9f3fca668e3dc9bd39950eeae59b34964dc033c74e7f972c2f544b8851e64c89632742cc2e6367b665bc11b4e866831029b259c80bd8cfe07cadf5c0e45b621c0642c78c1286000bb029294291a4a182edc75468988094d8ace51967da35394a1b5f9f947fedf66efd534c1f652a8cb8fa1d2001bf8cf7c7d77be9ec0ac2da354b4f3ddfb44944147df7b2d6aa0e0b4f2888ccaa6dbcad68f4ced88a3cce8d3e24312dc9d3fea2c712862a7f1d112b04e3d567eb44e6966bdc34ac03300e33bba72581ab7b9bb295dead90d241db57031ba25d9b888cad5161c610673435b6c6283fe40bd6d73fe8adfa3e88ab6098574ab908398c3c7b3f95e396517d32b1c0f075de3f3f4ab908f4112875c75329dc11f660b64afdf14a614c221a26125ee7b570c0b4e8ccd6d4ed71963a7994845b473994b4ae4e7b078a3716208814a366ad68db6b62eda79b4311ba680f6a7757d7f5d794434f1b5ff971cdf7792deb978dbb028dd794f178aa0ea5de6f227559fc94e8b55cf0b1153490d5b576823e81ca683b14293495ad8517f1fc16a9a68bb6d52f18a6bdc1a1c889322bb7e083171c7dfa942b7d8d87372552fc89f618d5a41d6b293995c127afb9be223b5dbe8f351ceb09220bf984ec7c4cc7792225408c78e9617495b5567a64906edfd66dec734975833fa75b2d359c70646859ea1ce83d8319813532995664c7a65a0653cd30bb8bbc2d525262fc001360e6890387df30fdeea63604fac4a2204ed259ad0f464276289c243de4a67b040e9d307206bb056df60fc3bee0df9eff6f6839ebd63f89c6bf6e2b50d67190efda59256b9bda92e6523e7a46a7c80ec6c7d69a261696a15c66d10d0c55f4075bb393aec33958c183510c6fc120ccf696f7c5bbacd8803f601719c3a617d24544be1cfa926733243147edf814125a7ad8d55878c5adce7d61419fa6c872caf2cbc3d0596370df70e69315bf553a6d518d2d31c241343544b2ea173003bf7bfcd9244dc815b8ac551eaa9519d2d100d668578a54587090c9579eaab9a9334e2c3b3b7dea25957540f4e240ec0f50fc0e26ad32f6980e4d1607561723fc451f81e4e4b7860a36a297a7d0a2c4bd2f97a803436f1a44aaad61db798a59cbe3a7547462292a5dc8b2a3ddffb449769faab7e3384353f79a469f1144ce4eab6bda1d27aad00191359048c252fce96ae6b908e26c0d0ae55b11b9d1269df7833ab8f0848e1a0076380cf657a764c3586ea1162182c6f19579aa18756b1de344ae926331108b4a17f41115f30f6594cb304ee866cdd3c06040cf0f8f93349493572315e3e840cfcf9ca2a512a591ba05c2e398ea45f1bcf0f12ce2febe2706380049122ffc50a71c3ec81efa0edac846374f51b24fa68b49e021e86a48de2bc758e9f2d37e0031df0e46bfe2fe5c6c5a72bc8057f21b000242136fd4205fce7447754e0ab0a34bcb3d2cb93f41ecd94bacfedea32042751640538ea1cadb9c48aaabe3707d65945bd02397c2500e40af454838c353389716d01227271da60f77ac3b1a1c4c922d70e0d8c9b8927901e802d0a1c382b023cec1f11b04efa54e4c67e6cc69c9f51192c58b0fa7785ca1f247dcd93f56e8c710bc7a821ff4cba1a7ffeaa624bfb339f8507e180f852fdbc3234d91d2994a7721567dd7d5623ab66b3dc13ec3bff33f5b3ad2b561ce0e7a3c5c66eadcba8266e5663dfe0ce3b39d10fac93f4c7df3b5f549b3af330b2ee92705f7e00af5b8fc7f9d7d293513d280e0197d9410cf4939f37d04522f5840f33e21d3c1c72bf7c5deae8ca80181a525de25648844284b7f71e1b3f902e9e0b509e198027c3c73e47f0181dfa35771ef98c7a9d702f1e8582ec296713837e3ae6e4980143afb", 0x1000}, {&(0x7f000055e000-0x9a)="7a356d09b873fe728373403e5e2c8b10070a670ab66073ba62c74f422b3cbef6e020cfb676460783b4867b08ba59705999eba7b3627ee310ea10d8e43abb4027678831d127849a9c503c68814590c2605781d33e424151b6cdde6813abd43ff08f5cded4da479d41743ba29adbadb19f3f2ad14ca59c2545a3abd1cad89b6cf3a4dbfec691b5f54dea79f6baf89ef25d95a570a60b0bb210ebc2", 0x9a}, {&(0x7f0000fc1000)="291b51ee7298b96828f0963fcff191b371399ba89db12e01e362e38faa79c38c94e664edd44b6137b7aa07fbc76281539e4d933cabe7c2be4fcd35e43c719dc4b1b72aef18b652f4c7ffcce38f22481f7bee7d1fb827e8185c27a87d31394faa00b9", 0x62}], 0x7, &(0x7f0000be5000-0x10)=[{0x18, 0x113, 0x0, "41"}], 0x1, 0x0}, 0x0)
socket$unix(0x1, 0x7, 0x0)
r8 = userfaultfd(0x80000)
ioctl$UFFDIO_API(r8, 0xc018aa3f, &(0x7f0000842000-0x18)={0xaa, 0x40, 0x0})
ioctl$UFFDIO_REGISTER(r8, 0xc020aa00, &(0x7f0000c20000)={{&(0x7f0000068000/0x800000)=nil, 0x800000}, 0x1, 0x0})
r9 = gettid()
socketpair$unix(0x1, 0x0, 0x0, &(0x7f00007b6000-0x7)={<r10=>0xffffffffffffffff, 0xffffffffffffffff})
ioctl$int_in(r1, 0x5456, &(0x7f000007c000)=0x4000003a)
waitid(0xfffffffffffffffb, r7, 0x0, 0x4, &(0x7f00006ca000-0x90)={{0x0, 0x0}, {0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
process_vm_writev(r9, &(0x7f0000c22000)=[{&(0x7f000034b000-0x5c)="00", 0x1}], 0x1, &(0x7f0000c23000-0x60)=[{&(0x7f00007a9000)="00", 0x1}], 0x1, 0x0)
read(r6, &(0x7f000037b000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000)
ioctl$UFFDIO_UNREGISTER(r4, 0x8010aa01, &(0x7f0000a50000)={&(0x7f0000428000/0x2000)=nil, 0x2000})
r11 = socket$inet6(0xa, 0xf, 0x6be948c1)
ioctl$sock_proto_private(r6, 0x89e4, &(0x7f0000e31000)="23606ecfb22d6a1d6fb9b2414f411c2024cda74730b9ea64aa78f117619e16654d978b21becf2de391be27654d8dc669dc9a614791fb9aa4fdfce2bbd738737bb4477e30f8d70284f07d527554021fcc1db3f229de43e49f269830124451e8710e3006205405b479ea6df7d748b2f608bd7ce1120745d68a195fade617222233fc0f55873a7c45e597f1184c22f623987e22a9")
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r11, 0x84, 0x6f, &(0x7f0000ad6000)={<r12=>0x0, 0x8, &(0x7f0000bba000)=[@in={0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x2, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x1, 0x5, @loopback={0x0, 0x1}, 0x40}, @in6={0xa, 0x1, 0xcc, @loopback={0x0, 0x1}, 0xfffffffffffffffb}, @in6={0xa, 0x0, 0x6, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xffffffffb5f9c01b}, @in={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x5}]}, &(0x7f0000e3b000-0x4)=0x10)
ioctl$sock_kcm_SIOCKCMCLONE(r6, 0x89e2, &(0x7f000010b000)={<r13=>r10})
setsockopt$inet_sctp_SCTP_AUTH_ACTIVE_KEY(r13, 0x84, 0x18, &(0x7f0000942000-0x8)={r12, 0x80000000010003}, 0x8)
close(r8)
2017/09/11 22:57:00 executing program 1:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_SOCKOPT_CONNECTX_OLD(0xffffffffffffffff, 0x84, 0x6b, &(0x7f0000df4000-0x30)=[@in={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}], 0x3)
mmap(&(0x7f0000000000/0xfeb000)=nil, 0xfeb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_dccp(0x2, 0x6, 0x0)
bind$inet6(0xffffffffffffffff, &(0x7f0000c9c000)={0xa, 0x3, 0x4000003, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
listen(0xffffffffffffffff, 0x0)
r1 = accept4$packet(0xffffffffffffff9c, &(0x7f0000fe8000-0x14)={0x0, 0x0, <r2=>0x0, 0x0, 0x0, 0x0, @random="000000000000", [0x0, 0x0]}, &(0x7f0000377000)=0x14, 0x80800)
ioctl$sock_inet6_SIOCDIFADDR(0xffffffffffffffff, 0x8936, &(0x7f00000cd000-0x18)={@loopback={0x0, 0x1}, 0x0, r2})
mmap(&(0x7f0000feb000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_REINJECT_CONTROL(0xffffffffffffffff, 0xae71, &(0x7f0000fec000-0x20)={0x10000, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
r4 = bpf$PROG_LOAD(0x5, &(0x7f0000b4d000-0x30)={0x1, 0x2, &(0x7f0000ef3000)=[@generic={0x8db7, 0x0, 0x0, 0x0}, @generic={0xd395, 0x0, 0x0, 0x0}], &(0x7f0000b4d000)="737973654f00", 0x1, 0x80, &(0x7f000000a000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x0}, 0x30)
tee(r0, r3, 0x81, 0x1)
getsockopt$inet6_IPV6_IPSEC_POLICY(0xffffffffffffffff, 0x29, 0x22, &(0x7f0000fe7000)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in=@broadcast=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r5=>0x0, <r6=>0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@multicast2=0x0, 0x0, 0x0}, 0x0, @in=@broadcast=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00007d9000)=0xe8)
r7 = syz_open_dev$mouse(&(0x7f0000fe8000)="2f6465762f696e7075742f6d6f7573652300", 0x0, 0x200002)
ioctl$TIOCGSID(r7, 0x540f, &(0x7f0000416000)=<r8=>0x0)
bpf$BPF_PROG_TEST_RUN(0xa, &(0x7f0000fe7000)={r4, 0x80, 0x9a, 0xa2, &(0x7f0000fe8000-0x9a)="2d6fd1c8e4915fc241cdee2e2c0e178b9e02ed26cf99db082fcddbb05d3412adf821f79e90879d5d3c3723d2eea1bfdd67b1727cb80e7ac7925748e6ede4f2ad5e42839ee9e7cf08984c9bac833751e73fe1628a39ede29c667d1ae9e80164489780d76bbe4ce42aea6cf9ce30fa41d6f2dbb6798efc49562126f1a564009ab3aa42e8b8d8a3b739cf10e309c3464eb484d2e1d5fb81a6670e90", &(0x7f0000fe8000-0xa2)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6756, 0x6}, 0x28)
ioctl$sock_SIOCGIFINDEX(r3, 0x8933, &(0x7f0000990000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, r5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet_SIOCGARP(r7, 0x8954, &(0x7f0000f76000)={{0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x307, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x20, {0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}})
fstat(0xffffffffffffffff, &(0x7f0000fe9000)={0x0, 0x0, 0x0, 0x0, 0x0, <r9=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000fec000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
keyctl$read(0xb, 0x0, &(0x7f0000fec000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000)
setsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000fea000-0xc)={r8, r6, r9}, 0xc)
r10 = socket$kcm(0x29, 0x5, 0x0)
ioctl$sock_kcm_SIOCKCMATTACH(r10, 0x89e0, &(0x7f00009b9000)={r3, r4})
connect$inet(r3, &(0x7f00000d2000-0x10)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
bpf$BPF_PROG_GET_FD_BY_ID(0xd, &(0x7f0000449000)=0x0, 0x4)
recvfrom$ax25(r7, &(0x7f0000feb000-0xbf)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xbf, 0x40010023, &(0x7f00001ba000)={0x3, {"4582ec661fa46b"}, 0xfffffffffffffffd}, 0x10)
mmap(&(0x7f0000fec000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_CLIENT_POOL(r7, 0xc058534b, &(0x7f0000fec000)={0x3, 0x800, 0xffffffffffffffff, 0x1, 0x42a, 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]})
2017/09/11 22:57:00 executing program 5:
mmap(&(0x7f0000000000/0x42000)=nil, 0x42000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f0000000000)="2d40da00", 0x2)
r1 = socket$alg(0x26, 0x5, 0x0)
mmap(&(0x7f0000042000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000042000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sndseq(&(0x7f0000042000)="2f6465762f736e642f73657100", 0x0, 0x8000000000102)
r3 = dup2(r2, r0)
mmap(&(0x7f000000c000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x3)
mmap(&(0x7f000000b000/0x1000)=nil, 0x1000, 0x400002, 0x32, r1, 0xfffffffffffffffe)
ioctl$LOOP_GET_STATUS(r0, 0x4c03, &(0x7f0000044000-0x98)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000", [0x0, 0x0], 0x0})
ioctl$SNDRV_SEQ_IOCTL_CREATE_QUEUE(r2, 0xc08c5332, &(0x7f0000012000-0x8c)={0x80005, 0x0, 0x1000000, "71756575653100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
write$sndseq(r0, &(0x7f0000002000)=[{0x0, 0x3, 0x0, 0x0, @time={0x2, 0x0}, {0x0, 0x0}, {0x0, 0x0}, @ext={0x0, &(0x7f0000036000-0x5)=""}}], 0x30)
mmap(&(0x7f0000033000/0x3000)=nil, 0x3000, 0x3, 0x31, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r3, 0x1, 0x11, &(0x7f0000045000-0xc)={0x0, 0x0, <r4=>0x0}, &(0x7f0000042000+0xbe4)=0xc)
mmap(&(0x7f0000043000/0x1000)=nil, 0x1000, 0x2000000001, 0x35, r0, 0x0)
getgid()
stat(&(0x7f0000001000-0x8)="2e2f66696c653000", &(0x7f0000010000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x3f, 0xffffffffffffffff, 0x1000000004b)
getgroups(0x7, &(0x7f0000042000+0xdef)=[0xffffffffffffffff, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, r4, <r5=>0xffffffffffffffff, 0x0])
getgid()
mmap(&(0x7f0000042000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_bt_bnep_BNEPCONNDEL(r3, 0x400442c9, &(0x7f0000043000-0xc)={0x9a, "540000000000"})
mmap(&(0x7f0000044000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000045000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000029000-0x4)=0xc)
mmap(&(0x7f0000045000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r3, 0x1, 0x11, &(0x7f0000043000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000023000-0x4)=0xc)
setgid(r5)
clock_gettime(0x0, &(0x7f0000030000)={0x0, 0x0})
mmap(&(0x7f0000045000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000045000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000045000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0x0, &(0x7f0000046000-0x10)={<r6=>0x0, <r7=>0x0})
mmap(&(0x7f0000046000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000047000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0x0, &(0x7f0000047000)={0x0, 0x0})
write$sndseq(r0, &(0x7f0000002000-0x120)=[{0x6, 0xa508, 0x6, 0x8, @time={r6, r7+10000000}, {0x1, 0x8}, {0x5, 0x8}, @note={0x4, 0xae8, 0x8, 0x3, 0x8000}}, {0x5, 0x2, 0x7, 0x4, @time={0x0, 0x0}, {0x9, 0x3}, {0x4, 0xce2}, @raw8={"b318a477a68794fef3170e20"}}, {0x8, 0x1, 0x2, 0x3, @tick=0xfffffffffffffffa, {0x4, 0x6}, {0x3, 0x6d7}, @raw32={[0xfff, 0x3f8, 0x0]}}, {0xffff, 0x5, 0x7fffffff, 0x79a, @tick=0x10001, {0x1b8, 0x10001}, {0x1095, 0x2}, @connect={{0x1, 0x3}, {0x2, 0x2}}}, {0x4, 0x2, 0x7, 0x0, @time={0x77359400, 0x0}, {0x100000001, 0x0}, {0x200, 0x2}, @note={0x8, 0x2, 0x4, 0x5, 0x5d}}, {0x80000001, 0xffffffffffffffe0, 0x7ff, 0x10001, @time={0x0, 0x0}, {0x5, 0xe2}, {0x6, 0xffffffffc2565416}, @ext={0xb7, &(0x7f0000008000-0xb7)="f01d0d4b4cf84720c25119498bb07ba550cc7408b3c67155da91739bd01e23313bf36027da57d44abdc66a3c61f27c0f1ffcf2427da4d12f351dfad7421a15cb90e18fcf14169d5c4b8b26d03676a3dcd4094f236ca6cd51a0265fbd657177fe68ea9763a0b1536ea7064ebdf053427c8d4a23b73ba03e3c4f687a742c594c063c3a6b819f4674f11a28649fa73d6f0e5fdeb8281af18373ceb4bfbde173218cf366d44c9cdff5c84ea2d06c2d8b8c40742b720c7c7976"}}], 0x120)
splice(r2, 0x2b, r3, 0x400001, 0x7, 0x8)
mmap(&(0x7f000002b000/0x2000)=nil, 0x2000, 0x5, 0x36, r0, 0x0)
ioctl$SNDRV_SEQ_IOCTL_REMOVE_EVENTS(r0, 0x4040534e, &(0x7f0000042000)={0x4a, @tick=0xfe, 0x100000001, {0x5, 0x2}, 0xffffffff, 0x2, 0xf53c, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000045000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_PORT_INFO(r0, 0xc0a85322, &(0x7f0000046000-0xb0)={{0x0, 0x0}, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
2017/09/11 22:57:00 executing program 6:
mmap(&(0x7f0000000000/0xf9a000)=nil, 0xf9a000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x80005, 0x0)
mmap(&(0x7f0000f9a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_IP_IPSEC_POLICY(0xffffffffffffff9c, 0x0, 0x10, &(0x7f0000e60000-0xe8)={{{@in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in6=@loopback={0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r1=>0x0, 0x0}, {0x0, 0x0, 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], 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@broadcast=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000f9b000-0x4)=0xe8)
setsockopt$inet6_mreq(r0, 0x29, 0x1c, &(0x7f0000ac0000)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, r1}, 0x14)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000f9a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_linger(r2, 0x1, 0xd, &(0x7f00003de000-0x8)={0x0, 0x0}, &(0x7f0000f8e000-0x4)=0x8)
getsockopt$inet_tcp_TCP_PSP_CHECK(r2, 0x6, 0x6c7, &(0x7f0000f9b000-0x4)=0x0, &(0x7f00004a2000)=0x4)
mmap(&(0x7f0000e63000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt(r0, 0xbc, 0x14, &(0x7f0000e65000-0x9)="d7fdaf62070179890fddd5a45d3f32e584155582f9733adbcd49256b64464526", 0x20)
mmap(&(0x7f0000f9b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f9c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_IP_IPSEC_POLICY(r2, 0x0, 0x10, &(0x7f000049e000)={{{@in=@multicast1=0x0, @in6=@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, <r3=>0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0}, 0x0, @in=@multicast1=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00003c1000)=0xe8)
setsockopt$inet6_MCAST_LEAVE_GROUP(r0, 0x29, 0x2d, &(0x7f00004ce000-0x88)={0x94d, {{0xa, 0x2, 0xfffffffffffffffe, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x7b}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x88)
r4 = socket(0x20000000000001, 0x803, 0x100002006)
mmap(&(0x7f0000f9c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_sctp(0x2, 0x100005, 0x84)
setsockopt$inet6_mreq(r0, 0x29, 0x14, &(0x7f0000bf1000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, r3}, 0x14)
getsockopt$sock_timeval(r0, 0x1, 0x14, &(0x7f0000467000)={0x0, 0x0}, &(0x7f0000f9c000)=0x10)
pipe(&(0x7f000048b000-0x8)={0xffffffffffffffff, <r5=>0xffffffffffffffff})
ioctl$DRM_IOCTL_SET_MASTER(r5, 0x641e)
mmap(&(0x7f0000f9b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f9d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f9d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f9d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$netlink_NETLINK_TX_RING(r4, 0x10e, 0x7, &(0x7f00003c9000-0x10)={0x3, 0x6, 0x8, 0x7}, 0x10)
mmap(&(0x7f0000f9d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r4, 0x84, 0x6, &(0x7f0000f9e000-0x8c)={0x0, @in6={{0xa, 0x1, 0x401, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x5}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f00001b8000-0x4)=0x8c)
mmap(&(0x7f0000f9d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f9d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCSIFBR(r2, 0x8940, &(0x7f0000ac5000-0x18)=@add_del={0x2, &(0x7f00000aa000-0x10)=@generic="760a29aee8b44136824a3742dea873a7", 0x4})
[   76.059605] SELinux: unrecognized netlink message: protocol=6 nlmsg_type=32768 sclass=netlink_xfrm_socket pig=6942 comm=syz-executor2
2017/09/11 22:57:00 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r0, &(0x7f0000001000)={0x2, 0x0, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
connect$inet(r0, &(0x7f0000007000)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r1 = memfd_create(&(0x7f0000e4f000)="ec00", 0x1)
setsockopt$inet6_tcp_TCP_SILENT_CLOSE(r1, 0x6, 0x6bd, &(0x7f0000ae8000-0x4)=0x0, 0x4)
syz_extract_tcp_res$synack(&(0x7f0000009000-0x8)={0x42424242, 0x42424242}, 0x1, 0x0)
syz_emit_ethernet(0x42, &(0x7f0000002000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x34, 0x0, 0x0, 0x0, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x1, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0x8, 0x2, 0x0, 0x0, 0x0, {[@timestamp={0x8, 0xa, 0x0, 0x9}]}}, {""}}}}}})
ioctl$DRM_IOCTL_GET_UNIQUE(0xffffffffffffffff, 0xc0106401, &(0x7f0000000000)={0x0, &(0x7f0000000000)=""})
setsockopt$netlink_NETLINK_TX_RING(0xffffffffffffffff, 0x10e, 0x7, &(0x7f0000004000-0x10)={0x15, 0x8000000003c8, 0x3, 0x80000000000}, 0x10)
perf_event_open(&(0x7f0000001000-0x78)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x666, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20000000, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
r2 = socket(0xa, 0x1, 0x0)
ioctl(r2, 0x8912, &(0x7f0000000000)="6b")
ioctl$DRM_IOCTL_RES_CTX(0xffffffffffffffff, 0xc0106426, &(0x7f0000551000-0x10)={0x3, &(0x7f0000bd2000)=[{0x0, 0x0}, {0x0, 0x0}, {<r3=>0x0, 0x0}]})
ioctl$DRM_IOCTL_SWITCH_CTX(0xffffffffffffffff, 0x40086424, &(0x7f0000c46000-0x8)={r3, 0x2})
setsockopt$inet_tcp_TCP_CONGESTION(r2, 0x6, 0xd, &(0x7f0000853000)="766567617300", 0x6)
fstatfs(r0, &(0x7f0000712000+0x418)="000000000000000000000000000000000000000000000000000000000000")
syz_extract_tcp_res(&(0x7f0000058000-0x8)={<r4=>0x42424242, <r5=>0x42424242}, 0x2000000000000000, 0x5)
setsockopt$netlink_NETLINK_ADD_MEMBERSHIP(0xffffffffffffffff, 0x10e, 0x1, &(0x7f000022a000)=0x0, 0x4)
ioctl$sock_SIOCGSKNS(0xffffffffffffffff, 0x894c, &(0x7f0000071000-0x4)=0xfffffffffffffffc)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r2, 0x84, 0x6, &(0x7f0000427000)={<r6=>0x0, @in6={{0xa, 0x1, 0x81, @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, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f00007a3000)=0x8c)
getsockopt$inet_sctp_SCTP_PEER_ADDR_PARAMS(r2, 0x84, 0x9, &(0x7f0000aac000-0xa0)={r6, @in6={{0xa, 0x2, 0x3, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0xf9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x100000000, 0xfffffffffffffff9, 0x4, 0x1, 0xf2}, &(0x7f00003d6000-0x4)=0xa0)
r7 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f00007d1000)="2f6465762f7161745f6164665f63746c00", 0x80000, 0x0)
mq_notify(r7, &(0x7f0000476000-0x60)={0x2, 0x8, 0x5, @tid=0x0, []})
r8 = memfd_create(&(0x7f0000baa000-0x6)="766567617300", 0x0)
ioctl$DRM_IOCTL_SET_MASTER(r8, 0x641e)
syz_emit_ethernet(0x37, &(0x7f0000004000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x29, 0x0, 0x0, 0x0, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x1, 0x0, r5, r4, 0x0, 0x0, 0x5, 0x10, 0x0, 0x0, 0x0, {[]}}, {"0c"}}}}}})
syz_extract_tcp_res(&(0x7f00003b3000)={<r9=>0x42424242, <r10=>0x42424242}, 0x24001ffffffffffe, 0x0)
syz_emit_ethernet(0x43, &(0x7f0000d05000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0x35, 0x0, 0x0, 0x0, 0x6, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @tcp={{0x1, 0x0, r10, r9, 0x0, 0x0, 0x8, 0x10, 0x0, 0x0, 0x0, {[@fastopen={0x22, 0xa, "62de888f7c0a97dc"}, @eol={0x0}, @eol={0x0}]}}, {"0c"}}}}}})
getsockopt$inet_mtu(r0, 0x0, 0xa, &(0x7f0000a41000)=0x0, &(0x7f00000ca000)=0x4)
2017/09/11 22:57:00 executing program 4:
mmap(&(0x7f0000b45000/0x4000)=nil, 0x4000, 0x3, 0x51932, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_tcp(0xa, 0x1, 0x0)
socket$inet6(0xa, 0xe, 0x9)
r1 = socket$inet_udp(0x2, 0x2, 0x0)
mmap(&(0x7f0000b46000/0x1000)=nil, 0x1000, 0x1000000000000003, 0x35, 0xffffffffffffffff, 0x0)
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)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_tcp(0x2, 0x1, 0x0, &(0x7f0000b47000)={<r2=>0xffffffffffffffff, <r3=>0xffffffffffffffff})
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)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_mtu(r3, 0x0, 0xa, &(0x7f0000002000-0x3)=0x0, &(0x7f0000001000-0x4)=0x4)
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000000000/0xdc4000)=nil, 0xdc4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_int(r3, 0x6, 0x8, &(0x7f0000dc4000)=0x2, 0x4)
mmap(&(0x7f0000000000/0x61b000)=nil, 0x61b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket(0x0, 0x80800, 0xfffffffffffffefe)
mmap(&(0x7f0000dc5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg$netlink(r5, &(0x7f0000617000-0x38)={0x0, 0x0, &(0x7f000047d000-0x40)=[{&(0x7f00002a1000)=[{0x1a, 0x2d, 0x305, 0x0, 0x4, "d05029db030000000000"}], 0x1a}], 0x1, &(0x7f0000aa3000)=[@cred={0x20, 0x1, 0x2, 0x0, 0x0, 0x0}, @rights={0x18, 0x1, 0x1, [r1, r5]}, @rights={0x28, 0x1, 0x1, [r1, r4, r4, r2, r3]}, @rights={0x28, 0x1, 0x1, [r4, r5, r4, r5, r0]}], 0x4, 0x0}, 0x0)
mmap(&(0x7f0000dc4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b70000/0x3000)=nil, 0x3000, 0x3, 0x3e, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_int(0xffffffffffffffff, 0x6, 0x19, &(0x7f0000dc5000)=0x6, 0x4)
connect$inet(0xffffffffffffffff, &(0x7f0000002000-0x6)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
socket$netlink(0x10, 0x3, 0x10)
socket(0xffffffffffffffff, 0x5, 0x40000000000002)
mmap(&(0x7f0000dc5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/09/11 22:57:00 executing program 3:
mmap(&(0x7f0000000000/0x1f000)=nil, 0x1f000, 0x3, 0x72, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
statfs(&(0x7f0000020000-0x8)="2e2f66696c653000", &(0x7f0000012000-0x8a)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
mkdir(&(0x7f0000000000)="2e2f66696c653000", 0xfffffffffffffffd)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000015000-0x8)="2e2f66696c653000", &(0x7f0000014000)="72616d667300", 0x8408, &(0x7f0000005000)="")
r0 = openat(0xffffffffffffff9c, &(0x7f0000013000-0x8)="2e2f66696c653000", 0x0, 0x0)
symlinkat(&(0x7f000001f000-0x3)="2e2f66696c65302f66696c653000", r0, &(0x7f0000013000-0x8)="2e2f66696c653000")
r1 = creat(&(0x7f0000007000)="2e2f66696c65302f66696c65302f62757300", 0x2)
fcntl$setlease(r1, 0x400, 0x0)
mmap(&(0x7f000001f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pwrite64(r1, &(0x7f000000e000)="83952d1db15897426f1d25a50a671f3527c741f27406fcf34070600af17887961b8baef80ad286bb1bb4de524de760933e5f2a2d1f894f91f552589698cfaeae", 0x40, 0x0)
mmap(&(0x7f0000020000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
renameat(r0, &(0x7f0000005000-0x8)="2e2f66696c653000", r0, &(0x7f0000020000)="2e2f66696c65302f66696c65302f62757300")
mmap(&(0x7f000001f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pwrite64(r1, &(0x7f000001f000)="6d", 0x1, 0x0)
mmap(&(0x7f0000012000/0x4000)=nil, 0x4000, 0x1000000, 0x41054, r0, 0x8000041)
r2 = geteuid()
r3 = getegid()
r4 = getuid()
fchownat(r0, &(0x7f0000020000)="2e2f66696c653000", r2, r3, 0x1000)
ioctl$TIOCSCTTY(r1, 0x540e, 0x6)
mmap(&(0x7f0000021000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000021000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_RES_CTX(r1, 0xc0106426, &(0x7f0000008000-0x10)={0x1, &(0x7f0000022000-0x8)=[{<r5=>0x0, 0x0}]})
ioctl$DRM_IOCTL_GET_CTX(r0, 0xc0086423, &(0x7f000001d000-0x1)={r5, 0x2})
ftruncate(r0, 0x4)
mmap(&(0x7f0000021000/0x1000)=nil, 0x1000, 0x7, 0x8113, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000022000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000022000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000022000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
chmod(&(0x7f0000023000-0x8)="2e2f66696c65302f66696c65302f627573

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

end of thread, other threads:[~2018-02-14 15:57 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27  9:22 possible deadlock in lru_add_drain_all syzbot
2017-10-27  9:34 ` Michal Hocko
2017-10-27  9:44   ` Dmitry Vyukov
2017-10-27  9:47     ` Dmitry Vyukov
2017-10-27 13:42     ` Michal Hocko
2017-10-30  8:22       ` Michal Hocko
2017-10-30 10:09         ` Byungchul Park
2017-10-30 15:10           ` Peter Zijlstra
2017-10-30 15:22             ` Peter Zijlstra
2017-10-31 13:13             ` Michal Hocko
2017-10-31 13:51               ` Peter Zijlstra
2017-10-31 13:55                 ` Dmitry Vyukov
2017-10-31 14:52                   ` Peter Zijlstra
2017-10-31 14:58                     ` Michal Hocko
2017-10-31 15:10                       ` Peter Zijlstra
2017-11-01  8:59                         ` Byungchul Park
2017-11-01 12:01                           ` Peter Zijlstra
2017-11-01 23:54                             ` Byungchul Park
2018-02-14 14:01                               ` Dmitry Vyukov
2018-02-14 15:44                                 ` Michal Hocko
2018-02-14 15:57                                   ` Dmitry Vyukov
2017-10-31 15:25               ` Peter Zijlstra
2017-10-31 15:45                 ` Michal Hocko
2017-10-31 16:30                   ` Peter Zijlstra
2017-11-01  8:31                 ` Byungchul Park
2017-10-30 10:26         ` Byungchul Park
2017-10-30 11:48           ` Michal Hocko
2017-10-27 11:27   ` Vlastimil Babka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).