All of lore.kernel.org
 help / color / mirror / Atom feed
* possible deadlock in genl_rcv
@ 2017-12-13  9:30 syzbot
  0 siblings, 0 replies; only message in thread
From: syzbot @ 2017-12-13  9:30 UTC (permalink / raw)
  To: davem, dsa, gregkh, jiri, johannes.berg, linux-kernel, netdev,
	sgruszka, syzkaller-bugs, tglx

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

Hello,

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

Unfortunately, I don't have any reproducer for this bug yet.


Own node address <128.1656.2950>, network identity 4711

======================================================
WARNING: possible circular locking dependency detected
4.15.0-rc2+ #122 Not tainted
------------------------------------------------------
syz-executor5/14751 is trying to acquire lock:
  (cb_lock){++++}, at: [<00000000faf7628c>] genl_rcv+0x19/0x40  
net/netlink/genetlink.c:634

but task is already holding lock:
  (&pipe->mutex/1){+.+.}, at: [<00000000609357e3>] pipe_lock_nested  
fs/pipe.c:67 [inline]
  (&pipe->mutex/1){+.+.}, at: [<00000000609357e3>] pipe_lock+0x56/0x70  
fs/pipe.c:75

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #8 (&pipe->mutex/1){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1a80 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        pipe_lock_nested fs/pipe.c:67 [inline]
        pipe_lock+0x56/0x70 fs/pipe.c:75
        iter_file_splice_write+0x264/0xf30 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
        do_syscall_32_irqs_on arch/x86/entry/common.c:327 [inline]
        do_fast_syscall_32+0x3ee/0xf9d arch/x86/entry/common.c:389
        entry_SYSENTER_compat+0x51/0x60 arch/x86/entry/entry_64_compat.S:125

-> #7 (sb_writers){.+.+}:
        fs_reclaim_acquire+0x14/0x20 mm/page_alloc.c:3592
        slab_pre_alloc_hook mm/slab.h:416 [inline]
        slab_alloc mm/slab.c:3371 [inline]
        kmem_cache_alloc+0x29/0x760 mm/slab.c:3545
        getname_kernel+0x54/0x340 fs/namei.c:218
        kern_path_locked+0x83/0x350 fs/namei.c:2404
        handle_remove+0xbe/0xb60 drivers/base/devtmpfs.c:306

-> #6 ((completion)&req.done){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        complete_acquire include/linux/completion.h:40 [inline]
        __wait_for_common kernel/sched/completion.c:109 [inline]
        wait_for_common kernel/sched/completion.c:123 [inline]
        wait_for_completion+0xcb/0x7b0 kernel/sched/completion.c:144
        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+0x2ea/0x1d20 kernel/cpu.c:182
        cpuhp_thread_fun+0x48e/0x7e0 kernel/cpu.c:571
        smpboot_thread_fn+0x450/0x7c0 kernel/smpboot.c:164
        kthread+0x37a/0x440 kernel/kthread.c:238
        ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:441

-> #5 (cpuhp_state-up){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        cpuhp_lock_acquire kernel/cpu.c:85 [inline]
        cpuhp_invoke_ap_callback kernel/cpu.c:605 [inline]
        cpuhp_issue_call+0x1e5/0x520 kernel/cpu.c:1495
        __cpuhp_setup_state_cpuslocked+0x282/0x600 kernel/cpu.c:1642
        __cpuhp_setup_state+0xb0/0x140 kernel/cpu.c:1671
        cpuhp_setup_state include/linux/cpuhotplug.h:201 [inline]
        page_writeback_init+0x4d/0x71 mm/page-writeback.c:2081
        pagecache_init+0x48/0x4f mm/filemap.c:977
        start_kernel+0x6bc/0x74f init/main.c:690
        x86_64_start_reservations+0x2a/0x2c arch/x86/kernel/head64.c:378
        x86_64_start_kernel+0x77/0x7a arch/x86/kernel/head64.c:359
        secondary_startup_64+0xa5/0xb0 arch/x86/kernel/head_64.S:237

-> #4 (cpuhp_state_mutex){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1a80 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        __cpuhp_setup_state_cpuslocked+0x5b/0x600 kernel/cpu.c:1617
        __cpuhp_setup_state+0xb0/0x140 kernel/cpu.c:1671
        cpuhp_setup_state_nocalls include/linux/cpuhotplug.h:229 [inline]
        kvm_guest_init+0x1f3/0x20f arch/x86/kernel/kvm.c:528
        setup_arch+0x17e8/0x1a02 arch/x86/kernel/setup.c:1266
        start_kernel+0xa5/0x74f init/main.c:530
        x86_64_start_reservations+0x2a/0x2c arch/x86/kernel/head64.c:378
        x86_64_start_kernel+0x77/0x7a arch/x86/kernel/head64.c:359
        secondary_startup_64+0xa5/0xb0 arch/x86/kernel/head_64.S:237

-> #3 (cpu_hotplug_lock.rw_sem){++++}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        percpu_down_read_preempt_disable include/linux/percpu-rwsem.h:36  
[inline]
        percpu_down_read include/linux/percpu-rwsem.h:59 [inline]
        cpus_read_lock+0x42/0x90 kernel/cpu.c:293
        get_online_cpus include/linux/cpu.h:117 [inline]
        flush_all_backlogs net/core/dev.c:4664 [inline]
        rollback_registered_many+0x58b/0xdf0 net/core/dev.c:7229
        rollback_registered+0x1be/0x3c0 net/core/dev.c:7285
        unregister_netdevice_queue+0x2e3/0x5d0 net/core/dev.c:8273
        unregister_netdevice include/linux/netdevice.h:2462 [inline]
        __tun_detach+0x1177/0x1550 drivers/net/tun.c:658
        tun_detach drivers/net/tun.c:669 [inline]
        tun_chr_close+0x44/0x60 drivers/net/tun.c:2861
        __fput+0x333/0x7f0 fs/file_table.c:210
        ____fput+0x15/0x20 fs/file_table.c:244
        task_work_run+0x199/0x270 kernel/task_work.c:113
        exit_task_work include/linux/task_work.h:22 [inline]
        do_exit+0x9bb/0x1ae0 kernel/exit.c:865
        do_group_exit+0x149/0x400 kernel/exit.c:968
        SYSC_exit_group kernel/exit.c:979 [inline]
        SyS_exit_group+0x1d/0x20 kernel/exit.c:977
        do_syscall_32_irqs_on arch/x86/entry/common.c:327 [inline]
        do_fast_syscall_32+0x3ee/0xf9d arch/x86/entry/common.c:389
        entry_SYSENTER_compat+0x51/0x60 arch/x86/entry/entry_64_compat.S:125

-> #2 (rtnl_mutex){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1a80 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        rtnl_lock+0x17/0x20 net/core/rtnetlink.c:72
        tipc_nl_node_dump_monitor+0x222/0x410 net/tipc/node.c:2156
        genl_lock_dumpit+0x68/0x90 net/netlink/genetlink.c:480
        netlink_dump+0x48c/0xce0 net/netlink/af_netlink.c:2186
        __netlink_dump_start+0x4f0/0x6d0 net/netlink/af_netlink.c:2283
        genl_family_rcv_msg+0xd27/0xfc0 net/netlink/genetlink.c:548
        genl_rcv_msg+0xb2/0x140 net/netlink/genetlink.c:624
        netlink_rcv_skb+0x216/0x440 net/netlink/af_netlink.c:2405
        genl_rcv+0x28/0x40 net/netlink/genetlink.c:635
        netlink_unicast_kernel net/netlink/af_netlink.c:1272 [inline]
        netlink_unicast+0x4e8/0x6f0 net/netlink/af_netlink.c:1298
        netlink_sendmsg+0xa4a/0xe70 net/netlink/af_netlink.c:1861
        sock_sendmsg_nosec net/socket.c:632 [inline]
        sock_sendmsg+0xca/0x110 net/socket.c:642
        ___sys_sendmsg+0x75b/0x8a0 net/socket.c:2048
        __sys_sendmsg+0xe5/0x210 net/socket.c:2082
        C_SYSC_sendmsg net/compat.c:739 [inline]
        compat_SyS_sendmsg+0x2a/0x40 net/compat.c:737
        do_syscall_32_irqs_on arch/x86/entry/common.c:327 [inline]
        do_fast_syscall_32+0x3ee/0xf9d arch/x86/entry/common.c:389
        entry_SYSENTER_compat+0x51/0x60 arch/x86/entry/entry_64_compat.S:125

-> #1 (genl_mutex){+.+.}:
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        __mutex_lock_common kernel/locking/mutex.c:756 [inline]
        __mutex_lock+0x16f/0x1a80 kernel/locking/mutex.c:893
        mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
        genl_lock net/netlink/genetlink.c:33 [inline]
        genl_lock_all net/netlink/genetlink.c:54 [inline]
        genl_register_family+0x267/0x13b0 net/netlink/genetlink.c:331
        genl_init+0x16/0x57 net/netlink/genetlink.c:1044
        do_one_initcall+0x9e/0x330 init/main.c:826
        do_initcall_level init/main.c:892 [inline]
        do_initcalls init/main.c:900 [inline]
        do_basic_setup init/main.c:918 [inline]
        kernel_init_freeable+0x469/0x521 init/main.c:1066
        kernel_init+0x13/0x172 init/main.c:993
        ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:441

-> #0 (cb_lock){++++}:
        check_prevs_add kernel/locking/lockdep.c:2031 [inline]
        validate_chain kernel/locking/lockdep.c:2473 [inline]
        __lock_acquire+0x3498/0x47f0 kernel/locking/lockdep.c:3500
        lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
        down_read+0x96/0x150 kernel/locking/rwsem.c:24
        genl_rcv+0x19/0x40 net/netlink/genetlink.c:634
        netlink_unicast_kernel net/netlink/af_netlink.c:1272 [inline]
        netlink_unicast+0x4e8/0x6f0 net/netlink/af_netlink.c:1298
        netlink_sendmsg+0xa4a/0xe70 net/netlink/af_netlink.c:1861
        sock_sendmsg_nosec net/socket.c:632 [inline]
        sock_sendmsg+0xca/0x110 net/socket.c:642
        kernel_sendmsg+0x47/0x60 net/socket.c:650
        sock_no_sendpage+0x1cc/0x280 net/core/sock.c:2571
        kernel_sendpage+0x8d/0xe0 net/socket.c:3386
        sock_sendpage+0x92/0xc0 net/socket.c:857
        pipe_to_sendpage+0x290/0x3b0 fs/splice.c:451
        splice_from_pipe_feed fs/splice.c:502 [inline]
        __splice_from_pipe+0x328/0x730 fs/splice.c:626
        splice_from_pipe+0x1e9/0x330 fs/splice.c:661
        generic_splice_sendpage+0x40/0x50 fs/splice.c:832
        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
        do_syscall_32_irqs_on arch/x86/entry/common.c:327 [inline]
        do_fast_syscall_32+0x3ee/0xf9d arch/x86/entry/common.c:389
        entry_SYSENTER_compat+0x51/0x60 arch/x86/entry/entry_64_compat.S:125

other info that might help us debug this:

Chain exists of:
   cb_lock --> sb_writers --> &pipe->mutex/1

  Possible unsafe locking scenario:

        CPU0                    CPU1
        ----                    ----
   lock(&pipe->mutex/1);
                                lock(sb_writers);
                                lock(&pipe->mutex/1);
   lock(cb_lock);

  *** DEADLOCK ***

1 lock held by syz-executor5/14751:
  #0:  (&pipe->mutex/1){+.+.}, at: [<00000000609357e3>] pipe_lock_nested  
fs/pipe.c:67 [inline]
  #0:  (&pipe->mutex/1){+.+.}, at: [<00000000609357e3>] pipe_lock+0x56/0x70  
fs/pipe.c:75

stack backtrace:
CPU: 0 PID: 14751 Comm: syz-executor5 Not tainted 4.15.0-rc2+ #122
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  print_circular_bug+0x42d/0x610 kernel/locking/lockdep.c:1271
  check_prev_add+0x666/0x15f0 kernel/locking/lockdep.c:1914
  check_prevs_add kernel/locking/lockdep.c:2031 [inline]
  validate_chain kernel/locking/lockdep.c:2473 [inline]
  __lock_acquire+0x3498/0x47f0 kernel/locking/lockdep.c:3500
  lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
  down_read+0x96/0x150 kernel/locking/rwsem.c:24
  genl_rcv+0x19/0x40 net/netlink/genetlink.c:634
  netlink_unicast_kernel net/netlink/af_netlink.c:1272 [inline]
  netlink_unicast+0x4e8/0x6f0 net/netlink/af_netlink.c:1298
  netlink_sendmsg+0xa4a/0xe70 net/netlink/af_netlink.c:1861
  sock_sendmsg_nosec net/socket.c:632 [inline]
  sock_sendmsg+0xca/0x110 net/socket.c:642
  kernel_sendmsg+0x47/0x60 net/socket.c:650
  sock_no_sendpage+0x1cc/0x280 net/core/sock.c:2571
  kernel_sendpage+0x8d/0xe0 net/socket.c:3386
  sock_sendpage+0x92/0xc0 net/socket.c:857
  pipe_to_sendpage+0x290/0x3b0 fs/splice.c:451
  splice_from_pipe_feed fs/splice.c:502 [inline]
  __splice_from_pipe+0x328/0x730 fs/splice.c:626
  splice_from_pipe+0x1e9/0x330 fs/splice.c:661
  generic_splice_sendpage+0x40/0x50 fs/splice.c:832
  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
  do_syscall_32_irqs_on arch/x86/entry/common.c:327 [inline]
  do_fast_syscall_32+0x3ee/0xf9d arch/x86/entry/common.c:389
  entry_SYSENTER_compat+0x51/0x60 arch/x86/entry/entry_64_compat.S:125
RIP: 0023:0xf7fb6c79
RSP: 002b:00000000f77b208c EFLAGS: 00000296 ORIG_RAX: 0000000000000139
RAX: ffffffffffffffda RBX: 0000000000000016 RCX: 0000000000000000
RDX: 0000000000000014 RSI: 0000000000000000 RDI: 0000000000005516
RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
QAT: Invalid ioctl
QAT: Invalid ioctl
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 15128 Comm: syz-executor7 Not tainted 4.15.0-rc2+ #122
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3371 [inline]
  kmem_cache_alloc+0x47/0x760 mm/slab.c:3545
  kmem_cache_zalloc include/linux/slab.h:678 [inline]
  alloc_mm_slot mm/ksm.c:397 [inline]
  __ksm_enter+0xb6/0x6b0 mm/ksm.c:2411
  ksm_madvise+0x1c2/0x250 mm/ksm.c:2381
  madvise_behavior mm/madvise.c:107 [inline]
  madvise_vma mm/madvise.c:690 [inline]
  SYSC_madvise mm/madvise.c:863 [inline]
  SyS_madvise+0xcba/0x13d0 mm/madvise.c:791
  do_syscall_32_irqs_on arch/x86/entry/common.c:327 [inline]
  do_fast_syscall_32+0x3ee/0xf9d arch/x86/entry/common.c:389
  entry_SYSENTER_compat+0x51/0x60 arch/x86/entry/entry_64_compat.S:125
RIP: 0023:0xf7fadc79
RSP: 002b:00000000f77a908c EFLAGS: 00000296 ORIG_RAX: 00000000000000db
RAX: ffffffffffffffda RBX: 0000000020220000 RCX: 0000000000004000
RDX: 000000000000000c RSI: 0000000000000000 RDI: 0000000000000000
RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
unregister_netdevice: waiting for lo to become free. Usage count = 1
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 1 PID: 15540 Comm: syz-executor5 Not tainted 4.15.0-rc2+ #122
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  fail_dump lib/fault-inject.c:51 [inline]
  should_fail+0x8c0/0xa40 lib/fault-inject.c:149
  should_failslab+0xec/0x120 mm/failslab.c:32
  slab_pre_alloc_hook mm/slab.h:421 [inline]
  slab_alloc mm/slab.c:3371 [inline]
  kmem_cache_alloc+0x47/0x760 mm/slab.c:3545
  kmem_cache_zalloc include/linux/slab.h:678 [inline]
  alloc_mm_slot mm/khugepaged.c:369 [inline]
  __khugepaged_enter+0xbd/0x540 mm/khugepaged.c:405
  khugepaged_enter include/linux/khugepaged.h:54 [inline]
  do_huge_pmd_anonymous_page+0x10d9/0x1b00 mm/huge_memory.c:680
  create_huge_pmd mm/memory.c:3828 [inline]
  __handle_mm_fault+0x1b9f/0x3e20 mm/memory.c:4031
  handle_mm_fault+0x334/0x8d0 mm/memory.c:4097
  __do_page_fault+0x5c9/0xc90 arch/x86/mm/fault.c:1429
  do_page_fault+0xee/0x720 arch/x86/mm/fault.c:1504
  page_fault+0x22/0x30 arch/x86/entry/entry_64.S:1094
RIP: 0023:0x8049169
RSP: 002b:00000000f77b2040 EFLAGS: 00010246
RAX: 0000000020000000 RBX: 0000000008168020 RCX: 00000000d6aff519
RDX: 00000000f77b2a88 RSI: 0000000000000557 RDI: 00000000f77b2b28
RBP: 0000000008110094 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000292 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
syz-executor5 invoked oom-killer: gfp_mask=0x0(), nodemask=(null), order=0,  
oom_score_adj=0
syz-executor5 cpuset=/ mems_allowed=0
CPU: 1 PID: 15540 Comm: syz-executor5 Not tainted 4.15.0-rc2+ #122
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS  
Google 01/01/2011
Call Trace:
  __dump_stack lib/dump_stack.c:17 [inline]
  dump_stack+0x194/0x257 lib/dump_stack.c:53
  dump_header+0x28c/0xe1e mm/oom_kill.c:437
  oom_kill_process+0x8b5/0x14a0 mm/oom_kill.c:863
  out_of_memory+0x86d/0x1220 mm/oom_kill.c:1077
  pagefault_out_of_memory+0x135/0x152 mm/oom_kill.c:1108
  mm_fault_error+0xd6/0x2c0 arch/x86/mm/fault.c:1053
  __do_page_fault+0xb4d/0xc90 arch/x86/mm/fault.c:1457
  do_page_fault+0xee/0x720 arch/x86/mm/fault.c:1504
  page_fault+0x22/0x30 arch/x86/entry/entry_64.S:1094
RIP: 0023:0x8049169
RSP: 002b:00000000f77b2040 EFLAGS: 00010246
RAX: 0000000020000000 RBX: 0000000008168020 RCX: 00000000d6aff519
RDX: 00000000f77b2a88 RSI: 0000000000000557 RDI: 00000000f77b2b28
RBP: 0000000008110094 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000292 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
Mem-Info:
active_anon:109047 inactive_anon:58 isolated_anon:0
  active_file:3762 inactive_file:7284 isolated_file:0
  unevictable:0 dirty:192 writeback:0 unstable:0
  slab_reclaimable:8931 slab_unreclaimable:94174
  mapped:22932 shmem:206 pagetables:805 bounce:0
  free:1384999 free_pcp:458 free_cma:0
Node 0 active_anon:446452kB inactive_anon:232kB active_file:15048kB  
inactive_file:29136kB unevictable:0kB isolated(anon):0kB isolated(file):0kB  
mapped:91728kB dirty:768kB writeback:0kB shmem:824kB shmem_thp: 0kB  
shmem_pmdmapped: 0kB anon_thp: 43008kB writeback_tmp:0kB unstable:0kB  
all_unreclaimable? no
Node 0 DMA free:15908kB min:160kB low:200kB high:240kB active_anon:0kB  
inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB  
writepending:0kB present:15992kB managed:15908kB mlocked:0kB  
kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB  
free_cma:0kB
lowmem_reserve[]: 0 2882 6395 6395
Node 0 DMA32 free:2953180kB min:30384kB low:37980kB high:45576kB  
active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB  
unevictable:0kB writepending:0kB present:3129332kB managed:2953948kB  
mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:760kB  
local_pcp:136kB free_cma:0kB
lowmem_reserve[]: 0 0 3513 3513
Node 0 Normal free:2563176kB min:37032kB low:46288kB high:55544kB  
active_anon:444368kB inactive_anon:232kB active_file:15048kB  
inactive_file:29136kB unevictable:0kB writepending:768kB present:4718592kB  
managed:3597640kB mlocked:0kB kernel_stack:4288kB pagetables:3220kB  
bounce:0kB free_pcp:980kB local_pcp:340kB free_cma:0kB
lowmem_reserve[]: 0 0 0 0
Node 0 DMA: 1*4kB (U) 0*8kB 0*16kB 1*32kB (U) 2*64kB (U) 1*128kB (U)  
1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (M) 3*4096kB (M) = 15908kB
Node 0 DMA32: 3*4kB (M) 2*8kB (UM) 2*16kB (M) 3*32kB (UM) 3*64kB (UM)  
3*128kB (M) 5*256kB (UM) 4*512kB (UM) 2*1024kB (UM) 3*2048kB (UM)  
718*4096kB (M) = 2953180kB
Node 0 Normal: 113*4kB (UME) 502*8kB (UME) 845*16kB (UME) 415*32kB (UME)  
969*64kB (UM) 256*128kB (M) 54*256kB (M) 3*512kB (ME) 5*1024kB (UM)  
3*2048kB (UM) 588*4096kB (UM) = 2561124kB
Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0  
hugepages_size=2048kB
11251 total pagecache pages
0 pages in swap cache
Swap cache stats: add 0, delete 0, find 0/0
Free swap  = 0kB
Total swap = 0kB
1965979 pages RAM
0 pages HighMem/MovableOnly
324105 pages reserved
[ pid ]   uid  tgid total_vm      rss pgtables_bytes swapents oom_score_adj  
name
[ 1601]     0  1601     5366      635    90112        0         -1000 udevd
[ 2862]     0  2862     2493      796    49152        0             0  
dhclient
[ 2993]     0  2993    14265      750   110592        0             0  
rsyslogd
[ 3048]     0  3048     4725      497    81920        0             0 cron
[ 3066]     0  3066     3735       44    69632        0             0  
mcstransd
[ 3076]     0  3076    12927     1542   139264        0             0  
restorecond
[ 3094]     0  3094    12490      798   139264        0         -1000 sshd
[ 3118]     0  3118     3694      471    69632        0             0 getty
[ 3119]     0  3119     3694      476    73728        0             0 getty
[ 3120]     0  3120     3694      473    73728        0             0 getty
[ 3121]     0  3121     3694      463    73728        0             0 getty
[ 3122]     0  3122     3694      446    73728        0             0 getty
[ 3123]     0  3123     3694      446    73728        0             0 getty
[ 3124]     0  3124     3649      450    73728        0             0 getty
[ 3142]     0  3142    17821     1331   188416        0             0 sshd
[ 3144]     0  3144   183720   103940  1200128        0             0  
syz-fuzzer
[ 3187]     0  3187     7286      184    53248        0             0  
syz-executor7
[ 3188]     0  3188     7286      185    53248        0             0  
syz-executor0
[ 3189]     0  3189     7286      186    53248        0             0  
syz-executor5
[ 3191]     0  3191     7286      185    49152        0             0  
syz-executor6
[ 3194]     0  3194     7286      186    53248        0             0  
syz-executor4
[ 3201]     0  3201     7286      184    53248        0             0  
syz-executor1
[ 3203]     0  3203     7286      185    53248        0             0  
syz-executor3
[ 3230]     0  3230     5381      610    81920        0         -1000 udevd
[ 3242]     0  3242     5365      598    81920        0         -1000 udevd
[ 3353]     0  3353     7286     2244    61440        0             0  
syz-executor7
[ 3374]     0  3374     7286     2244    61440        0             0  
syz-executor5
[ 3377]     0  3377     7286     2243    61440        0             0  
syz-executor0
[ 3378]     0  3378     7286     2241    57344        0             0  
syz-executor6
[ 3389]     0  3389     7286     2242    61440        0             0  
syz-executor1
[ 3390]     0  3390     7286     2246    61440        0             0  
syz-executor4
[ 3393]     0  3393     7286     2241    61440        0             0  
syz-executor3
[ 4328]     0  4328     7286      185    53248        0             0  
syz-executor2
[ 4420]     0  4420     7286     2243    61440        0             0  
syz-executor2
[15540]     0 15530    11414     2191    65536        0             0  
syz-executor5
Out of memory: Kill process 3144 (syz-fuzzer) score 61 or sacrifice child
Killed process 3189 (syz-executor5) total-vm:29144kB, anon-rss:56kB,  
file-rss:688kB, shmem-rss:0kB
oom_reaper: reaped process 3189 (syz-executor5), now anon-rss:0kB,  
file-rss:0kB, shmem-rss:0kB


---
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.
Please credit me with: Reported-by: syzbot <syzkaller@googlegroups.com>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

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

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

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

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

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

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

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

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
# CONFIG_X86_X32 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=y
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=y
CONFIG_NET_KEY=y
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_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_IPVTI is not set
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=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS 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=y
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=y
# CONFIG_IPV6_FOU is not set
# CONFIG_IPV6_FOU_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
CONFIG_IPV6_MROUTE=y
# CONFIG_IPV6_MROUTE_MULTIPLE_TABLES is not set
# CONFIG_IPV6_PIMSM_V2 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_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_CBS 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=y
# 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_VSOCKETS_DIAG=y
CONFIG_VIRTIO_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS_COMMON=y
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_NET_NSH 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_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y

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

#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
# CONFIG_CAN 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_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
# CONFIG_CFG80211_WEXT is not set
# CONFIG_LIB80211 is not set
CONFIG_MAC80211=y
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
# CONFIG_MAC80211_RC_MINSTREL_VHT is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_WIMAX=y
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
CONFIG_NET_9P_XEN=y
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
CONFIG_NFC=y
CONFIG_NFC_DIGITAL=y
CONFIG_NFC_NCI=y
CONFIG_NFC_NCI_UART=y
CONFIG_NFC_HCI=y
CONFIG_NFC_SHDLC=y

#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_SIM=y
# CONFIG_NFC_PORT100 is not set
CONFIG_NFC_FDP=y
# CONFIG_NFC_FDP_I2C is not set
# CONFIG_NFC_PN544_I2C is not set
# CONFIG_NFC_PN533_USB is not set
# CONFIG_NFC_PN533_I2C is not set
# CONFIG_NFC_MICROREAD_I2C is not set
# CONFIG_NFC_MRVL_USB is not set
# CONFIG_NFC_MRVL_UART is not set
# CONFIG_NFC_ST21NFCA_I2C is not set
# CONFIG_NFC_ST_NCI_I2C is not set
# CONFIG_NFC_NXP_NCI is not set
# CONFIG_NFC_S3FWRN5_I2C is not set
CONFIG_PSAMPLE=y
# CONFIG_NET_IFE is not set
# CONFIG_LWTUNNEL 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=y
# CONFIG_BLK_DEV_FD is not set
CONFIG_CDROM=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
# CONFIG_XEN_BLKDEV_BACKEND is not set
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_BLK_SCSI=y
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

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

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

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

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

#
# Intel MIC & related support
#

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

#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set

#
# VOP Bus Driver
#
# CONFIG_VOP_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#

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

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

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

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

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

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

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

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

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

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

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

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
# CONFIG_BONDING 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_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
CONFIG_ATM_TCP=y
# CONFIG_ATM_LANAI is not set
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_NICSTAR is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E is not set
# CONFIG_ATM_HE is not set
# CONFIG_ATM_SOLOS is not set

#
# CAIF transport drivers
#

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

#
# MII PHY device drivers
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_PPP 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_WIRELESS_WDS is not set
CONFIG_WLAN_VENDOR_ADMTEK=y
# CONFIG_ADM8211 is not set
CONFIG_WLAN_VENDOR_ATH=y
# CONFIG_ATH_DEBUG is not set
# CONFIG_ATH5K is not set
# CONFIG_ATH5K_PCI is not set
# CONFIG_ATH9K is not set
# CONFIG_ATH9K_HTC is not set
# CONFIG_CARL9170 is not set
# CONFIG_ATH6KL is not set
# CONFIG_AR5523 is not set
# CONFIG_WIL6210 is not set
# CONFIG_ATH10K is not set
# CONFIG_WCN36XX is not set
CONFIG_WLAN_VENDOR_ATMEL=y
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
CONFIG_WLAN_VENDOR_BROADCOM=y
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_BRCMSMAC is not set
# CONFIG_BRCMFMAC is not set
CONFIG_WLAN_VENDOR_CISCO=y
# CONFIG_AIRO is not set
# CONFIG_AIRO_CS is not set
CONFIG_WLAN_VENDOR_INTEL=y
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
# CONFIG_IWLWIFI is not set
CONFIG_WLAN_VENDOR_INTERSIL=y
# CONFIG_HOSTAP is not set
# CONFIG_HERMES is not set
# CONFIG_P54_COMMON is not set
# CONFIG_PRISM54 is not set
CONFIG_WLAN_VENDOR_MARVELL=y
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_MWIFIEX is not set
# CONFIG_MWL8K is not set
CONFIG_WLAN_VENDOR_MEDIATEK=y
# CONFIG_MT7601U is not set
CONFIG_WLAN_VENDOR_RALINK=y
# CONFIG_RT2X00 is not set
CONFIG_WLAN_VENDOR_REALTEK=y
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
CONFIG_RTL_CARDS=y
# CONFIG_RTL8192CE is not set
# CONFIG_RTL8192SE is not set
# CONFIG_RTL8192DE is not set
# CONFIG_RTL8723AE is not set
# CONFIG_RTL8723BE is not set
# CONFIG_RTL8188EE is not set
# CONFIG_RTL8192EE is not set
# CONFIG_RTL8821AE is not set
# CONFIG_RTL8192CU is not set
# CONFIG_RTL8XXXU is not set
CONFIG_WLAN_VENDOR_RSI=y
# CONFIG_RSI_91X is not set
CONFIG_WLAN_VENDOR_ST=y
# CONFIG_CW1200 is not set
CONFIG_WLAN_VENDOR_TI=y
# CONFIG_WL1251 is not set
# CONFIG_WL12XX is not set
# CONFIG_WL18XX is not set
# CONFIG_WLCORE is not set
CONFIG_WLAN_VENDOR_ZYDAS=y
# CONFIG_USB_ZD1201 is not set
# CONFIG_ZD1211RW is not set
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_MAC80211_HWSIM 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_EXC3000 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_HIDEEP is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_S6SY761 is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
# CONFIG_TOUCHSCREEN_ELAN is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2004 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_SILEAD is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_STMFTS is not set
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZET6223 is not set
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_CMA3000 is not set
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set

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

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

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

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

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

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

#
# I2C Hardware Bus support
#

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

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

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

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

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

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

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_SEQ_DEVICE=y
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_PCM_TIMER=y
CONFIG_SND_HRTIMER=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SEQ_MIDI_EVENT=y
# CONFIG_SND_SEQ_MIDI is not set
# 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_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB_CBAF is not set

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

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

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

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

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

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

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

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

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

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

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

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

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

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

#
# SPI RTC drivers
#
CONFIG_RTC_I2C_AND_SPI=y

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

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

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

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

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

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

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

#
# Virtio drivers
#
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
# CONFIG_VIRTIO_BALLOON 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_PVCALLS_FRONTEND=y
CONFIG_XEN_PVCALLS_BACKEND=y
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_ACPI_PROCESSOR=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_SYMS=y
CONFIG_XEN_HAVE_VPMU=y
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DELL_LAPTOP is not set
# CONFIG_DELL_SMO8800 is not set
# CONFIG_DELL_RBTN is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_AMILO_RFKILL is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
CONFIG_EEEPC_LAPTOP=y
# CONFIG_ASUS_WIRELESS is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_INTEL_VBTN is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_INTEL_PMC_CORE is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_INTEL_OAKTRAIL is not set
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_APPLE_GMUX is not set
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
# CONFIG_PVPANIC is not set
# CONFIG_INTEL_PMC_IPC is not set
# CONFIG_SURFACE_PRO3_BUTTON is not set
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_MLX_PLATFORM is not set
# CONFIG_MLX_CPLD_PLATFORM is not set
# CONFIG_INTEL_TURBO_MAX_3 is not set
CONFIG_PMC_ATOM=y
# CONFIG_CHROME_PLATFORMS is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

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

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

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

#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set

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

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#

#
# Broadcom SoC drivers
#

#
# i.MX SoC drivers
#

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

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

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

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

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

#
# FSI support
#
# CONFIG_FSI is not set

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

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

#
# Tegra firmware driver
#

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

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

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

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

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

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

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

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

#
# Memory Debugging
#
CONFIG_PAGE_EXTENSION=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_PAGE_POISONING=y
CONFIG_PAGE_POISONING_NO_SANITY=y
# CONFIG_PAGE_POISONING_ZERO is not set
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_OBJECTS 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_KASAN=y
CONFIG_KASAN=y
# CONFIG_KASAN_OUTLINE is not set
CONFIG_KASAN_INLINE=y
# CONFIG_TEST_KASAN is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_KCOV=y
CONFIG_KCOV_ENABLE_COMPARISONS=y
CONFIG_KCOV_INSTRUMENT_ALL=y
# CONFIG_DEBUG_SHIRQ is not set

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

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
CONFIG_LOCKDEP_CROSSRELEASE=y
CONFIG_LOCKDEP_COMPLETIONS=y
CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y
# 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
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
# CONFIG_DMA_API_DEBUG is not set

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

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
CONFIG_KEY_DH_OPERATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITY_WRITABLE_HOOKS=y
# CONFIG_SECURITYFS is not set
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_PATH=y
# CONFIG_INTEL_TXT is not set
CONFIG_LSM_MMAP_MIN_ADDR=65536
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR 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_CRCT10DIF_PCLMUL=y
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_POLY1305=y
CONFIG_CRYPTO_POLY1305_X86_64=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA1_MB=y
CONFIG_CRYPTO_SHA256_MB=y
CONFIG_CRYPTO_SHA512_MB=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_SHA3=y
CONFIG_CRYPTO_SM3=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y

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

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

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

#
# Certificates for signature checking
#
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
CONFIG_SECONDARY_TRUSTED_KEYRING=y
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
CONFIG_KVM_INTEL=y
CONFIG_KVM_AMD=y
# CONFIG_KVM_MMU_AUDIT is not set
CONFIG_VHOST_NET=y
# CONFIG_VHOST_VSOCK 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_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC4=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_842_COMPRESS=y
CONFIG_842_DECOMPRESS=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_INTERVAL_TREE=y
CONFIG_RADIX_TREE_MULTIORDER=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
# CONFIG_DMA_NOOP_OPS is not set
# CONFIG_DMA_VIRT_OPS is not set
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_SG_SPLIT is not set
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_SG_CHAIN=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_STACKDEPOT=y
CONFIG_SBITMAP=y
# CONFIG_STRING_SELFTEST is not set

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

D(0xffffffffffffffff, 0x540f, &(0x7f0000cad000-0x4)=<r2=>0x0)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000fef000)={0x0, <r3=>0x0, 0x0}, &(0x7f0000a33000)=0xc)
r4 = getgid()
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f0000fa9000)=<r5=>0x0)
stat(&(0x7f00005b2000)="2e2f66696c653000", &(0x7f0000938000-0x44)={0x0, 0x0, 0x0, 0x0, <r6=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getgroups(0x3, &(0x7f0000682000)=[<r7=>0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff])
fcntl$getownex(r1, 0x10, &(0x7f000077d000+0x59a)={0x0, <r8=>0x0})
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000e47000-0xc)={0x0, <r9=>0x0, 0x0}, &(0x7f0000fa2000-0x4)=0xc)
r10 = getegid()
r11 = getpgid(0x0)
getresuid(&(0x7f00006c3000)=<r12=>0x0, &(0x7f0000ff9000-0x4)=0x0, &(0x7f0000570000)=0x0)
getsockopt$SO_PEERCRED(r1, 0x1, 0x11, &(0x7f00008bb000)={0x0, 0x0, <r13=>0x0}, 0xc)
ioctl$sock_FIOGETOWN(r1, 0x8903, &(0x7f0000fcf000)=<r14=>0x0)
getresuid(&(0x7f0000598000-0x4)=0x0, &(0x7f0000061000)=<r15=>0x0, &(0x7f00008ec000)=0x0)
getresgid(&(0x7f00006f7000)=<r16=>0x0, &(0x7f0000117000-0x4)=0x0, &(0x7f00008f5000)=0x0)
ioctl$TIOCGSID(0xffffffffffffffff, 0x540f, &(0x7f000085d000-0x4)=<r17=>0x0)
getsockopt$inet6_IPV6_XFRM_POLICY(0xffffffffffffffff, 0x29, 0x23, &(0x7f0000ce1000-0xe8)={{{@in6=@empty={[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, 0x0, 0x0, <r18=>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, @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}}, &(0x7f0000261000)=0xe8)
fstat(r1, &(0x7f000010c000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, <r19=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r20 = fcntl$getown(r1, 0x9)
getsockopt$inet6_IPV6_IPSEC_POLICY(0xffffffffffffffff, 0x29, 0x22, &(0x7f0000b08000)={{{@in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in=@rand_addr=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r21=>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, @in=@empty=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000d2b000-0x2)=0xe8)
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f0000eff000)={0x0, 0x0, <r22=>0x0}, &(0x7f0000a1a000)=0xc)
ioctl$sock_SIOCGPGRP(r1, 0x8904, &(0x7f00001c6000)=<r23=>0x0)
stat(&(0x7f00000c2000-0x8)="2e2f66696c653000", &(0x7f0000056000-0x44)={0x0, 0x0, 0x0, 0x0, <r24=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
lstat(&(0x7f0000757000-0x8)="2e2f66696c653000", &(0x7f0000f8c000)={0x0, 0x0, 0x0, 0x0, 0x0, <r25=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
fcntl$getownex(r1, 0x10, &(0x7f0000a1a000-0x8)={0x0, <r26=>0x0})
r27 = getuid()
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f0000e9c000-0xc)={0x0, 0x0, <r28=>0x0}, &(0x7f0000203000)=0xc)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000ae0000-0xc)={<r29=>0x0, 0x0, 0x0}, &(0x7f0000bf8000-0x4)=0xc)
fstat(r0, &(0x7f0000fcb000)={0x0, 0x0, 0x0, 0x0, <r30=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
lstat(&(0x7f0000727000)="2e2f66696c653000", &(0x7f0000363000)={0x0, 0x0, 0x0, 0x0, 0x0, <r31=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r32 = getpgrp(0x0)
getsockopt$inet_IP_XFRM_POLICY(0xffffffffffffff9c, 0x0, 0x11, &(0x7f0000867000-0xe8)={{{@in6=@remote={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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r33=>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, @in=@rand_addr=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000211000)=0xe8)
r34 = getegid()
r35 = getpid()
getresuid(&(0x7f0000b41000-0x4)=<r36=>0x0, &(0x7f0000559000)=0x0, &(0x7f0000f4e000)=0x0)
getresgid(&(0x7f00002ab000-0x4)=0x0, &(0x7f0000dea000-0x3)=<r37=>0x0, &(0x7f0000292000-0x4)=0x0)
sendmmsg$unix(r0, &(0x7f0000bf2000)=[{&(0x7f0000388000-0xa)=@file={0x0, "2e2f66696c653000"}, 0xa, &(0x7f0000aba000-0x20)=[{&(0x7f0000d9e000)="aa6c7775eb566df94169dfa2edffbc604f92edd48e1b0ee93ca58a71b3f051911805daf2cb30bdec5f92e844eb23e39c74fc98d19e7bf473c3b3e936517f409b80b092013df740d46a86c3e1bda67a4097c782255b4da10b91f7ad5fce416c11576c29b225eb8ac9d0308b932f9264dd14a53053bbd38ab40e340406166a5278335ca62a60a51a1b0783a4bf23d16c46df7f45d593009ab384a2b45f1fb496ac6763061f7bdd2e17df280ddf2db44bf29c123b921178656a822ad9edd133a1b26707f3ed1cc331a20ec586e7526d790a0cd800798954c5af355ace730e40abbbb0ceb75d17", 0xe5}, {&(0x7f0000142000-0x4f)="2d54ad344ef11fd4560f0a2fc87aea44e775abccebfcd77248f7c1056cd3b02e021f14c3c9c182ed80699cea4a5e9f97e287f595b20eb276ad8211d18c6166160b0193846ae6db8710a4dbf7df4767", 0x4f}, {&(0x7f00008ed000-0x34)="f38dde66624efd3c4bd985f0c2191b5ddd15ab5adb4997bbb965f7c70b996cc7492ee4a3d9115cbd2f8417648dabcba527dbf78a", 0x34}, {&(0x7f00003ea000)="de4eaf508336e32a171643e46dfac3edfe53957532045bbb421dec2477c33063c28adf1fdd61e420493c777ea589ae221f430ee1876f731f058ac6865d12776b92768379a52e3ad80f31099423a2d50c92a20455bc9df8ee3005fcd694786b9d3759d11a1a6e4c4b9b945edd9b", 0x6d}], 0x4, &(0x7f000094a000)=[@rights={0x20, 0x1, 0x1, [r1, r1, r1, r1, r0]}, @rights={0x14, 0x1, 0x1, [r1, r1]}, @cred={0x18, 0x1, 0x2, r2, r3, r4}, @cred={0x18, 0x1, 0x2, r5, r6, r7}, @rights={0x20, 0x1, 0x1, [r0, r0, r1, r0, r0]}, @cred={0x18, 0x1, 0x2, r8, r9, r10}, @cred={0x18, 0x1, 0x2, r11, r12, r13}, @cred={0x18, 0x1, 0x2, r14, r15, r16}, @rights={0x18, 0x1, 0x1, [0xffffffffffffff9c, r1, r1]}, @cred={0x18, 0x1, 0x2, r17, r18, r19}], 0xfc, 0x4000000}, {&(0x7f000091a000-0xa)=@file={0x0, "2e2f66696c653000"}, 0xa, &(0x7f00007e9000)=[], 0x0, &(0x7f0000ae0000)=[@cred={0x18, 0x1, 0x2, r20, r21, r22}, @rights={0x1c, 0x1, 0x1, [r1, r1, r1, r1]}, @cred={0x18, 0x1, 0x2, r23, r24, r25}, @rights={0x1c, 0x1, 0x1, [r0, r0, r1, r0]}], 0x68, 0x20008041}, {&(0x7f000083d000-0x8)=@abs={0x1, 0x0, 0x0}, 0x8, &(0x7f0000719000)=[{&(0x7f0000d9d000-0x93)="e33065288cf39f1eb1267e323db34de34cde4e7b7ff4824e34320a5d2addf57574be6a95183da1f294c1f6a676294bc0ad5af64c4759d6e1c5b05da60eeb7403f01373817fde652113427820175a036a81970808efcde8267229695247c6c831e9c7b35a2173baa8e4580d1c8af02ffb140937b9b848ace072171e5b142589ee17c944c85c3a1177795bb6429126497ff2aa66", 0x93}], 0x1, &(0x7f00005b2000)=[@cred={0x18, 0x1, 0x2, r26, r27, r28}, @cred={0x18, 0x1, 0x2, r29, r30, r31}, @rights={0x24, 0x1, 0x1, [r0, r1, r1, r1, r0, r1]}, @rights={0x28, 0x1, 0x1, [r0, r1, r0, r1, r1, r1, r1]}], 0x7c, 0x4000000}, {&(0x7f0000413000-0xa)=@file={0x1, "2e2f66696c653000"}, 0xa, &(0x7f0000c78000-0x20)=[{&(0x7f0000e3d000)="aa5a43849c41f6c0333d938064c0679781709f397d2343bc21db273ab2a12ba8c01236b6f065eae43179ab49f5a17043ab0a1f3994589ce502bac4b8f90e3d57cf64e32a94d83ae7c0a6b178fd162306a1", 0x51}, {&(0x7f000043e000)="41a87ba2955f8f11327f640c339a9d50dc7eb331677372db1d6b2495d6215eea83b1d7cabc5a5a44ac25aa694dea9266ba5333e41787974b831c8e9dba5c0d06c3cd0ab0a4c78c3dbd6eb252b7c814f0abf4e13d62dcbe7a83cd0ebcbe802425d05d9a4f064d9609f12aa0fa0823c1f8a92d58cdbdcba9d471d44d71eeefbf78ac3c48a4bd0b4bef6b27532baa1a122330ac0f7ac1eaabc0ce4579464546fe4bd3e61af7c040b679f6fde251c2fe51f02a3a41d3dff3456fa6680fdad659b43147c2517dfaf7fff24a056284f1", 0xcd}, {&(0x7f0000e67000-0x1000)="d9bec40b73f7df856d0d6e9b9758956f86a781d3f67fe7967a5f0543f3d9c03535c22c589b297366e4c20401dbba576d2473f495c4dc659e8596515db336d79fd258980ad34e7cc898a1ae252e5f4782f5dc7d2820ccd269b27e6cb8e70e4729bfc23fbf4b6eb72da488cf6efed5dfdb6b8de882082e538c0c5c85e1ce366f1615d178d6b154f11790250c60ad6cfdc87ed16d5ef0c8b23d8557699ff23c432c71c0d8f465604db987da0c7f9c1caeebbe7e173cbe543baf175974cf6f27430323466fd1351e8b16ada379042df4b96c4db03f34bd54aa81f994e5f0c09d7c36f73ff48b665b7458fa2aee5e35083c1cc4656ee185b54c99f90f37a35231997b31c270e984a3560ec4f3e79c62674616946452afbaaa518971b53e1fc4c0c3c29c7952883ecf54b0542b8964e95e91fc0c7684a6340d7b1ec12746a042d27b8baab7f358552c73e60f24d0ce80f6f3f87bfa934aacfff63cdace589e8b194478fca12673c990107e73d2b8011183f44ae3847a38ce88c5869287b3634638bc9f821c05e6982c34f55a1adb89ae10deebb9aa3008e8e3d45524c3c0aab089ebb0f9e644e03a0e34d7d25c79c78976ed1bf62e1b33381185f723d4c49fe55670e1d0d606ae874270ca4cd1b582d532f54eb3c80efb0ef28d3e68656c8df4d9e89baab08cfeaf4121b93db8140a1591fa1785fd8c8a9457851453034db056df3594ea813117b5f789990be7fef71bfe6de220efcebbd9efcbaa3a6f0ef9bf93145590554efe7089f0cad0b7fb3c6b97a7ddba5dba090135cd37011629db551498d2d0ec69ca15db758bf99780fbd28a94cd09a5aff24a9f32d56a0145b55b8449cdb73f0606428c84634a496aeff62088ca207e741cf2b1268add7916acdad1b8290d0fdc166142efa94996898e1e9ea6e01276b2cac2fdcbba8bab788fbf85afb14451b5045664ac6cf6d2e9ef09f70ce08d770f65ad0c78e6553e1560d6d19faddd35ee66a1f03f2980f342c274c432db6eb9590fdddbce7d26d2b283b845480b1f2c9ebf4fff0a1d6474c519faf1a1676c170f7dc6617ea711a758074759bd6cd85ef2f2ebe1110dee5f82e9cd04caf41301bdef6bf1a6a1f27fb76d1e5e0290288fc003da6505794db4733bee79ff6106d08a0c521b0aea5eb6a7bcdae8cd9e1dafe82064758ec761f0755fe391315c383ecdef7f62756e9a313ad32c6c05c68f798f3396a1aef6c9519da71da19ade3109efc0b19315f61989692eb0bae325447306b3ec46627bb567dd000a6bcec59f91b61123dd61b0d18f37cb619a29519805cf07f735e3dadf5b79f885b37e2aabd79b62034da1863b4e7074084d700982b3ead9f6bd8aebb90e4026e3cb1b8332586ebcef6676d2b1335789fb3064b4f8749ff23b12d12997025b6193973001b6503486a324552fe1241f76a3e5a29b4db1f74a8bfa3851038a6fe17e3575b49af3912a0370d935e1b3ff68403de69bcb19b04531dcbbf372a8018ca014acb559378bcff568a36ddeb9416714d614a91292ce394e73d448a373c1bd4dd4ff539caa3a7c78ea89e1caaea0cb3e19251cdd695583e609fb8056992856d29a4e26b65d356923614be965d74b5d3a31f72b3380075f49a15de6ad15c6d4c557989e82fe7c07e8b97d6492de423214a33e9eb1095bcbed99695a48528b0a55f66732f648f81aa7290b4edc2411d57ccf80356ab1dedeee88b1ecd0a53e679491189087f6d0dc8a1c476865cfba1af89cf428930f6ecfffdf10c0693ac27527a111762baa3f61f006cc5cd510911be7434974526b558beb4f904c01ca13296eb0c62f125d16a55603e18e9018ea45b31de352ea895a331a439a59282476732d7219555424288d200059e1c5252cbad2e920cce1f7f6dbcfff8607e2a4d33c59b63d81c1220f959acd1ae5effb7b08170a41d7b28e9c255d89f777414d986dd0090e391d9b59c1748daaee000d0747b4d42b77b676600fce29da999dd91339d73a93fdfbbd8c5a7b548cbc9c55d1a0bc93f5b54d6a1ee07d7681df54073d26c4460077dc7ff9da2e6208038b8325b7765bbdf6ac867b8ebb5620d5a079cc2e7617adb13f5a728f71047ecb7539d3ee2178b65d038eaabd23ed97fdcf42cfc585c66294ba492192ad608fe250a006230f50f2aa7cfab23697d3e1acb84e0817ce656ef44ceece58d98cd5cc9b723f1c76deb948e3fc360c62e1ef9a9cd03fce10cfa115aa5845499a91154b8d7fad71a4912711caf316649ff129f1e42187bf5203ead61d167e99ff242e672c021b7621fb518b32b96c9b8fd31e1e6f5edcf93d8cbedccb43b9a09636bfd92b40b6d8abb7a4d952cee08b9e30811c97029aa75b618a84ae414656777297b852df402810ece4a58fcaf6dacd509c2f2f5d131f75bce7925f88e697ca06584b8df5d27c3fea62dee13203dfe32ae25f9db3d9f852c5827353e1ef9fef073f85adecd7075f6e43e13146babb31cfea2ce03b0e9946ba16395b7f959376a05129db1275e468c465139e15150e2b16bbd834dbaa5c197683e9f275155a5fa322bdd1c92485e74f9bd8a62acdbde18a79a571d9dad4ad8f6e413fb4d9c129a949546a57ea376b05f7342519274529aa517e8550f5d513b60853bc0955066a6c4efe01753d6e039b783d4272a26ae8907030323f2b8926e82b63e9495ec39e7162af365aa3901621dfa8652576d4e33090e7fea1b4e34bc40cf9fe7b5b018bf7114742c3bc6d917c2e6c7ca51c1555fd7a7a5d261b9ade4e6da6c89f5f91a8e8358b2aaa652b29b6939921fbad4421c27e99992662a3854d2380793af3786d8d19e26ca4fa8ecc7d3d38eab4f1bec8caa0dd5fc025af41f26b3f9ebea03510bd8b8782b2dcca2d3c6f64a47a601309f880a5311938392b683b419397f04370341a465c5a9321b8d66d2f6f6e03d0b07f79c3379ef79a9c9400da3318ba3ec16056eedf45c8fc4c64ec72cfe971fcaec1a618973a1c70fecd9ab27e46abd5a5b88da21f8c7304260660844e6e3fedda4c19064d0a8d0bd37190c42c10cb7cf7be5c0ba3715ba267e0310f602056c0a48e0cfe7f7528b45fb8368a00ab6f1066f97c1d66ac12587573d5d6ec15e0fbf3b4e9f668c9830f707c524b83fb3e1c398465a67c789c3d952fd9a05f353aef64c706a5ea07a3a3b7e8935fdddb9c447be09ca9d94ffe0d5a2a27764e5ac592a8eeaab0e4074c56f05602eb7a300a69315f83f3bc9fe9359b2698fb0995996e85acedbbe495d1518615cecfec8b112b1962430e9a039678238e461d749777d46d5393b7fa3552e5e63a4ac1115f0df3d8ef0526af0ea55709df753221edd4eb0eac8c372aeddf0eb6629d48f2657ce89d00eb822b0c1f843563e038c89355d7eb6091c17dcae88d7ba9f053f963c89f91fd09ead0718f745b6e4a36eff9cdac067064cee57d450931d62271c339e17f6aede376566aad93b957ec5ca428f098bbb878026d5b81260f7dc691df421c4b6741b3eb6ba53786abe9ba94bd256527acaab597e6a701c326c193c3e9bef8d961c7763d008e97bac59790f88554af80740bc79a4a8e3349d1662325f2aa5c518aba36ec74a174ded21fc37e9197456067abd9e019d839c78309cc609b69264157bb3818654ac0fb081aaef0cb99cf32ed98fbdc34fda71cc6460ec057680fe5628636ff5cf5c41f6323733475021dd6bd78cc64e7d5bde749741e14f1c222e4a999330ee906b80d4b26c742c2527886e01da61c9c64464aed71a574d0b8d6c60b05a7ed1c11eca064e9d960c1fd34781f0ac04088c80c2c095c497d4fa9388f0c5d5e4414ae79926d1e48f15a3435904111067ab072dbac6053096aa24ffd9651485a988ee160a72d6f0215001f2ff797814800f5f9b10af83bade6a589a15ce609b65809424969a457d0f3e3407e9c686dc5f6b32942f772fb2191a4f465157af1292e465de6a9bda73d103bd2a54f0673b09eb6f7b1e55a256a4679d0b37fe5cc525659b615cff75da92c95d5598b085e61222009ee78e39b7a8bcb67dd4b128942d52c320b0146eebd5d1a1dfab8d40c371b07a94cb576650fed647f6b4e35416c8904d00a590de27028a98b30a890965518a4bb583f2219f5b3cdd37e92e8242b412032dd6ad9338e190b478d44199ebda2236ff6d2daaeaaeabfcff10c682530704f2e1f150c7f8e6a6a2495463b99948931f3bd30f40b663a57d71dd3902c943287d0f7100f418cd1fdf727e9f7e30ad763766fdc511dc3fc79c9bfc0f4a06b1872856d0c7943729de07235a8cd4bd89cd64e4b7b3fc6c8932cc5c0e98a4be31c6061bcfc4e5e58c5ba948d20cdf2f3978ac784f52684391c53571d0d91b95f1c44ed7e5cce14ba286cdff7602a9a6438fd5b7a3b908a2193ea8eafba527f9b61b0b8c3b3107494ffdf7ae85257da248d635f7cdc686a14af07766e84720af9abbc7c871fd439e4a084aae0d2fa0f2186613e988e62da420b92d0cd8863c9afbb6265b7615ad009c14c9c066b2be4015f3ec74ea3b0e8f4e6811b2cefcb4f9e1997e88e5af64ee21feddca5af85358a18450d15698a2b93802c8d083ee06fa87d8fe9000856bb4d288dcf5efdf037493096ce1be481b5b65c8ad4bd33ee9ed127e94f16d3c52a7d85f9ad41decbb5e1f4e07eb17768c2c0c247190242062c8fec4b4fe0b99988b823c8625501fb91c6948e3c0d1d5057c9fa15b72bdf69278b8179eb6fb16529993a3c834fb48edaba5415f6f876977cfb5fb10d3cde6ae1f36d7b47c41f92617e04d3692a172718754f8af3af36af310638f4448f624380086aeb4a083984a57b4f81adc674f823a8afa36d61e1443e7f5e713729c59f4c667a3d760d8fec0c06d8e1eb5bd5e6c4ebcfc450dd9bfcd45cd4292ae818f56dba2d9249c995926e450e037bd300fc036ba6c2e39d05c0063b479f592bdbf0f2be8fe84f67234bfa543d0b5d3599d535874c39e82823224c6f1afc0b6247221c786a637338f4180fcec1a41819d7d2ab41f496df22f1826f153d55eabaaa04fb2531230094bef6f72d2be6dc5f3edb9ab5c0e0087fd5c5ffc30ffae535e62e8fc44e65854c1d5fdd29c7f23da122c274ffeef7e8c7c0cf29251203fb444355faf22cd9830371b90a19dcd2e7b60929427dc9bcc7c204e65bf5aac99352b5620b34d6b047effd9507f7c0cd81655d55371893326f402fbdbec2cea79fba582e5740ed9c21c930f5ff67eb3d69985460038564d5b7b29e1a0d9ff06690a6ad5582269b878804ed1091d33c4f117d3ff219fb1e8d0e263200a61d4d857200460bf6ae27224902713fa5a7c0f1802c25eb117820cd80dec9fd8e06e60dd8e5996285f1eab2f04982f32c0dbbb702778d2b237cb731b217e9dc0cf650ddd107e42770c5d8dd253a183f658f031afa9a3fe08f136b3f38691ee98a7859b9ee1b40ad841845aae110d691132851df58e3261d78c05a1c806aced21539b39cb0708fc1939be83d0ebc8deb4dae1fc045da0ff937eed3ab8bfa6c347acc61f5d429bc35b92fc8199d815c8d9f7ebd0d1f954e4728a0c312bd6540555e020d78f961cf84e0b8927ea121a55857f8ff51f6534832e8ab56e4959861adf05e18f97a470235537100ab9ad745ff9812735991a7cdc6cbd1b18f37beb31f16cac881df73c1bffb84e6689548abd77bf59ffa4ce7f86ab4a55195842a47b0be0318f81b45cb71518cb597db10cad50467e7d169aecc5e4e54b53b908c4657500137e6a01b6dfbe6500e00fb47a957221bf9", 0x1000}, {&(0x7f0000297000)="1787bc7b2afa1f7bac2f5c45d68a319f1efcbba65cb5193dc783b7ef88f17635d1512dd3043322012e245d429f054396e224ce547582dea0d7ddcbb588423b028831c85f003ffd018b030a7aefdf0a1f6911d43f4af16461a6b23d55120557eb7910d19873465b50af79a34306c3de0b7605485fdac41d7e26f44b191b244384ceb07b4561f1ce7e6afbfa953aa942251585", 0x92}], 0x4, &(0x7f000094a000-0x3c)=[@cred={0x18, 0x1, 0x2, r32, r33, r34}, @cred={0x18, 0x1, 0x2, r35, r36, r37}, @rights={0xc, 0x1, 0x1, []}], 0x3c, 0x4000}], 0x4, 0x20000000)
clone(0x200000, &(0x7f00004df000)="b1273938f01e906e1b9908430fc045f9161e1648ba063a5fb99078d969bd32a81188146e9aa05a8267bbdd729e26bf66e1354853b24d759a7879eee6731ecd01122a6fa20f782b67eb6a573cc9fe09e878b53afa29934a33c700d2408fbc5d631230bde0cfc4d5b30f191ad2cbcc12a549baa3c9e2cd20219b28a582723f3b95f1d38802e652d1ddcb664bdcc1158de277", &(0x7f0000f18000)=0x0, &(0x7f0000732000)=0x0, &(0x7f0000ff5000-0x1d)="68f8a92fa4420685ac3b4d1bea13801873608d9fb58d9c5f6f92272fda")
r38 = syz_open_procfs(0x0, &(0x7f000073e000)="6e65742f7463703600")
syz_extract_tcp_res(&(0x7f0000cfb000-0x8)={0x0, <r39=>0x0}, 0x2c40000000000, 0x7)
syz_extract_tcp_res(&(0x7f0000520000-0x8)={0x0, <r40=>0x0}, 0x5, 0x7bfc)
write$tun(r38, &(0x7f00006b2000)=@hdr={0x1, 0x3, 0xfffffffffffffffc, 0x6, 0x7fff, 0x8001, @ipv4={{0x13, 0x4, 0x4dc6, 0x7, 0x14b, 0x3, 0x558, 0x5, 0x37, 0x0, @broadcast=0xffffffff, @rand_addr=0x2, {[@timestamp={0x44, 0x8, 0x2, 0x3, 0xfffffffffffffff7, [{[], 0x5}]}, @ra={0x94, 0x6, 0x1}, @ssrr={0x89, 0x13, 0x7, [@loopback=0x7f000001, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, @empty=0x0]}, @rr={0x7, 0x3, 0xad, []}, @end={0x0}, @noop={0x1}, @end={0x0}, @timestamp={0x44, 0x10, 0x61, 0x0, 0x7, [{[@empty=0x0], 0x4}, {[], 0x40}]}]}}, @tcp={{0x1, 0x3, r39, r40, 0x1, 0x0, 0xc, 0x10, 0x88c1, 0x0, 0x0, {[@eol={0x0}, @md5sig={0x13, 0x12, "3f8ed741865e96498bcb2d658d5066d6"}, @mss={0x2, 0x4, 0x7}, @mss={0x2, 0x4, 0x9}]}}, {"17a12d17c0ae18b56e29aeed714c3520cf957998b49ecccb7e015d29bfe950af360eca95e29270e25d489227f79392125ba83106a8e2924ce6cedb09418d0eb934cbbd498db5533699632dc44474f650f89b3b3f78d7454769e0b9855f5f2ed3cad32a02380d0fe5fe8a30db752c768d3e131b96bc4bc55215ceacdd1ca55d753e05da5ad04c5325ba8ccce94ff105d33d8146a50cfe2e05e9a61f2282630d7e2354814629f8dff9d7e4c5ebc2172755d51bcc79423bfb24a81e5d500f58651106524d565531c5753284d03669257f"}}}}, 0x155)
socket(0xa, 0x1, 0x0)
unshare(0x20000400)
pselect6(0x40, &(0x7f00000ac000-0x40)={0x3ffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000768000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00007fc000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000349000)={0x0, 0x989680}, &(0x7f0000f14000)={&(0x7f00001da000)={0x0}, 0x8})
2017/12/08 15:39:24 executing program 6:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
link(&(0x7f0000000000)="2e2f66696c653000", &(0x7f00001bc000)="2e2f66696c653000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f0000271000)={0x0, 0x78, 0x0, 0x0, 0x0, 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)
mkdir(&(0x7f0000b28000)="2e2f66696c653000", 0x0)
r1 = openat$autofs(0xffffffffffffff9c, &(0x7f0000632000-0x7)="2f6465762f6175746f667300", 0x2000, 0x0)
setsockopt$inet6_tcp_TCP_REPAIR_WINDOW(r1, 0x6, 0x1d, &(0x7f0000172000)={0x0, 0x8000, 0x1, 0x200, 0x3ff}, 0x14)
mount(&(0x7f00001d0000)="2e2f66696c653000", &(0x7f00009ba000-0x8)="2e2f66696c653000", &(0x7f0000e53000)="6d717565756500", 0x2000808, &(0x7f0000fcf000-0x1)="")
r2 = open(&(0x7f00005c6000-0x8)="2e2f66696c653000", 0x20000, 0x1)
mknod(&(0x7f0000a2b000-0xe)="2e2f66696c65302f66696c653000", 0x10c0, 0x6)
r3 = dup(r0)
ioctl$VT_GETMODE(r3, 0x5601, &(0x7f0000575000-0x8)={0x0, 0x0, 0x0, 0x0, 0x0})
execve(&(0x7f00008a7000-0xe)="2e2f66696c65302f66696c653000", &(0x7f000013b000)=[], &(0x7f00003cf000-0x4)=[])
link(&(0x7f0000936000-0x8)="2e2f66696c653000", &(0x7f0000e47000-0xe)="2e2f66696c65302f66696c653000")
setsockopt$inet6_MRT6_DEL_MFC_PROXY(r2, 0x29, 0xd3, &(0x7f0000d10000)={{0xa, 0x3, 0xae, @loopback={0x0, 0x1}, 0x8}, {0xa, 0x3, 0xffffffffffff88d9, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x8}, 0x6, [0x5d7, 0xffffffffffffffff, 0xfb14, 0x3, 0x2, 0x8100000000, 0x8, 0x1000]}, 0x5c)
2017/12/08 15:39:24 executing program 4:
r0 = creat(&(0x7f00006b4000-0x8)="2e2f66696c653000", 0x100)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCSIFBRDADDR(r0, 0x891a, &(0x7f0000000000)={@common="62707130000000000000000000000000", @ifru_flags=0x0})
epoll_wait(r0, &(0x7f0000001000-0x30)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], 0x4, 0x5)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x401, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0, 0x400000000000, 0x0, 0x4000000000000000, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = dup2(0xffffffffffffffff, r1)
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)
ioctl$int_in(r1, 0x5473, &(0x7f0000968000-0x8)=0x200)
clone(0x0, &(0x7f00009f4000)="", &(0x7f0000a26000-0x4)=0x0, &(0x7f000039f000)=0x0, &(0x7f0000544000-0x1c)="")
getsockopt$sock_int(r0, 0x1, 0x3e, &(0x7f0000f2a000-0x4)=0x0, &(0x7f00000da000)=0x4)
clone(0x200, &(0x7f0000001000-0x83)="", &(0x7f0000744000)=0x0, &(0x7f0000f8b000)=0x0, &(0x7f0000804000)="")
arch_prctl(0x1006, &(0x7f00008da000)="28c0b5fdcd40dfe9")
r3 = geteuid()
r4 = getegid()
lchown(&(0x7f0000ed8000)="2e2f66696c653000", r3, r4)
mknod(&(0x7f0000ff0000)="2e2f66696c653000", 0x10080000007fe, 0x0)
recvfrom$inet(0xffffffffffffffff, &(0x7f0000224000-0x46)="", 0x0, 0x0, &(0x7f0000f59000)={0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
truncate(&(0x7f00009e4000)="2e2f66696c653000", 0xfff)
getsockopt$inet6_IPV6_IPSEC_POLICY(r0, 0x29, 0x22, &(0x7f0000efd000)={{{@in6=@loopback={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, 0x0, 0x0, 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=@loopback={0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000996000)=0xe8)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket$inet6(0xa, 0x80001, 0x0)
getsockopt$bt_hci(r5, 0x0, 0x43, &(0x7f0000c8b000-0x1e)="000000000000000000000000000000000000000000000000000000000000", &(0x7f0000d1c000)=0x1e)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_AUTOCLOSE(r0, 0x84, 0x4, &(0x7f000049a000-0x4)=0x7e4f, 0x4)
r6 = socket$inet6(0xa, 0x80003, 0xff)
setsockopt$inet6_int(r6, 0x29, 0x16, &(0x7f000090f000)=0x0, 0x4)
ioctl$TIOCGSID(r2, 0x540f, &(0x7f000005b000-0x4)=<r7=>0x0)
ptrace$getregset(0x4204, r7, 0x2, &(0x7f00004ca000)={&(0x7f0000f60000)="00", 0x1})
setsockopt$inet6_int(r6, 0x29, 0x16, &(0x7f0000f58000)=0x0, 0x4)
2017/12/08 15:39:24 executing program 7:
r0 = dup(0xffffffffffffffff)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fchmodat(r0, &(0x7f0000000000)="2e2f66696c653000", 0x58)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$getownex(r0, 0x10, &(0x7f0000002000-0x8)={0x0, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
readlinkat(r0, &(0x7f0000001000-0x8)="2e2f66696c653000", &(0x7f0000003000-0xf4)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000baf000)="2e2f636f6e74726f6c00", 0x4)
r1 = open(&(0x7f00001e0000)="2e2f636f6e74726f6c00", 0x0, 0x9b)
bind$unix(r1, &(0x7f0000494000-0xa)=@file={0x0, "2e2f66696c653000"}, 0xa)
ioctl$KVM_S390_UCAS_UNMAP(r1, 0x4018ae51, &(0x7f0000c8a000)={0x1000, 0x33c8, 0x9})
perf_event_open(&(0x7f000000a000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x668, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800000000003, 0x20001010, 0x8, 0x0, 0x401, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_MAXSEG(r1, 0x84, 0xd, &(0x7f0000576000-0x4)=@assoc_id=<r2=>0x0, &(0x7f00007ee000)=0x4)
sendmmsg$inet_sctp(0xffffffffffffffff, &(0x7f0000b49000-0x38)=[{&(0x7f00009ed000)=@in={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000b44000)=[{&(0x7f0000114000-0xf4)="230e60eecdb6dcfae9841735096710dd2fdb12572abe529f705f33bf4869a6e87840dc02f6454d03f8e72d21de3770841320e5643df35244686c024496da66bc29b8a7f032306d63d1a94e19517e0c6d95576dcb7a5cba0d126cbd7d0308057b7f4d3da6a0d3a51fd7a1b8bb8209ee031e36b4d912ca85b170524a5ac8e4f1c1e913e01fadbe130c90435ac2f2556d70b3d5e746a762c82d1c28acfb7c8a0fbc485712634c7035c859192cde9d1f05c922919e901f338901999f883a9dc68ae1532b5f3dfbd589a492af178f9ac9be5fb6132e71c7c5e76ce0cdf385801cf14cc4dfea93cace18e38c064e76f2255d55a0adf7ad", 0xf4}, {&(0x7f00009e3000-0x2c)="63531b24f10c81d6a8ffbdb6ef5839888e70a9f8e6b023fc390b1f148fd4bd2a458ea62f652b5d1eb004a755", 0x2c}, {&(0x7f00004a7000-0x41)="7decd7da9e9448c6111289785581e675b28d033ac25702bcb178f46080721ab157c936323dccb8ebb011e0cb5a944738ccb82403951580ec663027c738be3d38f7", 0x41}, {&(0x7f0000ae1000-0x6a)="577d357c4c7c5ea4a68198d0cc9a0403cf8bd78b7e3ee17273bd34bff9b134a7a3dcd097180b41eb06db9fa5b7de0790ca215afb7fd20e4196138a9968e6896222d99ecd3ed804e024681ab6e57121a1029fb505681484d855723db056160438807919ec8adffa7325ab", 0x6a}, {&(0x7f0000896000)="c2a2751bd6df60d346905c61f6756558559db369221bdc10546dc77bd273ce764547b56cbbbfb16294cda88666e8700c87694c72444b978aa58a552b53b136088ac6e62ece13a30a4c73ae7541be337f86f21f", 0x53}, {&(0x7f00000cc000-0x6f)="5f1b9bf54f6f85de1f1eaaa3e4ef0738f1ff11f9e1545109bf8d0f6d2634bc6b983ef7be5a409eba85a28d0cc94f71ca509fdc9553dea86dabaab9d098276c7d85a19e3192ca45d7619cca387533aa7f83def21de4ec806940c2de1cf3ea4126084e24f0e9b25924dad34a3469c25a", 0x6f}], 0x6, &(0x7f000063b000-0xc0)=[@sndrcv={0x2c, 0x84, 0x1, {0x1, 0x1, 0x0, 0x1, 0x3, 0x7, 0xffffffffffffffff, 0x8065, r2}}, @sndinfo={0x1c, 0x84, 0x2, {0xfffffffffffffff7, 0xa, 0x3, 0x6, 0x0}}, @init={0x14, 0x84, 0x0, {0x20, 0xc56, 0x7, 0x8}}, @sndrcv={0x2c, 0x84, 0x1, {0x4, 0x5, 0x200, 0x5fa3e57e, 0x3ff, 0x3, 0x1f, 0x0, 0x0}}], 0xb0, 0x880}], 0x1, 0x0)
r3 = creat(&(0x7f00007b0000)="2e2f636f6e74726f6c00", 0xc8)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0xf57, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = openat$kvm(0xffffffffffffff9c, &(0x7f0000cec000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r5 = ioctl$KVM_CREATE_VM(r4, 0xae01, 0x0)
r6 = ioctl$KVM_CREATE_VCPU(r5, 0xae41, 0x0)
ioctl$KVM_SET_MSRS(r6, 0x4008ae89, &(0x7f00001dd000)={0x1, 0x0, [{0x40000021, 0x0, 0x9}]})
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$EVIOCSABS0(0xffffffffffffffff, 0x401845c0, &(0x7f0000007000)={0x0, 0x0, 0x80a5b2, 0x400, 0x0, 0x0})
bind$bt_rfcomm(0xffffffffffffffff, &(0x7f000022c000-0x9)={0x1f, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0}, 0x9)
r7 = socket$netlink(0x10, 0x3, 0x0)
r8 = dup3(r6, r7, 0x80000)
ioctl$KVM_RUN(r8, 0xae80, 0x0)
perf_event_open(&(0x7f00008ef000)={0x3, 0x78, 0x9, 0x8, 0x2, 0x20, 0x0, 0x7, 0x0, 0x4, 0x4, 0x2e, 0xfffffffffffffbff, 0x5, 0x0, 0x2, 0x0, 0x10000, 0xbfb9, 0x8000, 0xfff, 0x2, 0x5, 0xfffffffffffffff7, 0x7, 0x401, 0x0}, 0x0, 0x1, 0xffffffffffffffff, 0x3)
getdents(r1, &(0x7f0000001000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x73)
ioctl$KVM_GET_ONE_REG(r3, 0x4010aeab, &(0x7f0000ba7000-0x10)={0x609, 0x5})
2017/12/08 15:39:24 executing program 3:
mmap(&(0x7f0000000000/0xeac000)=nil, 0xeac000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
unshare(0x5038800)
socket$inet6_tcp(0xa, 0x1, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000eac000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x10000000000003, 0x7, 0x2000000006, &(0x7f0000076000)={0x0, 0x0})
mmap(&(0x7f0000000000/0x6000)=nil, 0x6000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xe69000)=nil, 0xe69000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x10, 0x3, 0x40, &(0x7f00005b7000-0x8)={<r0=>0x0, <r1=>0x0})
mmap(&(0x7f0000000000/0x2d000)=nil, 0x2d000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$netlink(0x10, 0x3, 0x0)
sendmsg$netlink(r2, &(0x7f0000013000-0x38)={0x0, 0x0, &(0x7f0000008000)=[{&(0x7f000000e000-0x14)=[{0x14, 0x1a, 0x203, 0x20d20, 0x0, "0a"}], 0x14}], 0x1, &(0x7f000001e000-0x48)=[], 0x0, 0x0}, 0x40000000000)
ioctl$sock_inet_SIOCSIFPFLAGS(r0, 0x8934, &(0x7f0000dde000-0x20)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs={0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
recvfrom$inet(r0, &(0x7f0000858000)="000000000000000000000000000000000000000000", 0x15, 0x3, &(0x7f000094b000)={0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
syz_emit_ethernet(0x36, &(0x7f0000c2d000-0x3e)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x806, @arp=@generic={0x6, 0x896f, 0x6, 0x4, 0x6, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], "e9782baf", @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, "fd5867a25bbf936d09a44b2ed021ff03"}}}}, 0x0)
mmap(&(0x7f0000e69000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_ID_LIST(r1, 0x84, 0x1d, &(0x7f0000859000)={0x6, [0x0, 0x0, 0x0, 0x0, <r3=>0x0, 0x0]}, &(0x7f0000424000-0x4)=0x1c)
close(r1)
setsockopt$inet_sctp_SCTP_DEFAULT_SEND_PARAM(r1, 0x84, 0xa, &(0x7f000059e000-0x20)={0x5c74, 0x80000001, 0x0, 0x6, 0x2, 0x9, 0x4fd, 0x918, r3}, 0x20)
mmap(&(0x7f0000e69000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f000001e000)={0xffffffffffffffff, <r4=>0xffffffffffffffff})
writev(r4, &(0x7f0000c86000)=[{&(0x7f0000106000-0x2c)="ac712597f63625abc2067a59da76a4d48db701dcf76f3cc421ec56b33f2bd39b3cbd18aeab41a46c989e1cb3", 0x2c}], 0x1)
mmap(&(0x7f0000000000/0x53000)=nil, 0x53000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xb000)=nil, 0xb000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_sctp(0x2, 0x5, 0x84)
setsockopt$sock_linger(0xffffffffffffffff, 0x1, 0xd, &(0x7f0000cbe000-0x8)={0xfffffffc, 0xefd}, 0x8)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f00001ff000-0x8)={0xffffffffffffffff, <r5=>0xffffffffffffffff})
accept4$unix(r1, &(0x7f0000269000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f0000614000)=0x8, 0x80000000000803)
ioctl$sock_inet_SIOCSIFFLAGS(r5, 0x8914, &(0x7f0000265000-0x20)={@generic="7530ddf30796dbf5da9c04f81f330092", @ifru_flags=0x7205})
[  108.263788] device gre0 entered promiscuous mode
2017/12/08 15:39:24 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000271000)={0x2, 0x78, 0x46, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
sched_setaffinity(0x0, 0x8, &(0x7f00008ab000-0x8)=0x0)
msync(&(0x7f0000952000/0x2000)=nil, 0x87abbe8d1cc6ad9, 0x4)
ioctl$TIOCGPGRP(0xffffffffffffff9c, 0x540f, &(0x7f0000d8d000)=<r0=>0x0)
getpriority(0x1, r0)
socket$inet(0x2, 0xc, 0x1)
mkdir(&(0x7f00007dd000-0x8)="2e2f66696c653000", 0x10)
socket$bt_rfcomm(0x1f, 0xffffffffffffffff, 0x3)
mount(&(0x7f0000018000)="2e2f66696c653000", &(0x7f000001c000)="2e2f66696c653000", &(0x7f0000019000-0x6)="72616d667300", 0x0, &(0x7f000000a000)="")
r1 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00001e0000-0x11)="2f6465762f7667615f6172626974657200", 0x0, 0x0)
ioctl$KVM_NMI(r1, 0xae9a)
creat(&(0x7f0000016000-0xc)="2e2f66696c65302f62757300", 0x0)
truncate(&(0x7f0000006000)="2e2f66696c65302f62757300", 0x2794)
r2 = open$dir(&(0x7f000001c000-0xc)="2e2f66696c65302f62757300", 0x0, 0x0)
mmap(&(0x7f0000020000/0x1000)=nil, 0x1000, 0x200000000003, 0xa012, r2, 0x0)
2017/12/08 15:39:24 executing program 6:
openat$rtc(0xffffffffffffff9c, &(0x7f00008a5000)="2f6465762f72746300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xfe, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffff9dedde4d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800000000000, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$kcm(0x29, 0x1a, 0x0)
time(&(0x7f000096a000)=0x0)
r0 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000325000-0xc)="2f6465762f72666b696c6c00", 0x400284402, 0x0)
getsockopt$bt_BT_FLUSHABLE(r0, 0x112, 0x8, &(0x7f00004c9000)=0x5, &(0x7f0000304000-0x4)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000223000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
unshare(0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x7, 0x0, &(0x7f0000948000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
pipe(&(0x7f0000708000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e6, 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/0x9d7000)=nil, 0x9d7000, 0x0, 0x4d072, 0xffffffffffffffff, 0x0)
mprotect(&(0x7f0000000000/0x800000)=nil, 0x800000, 0x4)
pipe2(&(0x7f00005ca000-0x8)={<r1=>0x0, 0x0}, 0x2000000000800)
setsockopt$inet6_dccp_int(r1, 0x21, 0xb, &(0x7f0000ce9000-0x4)=0x8, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$PIO_CMAP(0xffffffffffffffff, 0x4b70, &(0x7f0000001000)={0x2, 0x0, 0x800000304, 0x0, 0xb, 0x0})
r2 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000536000-0x11)="2f6465762f7161745f6164665f63746c00", 0x800, 0x0)
ioctl$PIO_CMAP(r2, 0x4b70, &(0x7f0000eb4000)={0x10001, 0x3, 0x3, 0x8, 0x4, 0x0})
socket(0x11, 0x3, 0x0)
r3 = open(&(0x7f000013e000)="2e2f66696c653000", 0x141046, 0x0)
ioctl$EVIOCSABS20(0xffffffffffffffff, 0x401845e0, &(0x7f0000678000-0x18)={0xc5, 0x7, 0x10001, 0xe203, 0xe89, 0x8})
syz_open_dev$evdev(&(0x7f0000fb2000-0x12)="2f6465762f696e7075742f6576656e742300", 0x20, 0x101002)
write$evdev(r3, &(0x7f0000e4f000)=[{{0x0, 0x0}, 0x1, 0x50, 0x400000002}], 0x18)
ftruncate(r3, 0x10000)
2017/12/08 15:39:24 executing program 1:
r0 = syz_open_procfs(0xffffffffffffffff, &(0x7f0000ebf000-0x3)="696f00")
setsockopt$inet_sctp6_SCTP_RECVNXTINFO(r0, 0x84, 0x21, &(0x7f0000f5c000)=0x3, 0x4)
r1 = socket$inet_sctp(0x2, 0x5, 0x84)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$SO_BINDTODEVICE(r1, 0x1, 0x19, &(0x7f0000000000)=@generic="ce769dcb0ccbbcccf8b8242d3d92c37e", 0x10)
r2 = epoll_create(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)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
readv(r1, &(0x7f0000001000)=[{&(0x7f0000001000-0x7f)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x7f}, {&(0x7f0000001000-0x37)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6c}, {&(0x7f0000001000)="00000000000000000000000000000000000000000000000000000000000000", 0x1f}, {&(0x7f0000001000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x83}, {&(0x7f0000001000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x4f}, {&(0x7f0000001000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9f}, {&(0x7f0000002000-0x17)="0000000000000000000000000000000000000000000000", 0x17}], 0x7)
poll(&(0x7f0000000000)=[{r1, 0x11, 0x0}, {r2, 0xa0, 0x0}], 0x2, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = memfd_create(&(0x7f00006bd000)="2700", 0x1)
openat(r3, &(0x7f0000191000-0x8)="2e2f66696c653000", 0x400000, 0x0)
r4 = socket$inet6_udp(0xa, 0x2, 0x0)
setsockopt$inet6_IPV6_XFRM_POLICY(r4, 0x29, 0x23, &(0x7f0000001000-0xe8)={{{@in6=@loopback={0x0, 0x1}, @in6=@loopback={0x0, 0x1}, 0x0, 0x0, 0x0, 0x0, 0xa, 0x0, 0x20, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0}, {{@in=@remote={0xac, 0x14, 0x0, 0xbb}, 0x0, 0x0}, 0x0, @in=@multicast2=0xe0000002, 0x0, 0x40000000000001, 0x0, 0x0, 0x0, 0x0, 0x0}}, 0xe8)
openat$vga_arbiter(0xffffffffffffff9c, &(0x7f000080a000-0x11)="2f6465762f7667615f6172626974657200", 0x600000, 0x0)
syz_open_dev$evdev(&(0x7f0000287000)="2f6465762f696e7075742f6576656e742300", 0x5, 0x400000)
sendto$inet6(r4, &(0x7f0000a9d000)="", 0x0, 0x0, &(0x7f0000999000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
2017/12/08 15:39:24 executing program 0:
openat$hwrng(0xffffffffffffff9c, &(0x7f0000bd4000)="2f6465762f6877726e6700", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x4000, 0xa, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r1 = dup(r0)
perf_event_open(&(0x7f00006d1000)={0x2, 0x78, 0x31, 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, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setxattr(&(0x7f0000357000-0x8)="2e2f66696c653000", &(0x7f0000000000)=@random={"6f73782e00", "ee"}, &(0x7f0000894000)="626465762b766d6e6574312d232f776c616e30657468302d6e6f64657673656c666d696d655f747970650046", 0x2c, 0x8000000000000)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_procfs(0x0, &(0x7f0000a58000)="6e65742f7261773600")
getsockopt$inet_IP_IPSEC_POLICY(r2, 0x0, 0x10, &(0x7f0000041000)={{{@in=@multicast2=0x0, @in=@multicast2=0x0, 0x0, 0x0, 0x0, 0x0, 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, @in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000587000-0x4)=0xe8)
getsockopt$inet6_dccp_int(r2, 0x21, 0x11, &(0x7f000087f000)=0x0, &(0x7f0000569000)=0x4)
r3 = bpf$OBJ_GET_MAP(0x7, &(0x7f000093a000-0xc)={&(0x7f0000b0b000)="2e2f66696c653000", 0x0}, 0xc)
readv(r3, &(0x7f0000329000)=[{&(0x7f0000494000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x86}, {&(0x7f0000000000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000001000-0x3a)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3a}], 0x3)
r4 = socket(0x11, 0x3, 0x300)
readv(r3, &(0x7f0000428000)=[], 0x0)
setsockopt(r4, 0x507, 0x15, &(0x7f00003d0000)="", 0x0)
ioctl$sock_inet_SIOCDELRT(r4, 0x890c, &(0x7f0000498000-0x78)={0x80000001, {0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x40, 0x2, 0x7fc, 0x7, 0x1, 0x0, 0x8, 0x9, 0x5})
r5 = socket$inet(0x2, 0xa, 0x6)
ioctl$sock_inet_SIOCGIFBRDADDR(r5, 0x8919, &(0x7f0000ffd000-0x20)={@generic="a0f23b8dedcde1711920732e245d459c", @ifru_addrs={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
sendto$inet(r5, &(0x7f0000ffe000)="10003074bb964a0fcbfe9fc4289a51621d7b8f8b235a14f6d85a7cb4e122a25e19d785a280a4af9405019687f61a1aa731916e6dad665e5edc62c88aad7090f03936fc8c1a342ff8c650442b15caf9d5a62245101ef90000e12e0162", 0x5c, 0x80, &(0x7f0000fdc000)={0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
syz_open_procfs(0x0, &(0x7f0000c77000)="6e65742f7061636b657400")
pread64(r2, &(0x7f000082a000)="", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = socket(0x20000000002, 0x40001000000003, 0x9)
set_robust_list(&(0x7f00009b5000-0xc)={&(0x7f0000e7a000/0x3000)=nil, 0x7f, &(0x7f0000008000/0x3000)=nil}, 0xc)
ioctl$sock_inet_SIOCGIFDSTADDR(r6, 0x8916, &(0x7f000033e000-0x20)={@common="6c6f3a00000000000000000000000000", @ifru_addrs={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
openat$kvm(0xffffffffffffff9c, &(0x7f0000ca4000-0x9)="2f6465762f6b766d00", 0x80, 0x0)
r7 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r7, 0xae60)
[  108.472607] QAT: Invalid ioctl
2017/12/08 15:39:25 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000001000-0x10)="2f6465762f73657175656e6365723200", 0x0, 0x0)
setsockopt$inet_icmp_ICMP_FILTER(r0, 0x1, 0x1, &(0x7f0000a42000-0x4)={0x2}, 0x4)
gettid()
ioctl$PIO_UNISCRNMAP(r0, 0x4b6a, &(0x7f0000620000-0xd3)="1f66b046d6c6bd9d481221407912ccea3a0aed7df5f4c60e6d82ac6923bc2805faa552affba7eb945f1359575b8db5f8667117fbbc04df2a67ef5ffd5bec898dec3035345667c87e8da382d9add352c993403b07bcec39585a5a371e8b8be22109b2436de1f50f05e559ac5d4c57b948aaf372ff4bf51aaeb40b2714b950338c7f02bcb8c59f4a64f55e0fb438333102c356616f20ac1fad421ec53cc6dc5ee58736bb554d49d74b749e184f71cc0b3fb7548c5e8bc1b579626082d7f7352b1fbe7ef6d9491d00b58b94eaace8edd54003b40c")
bpf$MAP_CREATE(0x0, &(0x7f000076c000)={0x0, 0x9, 0x4, 0x400, 0x0, 0x0, 0xfffffffffffffffe}, 0x1c)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f000009a000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
preadv(r0, &(0x7f0000847000-0x20)=[{&(0x7f000002d000)="000000000000000000000000000000000000000000000000000000000000000000", 0x21}, {&(0x7f0000141000-0x96)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x96}, {&(0x7f0000f52000-0xec)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xec}, {&(0x7f0000465000-0xe7)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe7}], 0x4, 0x0)
ioctl$BINDER_WRITE_READ(r0, 0xc0306201, &(0x7f0000ae0000)={0x8c, 0x0, &(0x7f0000ca0000)=[@exit_looper={0x630d}, @transaction={0x40406300, {0x3, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x28, 0x40, &(0x7f00009c5000-0x28)=[@ptr={0x70742a85, 0x1, &(0x7f0000df2000-0x1)=0x0, 0x1, 0x3, 0xe}], &(0x7f0000b84000-0x40)=[0x78, 0xe155a2b76aa2079f, 0x0, 0x48, 0x78, 0x38, 0x20, 0x40]}}, @reply={0x40406301, {0x4, 0x0, 0x1, 0x0, 0x10, 0x0, 0x0, 0x0, 0x30, &(0x7f0000fd1000)=[], &(0x7f0000ac3000-0x6)=[0x38, 0x30, 0x0, 0x30, 0x40, 0x30]}}], 0x91, 0x0, &(0x7f000067f000-0x91)="fd2f17541d259d8cc045b5c19cab0d6c3a34d9d11a43a311b7835ad736bd8795870fba18e422498dd10fe738e5aaca59a899f594cb24285e572b629404e28c2ce9fb7a06fb2602ecc787d337014932d32970fce20bc5e2ffaf85f6272b143115ef564b36fb5aa9111437b473d28db74b47769871528e72df2f57caaad38241b3a03891de059dfe7885874ba1d468cb3d9c"})
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
ioctl$sock_ipx_SIOCGIFADDR(r0, 0x8915, &(0x7f00007f2000-0x20)={"59e3202515b986c4934fb95359ab9059", {0x4, 0x2, 0x2, "561161d04aac", 0xe00000, 0x0}})
r3 = ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x8)
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(r0, 0x84, 0x6f, &(0x7f0000c15000)={<r4=>0x0, 0x3c, &(0x7f0000cbc000-0x3c)=[@in={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x0, 0x4, @loopback={0x0, 0x1}, 0xffffffffffff7fff}, @in={0x2, 0x2, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}]}, &(0x7f0000703000)=0xc)
setsockopt$inet_sctp6_SCTP_AUTH_DELETE_KEY(r0, 0x84, 0x19, &(0x7f0000132000)={r4, 0x0}, 0x6)
ioctl$KVM_SET_MSRS(r3, 0x4008ae89, &(0x7f0000cd8000)={0x1, 0x0, [{0x804, 0x0, 0x5}]})
2017/12/08 15:39:25 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x6, 0x0)
bind$inet6(r0, &(0x7f00007c9000)={0xa, 0x3, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
r1 = syz_open_dev$vcsn(&(0x7f0000eec000-0xa)="2f6465762f7663732300", 0xfffffffffffff001, 0x2000)
getsockopt$inet_sctp_SCTP_PEER_AUTH_CHUNKS(0xffffffffffffff9c, 0x84, 0x1a, &(0x7f000012b000)={<r2=>0x0, 0x1000, "0dc5ff1b2a82f96e06a7e4debb511093e8a2eaeecc023cd787d0f02c952a15705288e6ff861113d07c6b4273eaaadac071c1ad78d207bebbce8043d4fe8581560981c89c29dfa063de913dca01eed9971932b6f66c7090d984d6f97f6c4578102a9bc4b732c9241af90a40073d78a4da713b7cfa1a25f975b690c49b5418a5b9a12c0dc7c95d359dff68a95b1b23943224d849369a5d8e53d41c9f132f4af8c93fac17df1ccbae7fe35ccff0be8bb37ce4c9053a9be74ac18a6f6c29e2e16d602ea42e5c5da14769fd599593c5869855aecd532c8680a8a50fdd5bd864cb6259154a4a7c3528e1837ea047c3e193c98c68feb60e2216852b2d5a2dac99718ab1054ce5d9e3f6736c476f67d5351c0061857874ed3dc867a11d6518eb40e99c0551d4bafb406b63ef50e9830ffd5d7b689d8bad50c328329232d2d2ddef66bac842361a42cce7f8e7f8e3ba4849348f709158f5342b21003262d878e955c01682223b62985940818739eb62be3ed37bc703bf1e4c422137658e8dc8f0765a71d53634d61a875f087ccaeccff5f7f144938a89323cfd0d5e5689667700c90da2f069245e8fc04d8752fe2c1cd9737c4de2914aba0a560dbc521ca0781934c1cc7b7d53d5c2a797a7cc6527691047e9803492705b99d65086806924232e797ca4e0daa3222c50fb2444fbd2057c48d6e0026091674b9c604cd6e0bc8410febafe6c2c186e2682320460f496dbf9ed75abfb8b87d2d633637847bd3ba27c81d4c9fe87f91dfa37d57896add3dab2cdb065f7b71512a1d1bb42544571cf9738b3b0cc2c5a69cc235911b29de9e619891d5f2bc26cde97a3c587beae332390ec77179c3590741fb7249006d946b7343a6653ff250c2a2e9b961708582a17f7e95444cd50eabfa55e55f1b3d1d001b39b501ae296e3aca922451ad7fd0dc1ce7b79484d1552255c1b9d713de7c73178eea2a5bc22201bcbff51270b29f8ac891eeb8c777d5502edd37a27b65c5ca7b592d99b3db6fa4df0e7a00d5e5c2ac2bd29eca322609f3724f60cee86e913803e510daec9b923dabd8adf4ff9609ae535c7419f1fae777184164adf2f33b0ad439bb236e23632530a0dccf48fd060c0bdda5bd6d9a0bae32f787bcc75a052ce68021a2a78ccdb25a47ae07b877408ab3e7d2f0a7a41019148c9b23fc1f48d34b02a024019cae3688be3a8843f0dcb957f8b14ce6478a746c18d1631ce2e150858acecd99d15aa7eb1e81ec6ad6cf132f71dd76ba5d4df086b9afe8567f1db39145564bde159fd3b82ce90e82486a4aef01955195d18b12579911a2c12bab7560a020ae9daa60b87507e1bd0d31660b086380424c8f784b8740b80d861f68bb7eb5c99b390379ca2440e0ae0b643254d1e1003aed1728d15d450f01dd74a2c1fbaaf6d802dab93db3531556277ed6013494cf3fe18ed17b39a0b11324e267d7359b1142330696981c891d39dfcd0acc9e204682db4350cf4faa1b49959b7397007a75b8f6849fb53ba80fefb359ac48148e5a7fa041cef0876a09f2476597a85f4145e326a0ca84d2ea816891f7d799d336b286f6d313909eabee80979d5e8c483f5370f5aec4a7e7924055eef0ad1918a2c76eb619632a5b68760b5738146a3ffa882ce23bae681d926dc53cbd9c07371c80531e93cc2ca5edcdf43850d6cbe380e7981dbcaf748c83e18d8da46dd4842821aa61f6a1a2b3e750e22a919cd94ebec8c0449d522b3530b2389308b0e83a040a166037af641009a00beb28745d8e86e2be645b51e3637196ac71ae40bfa9b33f8bb9580d0eff7d3a3934a3e1ed802ebf2af203808e2b2eb321c5b46d30692443e8ca1866b565442b989fa5977615cbba0a6e3af83fcdc9bae12f68379f799f34a7def08811f4ac76e85e5491a02d2569470b428f6ac9256f09985103eaf4c35b47de0e17e2d64798846bcd02bbd39e5a10ba59f844317b7b277d9d996a69fdecc10af15cf7af6f5f17bff41d83993a457efb73cbcd7209602e7297c2c85212fb2fd10244c2f4a8b659e47580e719e74091ffbcca44ead06611e5051a3ec494cdddef98310b8d6df70e706ef4f36f42f5bb7bccae9cc135d3bbb8f9b4cc4b2c35832d829dd8d4d52918b7a0cc422d904fd82bf00b5790f91822445563536f23e8888fff7da98c852467d82d23a16fda51dd262a107216d12a476a9abefa4110710baa7a5f07ded33c49313e7fdbe632bf8cec43d28b0655f236fcd1fa695725f6a711870c4584dccb9865d22a334a70773782882e4b7519f2ae672455c644fc654ac5dcbdc90b7a4883ebf028497616159e5e74a6346be37168416689a0dc1a2135540b1947fe5cc500c2f134a9d4dfa6e355aaa698afaf5f12715c3c2201f3b9f5b0ba6453378c0bb7841a301219a80611d09b8727bd76115851bc1f541ddc7e3765034d68e0c950fdaf4381526e2815c37ca43018adddc3d5ff1d781da626b1abc4eee709f537412ae3dd53f4b6d35917bedbeaab7b42aa55c643b8036ebde35e6bf82cb1356efd40832b2156d446bc06352f640a3d6e02a20c4601a7d99174c3d3d7dcc46977b354d90763fda919e0b5a8fca59448811bcf41f216a9eff0492fb48bb7f284a651ed5f612f88f049d46af2737a7fc71b794d36a691d3e689fc309f8f972db8af4327425901e5f50427675e466ae8e7ceac1e385930916dc9feefb6c53a1b88978c111dd8dcaf6c86148f605c4ae701b94df4690a90be49098785d3edccab351697ad67030c69577b3ab54840153d889685940897f524e574efe42ff88e5d6f460a7d256477e2f277ed28815d578ed46be0de9b38adeb405af920b4d99bef87fcf573da1c911157fb95ad1f90ac69035555c3c2b695b617a2032a1a039edf5431ac8edb473ad1faaf4fe31b363d07819b70d2459d69e5fba2149b9e763af168246c8311013960facf4ce08082749dfa4d237c4e9dc3bf19de9d0e3846d58a696199c3701e34443a2fc8752fcfd348eb9cd89642c2c49eacd8c2545a601cf6f4eb83516a6a5801ae4867225aa001bdfed2e6bdb1f14352f6661fc1e1ad5e39cc2407ed4ca82526c41d46eb23994040618ace78f3084233d5532d36067c91cfb3dd41a3c6833ddb2eb0410a1e022931c527b50ed1bcd94165ccb60091f60910b7c11a719430d17b4afb134e68c62cea40e0be4be3af05440d13ad4133aaa545dba96cb3cfdfe282caf73e4ecb6b624b9ee70f66d0064ea30501f1565783e3d3e51f0ce9ddf2d8bf5e1dc3d3c5a12b4c55658a0e4afaab58ae68d6a4e668af2dc0e2992025c6ffd81e0165913fde9ed8df2c0a5b90992eef97bc7b11df778c69c54b681749a2928a8262f65bda22e240cd13c750173811a2f22d8e346d4c7118b7d8ed5bc16419a8d558df0783ce6a5a55078d8fa77c023193130c3b0a27646b25a237cfb525fefc6cd72bb8ce8731a6cad7f359df635215171d4d0b66db8bc4e6b3682dea2291327da9ce2fa970ec58eb3d2a884a686724552ae0e099b52fd1e1185ef757d392ce458d240446fceef0df63ef52cad4c24f4539eaca0392d1b571cd01cc24c05e61da11931d9d7e91b6ff299dd5be508e2b9c427d122c8816975226947669dc6f962e4fc739a67cc16c7a7ab31571d327be243e01e3cc440e8a925fe2af62b2dd9dd09b9168023df78389b1c13468d3b2402307222a6adbbe16d5c4afd46831ba76db3d699aa27bd09fcf2b0f2acdef58ba2c859d105f7902468269a29297420a0c524200a97aaa5402b428bb22f92b5a055af9e47d7dbebfd28ec19aae90e0dcfcf0e0038cbd7eb56eb8591e766d78e518cb09d5540fa401ab1854ab636813a79c44df826cdb4a247761cf59bae0beb13e0b400e188fc677e1346e9e84e2a26a056cbc5d4b80ab632eb4d7c610f8ab369924655f05b1a536ab24d7412c0afffb966c9c150e5353d333304045f4d466f423c50757a98a3f4e558430cd6468fc3bbcdbdd5c8b2445c9ebcf07256633332dd552d440592faf8d893d84ec4746535e62b9378c6aa9e93e5f7b40abd65e6806dab17decd512a783d32cf66591144b567d376145ed85dd174d0de52b7feaa6e4bf88cc83c12e965fc5aecc14ed2da69ea6d7f06952c17ab557bc0c67ed8d42aab87538e6f71219c814e55d48e0f9f8f36816b09b144c0c879f0e892d2b47bfc064b97bf1d30449d88aba10606818fff3678bc155bf76f1f4decedfb4b29b89b6a9c9c313ffa94c52dc504f2b1b1f0a679686ea4781d6fa20ccf8c1fe45f0e4d3fd1878f75762f51698c0eca77b36f7979370401e2d9cf35bf1731821108f5d0502a3a9978be9ef28c9e6a86e3017659971dd8336f11a76982982aec917ccc01080d7cccdf6305417aaf41e0e8d39d5f1735286e897460ea06ced1ce7a72c08a293ac94019ffd8b9ea01c7d1cc096bcc9e0fc549b8a53a45e82fcbacc23e19266f2cfb4737275ac646973925b954c5a4d030f4ff62a3de002ca3051d196c04564c2e4d9d425a6c00557a7aeabcaa06ad07b541690f93509ad51d6b681a1b4bc39266f38db05f00a235d53ae6d856cf2369b921306a45ee4d997b5c94b3e4771aa2ffd18d1a5288938773861725c04a59608ebca7c8e99fd5f07050b721446691fb2806b57b53096dcaf9e83708f26dde1d4dd2c05a4d62863cef1ef5304f41c0062ad45a42dc1aeae64461e8b992436e949e2260662d61e568a8940534eeed893a4b1db9bc6c78267cc882133abba26c58d4d35184e91a372cc82ca3ef728606f25d8a19c9a3c8cb9c5443e48e2a7179f0f3fc1a264e3d0bedee06271e1379ad08ef843fe25b991f9e2b3ba1f25102d5f42d01c4fa7c84f883360a8f88ed86a2fafe74f9925d9cb79305f1ca927ea1eb81e0a61347e1ed52f709853750a32b74591f930ebb390b8dcca483c4795fd1b297087b52660d3075721328f1e483c41b1bf6825d4354aaeaa7863caa668d4e6188210667b932fedd0e473a05f0f9eaf6e0b41d2c18ea8521234545dfc6c1d39d126631b8fa3c1c825db28bbbeb84ee732ab40deff09feaeb32ddf52477c04f7838c2403052b1fb67d6d43fad11712ead0a31cf625bfbf28faa6d9a45b6259466f2a9ef95d72b0e85f509e766734909e13ee06348c8b43a84c43a92a3565eec003df75e6cf299d987e3cdd755ed84fac1a42b8c74d8c440caaa5775e928956d10cbe122f45089c41bb8c918cd1dbe530be370f9e127ffbefea7c517f363254d9dd7226cfd6ef347a28665d36c3c5209cb264b20c0131f9bd853bfda5141bb6fc9841e684bb4f57ff3bc98514503938540df9250b37ac0d4760dac39e246a928954b0ff5e5002155d78eada455176be39a8fd5bf48c1263253588832f7aff7a7f1ab221d2cbf68845b3e8fae60fb1284660306f4e217fbde525897996411baa8582d4be57834deec84668e72a809eedbf27809505a82da4483da5ceb656d5ccb8f3cc7d8974bfbd0e3fffb24bc891db68f8ef95e6be9e098d87fde40f058e028262f10a0be952a3b7673e330c3f3981ff22b1252a0490c83bfcc44b591e830f28f60c78bf3a23aaaa9723e5da9d7151fa75ce89ade61c9b041e43add5289c02bacdfb6c17eca4237eac7d3680665ea2c40fa613b36a136bee4f7c9496297aeccf9be2266470f512b88c65ae6f965ba6978b8085d4aa74d141e1ff83a43970569796ee0564b2ffeb857ad173bc2cfcd4c2293c00988429cd9e9dd807836d4b857657a36e80729ae78295dddc0829ada6b00113e30d966cbf5"}, &(0x7f00005ee000)=0x1008)
setsockopt$inet_sctp_SCTP_AUTO_ASCONF(r1, 0x84, 0x1e, &(0x7f0000fcf000-0x4)=0xfffffffffffffff9, 0x4)
setsockopt$inet_sctp_SCTP_DELAYED_SACK(r1, 0x84, 0x10, &(0x7f00002eb000)=@sack_info={r2, 0x5, 0x6173}, 0xc)
socket$inet(0x2, 0x6, 0x0)
shutdown(r0, 0x1)
listen(r0, 0x80006)
getpid()
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet6(0xa, 0x1, 0x8010000000000084)
r4 = socket$bt_sco(0x1f, 0x5, 0x2)
ioctl$sock_SIOCOUTQNSD(r3, 0x894b, &(0x7f00008fe000-0x4)=0x0)
ioctl$sock_FIOGETOWN(r3, 0x8903, &(0x7f0000d1a000-0x4)=0x0)
getsockopt$inet_sctp6_SCTP_RTOINFO(r3, 0x84, 0x0, &(0x7f0000724000-0x10)={<r5=>0x0, 0x7fffffff, 0x0, 0x993b}, &(0x7f0000ab0000)=0x10)
setsockopt$inet_sctp6_SCTP_RTOINFO(r3, 0x84, 0x0, &(0x7f0000e3f000-0x10)={r5, 0x1, 0x6, 0x1}, 0x10)
r6 = epoll_create(0x0)
epoll_ctl$EPOLL_CTL_DEL(r6, 0x2, r3)
pipe(&(0x7f0000071000)={<r7=>0x0, 0x0})
ioctl$sock_bt_hidp_HIDPGETCONNINFO(r7, 0x800448d3, &(0x7f0000c7c000)={{0x98d, 0x1002, 0x80, 0x100000000003, 0x80000009, 0x40000000000}, 0x1000, 0x3fe, 0x7, 0x4, 0x9ab, "a5128290749e4c0275f0d1cc4fbcd0f6017c1168d41d2821fdc803e2e6bd28dceaaa71e491ce63e3267f83a9fc9810600d77150bddafd88dcbc1ea8f4668139d5d3d24b18d8edb98e3d4aab9a07f6e144d219a1be4cbd57b4ef1edcbe5dde343f697c05df6f7e95a73ee8a7d1c6b42165cd39dad7812cb413a0b000000000000"})
recvfrom$packet(r7, &(0x7f0000420000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000, 0x0, &(0x7f000058a000)={0x11, 0x19, 0x0, 0x1, 0xffffff8000000000, 0x6, @random="5d91d98b248e", [0x0, 0x0]}, 0x14)
bind$inet6(r3, &(0x7f0000a9b000-0x1c)={0xa, 0x0, 0x8000000000, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
listen(r3, 0x800000000000004)
r8 = socket$inet6_sctp(0xa, 0x40009, 0x84)
getsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r3, 0x84, 0x13, &(0x7f000002d000)={r5, 0x8}, &(0x7f0000e6a000-0x4)=0x8)
getsockopt$inet6_mreq(r8, 0x29, 0x15, &(0x7f000039a000-0x14)={@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, <r9=>0x0}, &(0x7f0000b7a000-0x4)=0x14)
ioctl$sock_inet6_SIOCDELRT(r8, 0x890c, &(0x7f00003fe000+0x6d9)={@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]}, @loopback={0x0, 0x1}, 0x3, 0xff, 0x0, 0x100, 0x7, 0x680000, r9})
getsockopt$sock_int(r4, 0x1, 0x2f, &(0x7f00002fd000)=0x0, &(0x7f0000166000-0x4)=0x4)
[  108.564943] QAT: Invalid ioctl
2017/12/08 15:39:25 executing program 2:
sendto(0xffffffffffffffff, &(0x7f0000000000)="", 0x0, 0x0, &(0x7f0000000000)=@alg={0x26, "6861736800000000000000000000", 0x2000, 0x0, "74776f66697368000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = creat(&(0x7f0000001000-0x8)="2e2f66696c653000", 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)
select(0x40, &(0x7f0000001000-0x40)={0x2014, 0x0, 0x8, 0x6c2ca3dd, 0x1, 0x8, 0x1, 0x5}, &(0x7f0000000000)={0x5, 0x9f, 0x2, 0xcbe2, 0x800, 0x6, 0x8, 0x8}, &(0x7f0000002000-0x40)={0x6, 0xd236, 0x3, 0x1ff, 0x3e57134c, 0x90, 0x200, 0x2}, &(0x7f0000002000-0x8)={0x0, 0x7530})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0xfffffffffffffffd, &(0x7f0000002000-0x8)={<r1=>0x0, <r2=>0x0})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setitimer(0x2, &(0x7f0000002000-0x10)={{r1, r2/1000+30000}, {0x77359400, 0x0}}, &(0x7f0000001000-0x10)={{0x0, 0x0}, {0x0, <r3=>0x0}})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getitimer(0x2, &(0x7f0000002000-0x10)={{<r4=>0x0, 0x0}, {0x0, 0x0}})
utimensat(r0, &(0x7f0000001000-0x8)="2e2f66696c653000", &(0x7f0000002000-0x10)={{r4, 0x0}, {0x77359400, r3}}, 0x0)
mmap(&(0x7f0000000000/0xdbc000)=nil, 0xdbc000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = open(&(0x7f000001e000-0x8)="2e2f66696c653000", 0x80040, 0x0)
fcntl$getflags(r5, 0x40c)
mmap(&(0x7f0000dbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r5, 0x1, 0x11, &(0x7f0000dbd000-0xc)={<r6=>0x0, 0x0, 0x0}, &(0x7f0000dbd000-0x4)=0xc)
fcntl$setown(r5, 0x8, r6)
mmap(&(0x7f0000dbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = open(&(0x7f0000331000-0xe)="2e2f66696c653100", 0x204000, 0x44)
fcntl$setlease(r5, 0x400, 0x0)
mmap(&(0x7f0000dbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
truncate(&(0x7f0000dbe000-0x8)="2e2f66696c653000", 0x0)
mmap(&(0x7f0000000000/0xdbc000)=nil, 0xdbc000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0x10, 0x802, 0x0)
mmap(&(0x7f0000dbc000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbe000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbf000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
write(r0, &(0x7f0000dbf000)="220000001900070400943300cf0004000a00052000c6008000000000000000000ba8", 0x22)
r8 = inotify_init1(0x0)
mmap(&(0x7f0000dc0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
inotify_add_watch(r8, &(0x7f0000dc1000-0x8)="2e2f66696c653000", 0x2000422)
mmap(&(0x7f0000dbe000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
unlink(&(0x7f00000a7000)="2e2f66696c653000")
getgid()
mmap(&(0x7f0000dbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dbf000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
symlinkat(&(0x7f0000dbd000)="2e2f66696c653100", r7, &(0x7f0000dbf000)="2e2f66696c653000")
mmap(&(0x7f0000dc0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000dc0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mq_unlink(&(0x7f0000486000-0x41)="74776f66697368000000000000000000000000000000000000000000000000000000fffffffffffffffd0000000000000000000000000000000000fc000000002e")
close(r5)
socket(0xf, 0x80a, 0x0)
2017/12/08 15:39:25 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_procfs(0x0, &(0x7f0000bec000-0x6)="736d61707300")
epoll_ctl$EPOLL_CTL_ADD(r0, 0x1, r0, &(0x7f0000bdd000)={0x40000000, 0x0})
setsockopt$inet_sctp_SCTP_AUTO_ASCONF(r0, 0x84, 0x1e, &(0x7f0000d43000-0x4)=0x73, 0x4)
r1 = syz_open_procfs(0x0, &(0x7f0000929000-0xa)="636f6d6d00")
r2 = accept4$inet(0xffffffffffffff9c, &(0x7f0000257000)={0x0, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f000001f000-0x4)=0x10, 0x80000)
ioctl$sock_FIOGETOWN(r1, 0x8903, &(0x7f0000509000-0x4)=<r3=>0x0)
ioctl$DRM_IOCTL_GET_STATS(r0, 0x80f86406, &(0x7f00007d5000-0x98)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
getresuid(&(0x7f0000faa000)=0x0, &(0x7f000056b000-0x4)=0x0, &(0x7f0000ee7000)=<r4=>0x0)
r5 = syz_open_procfs(r3, &(0x7f0000c5d000)="6e65742f69636d7000")
ioctl$sock_SIOCGIFINDEX(r5, 0x8933, &(0x7f0000546000-0x28)={@generic="120000000000000000ada0a841255b1e", <r6=>0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r7 = getegid()
getgroups(0x7, &(0x7f00008d7000)=[r7, r7, r7, r7, r7, r7, r7])
ioctl$LOOP_CLR_FD(r1, 0x4c01)
r8 = getpid()
getsockopt$inet6_IPV6_XFRM_POLICY(r0, 0x29, 0x23, &(0x7f000083e000)={{{@in=@broadcast=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, <r9=>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=@multicast1=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00007ae000)=0xe8)
fstat(r5, &(0x7f0000c91000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
fcntl$setownex(r2, 0xf, &(0x7f0000e4c000)={0x1000000000, r3})
sendmsg$unix(r1, &(0x7f00000d2000-0x1c)={&(0x7f0000b22000-0x8)=@abs={0x1, 0x0, 0x3}, 0x8, &(0x7f00008ef000-0x50)=[{&(0x7f0000d30000-0xc7)="a533781921a6d2190dce8aace946acfb03c975f3662f62bbefca032acbdfba6c39409a30b57a3c0a96e9a38182ce4d3019d209ede52c26dccac4a23e3875d4e316a40754b2b937bed3edce4f75b2bb2995ff3e1cbfc50597845693074034c1810fb4eff2bfdc2d8367a8a591db80d5a19b7de5e55227bd6d0fc862701cb03b0b5929de84d194699dbdc1f309fd10aacda4765595626256cc19780b23185a9de173915ebd5360d8207f9a66e8d07ff5724fc06ef892135989cae836e9061b5329f3bf32254395a7", 0xc7}, {&(0x7f0000e84000-0x7b)="df8a489e4be35a3e2fdfd51fd2ace543e5cbc8e5f023eef59db94c8c16f543f78ccf3b824ee16605cf0b04a76c0a35a23bb33a7d948c908fc29ed271c6f08287860e6e2f928c0a896202ef46c3c1478550b6172a4056d14cbbd00b0f1caa8cfcb5dd95156ebd46e31d4b08d0d12328b2c70a0ad73684f99ab29dca", 0x7b}, {&(0x7f0000afb000-0xe1)="159575b5816b78fe66ddab0a3e77c55fad4d9313879d910325e5539477c8bd10a3ea1b4274c8f84c927dedaa02013b88d81bdeb608b9c2c40ff65fae911a23655d47b52b622a8c7b5d850d65621598868c62f59df4334f51bbade6be0a4347ad47113f84e77f5bed4e5480d3c238ee2d4917716d14c971647d507046f229ec69db8a5932149fd79eebf543e856954c1cf4c2708d59c8d2e07c2270c6e868e4ad846d794bb977914defb744b6be78d1dd652fbe9cff15d81a4dfb877dd66681d65ffc9cf455e238922506fbb6478f1e220b29ac43087e74804ca48ab886457fd2b3", 0xe1}, {&(0x7f0000e85000)="ecbee0289e3bde6b9bb58487bf4ed08aed4f580c2c2c851d789a585ed617b0b505bb9639cc49633fc6a8bac9eecea3124b1774ac35b627bd715bb1160807edcdf4bf14b057be43a8777ddd2bb6722a4235562867912b84cf88b8f2ede7a4ede6e9a0d9ba02ecc98ff74874ecbc7f14e4c33a3073dbb5d7c754b0226233bab4f954e8400479c64a77082f56c52e76a65c8971b6fd26659db9c3cee595575366f12ed18c19d3b60fda287435b337b7e634413ba8b637f253a5f6e99938c522bc2a29ad969b7ce901c2818ef8ffd7090cd7696d6e52ab9e8ff8c74fb4ef2d94922932a418e3be67dc82", 0xe8}, {&(0x7f0000888000-0xc3)="199878df78874a8986c36fa86aa9758f9d46ad53556b76379dca2a4b9a99713b97a40aa1384af61ee2336b3ad737d36825539f95f1f6c41761cec1d1b218ecea66a77354d72c5c294fd1ea4e35d84d55f85705143a5e376d7d3b78738986f16dd954a99dffce305ae4bbf9850d924be9fc56478e3e27fa8bb9de4bda928f2872e13fa083b35067a0172faba58dbe296e28f8134aa1e53ab1537a3775a14336ead14cb81e393cd47b41835b1bf34a983af66ff3ef075e60ff28a02592dfad9c9d10152a0024313aaaedd974376f2961", 0xcf}, {&(0x7f0000a77000)="194c8ada3259de362df9710ee6d7", 0xe}, {&(0x7f0000695000-0x31)="af0a92ce7ce65765fa25bdee4214e38cbc42dfc12203f605f6a683145ed5e853465e5f5985d06ef13663d5bc6fa11fd3df", 0x31}, {&(0x7f000098b000)="70272a76c6315e9f8177afb914e42ab328f2fa597d00b596b410d06995d4d27efe6eed9179749b7ee2a521cd4f0c42cd9e3a985ad2e2a3b96df3f578e11b55d36dd751b8c516beb3fd0e2cf4a12ea0dac140677e276d6c39", 0x58}, {&(0x7f0000a50000-0x94)="5299ba874397e64a532611d656e633f065402396445b1aed1db00456f6545f56acf8113a442bbf4d1bf1d910ec9226b74c3dd79f407733ea9492bfeafbd8f81f000b6439a44a176eef8c83f828dd84cc94408bf6fecadadf3426737dd1bdac5be6e12a46079dc23a25c4f014df8a55bb12f0e2f2c6f726db0c1bef373ade6158fdf38db4ee6bdbbb15a7b19c508b2774187569e8", 0x94}, {&(0x7f0000e30000-0x15)="e4c27bba9413913db7a332720c8bf362f5c4cac8fc", 0x15}], 0xa, &(0x7f0000dd1000)=[@rights={0x18, 0x1, 0x1, [r0, r2, r1]}, @cred={0x18, 0x1, 0x2, r3, r4, 0x0}, @rights={0x20, 0x1, 0x1, [r1, r2, r1, r0, r2]}, @cred={0x18, 0x1, 0x2, r8, r9, 0x0}, @rights={0x24, 0x1, 0x1, [r1, r0, r1, r1, r1, r1]}], 0x8c, 0x4000}, 0x4)
ioctl$sock_inet6_SIOCADDRT(r0, 0x890b, &(0x7f00003d2000-0x50)={@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}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x26b81d5c, 0x6, 0xfffffffffffffffe, 0x1000000000000500, 0x40, 0x8, r6})
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x772, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r10 = socket(0x10, 0x4, 0x800000000000)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r10, 0x84, 0x6, &(0x7f0000495000-0x8c)={0x0, @in6={{0xa, 0x2, 0x1, @empty={[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]}}, &(0x7f0000bf4000)=0x8c)
accept4(r2, 0x0, &(0x7f00002d7000-0x4)=0x0, 0x800)
write(r10, &(0x7f00006fc000-0x22)="22000000140007fa004f10f7e2ff0d00021003010100000008000200e700ff290e55", 0x22)
setsockopt$inet_sctp6_SCTP_NODELAY(r1, 0x84, 0x3, &(0x7f0000615000)=0x8, 0x4)
setsockopt$netlink_NETLINK_TX_RING(r1, 0x10e, 0x7, &(0x7f0000049000-0x10)={0x5, 0x7, 0x9, 0x4}, 0x10)
syz_open_dev$mouse(&(0x7f0000d7d000-0x12)="2f6465762f696e7075742f6d6f7573652300", 0xfffffffffffffc00, 0x40000)
r11 = syz_open_dev$vcsn(&(0x7f0000832000)="2f6465762f7663732300", 0x7, 0x121000)
ioctl$KVM_GET_DEBUGREGS(r11, 0x8080aea1, &(0x7f0000b49000-0x80)={[0x0, 0x0, 0x0, 0x0], 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
inotify_init1(0x400000080000)
sendfile(r1, r1, &(0x7f0000b58000)=0x1, 0xffff)
2017/12/08 15:39:25 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000bd2000)="2e2f66696c653000", 0x800000000000c0)
mount(&(0x7f0000c2e000)="2e2f66696c653000", &(0x7f0000027000-0x8)="2e2f66696c653000", &(0x7f00002ec000)="72616d667300", 0x0, &(0x7f00007d9000-0x1)="")
mount(&(0x7f0000276000-0x1)="2e", &(0x7f0000fa9000-0x8)="2e2f66696c653000", &(0x7f00002e4000-0x6)="6f6366733200", 0x20000, 0x0)
r0 = syz_open_procfs(0x0, &(0x7f0000011000)="6d6f756e74696e666f00")
readv(r0, &(0x7f0000009000-0xa0)=[{&(0x7f0000004000-0x1000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xab}, {&(0x7f0000010000-0xfa)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb5}], 0x2)
getcwd(&(0x7f0000a3d000)="0000000000000000000000000000000000000000000000", 0x17)
r1 = fcntl$dupfd(r0, 0x0, r0)
rmdir(&(0x7f0000425000-0x1)="2e")
pwritev(r1, &(0x7f000012c000-0x10)=[{&(0x7f00009b9000)="1cc3d3be21e38ab42b9486b640b319147405d52955ee28f8831a5f7e32cb1f77c4758bd6b64d151b6ed14a3332c67c55841ac41169dc03a1e042f1b11984ab2e17", 0x41}, {&(0x7f0000cd0000)="c9f6a693ea3b8aa6adbabd3bedb78640459ac53f4c0287183e33fc9a9d293ad1f31a33220a5847a907ec8e66aea07491e6ff9ed80589b492a7270b6b9403f8714ff5d4e5c8cef5800f44ba3a309e57411979e391387d6092b840252aaaa75755f29aa21aa38d26303ea1b9d2337f4ec1967b6b514a837218adc734ab5242879ce9118cad636fada1d34235fa4dec8de72e3b318d7cc6ceeb1b429e21ba04e74077f028790bc3c49c7c6c3c5f01310f22ee", 0xb1}], 0x2, 0x0)
link(&(0x7f00003ed000)="2e2f66696c653000", &(0x7f0000693000)="2e2f66696c653000")
2017/12/08 15:39:25 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setrlimit(0x2000000000000007, &(0x7f0000ba6000)={0x0, 0x0})
r0 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000602000-0xb)="2f6465762f6877726e6700", 0x22400, 0x0)
ioctl$EVIOCGPHYS(r0, 0x80404507, &(0x7f00008e5000-0xf9)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
getresgid(&(0x7f00005ad000-0x4)=0x0, &(0x7f0000880000)=0x0, &(0x7f00001fe000)=0x0)
r1 = socket$netlink(0x10, 0x3, 0xc)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000805000)={0x0, 0x0, 0x0}, &(0x7f0000d7f000)=0xc)
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f000064a000)={0x0, 0x0, 0x0}, &(0x7f0000f82000)=0xc)
ioctl$sock_FIOGETOWN(r0, 0x8903, &(0x7f0000507000-0x4)=0x0)
getsockopt$SO_PEERCRED(r0, 0x1, 0x11, &(0x7f0000358000)={0x0, 0x0, 0x0}, 0xc)
getpid()
ioctl$sock_FIOGETOWN(r0, 0x8903, &(0x7f0000d4f000-0x4)=<r2=>0x0)
r3 = syz_open_procfs(r2, &(0x7f0000ee1000)="6e65742f69665f696e65743600bd")
clock_gettime(0x0, &(0x7f000015a000)={<r4=>0x0, <r5=>0x0})
utimensat(r3, &(0x7f0000415000-0x8)="2e2f66696c653000", &(0x7f00005b9000)={{0x0, 0x7530}, {r4, r5/1000+10000}}, 0x100)
ioctl$KVM_DIRTY_TLB(r3, 0x400caeaa, &(0x7f0000142000)={0xff, 0x3f})
ioctl$SNDRV_SEQ_IOCTL_GET_CLIENT_INFO(r3, 0xc0bc5310, &(0x7f0000929000)={0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, "0000000000000000", "0000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mq_open(&(0x7f0000ef6000+0x949)="2f6465762f6b766d00", 0x0, 0x0, &(0x7f0000b49000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
2017/12/08 15:39:25 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000271000)={0x0, 0x78, 0x0, 0x0, 0x0, 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)
openat$kvm(0xffffffffffffff9c, &(0x7f00006f4000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = getpgrp(0x0)
mkdir(&(0x7f0000e23000)="2e2f66696c653000", 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
fcntl$getownex(0xffffffffffffffff, 0x10, &(0x7f0000b5e000)={0x0, <r2=>0x0})
r3 = syz_open_dev$sndtimer(&(0x7f00006d9000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x0)
r4 = syz_open_dev$binder(&(0x7f0000001000)="2f6465762f62696e6465722300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe2(&(0x7f0000121000-0x8)={0x0, <r5=>0x0}, 0x7fe)
writev(r0, &(0x7f0000aa1000)=[{&(0x7f0000d1f000-0x18)="d2fa9a9b61aa1665832f6ebb3330f7ef30391ffd14bdac80", 0x18}], 0x1)
setsockopt$inet6_MCAST_JOIN_GROUP(r5, 0x29, 0x2a, &(0x7f0000773000)={0x5, {{0xa, 0x1, 0x8, @loopback={0x0, 0x1}, 0x5c84}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x88)
r6 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x97, 0x2, 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)
r7 = openat$kvm(0xffffffffffffff9c, &(0x7f0000037000)="2f6465762f6b766d00", 0x0, 0x0)
r8 = ioctl$KVM_CREATE_VM(r7, 0xae01, 0x0)
openat$hwrng(0xffffffffffffff9c, &(0x7f000003b000-0xb)="2f6465762f6877726e6700", 0x0, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f00004df000)="2f6465762f6b766d00", 0x44, 0x0)
ioctl$KVM_CREATE_VCPU(r8, 0xae41, 0x0)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f0000634000)={<r9=>0xffffffffffffffff, <r10=>0xffffffffffffffff})
bind$unix(r10, &(0x7f000055b000)=@file={0x1, "2e2f66696c653000"}, 0xa)
getsockopt$sock_int(r9, 0x1, 0x7, &(0x7f00008fe000-0x4)=0x0, &(0x7f0000c7e000)=0x4)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x0, 0x20011, r4, 0x0)
mmap(&(0x7f0000009000/0x1000)=nil, 0x1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r4, 0x40046207, 0x0)
ioctl$TCSBRKP(r3, 0x5425, 0x2)
ioctl$BINDER_WRITE_READ(r4, 0xc0306201, &(0x7f0000009000-0x30)={0x4c, 0x0, &(0x7f0000452000-0x4c)=[@transaction_sg={0x40486311, {{0x0, 0x0, 0x4, 0x0, 0x10, 0x0, 0x0, 0x48, 0x18, &(0x7f000091b000)=[@ptr={0x70742a85, 0x0, &(0x7f0000802000)=0x0, 0x1, 0x0, 0x1b}, @fda={0x66646185, 0x9, 0x0, 0x1}], &(0x7f0000788000-0x20)=[0x0, 0x28, 0x0]}, 0x1000}}], 0x0, 0x0, &(0x7f0000009000)=""})
kcmp(r1, r1, 0x6, r4, r6)
kcmp$KCMP_EPOLL_TFD(0x0, r2, 0x7, 0xffffffffffffffff, &(0x7f000037a000)={0xffffffffffffffff, 0xffffffffffffffff, 0x0})
2017/12/08 15:39:25 executing program 6:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000002000-0x8)={<r0=>0x0, <r1=>0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
r2 = userfaultfd(0x0)
ioctl$UFFDIO_API(r2, 0xc018aa3f, &(0x7f000040c000)={0xaa, 0x0, 0x0})
ioctl$UFFDIO_REGISTER(r2, 0xc020aa00, &(0x7f0000f44000-0x20)={{&(0x7f0000011000/0x3000)=nil, 0x3000}, 0x1, 0x0})
r3 = creat(&(0x7f0000d36000)="2e2f66696c653000", 0x0)
write$sndseq(r3, &(0x7f0000012000-0x2e)=[{0x0, 0x0, 0x0, 0x0, @tick=0x44, {0x0, 0x0}, {0x200, 0x0}, @time=@time={0x77359400, 0x0}}], 0x1c)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000015000-0x8)="2e2f66696c653000", &(0x7f0000014000)="70726f6300", 0x0, &(0x7f000005b000)="a5")
ioctl$KVM_GET_XCRS(r3, 0x8188aea6, &(0x7f000075a000-0x98)={0x9, 0x3f, [{0x1, 0x0, 0x20}, {0x0, 0x0, 0x81a}, {0x6, 0x0, 0x1ff}, {0x0, 0x0, 0x3}, {0x0, 0x0, 0x6}, {0x6, 0x0, 0x1ff}, {0x1, 0x0, 0x4}, {0xe4, 0x0, 0xfffffffffffffffa}, {0x0, 0x0, 0xa0}]})
writev(r0, &(0x7f0000cfd000)=[{&(0x7f00001dd000)="5031f0a404bf384108d6b9fd02cab175ceda81ec7d9467b62ecf6ac73014e9674bbd43f4e192cd59c05fc640e393514fb67db7781867ee42d2dd50d6f12078b7dd4946df15e0b9a4b3762bde3a1c73196b1e23e80ef5de4256ac11b04133ad0304724aa1b8373bbac5b24168b659acd130b0fa0d9c2debc929066d6f1e5f783c90d673c43fe58069840afcb861eff7c7bc5d519c9d47e25e04d4c1fef5db1a361662b060", 0xa4}, {&(0x7f0000645000)="7c09a8462e9b12f7d4b19553735d88df572f2b12e6b7822a09356eb608400f1f9c95c008bd46219a56476ec7", 0x2c}, {&(0x7f0000988000-0xee)="73683638a92ad857808e9d36dd1bd7a26aca133bb3fa36d060df4b02b5926fd91429b789a4d0af8f10af3a124950666479709dd29cc9900126b028633f765e48234bd129e1473e8de217134339f8b80981a8c28212b30f4a0515c89a5844a41396a0182344db295e721d908a470c730c4a4ae1cba09d5098a836efc84edd607d119fcdade1fb2867185e0ef8298c7f206dc8ba7185b5fa95f50d89d8740a1b7f7a256a83eeca0141fa72c10ceaea1354e35284ec94f33cb1a6a2d2f0e99a4b8d9130a51625d033bc87449a5989b9bb6abbe991c5e5c9bdafef4e8204f1ca8f2154c98049362acbd0c4af1088f977", 0xee}, {&(0x7f000023a000-0x1000)="38f46c9cb737edd979d7a4c68ea5fedfd318ec2bd784a11c195f201412632b1c7e9559d6c90a05ea327ff0f356117ab9ff116b9dd9a0b6093fac3cd045d94e14811dab5f38f0800e7388b2b61a5c3a038f53bd71b58c85d8d9f1f05d2e72e787670eef461baadca9d145eeaa443a8d965828d8f4912b3bd9fcaecfbecb0deed8249c8c84070bcfce0a150a54acb0c3506ff1cf413dacf6280a56b31a7b14697f23afd5aa5396f375ae585ce9e89edca4d9d0733e8ad6a05632356ae2c05db8bcd2a447b9ba13daaf4fbcc7642ad573fda4713c8390bc838b949d11776ccb4c182f91ee57a49539789bdf66cd1afd1d3fc9e93c0751a786bebfb67dd0890a232c1b67dac5dd61ddfc51237d432a0ff25ab3c9cadf60f61c6d43fee1a17eef95f5a68f763dc774cc847b1e34e213083f455395f70937aa42da8d5efcfa9b9d4016ccf6e51c332d1314911e036cfc58c00597ac27e0cdeef8c11d93254876231980242aa904df7c51f62d95e064c665aa90b23f656fd5b9e1b9c4a9e75875577541918ff839d3dc2ef16b6b87e3e7839692a9d42b9d34411d181f707984c54983601a00f2f6f1650f359e689ed6654c3d4bc6613db8c167d92c6e6761de92aa20ef57e81a78535271f89bd6480182d881fd97fc03b9d64a9e21bcc3c812ae0ca1139bf40ae4b98084d168f51a221739782e1358f807b5b38d62051b00d495d56ea2f5c37f3115da80fbc8da36f7f5f48e11f71da8d4389f6dc7e665776196affb864def7a718232e706088e8b72d12306bac5da4bfd8161ce553e3689efcca5cd240f1145e658baaf34a41c8050c31ce7774097c6aacc43b50d8b68d9f4ffdecef8f90348de18bac87298c259b3ee7402ed991155818981996b564ea9f3c7f18229250b152f7adaa31338b59c3e6aef117552fc2dd2da8ae66d9da83ccdbd359818b05434648db45090a1d22794e0ff4d13b3d772a882773ee9278fc6cd494dd3a559b6a858639e10ab715c11a5192041791730dcaca48e2c6da76a94130e70b1a69924800bc4a518a937c71774c3725d11056b364890b0a98e281c0f953681b99cdee8024c9ea8293cbb6205e872727a477368010908b530b23033bcf755aeb061b63ed662e8124fbd83aec9a23709ada0f88a730b2d05bd7ba31906f73d1e3b354bb431f093bbda6935a504a3ede9e4970d4b19968edf786eeb21ed0a5be74902de1a5da40ba93f073109ac0403f13981c1c4e2a8d534280b707a63d7a2836aa97c0f4f1df65506148a8a30bdfb0737d6bf1c154dd9bdb5307234af37dcaa06dd6b381960ffed9e788ca01538257d3b2fc4d735015286756e24c71a9db7fa80713d5ddb5225d46d6b7e07f38c33f3dd85e4bf267d114457d55459b486fd8e61d2080f69b088d38097d92f4e7c97a5025a7ac5c2b54de2be381ab14bdcbe47d37711f86127ada0e548f7c7f375e174cc7ffd1ba1c4b377d597a31d4098939262d2308ee1545c79aecc8978343ecfd6ab485ebaf8adac87340b804cc078aed81d4894036e2c8cb1d62671bd3b1d31b64c4f8d43bce7a3211ddf8535799a795b8cd95a8c7d2e710fda41482119e3feeaf9402087ef95437870266da86a42b4ff7887713b3564dbbc3b319afcec34fba93e3083c80dd17fc4ab444b137afc62c92b47e705036e0788f1594df2857354c322467532e2e5a4b4fb2ae065951417f37535320db64dbc1af80e317d7a0812bae71a8293df65d3be40c4b928fabb7db51d0390faeea058b457908bf0971e760f04b3cf35e2433a6f401d4015fc0bb22fbdb3afae2950699e73600a41452cdc0b5a874e84a0e49eec890cd7bd943cc2b5192535a6730462c42247f3b4c359b8d40b79020d3b86e388e655361d8c42af817c456cdfc5bc52c5306cd397c184eb0be922b3ca4bffdd3540ff428053719eea522a38908f5a90cc5dd9418b1eeb0cf3a300425c9685e3a2c20a7405186e92af4bb07ef6ead8a89236f4d4374aa24c619f7111e446636a9938de4aa0f32a5237de89e4b5b9a18c592ee0e94fb667e547603993019b924d7ff6dc7b3bfce15b9dc60160d2d7ed8fe4bc2c338c6a9905507537f914b68b82e526698894551d8c7d63642ad1b0d5bad9d2ca4eeae5f6c3b58bdc1fa647c75d0de5c9c53a2873c97cec6febe996e131d9e7ccbe554d2188ed5e828be5b07cd6df0d972724defd275d7d98e52ad6c5b90c580814cb49c730a03bfde55c248548ba9976a0a83ac0e81aa714896cbdc359641fc085859a23e8b2dbf70b2e94129f11fd4a1d1f747fcbbe82fa1a15f2f99fc27d37c635f635e66a6a5045d95443d1656400f68223b27e6ec5d48f23b1f2fe926e4b83a944e8443df7aa6a77a3975fdd9eb64095aff87a69aa34748011d21541bfa99c85be25e09e866ccda09c5cc2aa38b31663e930c37221bbc5102f0da128c13ffe941efbcb54dee68850681a66ff0a29d59ecf1e997ed8e6722f799148be16c16574c950c6cbade62d37a2309a651e1dddc9e647c0eefc73e123144e504f6732bb4bad7c37ecc261a2cdcf3a962d03c73253696515fe22908f41326d97cfed3e15a22df1b70e77ff2bc48fa983fad012300f87c77d4da3ccf7d3fc7d399f4b246738c7b1cfeccd774a6baff832998160d582904c52a6658aa5357efdb11271078b634c508b2546d17fbbfa91e629cf55f55b72b9eaff90a0f7b9ddb707f4ad57b5b9dbdb868ae8c8e1caa9947ae5e8a5690fecf469c08264893034f65c9049724e01199b03638c5effc07fee085540022aeff75c1033c9bffd5dfb2c291f837a3f354ff624667263175c9513af643336451702b0ab17055cdd722810ad9cf3df601f401b8039efeacab992e32b819c6162599f1c87a555919be6d82e89c846076d9430cc8f20278f747db661ce472be36eb82c091afded233479ba5e1e525a36549ded6fb58a351ca546ccb553bd3975d26abfba6e1a72a1d1dc9a498356c41ffc16064a7c092ac3723f9b598a1e69105f8fac912dbc5cb960e04de1d11a6640b523a41939b028f16f56b155dcbeaa992c6a6073ae08be2bfb5580b49e3e31e4203e23a25925fd75fc1b3e2671a16b4d00f07ac4f62d9e71349f8d03f99aa56d2a0333d4a645b78e921d43d3085ada6691c281e45a865ea773f2ba1fb1868d07382124ddc67a830f9851a0cc918d2079fc62e7cd64ea3b0187c84e94a51eafb6df8a0047eea3c170d3800988ed4c5233741018ba842a6d646adb8ca724eb2b39e7207e80bb0e12223238439bd8c27c5c6b56c5f43eb0dced9fa48a578a8f862a788db4f85ef8e475749d94205d297b2fd523bc86ed8e70a84b1ed815736a7f9eea9cba86851b01a0d9740c34afa174a2e9e35dc639797c0be6868eeba8f251255c0d0ce37def1eff872f1be40fd4e299931e88b9185c41b832a2c44924c9fcbf3b5a5b18812508e9ef8afe04ae6f5162f4a806a0effcf1f548f89878c5bcc6d286c7a149b0c3a5e9dde498c09c7afa7befbb4f857a0ccf5dc3101bf4e6796266cadd130c0aa057dd626e84a14980db8263aada0fdd571a7ac97608a8c13ee5d633d83e6d584db21ccb315dc97a8dc319c6cc7e6a0871074aa00777661837bea1358dab1c1e10886d25e9c995fc65ed5529de7c8eb384cd0f802d646cbb5c3cbb92ba4de95ab113f34935b73abcbdc6cc427b3e5f0f6355c1e89cad42bd5108db4f153e3cbfdc783b62dd02039610cbe1f789b8422bdaad9d86b2a396fdf5a9e1361ab0ede76008f1899ce85c32d4d6c0dd881626e16a135278418d3a36690b3636818e3e434d78e6feff5817075d3fcf29fb14ca32f4c7d9c68ad4825a738f4d78faf382aa19bf6434e45223972fcd26623259ce060d7d05ca2bc669db03baaf9f94d58936a3fd3fb47565f7b290138fd12b51c114c8cb5232e22222df7a65fcc1864c3435dacc1796079c7a4a2c8ce6c6ad9d349bf7bee7bc5934566320fbee1cf9a124afc0ff9968e3db7fc1f29e5063b67205a27cb8fc60df097a1b8a6c26774ebc43093793656121faf6fadbd6391d7988b1d395b29bbb98ca5d586b74a65642c22c02d1d32942f1249b8e0f847cec68d0c3672d41e216ef8427eec149b201760973503efde0d5c94e7c5879521438fb0eef9dc34da89514f472ecb9ff4e4d9180741ec6df87f00d62eb63b299e05af2077bccb4f6c405d714cc8186fc296be48199e63495a14ed2be8423ce157831d6c02cfc2625a6eac2cffb16e95429336e16d6be240c0434e50fd53ebd9c4ece284dede6775c2fe178be8ac1ae504ee92c43d2e71db2bbdd31e6d09230dd59a4c7273c3027cf15102e80623710fe13ad67f74df740e09ccc541ad1d05e9bebaa6c7f1c317f1dc3aa83d8c1f92359682e77c27ca5fa591a6be48052fbf60cd0d0525d999a24b25cdb69c9bb35e0b109125ce7e0ff86b27ecc186144eb1c853b72d4adca9d091c7331b9583cd34db1b90a9784eed4f09a66cce084818ddc1772917e05bdf71e4d7d0d393609d89535e5cf85e569a0b1b697de4d4eb030b28541c98bf190d77387c7249d4f1f3c6b8ee8f6992fc75845ef58a207daaadc4d67f3b32427ad7493d11b54f169bb7acdaf4c92e1c3a78c0517af43d31f02d0eca931b24994f840d2778546c21f463e4af3d3cf5c67913b5f5d5a2f3a90c5e8017e7949fdf775c7aff77845b2b34143217e5553984ad156f08b03f962521891043661460636fd5b7546aac792bef5d48b0d3b7f7ff5b5bf2fbed2380f7b8a520cb22a937f39d744714d8cfd8d0760cd60f2ce561d869274673b486478e414e7c2c678b7af9083d7be6e6fd8016ec464e60ba13513f95d8b9da284570c38192f719e15707c9d276a8cedfa46d65b9f0cfa038fc04dc20ef48b84ae9e083031e4aecf535e5737b9fe534c722fa8aaa71ca558dc848cb7f361ab9dcab94839dd2fc1e87a50c75c97f499280648272fc96c26ff696abc9777eb7173a7e5a26dc135cde2e848a0d0616bdaadadc337460bbbcf3bf6c333beb3be205a6792a8ad82f8d82a4ec6d7d83446312363324306124be42ae95ecb97ddaa5c51454b0436d70f5999af2c14c446f87c9776c6c95d6801e52e6acf5cddf52267797b90d668fcb271dadc64cc6cdb2d1b5fa04af69a3c39a25a9b57d65221f4f72c2abde45e9991aaba97957e59b7b9437d4b77e5da1b24e6d574e0aefd88c4b85a3bc3f2d23f2200d1b50eb42f2bdca9604d072fce313c89d9cc8c32f94321c4a758dfc728569619cad3e11ee75d32a6e85f1868c3651296b7e1af45383640b1d1198a90ec95c4a1e1cbb1325755fd7e1fce8312850d2be17af212d5b531878f00f4e6cca9bca6839991e86f7a8f9639ee81e01cab45576ab2b16d2d09701221728bfa12e877be41110481b4c3962746e87e05e1c8e9ee87c021e7f59e3079358ac56b0ceee25fb3d8de0d85780b717b78a536b4bfb0a5bfa52c91f0bc514b102bda49e5cb2e55ab17e0b464541dc79aecbf3daf1da646a644a939cb5ea73a8b768edadbbc823eb71ca4994e4c1ad0eb6f72dd7125a2ba10000d2fdf4fb0a8454776aec9fd6b205b471b7b16ac58fd0a6222cd81e8a6cb303c5135036aef5a9b7b995d83ba203eefb36d4cc6093eb46e50a5e6e628f5b789e720f168b05bc46eee4dd7fc7cab27d80e6f903fc90ff4af20a91af955517cd04316dfaa8fe2f3a00276dabc2bb57ec9f6eb6faffc20bd748a46cb416cb5b6a9135adfaa7e6e1b1ae88d89114e90f426bd1009a4e708c35f94a2", 0x1000}, {&(0x7f0000abd000)="1d969139a82541c410a1c73fbff8aad70111e9448c92ca", 0x17}, {&(0x7f0000c13000)="d65b095f1d429aa5fd647ce4225e48a476f47d87a7edcc6151272cf9bdee128ff087fd90a2db137218123d21017e68eb32157e71f40a8111ffa4d95eeea8d1e0ed086769a17b6f302cf6772230bb76134835fb54c02d21f426482c3fbb0d3f0b32ff514ec61777580ccfbf7685f2f9367e9b18a50ca01ea1df970ab93bc690f7c0f3c3998b0a439ee7fe35e1990d89457fb9a072217d9f4b1f6a", 0x9a}, {&(0x7f000077c000)="b218a191fc4dee1d8dc78dc74eeae49cec3978514e8551cb0ed66b8b53ed0aa6a8ee683e5896821d68f21ee565cd690df398", 0x32}], 0x7)
mount(&(0x7f000055d000)="2e2f66696c653000", &(0x7f000081f000-0x8)="2e2f66696c653000", &(0x7f0000e38000)="616e6f6e5f696e6f6465667300", 0x2000, &(0x7f00004e8000-0x83)="8ec536c00883070e73aee2252a0be8b06cf4621e3d966f1fdd91c3949949adadd20c64924b3ff61c3c9e01f6a152a75759a404375079b92cd3f0d3c472fd8ddd90d1b5b45bce0d212ca56752350365783a8e940b275190714e025dcf5d5e9ec6a81a3c427c7c2b724de5d8c9f12f8605d128c1d6754c86c294b531342e64ffd02dfb")
r4 = open(&(0x7f0000033000-0x8)="2e2f66696c653000", 0x181200, 0x0)
bind$inet(r1, &(0x7f00003b4000-0x10)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$UFFDIO_ZEROPAGE(r2, 0x8010aa02, &(0x7f0000002000-0x10)={&(0x7f0000011000/0x3000)=nil, 0x3000})
clone(0x0, &(0x7f0000d87000)="", &(0x7f0000a9e000-0x4)=0x0, &(0x7f0000718000-0x4)=0x0, &(0x7f0000f2b000)="")
openat$cuse(0xffffffffffffff9c, &(0x7f0000001000-0xa)="2f6465762f6375736500", 0x400000, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$UFFDIO_UNREGISTER(r1, 0x8010aa01, &(0x7f0000003000-0x10)={&(0x7f0000000000/0x2000)=nil, 0x2000})
ioctl$int_out(r3, 0x2, &(0x7f0000f02000-0x4)=0x0)
r5 = perf_event_open(&(0x7f0000001000-0x78)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x666, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b74000/0x2000)=nil, 0x2000, 0x0, 0x811, r5, 0x0)
ioctl$sock_FIOGETOWN(r4, 0x8903, &(0x7f0000bfd000-0x4)=0x0)
openat$selinux_avc_cache_threshold(0xffffffffffffff9c, &(0x7f0000a59000)="2f73656c696e75782f6176632f63616368655f7468726573686f6c6400", 0x2, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x0, 0x11, r5, 0x0)
2017/12/08 15:39:25 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet6_sctp(0xa, 0x0, 0x84)
r0 = openat$selinux_member(0xffffffffffffff9c, &(0x7f0000985000-0x10)="2f73656c696e75782f6d656d62657200", 0x2, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_CLIENT(r0, 0xc04c5349, &(0x7f0000306000-0x4c)={0x6, 0x6, 0x1a, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$bt_BT_CHANNEL_POLICY(r0, 0x112, 0xa, &(0x7f0000a5a000-0x4)=0x8, &(0x7f0000f43000-0x4)=0x4)
r1 = signalfd(0xffffffffffffffff, &(0x7f00007af000-0x8)={0x0}, 0x8)
read(r1, &(0x7f0000e6e000-0x1000)="", 0x0)
signalfd(r1, &(0x7f0000433000-0x8)={0xfffffffffffffffe}, 0x8)
2017/12/08 15:39:25 executing program 4:
r0 = openat$selinux_avc_cache_threshold(0xffffffffffffff9c, &(0x7f00008a4000)="2f73656c696e75782f6176632f63616368655f7468726573686f6c6400", 0x2, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(0xffffffffffffffff, 0x84, 0x10, &(0x7f0000000000)=@sack_info={<r1=>0x0, 0x0, 0x3f}, &(0x7f00000cb000-0x4)=0xc)
setsockopt$inet_sctp_SCTP_CONTEXT(r0, 0x84, 0x11, &(0x7f0000c1d000)={r1, 0x800}, 0x8)
pipe(&(0x7f0000000000)={<r2=>0x0, <r3=>0x0})
ioctl$SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO(r2, 0x402c5342, &(0x7f0000001000-0x5c)={0x3fc000000, 0x7, 0x9d, {0x0, 0x0}, 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]})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TCSETSF(r0, 0x5404, &(0x7f0000001000)={0x1ff, 0x2, 0xa2, 0xfffffffffffffffc, 0xdc25, 0x6, 0x8, 0x0, 0x3aa, 0x2db0, 0x100000001, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PEER_AUTH_CHUNKS(r0, 0x84, 0x1a, &(0x7f0000002000)={<r4=>r1, 0x85, "cff62313a659c0db81060bd45919800ee3e9ef3196d5b8b578759b537cd6a047c7b74a691b26e7099ea99e950678f5ae9f7f84c64238320e350bffd82dc6eeef6cd1a1ce74def35e9ef9ba4a5f8c1b3629d077d56de47dbe01558c4f31460e3865caffb4c9a5166b96f49a219841dcfe4ee7ab22609f31cea31b18ee32c01bbff22101ecb6"}, &(0x7f0000003000-0x4)=0x8d)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_dccp_buf(r0, 0x21, 0x2, &(0x7f0000003000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000002000-0x4)=0x6b)
getrandom(&(0x7f0000004000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000, 0x1)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f0000000000)="2e2f66696c653000", &(0x7f0000004000-0x8)="2e2f66696c653000", &(0x7f0000005000-0x4)="75646600", 0x80, &(0x7f0000004000)="230bf96648f477fa32e85fedecf70df0b4dbd85e4a214da4f46f80675219d371d66ef3ec6b48040d2f00cd888d0b8e7a2f0e7e3732bbbdcc45d37bef1592fe7f880ca6adca150f6ebc1643702dcb74676c1f6cdc37b8cb91c13de12ab4f5b428152da1c287fa72509dd20b669eb4174ea0dc3169486fd323de6c149736ff738e6763fcf805f259b9b5659a7a4b87189d38568d59a72f92fc4c76cc33e5f841135ed785bd59d8e2a3aa55bba5143a6da6d6d2a45fbc00997551f65041007c22a1fe9145e3b04084e2f80fee865f0ad4a994")
ioctl$KVM_SIGNAL_MSI(r0, 0x4020aea5, &(0x7f0000005000-0x20)={0x4, 0x1f000, 0xff, 0x10000, 0x2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
symlinkat(&(0x7f0000004000)="2e2f66696c653000", r2, &(0x7f0000005000)="2e2f66696c653000")
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(r2, 0x84, 0x1a, &(0x7f0000006000)={r4, 0xa9, "2d873404dec52001d63a4db28fd57a67b07f597f4569c1c9fb8061ab7e0bc4d8d8e4eee2e58a8dfdaa22e54863439b8bcaa64471b7e32a70ccf6522f53383b3a86b0bf72ce78bcdb42fa0321d00dfe4a16656621645adb7ade905481efea3b1c94437a6661b4495b7514d6f273b35263be0ef579f0c51db9b0ef219c44aa6d80574b38c1b877e54dcb2973a73682fb4e12289d53a5a2a537a7b5ec04156c775793a142c71439800d70"}, &(0x7f0000006000)=0xb1)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$OBJ_GET_MAP(0x7, &(0x7f0000007000)={&(0x7f0000005000)="2e2f66696c653000", 0x0}, 0xc)
setsockopt$inet_sctp_SCTP_MAX_BURST(r3, 0x84, 0x14, &(0x7f0000004000-0x8)=@assoc_value={r4, 0x101}, 0x8)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TCSETAW(r3, 0x5402, &(0x7f0000008000)={0x6, 0x5, 0x1, 0x2, 0x5, 0x9d, 0x6000, 0x8001, 0x7, 0x0})
ioctl$PIO_UNIMAPCLR(r2, 0x4b68, &(0x7f0000003000-0x6)={0xed, 0x0, 0x2})
mmap(&(0x7f0000009000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000009000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r3, 0x84, 0x77, &(0x7f0000009000)={r1, 0x8}, &(0x7f000000a000-0x4)=0x8)
2017/12/08 15:39:25 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f0000ed1000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = dup(r0)
r2 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000bcf000)="2f6465762f72666b696c6c00", 0x800, 0x0)
ioctl$sock_inet_SIOCRTMSG(r1, 0x890d, &(0x7f0000000000)={0x1ff, {0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x0, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x100, 0x5, 0x354a, 0x4, 0x400, 0x0, 0x6, 0x400, 0x7})
r3 = socket$netlink(0x10, 0x3, 0x0)
writev(r3, &(0x7f0000608000)=[{&(0x7f00000f5000-0x2a)="290000001c0055fcffffffffffffff000200e300020000000007000009000100000e010095645aff00", 0x29}], 0x1)
ioctl$sock_inet6_tcp_SIOCOUTQ(r2, 0x5411, &(0x7f0000d37000-0x4)=0x0)
r4 = socket(0xa, 0x3, 0xff)
sendto$unix(r4, &(0x7f0000206000-0x29)="e390517a0d690ad4f44cea00000026705fb31a0002b3724c7d650000000000000006a601d911967749", 0x29, 0x0, &(0x7f0000000000)=@file={0x100000000000, "2e2f66696c653000"}, 0xa)
ioctl$sock_SIOCGIFBR(r4, 0x8940, &(0x7f0000b9f000)=@get={0x1, &(0x7f000036b000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1})
socket$inet6(0xa, 0xffffffffffffffff, 0xffffffff)
pipe(&(0x7f000019b000)={<r5=>0x0, <r6=>0x0})
alarm(0x401)
alarm(0x0)
ioctl$DRM_IOCTL_ADD_CTX(r2, 0xc0086420, &(0x7f000006f000-0x8)={<r7=>0x0, 0x0})
connect(r5, &(0x7f0000338000)=@hci={0x1f, 0x101, 0x3}, 0x6)
ioctl$DRM_IOCTL_UNLOCK(r2, 0x4008642b, &(0x7f00009f6000-0x8)={r7, 0x20})
mprotect(&(0x7f00005ac000/0x7000)=nil, 0x7000, 0x1000000802000005)
getsockopt$inet_sctp_SCTP_RECVRCVINFO(r6, 0x84, 0x20, &(0x7f00004c9000)=0x0, &(0x7f0000001000-0x4)=0x4)
r8 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f000063f000)="2f6465762f7667615f6172626974657200", 0x4000200400, 0x0)
connect$bt_rfcomm(r1, &(0x7f0000b3c000-0x9)={0x1f, {0x4, 0x9, 0xc, 0xff, 0x8000, 0x8001}, 0x9}, 0x9)
pselect6(0x40, &(0x7f0000009000)={0x5, 0x0, 0xffff, 0x4, 0x8550, 0x5, 0x10001, 0x80}, &(0x7f0000ae2000-0x40)={0x6, 0x81, 0x10ffff, 0x100000048, 0x90, 0x3, 0xffffffffffffeb11, 0x2}, &(0x7f0000001000-0x40)={0x4, 0x1, 0xa810, 0x5, 0x3, 0x3, 0x5, 0xab56}, &(0x7f0000001000-0x8)={0x0, 0x1c9c380}, &(0x7f000014d000-0x8)={&(0x7f000023d000)={0x1000}, 0x8})
read(r8, &(0x7f0000856000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x5a)
r9 = socket$kcm(0x29, 0x2, 0x0)
perf_event_open(&(0x7f0000a1a000)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x40000000000, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffff7fff, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f000087d000-0xc)={0x0, 0x0, <r10=>0x0}, &(0x7f00007d4000-0x4)=0xc)
fchownat(r2, &(0x7f0000577000)="0000007f0022ff02200c000000bcbb5b340100000000", 0x0, r10, 0x1000)
getsockopt$kcm_KCM_RECV_DISABLE(r9, 0x119, 0x1, &(0x7f0000e2d000-0x4)=0x0, 0x4)
2017/12/08 15:39:25 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = getuid()
ioprio_get$uid(0x83, r0)
mkdir(&(0x7f00009b7000-0x8)="2e2f66696c653000", 0x40)
getsockopt$SO_BINDTODEVICE(0xffffffffffffffff, 0x1, 0x19, &(0x7f0000484000)=@generic="00000000000000000000000000000000", 0x10)
mount(&(0x7f0000683000)="2e2f66696c653000", &(0x7f0000296000-0x8)="2e2f66696c653000", &(0x7f0000860000-0x9)="676673326d65746100", 0x100000, &(0x7f0000c5f000)="80010000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$alg(0x26, 0x5, 0x0)
ioctl$DRM_IOCTL_MODE_SETCRTC(0xffffffffffffffff, 0xc06864a2, &(0x7f0000c07000-0x60)={&(0x7f0000793000)=[0x401, 0x100], 0x2, 0x4, 0xc353, 0x178, 0x11c, 0x100000001, {0x100, 0x6, 0xfc, 0x0, 0x6, 0x5, 0x3, 0xfff, 0x80, 0x100000001, 0x4, 0x2, 0x8001, 0x1000, "67596fa14b7fcb646b18b85c2586c9ebbc6e5aab32629ff46c40be1c4b6bb19a"}})
r2 = syz_open_dev$sg(&(0x7f0000d6e000)="2f6465762f73672300", 0x94, 0x2)
setsockopt$inet_sctp6_SCTP_RECVRCVINFO(r2, 0x84, 0x20, &(0x7f0000734000)=0x9, 0x4)
io_submit(0x0, 0x1, &(0x7f0000c95000)=[&(0x7f0000a0b000)={0x0, 0x800000, 0x0, 0x7, 0x1, r1, &(0x7f00009b4000-0x88)="b3620a767880046e5e5a10d4792f552f507fa9479c5bfb9318e57f6c1bed69afe21ab91c9773e70bf02214ab9df46acfd274a8fca8e49418998e43db5de3e1055529f8767937381c902434e28cb523f44cdeef812028f7476f3e855dac1b254b13c89dcfcb26f48b9d37599f37a98f084be2b37d54a94f639b28fa49bf885c147a045225901be266", 0x88, 0x3, 0x0, 0x0, r2}])
getcwd(&(0x7f00003f3000-0x42)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x42)
r3 = open(&(0x7f0000716000)="2e2f66696c653000", 0x800, 0x8000002)
ioctl$KDSKBMETA(r3, 0x4b63, &(0x7f0000e5e000+0xca8)=0x8)
syz_emit_ethernet(0x4e, &(0x7f0000ea8000)={@random="e3136bd76ef8", @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x86dd, @ipv6={0x0, 0x6, "430387", 0x18, 0x3a, 0xffffffffffffffff, @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}, {[], @icmpv6=@mld={0x82, 0x0, 0x0, 0x0, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}}}}}}}, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, r2, 0x0)
syz_open_dev$sndseq(&(0x7f0000073000)="2f6465762f736e642f73657100", 0x0, 0x3ffffffffffffff)
r4 = add_key$keyring(&(0x7f0000eac000)="6b657972696e6700", &(0x7f0000001000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x0, 0x0, 0x0)
r5 = add_key$user(&(0x7f0000176000)="7573657200", &(0x7f00009d6000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f000003e000)="fa", 0x1, r4)
r6 = add_key$user(&(0x7f0000073000+0xd08)="7573657200", &(0x7f0000d57000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000d05000-0xc0)="b33ab76079ebe0d94f729cd653e520c19ad7d97fe21769e7c4db44c249b544230ba287fb8bd6ed266ccf59ef70995bf2e8e0ecd3fff32853747eda22d2818d08ca27e0ec821620e365a0eeb9485f2d925493f62113e33e5f8c7eba67fc19a9497f5b07e5849d2e875b066cd640b336616fe0f3c3002801b4627ee7597689525e8e81f750a86eb580fb4690ea52246bd3d32b1a91f944edb74b1f50ae08c5387ed8fd0598b600579f3af3f864e1c324f6928f6672178f7e149be31bd78b506e8b", 0xc0, r4)
keyctl$dh_compute(0x17, &(0x7f00000ee000)={r5, r6, r6}, &(0x7f00005cd000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x30, &(0x7f000069d000-0x2c)={&(0x7f00001ed000-0x10)={"706f6c79313330352d67656e65726963"}, &(0x7f00004e3000-0x40)="4df66213982648fb911d7fa6", 0xc, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000000000/0x26b000)=nil, 0x26b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = openat$autofs(0xffffffffffffff9c, &(0x7f00005fa000-0xc)="2f6465762f6175746f667300", 0x10000, 0x0)
getsockopt$inet_IP_XFRM_POLICY(r7, 0x0, 0x11, &(0x7f0000e56000)={{{@in6=@loopback={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, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00006db000)=0xe8)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$unix(0x1, 0x5, 0x0)
mmap(&(0x7f000026b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
signalfd(0xffffffffffffffff, &(0x7f000026a000)={0x0}, 0x8)
socket$kcm(0x29, 0x2, 0x0)
2017/12/08 15:39:25 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0x11, 0x802, 0x0)
syz_open_dev$random(&(0x7f0000001000)="2f6465762f72616e646f6d00", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$alg(0x26, 0x5, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x800e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setsockopt$bt_BT_SNDMTU(0xffffffffffffffff, 0x112, 0xc, &(0x7f000052e000)=0x0, 0x2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$autofs(0xffffffffffffff9c, &(0x7f0000f53000-0xc)="2f6465762f6175746f667300", 0x44000, 0x0)
ioctl$SNDRV_SEQ_IOCTL_DELETE_PORT(r0, 0x40a45321, &(0x7f0000777000)={{0xffffffffffffffff, 0x3}, "706f7274310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x4, 0x0, 0x9c0, 0x3, 0xfffffffffffffff8, 0x9, 0x200, 0x0, 0x5, 0x9bd, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r1 = perf_event_open(&(0x7f0000fe2000-0x78)={0x2, 0x78, 0xe2, 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)
gettid()
getsockopt$inet_sctp_SCTP_GET_PEER_ADDRS(r0, 0x84, 0x6c, &(0x7f0000e5b000-0x1008)={<r2=>0x0, 0x1000, "69077d571547f6cfe3f3d3b05304bea43c43d35bcda17c971bfb74c814a184fdda7a428586f856ee0d8c0c997d83670cb01f79622bac1b88ba94f37ed79cdbb43188c21e8f3ec324329bad1f6ab5f0a41f9029afb9b0e447bff6fed9d60856f06455312a27c2f6218b7fdf64f46c693f924aa3afed6467862d4acfb7ce7e1e953b4ce660d06a65ce7619f03d398f3533f07ef8a7acb9c42b0bc628fbb66440480ecdaa12dc1008375c1ec3e88c358de02c16beebb148dee107ee07562283bfcd517d0b73d839cdf448bb57a3e882a1e69adb13bd69a73e9e6b0645dfbd9e047a0954e53ee91501a95856ad7028a889e279102a5ee0c7d5aaf00eff648a37097c4f588e612a2cccaf6e03f789dbaa3db41fd99f1c351d1d8d7850ba1c6a4d84fb6ea2db5975728b067949ed8b73440c128927ee15f57b303bee7da3525c2d3b1f2a223535b520e807fb85f41f5fc398f4364be815ea41573d025bdb76b28ca4f214f68e01601efe978c9707c0cc778dd1b2a7cb2e1cbd6779aa55dfa4d571aa489f31b1c627899effec6996865e5eca0f127a04b6c9b7370cf1c8b2cae76ef706cfa5c61412c07f4af7045b2f95bb29764590fd122f8c87f6bab56d6a39f27d946b58445fd0274eb6b8c0a01bc7c9b2e6dc395f2a5c37359db04a848766b176b88877e13e4d2244269176a88680226257f98dcd609fba3081816a29e09999dd98c6f0c87b7b803dae200587eb21c0676bb2a805ab849fb26194aecc92defceaed303621c37af4b1115433e94faae07c7f31b0092b877d12bcf14a85c3b16d619ad23e8a3a91d98c9bd692a4a6c6ae301804c857d518ecb2bdae2b082facdb3b02fcb4a2fe5ce0103b30d50c2e7b7131e135e8515ba2dcb51a9201601c615175674cf42c512773ab7406b7ee5d283c7d5b681893dd7342115994e0e86d233a13fb98d59993f48cdc6aa79fe81c80d8121696f9557fc4f6073f41f6dd3137ebac8dcb76bb25d526ae1276991a61d6a23210df0e0731c438ae7b0087786e99e55fed32c3992f95c105acb7a088be179ce46737801f8ef7124d4fedb9715eeac06b7125a39fa971a8f18d9f4452b516267a09ae84dc7ac45962459c275baa6fe18eb9e9bd1bdde55193fa1deb51b41580e384c943f48b6bb8921c179a13a7eeae5a85d317eff24189276b129fbbad6b3b50daabfc9c6b0167847caad5f72fded02b7f70932a8201e49c21c0a5b4e3daea905bdb9bd0d81c7a6e898ceaf2767cff6c9f841141c6ce2de32f64808dd3606d63fe8f3b0922cd57ae99f1a9094b8a635ca87e9d4e49fd5b4a0cde88ff4831bc2f494680eb83d44ccadec582159aa824ca270c25fab59dc38d94d648b6aaa9c4bd5e3597a5d8e23ca05867553eefd381ebd14190d52eba62379ae5970ed6cd64f57168367963e7cccef7746a6b6f2c0ea3b40dfd94314e775c455348e8071a1437b00222b6cf36f89fab420dae8ba893bbe561f2e3aca2130f1a053d42237321c76bf249e777141aef4445a273b8668c396bfcab8141adafde2393c02193ca50065412a1788ead710aa8d53b7f544649d316cb747818eb3e16a58232c118ef453cdd27753fae21b34630cf8d3893e0c4d8c091fd5f4acccd8cc3bd753a9d56f87f9e508d3cc944e0ead579ea433f41c108363c1a759bfc59f2842b9650cffaba7b6171d5736635af19f838e6b7ac246dbe2bfee97f4864e587fab4d1b1910cd906000f5d819d9253de2096366418fb1e2c095362e9cc4b8db0a60f56b3662c51dc53ead56d4871cbbbcc7bcd043111e05f8d4701ca6ef0c43675965c86eb473e243aae627d592756b69d3b30791ff3c6a20327be478bf5e40b15455c6e852edaa39af36924a8e5508e10a27dacdc09d20ffa2e8b797c391ac6a7e5cd608a554bf370eb1b397954faffcbdc051f0c5435c22bf8b14be9379ffeaaec28f1967bc052819ba7ee3d714d84b3cddedc30f97eff259b43532400b5ae631b21414e13c349a1048588ca035feaa35dd01d284cb17e52b53f807d526b4bfc743597af7a919cb332d985760381d59d5a22c52ea02539ebf49c58744bd1d1da9eedca9296b4c89ac6cfc19bc2d36e13e5a6482e9078798a1151244fcb758243a02409c5865e1dbc445d84b624fa26a25018a13dc988fa5af1381e6aa4bcd899547b1536ed402aa50e32859fbabaa3fcf8acf72f101266315fa8171a1cb5eb8ce6f2db23e4b025d89acd972ac7953c736b834c42071aace42bc998de0a1ceb73a7b0547940fe447730a7ef614907123b11503d8d98f8ff006d804d88f0b0405214c50c39208be6c54daf8181e1d64a41b79bb49a2937a6b4747f549050816889f010014f52c1e9f16f83bb673ef0f9f3058edaa8da4c2e454c86c7357ae2827e637f63e779520690f42dce2def5d132138f48adef94da86827abf170b5192658cf1b3bb574dc036161334a7a279102a167d780ab566f74599825198e694e962b891f449f271017c9184e1b682fb54afc2de4634b878e9459d6baf9810f177e5239a0e89bf745e96b30649f541abdb511800c2739a3ac6b298f8e7aea8442b557ceaa3e03091713768ee046a96efbd682c34b0ad64211ba793a849ae3b7783b4bc91eea7894e36d96ba98120aaac5e86641ace2655aa08b8b79fb16df26807da897983c85ccbd33ad63ead975dfa74e7c838ee5ff00c38e0e83953a7666edec909e2621e374cdd19a1e982739e1de920a069cec0a2261bb187de8fff4820597dec166192ff3cebd1a6186ff1c3079ae5f83828bb81d3c7efe423f1705cded0700492a8a059f4bce431016e863be39ccf336ab4c353373029fa5b4574a2fd5f51dc2a925946e9f1179df21ef1ded54f2f4fca7489050a562cc0999cc6ed47bb2be32c594dddc2342c7335b30fc02e5b4d975fecf88c13131dd0789d8ea26ec9854fe4a9ebeed6c4732f850293cbdf3569afe16d8ce7c82a224c8b32f121ff13e77a6cd1090355fcdffd6bf3bbeddde1b8c646a5cb4008e3e5ecfd803b6c6825f3de157e2d0a685469abdff9ad09ac97c75558ec74d9832ef92567b05f52bca34346e5eb1c9af259b29db1bbf020ca2605714ea6828fd21b2fc63b6763156cc5239bb5b162d0966d9ecc06c4a49fb9440a92ffef3b228f3cf2a9aaf0ff0cc71cbc2258fbcab430301ccadc3c1f8dc172fbe9cfdc4b33c450043c365a739e426c2bd0338fb9ef71d657122601c963a28c9faac9d5100e19de55effa7576aff6fd25673608ec1e2563657fad7c7bbcbe89cebb2bca38d2a858c697324cce516293e83f4b1b44464c59392105203007c288dff2b7ff5f52d62c6e05712df938b541fe0ba42b5ffde934cbb73e31c5fc869ee6c5b0a18971fc9b9a4b9d0404ad55c31542c4c0653f9eafa6fc36e2c1d747c93df4a0990867c12aed52837e91f134f214b1f9392d065aba87d739d2574f0014cf7807935f4da6a9ed6ad76fe777a48ee2976fe62fc0c6ab86c9575c121f73f3393e69dc071cd95f253e7d64c70c9793dd8416b84bf6f5ca132157324ee971aed4f500a8fbc6fd1118561e83a27e5c8a8cde4bde039810edf1edbea9f88177630c959f0431d00b235e35a22559e9bd2068a60c5cd45ce9eb747e4ffc388e3adcf56d9ff18abfd6155799611dc94a9d2e8e6163cc142d9f9c89c805b888a1ee31c742e41e6e8b867643847689d32d671464fa8511364943edca501472fcce87e491b8702d306a5416055543f51f0db7a282031f0e7f5bb6191ecffe9cd43308935a652fcd4c7852ac802f89c5953090cd0922ae8c77ef2c444a7265274a71369e92061f8620e5207d07031a2af44662f78f3c490096a53a8697595e835dc5595d45293d2b3638a4ac98745982c88a3567d15ebc96d67f6132fb05282a7e63a45ee926708b91cf25eeef8ad1b694fb9cb4f5cad02d33ee10bfbeda021ea46ca461fbcb74ce6de5b330b42d5521bf5556ab0eb24701e4c84da9ff54fa56b5132dc7b35895477f5399ec952f6f3f090f9af6ff4e595ab5bafff2d033d570ab8acd89084e4daf0fe87d93d8b0127946cb0e1a120ad29e0dd051dd9879963fed85b9f6cf2ecfa51f5027a9cdc4d59b22f3bbbd5bd7c15c4b65ddc995a2c1bfb1dd87766dadcd47e127a47ca0411cbcee46c6f0c2a570740398c19bdd954fb9cd57b970bfb1120ddf4e1b8a49cb905e500fc324aa46317f841a29fc343544d0277ad549bd4fedd2829330c4c2245d6330a3887ea019e9926ac4d85ba8df571b6a0043735c71e7b50ea79a5e957e83ca1ba365c900e26f9d91ec79adc6295d38f5a5106c3cfd6e3f6aea880e1a8649e99658eb86f96bb1a49f24813a0a0b89673133589fe9789e5e1ebe2762d86cc9c1534ca70b4bda10d13e752dad0dec61ae287abe7fec0fe74521a2dc0848feb787ff08154a67542c514720c66f81876a0b0ace3e1aafb11f147e0903b0133a9ee029aab622accb7b9402093b9c181db11e195dc0b11aebc94c1c217b2562f6c09b0a4efc15e7c179e16570c43e44b609956edc789e33b6c3eeff9a0f1520441f22e7247c1e6b44d25847233bd5ea6e4e8d1ce7f464ed1a6361e9e8302f41783a63eddf2d575ccc5e5d2e48ac5f94c0b121964946e2d3cfd7361acd71687b2294ec5c0add4ca5fafe5fa42aebe4c0faa5ce3b524207cf20689082c26970b0e054517f68acaf98860e04d495612f57791997beffb620b03686e7ed43d129ae539e41e1769b29ee960f64cd8ff11267f0973834f7ab8021bc55b29054641d27efa2f6a9b53fa44acc2d2b3332529ae24b1d6be4936a0115ec229a36fa618a9cd6b9296051794cdcf6b2f3dcbbb2f3150d8143f35762698b3212faf79be5d0cb775cba2db444c00f64467f070c144b5938777c25c7c80464257089c9d3149cfe572f50606ce68aa91654c1bf5177978eb673fca8a12b3b4d3af9e1b86edd09aac0096170d895403cae76aec7b7a1c5d20337ec3165558b052a143f84d2c55c90b17daf686d3a19985443eaceec594efdcaec5244057b9d0db808ddadbfb535b05158f5de0e76ec4df0affcbaacbe9da5f5b07bcc44a259ff76589098156a3343b4ec4a4b476e563aa9d8e1bcb59f79f9057f085224f9e79bd65b0e1c67de9690ebbab2eb9ac0bc729159e7af0a022a36851898abba116ca1a8fb9805cb407d113c34a3c4d02a637cc780b1beb8246b86163dea5cb8e152b56b44d1b1f42e8b6fdedee4809a52ae33ac0341601538f3cd2d257534dc3430dfe6b96821e3145d3a10b066843b123f589076b7aa9042962458622a1eae87863bb82ac2dac3018ad21da6ad975ed3c806c8defbfaf40ae5275bee12cf4199a02c05fa82c042ed04cca29e323b3d8b3d5c8f0b79a059010a029a56ec8be0fb7dd05c333374ddf179930cedd386b023e6e1d0104000e995afa3feee65ddc2636406a16299d4eadbf015e059ae4af9ac0f264dd386e934650ef404e68283822a422611dfe3af3e2e1aac8df1cb033f719fe29a35ff39084caf8136b9f6052d928feceb21ecba087ab31a8ad697f14869b9f2afadc02d76eaa7f62ac3e3938b00da99f3bf6e059fe1d2cf24682f50e7d2dff8c4d01251a316868bf70703ec3c2a846a995e93a5c43260d36013cf2a74808efd0d11ecaa847e06a8477ca509fe4c281b7b2aada21c1adf6cdd71c28b97fb548cfeac078e8db616986351a9f509c85efa19b3d697d0c4c66c74160bd7041199047284f19ee48e464d442eb40a0331ef62cd08d55cc4f60f612"}, &(0x7f0000ca9000)=0x1008)
setsockopt$inet_sctp_SCTP_DEFAULT_PRINFO(r0, 0x84, 0x72, &(0x7f0000570000-0xc)={r2, 0x65, 0x10}, 0xc)
ioctl$sock_FIOGETOWN(r0, 0x8903, &(0x7f00000c9000-0x4)=<r3=>0x0)
r4 = syz_open_procfs(r3, &(0x7f0000b4b000-0x6)="736d61707300")
sendfile(r1, r4, &(0x7f00000a4000-0x8)=0x200000, 0xffff)
sendmsg$netlink(0xffffffffffffffff, &(0x7f000032c000)={0x0, 0x0, &(0x7f0000008000-0x10)=[], 0x0, 0x0, 0x0, 0x40}, 0x0)
openat$sequencer2(0xffffffffffffff9c, &(0x7f000029b000-0x10)="2f6465762f73657175656e6365723200", 0x0, 0x0)
r5 = openat$autofs(0xffffffffffffff9c, &(0x7f0000b5e000-0xc)="2f6465762f6175746f667300", 0x400000000000000, 0x0)
r6 = socket$inet6_tcp(0xa, 0x1, 0x0)
getsockopt$inet_dccp_buf(r5, 0x21, 0x0, &(0x7f0000a79000)="", &(0x7f0000319000-0x4)=0x0)
perf_event_open(&(0x7f000000a000)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x8000000200000004, 0xff7f, 0x0, 0x0, 0x0, 0x80000000000000, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
bpf$BPF_PROG_GET_NEXT_ID(0xb, &(0x7f0000e33000)=0x1, 0x4)
mkdir(&(0x7f00000c4000)="2e2f66696c653000", 0x10000000003)
mount(&(0x7f0000144000)="2e2f66696c653000", &(0x7f0000344000-0x8)="2e2f66696c653000", &(0x7f0000fb6000-0x4)="6e667300", 0x0, &(0x7f000000a000)="")
fcntl$notify(r6, 0x402, 0x8)
ioctl$KDGKBLED(r4, 0xc0045401, &(0x7f0000e83000)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:25 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0xd, 0x6, 0x0)
bpf$MAP_CREATE(0x0, &(0x7f0000733000)={0x5, 0x1, 0x40000000003, 0xd, 0x0, 0x0, 0x8000000000000}, 0x1c)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0x0, 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)
r0 = socket(0x0, 0x2000000000002, 0x6)
write(0xffffffffffffffff, &(0x7f000062f000)="76ed", 0x2)
setsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(0xffffffffffffffff, 0x84, 0x12, &(0x7f0000e8c000-0x4)=0x5, 0x4)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000487000-0x9)="2f6465762f6b766d00", 0x101000, 0x0)
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x0)
mbind(&(0x7f0000024000/0xc00000)=nil, 0xc00000, 0x1, &(0x7f0000fac000)=0x0, 0x5, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x100000e2, 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)
setrlimit(0x2000000000000007, &(0x7f0000ba6000)={0x6, 0x20})
getsockopt$inet_sctp_SCTP_PR_ASSOC_STATUS(r0, 0x84, 0x73, &(0x7f0000130000-0x18)={<r3=>0x0, 0x7, 0x10, 0x9, 0x2}, &(0x7f0000be0000-0x4)=0x18)
setsockopt$inet_sctp6_SCTP_MAX_BURST(r0, 0x84, 0x14, &(0x7f00003e7000)=@assoc_value={r3, 0x80}, 0x8)
ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x1)
r4 = dup(r2)
ioctl$DRM_IOCTL_ADD_BUFS(r4, 0xc0186416, &(0x7f00009bc000)={0x7b, 0x7f, 0x3, 0xc7c8, 0x2, 0x7})
2017/12/08 15:39:25 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = dup2(0xffffffffffffffff, 0xffffffffffffffff)
openat$selinux_context(0xffffffffffffff9c, &(0x7f000066c000-0x11)="2f73656c696e75782f636f6e7465787400", 0x2, 0x0)
socket$inet6_dccp(0xa, 0x6, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r1 = bpf$MAP_CREATE(0x0, &(0x7f000085a000)={0x6, 0x4, 0x4, 0x9, 0x0, 0xffffffffffffffff, 0x0}, 0x1c)
write(r0, &(0x7f0000a26000)="171ae026e449b133ac", 0x9)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f0000028000)={r1, &(0x7f000059d000-0x2)="4902", &(0x7f0000c0f000)="", 0x0}, 0x20)
2017/12/08 15:39:25 executing program 7:
ioctl$KDSKBSENT(0xffffffffffffffff, 0x4b49, &(0x7f0000ca1000-0xa)="3900000300f7f5008533")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCSWINSZ(0xffffffffffffffff, 0x5414, &(0x7f0000000000)={0x6, 0x70aba, 0x0, 0x3ff})
socket$inet6_udp(0xa, 0x2, 0x0)
ioctl$sock_inet_SIOCSIFADDR(0xffffffffffffffff, 0x8916, &(0x7f00004f2000)={@common="65716c00000000000000000000000000", @ifru_flags=0x10040000004})
getsockopt$inet_mreqn(0xffffffffffffffff, 0x0, 0x80000000000027, &(0x7f000052d000-0xc)={@remote={0x0, 0x0, 0x0, 0x0}, @multicast2=0x0, 0x0}, &(0x7f0000b29000)=0xc)
mmap(&(0x7f0000810000/0x2000)=nil, 0x2000, 0x1, 0x31, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f0000001000-0x10)="65716c00000000000000000000000000", 0x2)
mmap(&(0x7f0000000000/0xaa2000)=nil, 0xaa2000, 0x9, 0x11, r0, 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(&(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(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$FIONREAD(0xffffffffffffffff, 0x541b, &(0x7f0000003000)=0x0)
mmap(&(0x7f0000e9e000/0x1000)=nil, 0x1000, 0x80000003, 0x36, 0xffffffffffffffff, 0x49)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f00005f3000/0x2000)=nil, 0x2000, 0x20000000003, 0x40010, r0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
rt_sigaction(0x2a, &(0x7f00003f5000-0x20)={0x408, {0x7}, 0x3ffffffd, 0x4000000000005}, &(0x7f00009b8000-0x20)={0x0, {0x0}, 0x0, 0x0}, 0x8, &(0x7f00005b0000-0x8)={0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_sctp_SCTP_RTOINFO(0xffffffffffffffff, 0x84, 0x0, &(0x7f0000001000)={0x10000, 0xc000800000000001, 0x10000, 0x1}, 0x10)
[  108.778262] binder: 14296:14300 not enough space to store 9 fds in buffer
[  108.808737] binder: 14296:14300 transaction failed 29201/-22, size 72-24 line 3032
2017/12/08 15:39:25 executing program 4:
mmap(&(0x7f0000000000/0xf8f000)=nil, 0xf8f000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f8f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0xa, 0x80000, 0x100000000, &(0x7f0000b13000)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
perf_event_open(&(0x7f00006d1000)={0x2, 0x78, 0x21, 0x671, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x4, 0x94, 0x10001, 0x0, 0x0, 0x0, 0x0, 0x4, 0x6f11, 0x4, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x5, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
r2 = dup(r0)
perf_event_open(&(0x7f00006d1000)={0x2, 0x78, 0x1d, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2000000000000000, 0x0}, 0x0, 0x7fff8000000000, 0xffffffffffffffff, 0x0)
r3 = gettid()
getpgrp(r3)
mmap(&(0x7f0000f8f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f90000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r2, 0x29, 0x20, &(0x7f0000f91000-0x20)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x7f, 0x0, 0xff, 0x4, 0x1644dae58, 0x8, 0x6}, 0x20)
mmap(&(0x7f0000f90000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f91000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(r0, &(0x7f0000f8f000)="c8be85b96b004f61b22e0270414220c7539f8f89ea517abbccea88e6081ca2980b1c2db6536d18c8d691b4b488d9d8c0307344e3e799806def16ee317addfad93f3a1b2a72802a1772ad89c29917c5a5ade7711e1df6b940577bfceb36f4cd183693facacace6568f750aa4acf20ba612d7bd9e0f5e8517ab0ecc28700c190b94edf5d1f7f3cf25732b73a89194a480292508776d929a203f0886f37ef2a2c82ba145798053b7cefc116f665b5b3dfbe39f03c75d359fafade1e776a376130b87cad4c58028536b865ea02", 0xcb, 0x42, &(0x7f0000f91000)={0xa, 0x1, 0x40, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x200}, 0x1c)
mmap(&(0x7f0000f8f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_mreq(0xffffffffffffffff, 0x29, 0x13, &(0x7f000045f000)={@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000f90000-0x4)=0x14)
setsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(r2, 0x84, 0x9, &(0x7f0000a13000-0xa0)={0x9, @in6={{0xa, 0x0, 0x2, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x5}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5, 0x31e2d678, 0x80000000, 0x80, 0x4}, 0xa0)
mmap(&(0x7f0000f92000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r0, 0x84, 0xa, &(0x7f0000f93000-0x20)={0x8b, 0x89ba, 0x1, 0x8, 0x3fd, 0x1ff, 0x0, 0x800, 0x0}, &(0x7f00003fb000)=0x20)
mmap(&(0x7f0000f92000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f93000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_ENABLE_STREAM_RESET(r2, 0x84, 0x76, &(0x7f000022c000-0x8)={<r4=>0x0, 0x8}, &(0x7f0000299000)=0x8)
getsockopt$inet_sctp_SCTP_LOCAL_AUTH_CHUNKS(r1, 0x84, 0x1b, &(0x7f0000a74000)={<r5=>r4, 0x4, "7a5bfd3a"}, &(0x7f0000006000)=0xc)
mmap(&(0x7f00008ed000/0x4000)=nil, 0x4000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f9a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f91000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = syz_open_dev$loop(&(0x7f0000f92000-0xb)="2f6465762f6c6f6f702300", 0xfffffffffffffffb, 0x80000a003d)
ioctl(r6, 0x20000004c04, &(0x7f0000940000)="")
ioctl$PERF_EVENT_IOC_RESET(r1, 0x2403, 0x5)
r7 = socket$inet(0x2, 0xa, 0x10001)
setsockopt$inet_mreqn(r0, 0x0, 0x25, &(0x7f0000abe000)={@multicast1=0xe0000001, @multicast1=0xe0000001, 0x0}, 0xc)
setsockopt$inet_msfilter(r7, 0x0, 0x29, &(0x7f00003a0000-0x38)={@multicast1=0xe0000001, @local={0xac, 0x14, 0x0, 0xaa}, 0x0, 0x3, [@loopback=0x7f000001, @multicast2=0xe0000002, @rand_addr=0x401]}, 0x1c)
syz_emit_ethernet(0x2d, &(0x7f0000a72000-0x30)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [], {{0x800, @ipv4={{0x5, 0x4, 0x1ff, 0x0, 0x1f, 0x0, 0x0, 0x0, 0x4, 0x0, @rand_addr=0x400000000000401, @multicast1=0xe0000001, {[]}}, @igmp={0x11, 0x0, 0x0, @multicast2=0xe0000002, "000000"}}}}}, 0x0)
setsockopt$inet_sctp_SCTP_CONTEXT(r2, 0x84, 0x11, &(0x7f00003cf000-0x8)={r5, 0x9}, 0x8)
mmap(&(0x7f0000f91000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f92000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_AUTO_ASCONF(r0, 0x84, 0x1e, &(0x7f0000904000-0x4)=0x3ffffffffffffff, 0x4)
mmap(&(0x7f0000f90000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(0xffffffffffffffff, 0x84, 0x9, &(0x7f0000f90000)={r5, @in6={{0xa, 0x0, 0x3, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x3fe00}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x800, 0x5, 0x10000000007f, 0x62, 0x59}, 0xa0)
mmap(&(0x7f0000f92000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f92000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f92000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f93000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f93000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f93000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f93000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:25 executing program 3:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f7161745f6164665f63746c00", 0x480000, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_SOCKOPT_CONNECTX_OLD(r0, 0x84, 0x6b, &(0x7f0000000000)=[@in6={0xa, 0x2, 0x3, @loopback={0x0, 0x1}, 0xaf57}, @in6={0xa, 0x1, 0x3, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x3}, @in6={0xa, 0x3, 0xedf, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1}, @in={0x2, 0x2, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2c530ad3}], 0x80)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000aab000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfd4000)=nil, 0xfd4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
connect$inet6(0xffffffffffffffff, &(0x7f0000ee7000-0x1c)={0xa, 0x3, 0x20, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x8}, 0x1c)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000fd4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_TCP_CONGESTION(r0, 0x6, 0xd, &(0x7f0000560000)="ff0000020004", 0x6)
mmap(&(0x7f0000fd4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept4$inet6(0xffffffffffffffff, &(0x7f0000fd5000)={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000fd6000-0x4)=0x1c, 0x800)
mmap(&(0x7f0000fd6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_int(r1, 0x6, 0x29, &(0x7f0000ee9000)=0x6ff7, 0x4)
mmap(&(0x7f0000fd6000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x85, &(0x7f0000fd7000-0x1052)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="10e0dff73543", [], {{0x800, @ipv4={{0xf, 0x4, 0xffffffffffffffff, 0x800000, 0x77, 0x2, 0x1, 0x6d, 0xfffffffffffffffd, 0x0, @remote={0xac, 0x1044, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[@ssrr={0x89, 0x1b, 0x6, [@remote={0xac, 0x14, 0x0, 0xbb}, @remote={0xac, 0x14, 0x0, 0xbb}, @multicast1=0xe0000001, @loopback=0x7f000001, @empty=0x0, @local={0xac, 0x14, 0x0, 0xaa}]}, @generic={0x86, 0xb, "21980c1f40882d9043"}]}}, @icmp=@parameter_prob={0xc, 0x0, 0x0, 0x80000001, 0xffffffffffffff7e, 0x0, {0xb, 0x4, 0x0, 0x2, 0x101, 0x0, 0x4, 0x623, 0x84, 0x10000, @loopback=0x7f000001, @multicast1=0xe0000001, {[@generic={0x87, 0x3, "ea"}, @noop={0x1}, @generic={0x83, 0x4, "a55c"}, @ra={0x94, 0x6, 0x30}, @timestamp={0x44, 0x8, 0x3f, 0x0, 0x7, [{[], 0x62f9}]}, @noop={0x1}]}}, "00d3bfc23cc9b8"}}}}}, 0x0)
sendto$inet(r2, &(0x7f0000ee3000)="", 0x0, 0x20008045, &(0x7f0000370000-0x10)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet_dccp(0x2, 0x6, 0x0)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x4, 0x32, r3, 0x41)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = socket$unix(0x1, 0x2000000001, 0x0)
bind$unix(r4, &(0x7f0000ad0000)=@abs={0x1, 0x0, 0x0}, 0x8)
getsockopt$inet_sctp_SCTP_SOCKOPT_CONNECTX3(0xffffffffffffff9c, 0x84, 0x6f, &(0x7f00003fd000-0xc)={<r5=>0x0, 0xd8, &(0x7f000045f000-0xd8)=[@in={0x2, 0x3, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x1, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x0, 0x7f, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4}, @in6={0xa, 0x3, 0x401, @loopback={0x0, 0x1}, 0x8001}, @in6={0xa, 0x2, 0x5, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xffffffffffff0235}, @in={0x2, 0x3, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x6, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x8000}, @in6={0xa, 0x3, 0x1, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x400}, @in6={0xa, 0x2, 0x4, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfffffffffffffe00}]}, &(0x7f0000da5000)=0xc)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r4, 0x84, 0x77, &(0x7f0000bc3000)={r5, 0xfffffffffffffffe}, &(0x7f0000ac3000)=0x8)
2017/12/08 15:39:25 executing program 5:
get_thread_area(&(0x7f0000b37000)={0x3, 0x0, 0x4000, 0xfffffffffffffffb, 0x0, 0x8, 0x1, 0x0, 0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = gettid()
r1 = syz_open_dev$vcsa(&(0x7f0000ec0000)="2f6465762f766373612300", 0x1, 0x280001)
execveat(r1, &(0x7f0000bfe000-0x8)="2e2f66696c653000", &(0x7f0000309000-0xc)=[&(0x7f0000c88000-0x22)="776c616e316d696d655f747970652376626f786e657431776c616e3070726f632d00", &(0x7f0000dee000-0x1)="00", &(0x7f0000da9000-0x1)="00"], &(0x7f0000e2e000)=[&(0x7f000027f000)="00", &(0x7f00000d2000-0x1)="00", &(0x7f000070e000-0x43)="6574683073797374656d2f5dbd2647504c6e6f6465762f2d7b73797374656d237472757374656476626f786e65743147504c2d25656d3076626f786e657430287d5d00", &(0x7f0000ada000)="2c00", &(0x7f0000ef6000-0x6)="776c616e3100"], 0x0)
perf_event_open(&(0x7f0000d7f000)={0x5, 0x78, 0xfffffffffffffffc, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc, 0x8000, 0x9, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40000, 0xfffffdfffffffffd, 0x0, 0x200000000000001, 0x0, 0x0}, r0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = socket$netlink(0x10, 0x3, 0x6)
mmap(&(0x7f0000000000/0x5c000)=nil, 0x5c000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
signalfd4(0xffffffffffffffff, &(0x7f0000006000)={0x7fffffff}, 0x8, 0x0)
r3 = epoll_create1(0x80000)
epoll_ctl$EPOLL_CTL_ADD(r3, 0x1, r2, &(0x7f000005b000)={0x0, 0x0})
timer_settime(0x0, 0x0, &(0x7f0000052000)={{0x0, 0x3}, {0x7ff, 0x4}}, &(0x7f0000050000)={{0x0, 0x0}, {0x0, 0x0}})
mmap(&(0x7f000005c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$sg(&(0x7f0000e15000)="2f6465762f73672300", 0x4, 0x40000)
r4 = openat(0xffffffffffffff9c, &(0x7f0000cab000-0x8)="2e2f66696c653000", 0x400, 0xd0)
ioctl$TUNGETSNDBUF(r4, 0x800454d3, &(0x7f0000e3f000-0x4)=0x0)
r5 = gettid()
rt_sigprocmask(0x80000000000001, &(0x7f000028d000)={0xb36b}, 0x0, 0x8)
timer_create(0x2, &(0x7f0000044000)={0x0, 0x15, 0x4, @tid=r5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000044000)=0x0)
clock_gettime(0x5, &(0x7f0000963000-0x8)={<r6=>0x0, <r7=>0x0})
timer_settime(0x0, 0xfffffffffffffffd, &(0x7f000005c000-0x20)={{0x0, 0x0}, {r6, r7+10000000}}, &(0x7f0000046000)={{0x0, 0x0}, {0x0, 0x0}})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
set_mempolicy(0x1, &(0x7f0000b74000-0x8)=0x0, 0x6)
r8 = socket$inet6_sctp(0xa, 0x1, 0x84)
bind$inet6(r8, &(0x7f0000001000-0x1c)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
listen(r8, 0x97)
r9 = socket$inet6(0xa, 0x1, 0x8010000000000084)
getsockopt$inet6_int(r9, 0x29, 0x3a, &(0x7f0000231000-0x4)=0x0, &(0x7f0000a88000-0x4)=0x4)
sendto$inet6(r9, &(0x7f0000937000)="cf", 0x1, 0x0, &(0x7f0000122000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r9, 0x84, 0x6c, &(0x7f000084a000-0x65)={<r10=>0x0, 0x5d, "105b2b3f125e0c5d9b1e9686614133e73fa872b351038f02e153e78eebab1c662d18ac7aa5cf3fa14ee0085a1a57cbd102577232b709dfba1893ded64aaf61f9a7b735e7be14134226cfb606b7996ae343b7d26cffa0be85a051593474"}, &(0x7f0000c34000-0x4)=0x65)
setsockopt$inet_sctp6_SCTP_PEER_ADDR_THLDS(r9, 0x84, 0x1f, &(0x7f000064a000-0x98)={r10, @in6={{0xa, 0x3, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x3f}, 0x98)
[  108.881369] binder_alloc: binder_alloc_mmap_handler: 14296 20000000-20002000 already mapped failed -16
[  108.893344] binder: BINDER_SET_CONTEXT_MGR already set
2017/12/08 15:39:25 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$llc(0x1a, 0x1, 0x0, &(0x7f000038a000-0x7)={0x0, <r0=>0x0})
setsockopt$sock_linger(r0, 0x1, 0xd, &(0x7f000086f000-0x8)={0x400, 0xffffffffffff7fff}, 0x8)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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)
r1 = bpf$OBJ_GET_MAP(0x7, &(0x7f0000d26000)={&(0x7f0000000000)="2e2f66696c653000", 0x0}, 0x10)
getsockname$netlink(0xffffffffffffffff, &(0x7f0000084000-0xb)={0x0, 0x0, 0x0, 0x0}, &(0x7f000088d000)=0xc)
r2 = dup2(r1, 0xffffffffffffffff)
ioctl$KDGKBDIACR(0xffffffffffffffff, 0x4b4a, &(0x7f000033d000)="")
setsockopt(0xffffffffffffffff, 0x4, 0x8df, &(0x7f00005e0000-0x6a)="29bdfaa4098ef000000852cf0a4701", 0xf)
syz_open_dev$tun(&(0x7f0000668000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x80004)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f000044e000)="2f6465762f6b766d00", 0x103, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
getsockopt$SO_COOKIE(r2, 0x1, 0x39, &(0x7f000021b000-0x8)=0x0, &(0x7f0000996000)=0x8)
ioctl$DRM_IOCTL_GEM_OPEN(r2, 0xc010640b, &(0x7f00004ea000-0x10)={0x0, <r5=>0x0, 0x9})
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r2, 0xc00c642e, &(0x7f0000189000-0x8)={r5, 0x80000, r2})
r6 = socket$inet6_sctp(0xa, 0x5, 0x84)
syz_open_dev$mouse(&(0x7f0000001000-0x12)="2f6465762f696e7075742f6d6f7573652300", 0xaa5, 0x400)
preadv(r0, &(0x7f00005f8000-0xa0)=[{&(0x7f0000419000-0x55)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x55}, {&(0x7f00004c7000-0xed)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xed}, {&(0x7f0000558000-0xb7)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb7}, {&(0x7f0000df6000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfd}, {&(0x7f000040c000-0xe4)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe4}, {&(0x7f00006e9000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f000067e000-0xc5)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc5}, {&(0x7f0000793000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xea}, {&(0x7f0000b25000-0x9a)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9a}, {&(0x7f0000b4b000-0x9a)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9a}], 0xa, 0x0)
socket(0x1, 0x2, 0x8000)
pipe(&(0x7f0000b31000)={0x0, <r7=>0x0})
getsockopt$inet_IP_XFRM_POLICY(r7, 0x0, 0x11, &(0x7f0000dce000)={{{@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, <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=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00000a7000)=0xe8)
ioctl$sock_inet6_SIOCSIFDSTADDR(r6, 0x8918, &(0x7f0000049000)={@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xfffffffffffffffd, r8})
syz_emit_ethernet(0x83, &(0x7f0000e08000-0x83)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @random="0985ea88e6ed", [], {{0x400080086dd, @ipv6={0x0, 0x6, "e6ff00", 0x4d, 0x85, 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}, {[], @icmpv6=@pkt_toobig={0x2, 0x0, 0x0, 0x8, {0x8, 0x6, "6c6afa", 0x40000000000000, 0x5d, 0x5, @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}, [@fragment={0xff, 0x363, 0x401, 0xaa4e, 0xfffffffffffffff7, 0x6, 0x1}], "5778335ed987af4b31474c277c41bae2c879263698"}}}}}}}, 0x0)
r9 = memfd_create(&(0x7f0000cd5000)="246c6f776c616e312f7bb72300", 0x1)
ioctl$DRM_IOCTL_ADD_BUFS(r9, 0xc0206416, &(0x7f000008a000)={0x2, 0x400, 0xffff, 0x8, 0x0, 0x2})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r10 = ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x0)
ioctl$KVM_SET_GSI_ROUTING(r4, 0x4008ae6a, &(0x7f0000afa000)={0x1, 0x0, [{0x4000000000002, 0x2, 0x0, 0x0, @irqchip={0x7, 0x3}}]})
ioctl$KVM_RUN(r10, 0xae80, 0x0)
openat$rfkill(0xffffffffffffff9c, &(0x7f0000f6f000-0xc)="2f6465762f72666b696c6c00", 0x416040, 0x0)
2017/12/08 15:39:25 executing program 4:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = getpgrp(0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_procfs(r0, &(0x7f0000002000-0x12)="636f726564756d705f66696c74657200334b")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_CLIENT_POOL(r1, 0xc058534b, &(0x7f0000001000-0x58)={0x6, 0x81, 0x7fff, 0x3f, 0x5, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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 = memfd_create(&(0x7f0000867000-0x9)="2f6465762f72746300", 0x0)
r4 = syz_open_dev$sndseq(&(0x7f0000a30000-0xd)="2f6465762f736e642f73657100", 0x0, 0x40000028005)
r5 = dup2(r4, r3)
ioctl$sock_bt_bnep_BNEPCONNDEL(r5, 0x400442c9, &(0x7f00001cf000-0xa)={0x20101, "784a0bad1fa7"})
ioctl$SNDRV_SEQ_IOCTL_CREATE_QUEUE(r3, 0xc08c5332, &(0x7f0000c26000-0x8c)={0x0, 0x0, 0x80000000, "71756575653100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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 = dup2(r5, r2)
ioctl$KVM_SET_TSC_KHZ(r6, 0xaea2, 0x9)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
munlock(&(0x7f000050d000/0x1000)=nil, 0x1000)
r7 = memfd_create(&(0x7f000003d000)="0013b48b", 0x5)
getuid()
ioctl$KVM_CHECK_EXTENSION(r7, 0xae03, 0x3)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000000fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x7, 0xffffffffffffffff, 0x0)
r8 = userfaultfd(0x80000)
ioctl$UFFDIO_API(r8, 0xc018aa3f, &(0x7f000000a000-0x18)={0xaa, 0xe, 0x0})
read(r8, &(0x7f0000000000)="0000000000000000000000000000000000000000000000000000000000000000", 0x20)
ioctl$UFFDIO_REGISTER(r6, 0xc020aa00, &(0x7f0000125000)={{&(0x7f0000999000/0x4000)=nil, 0x4000}, 0x200003, 0x0})
ioctl$UFFDIO_REGISTER(r8, 0xc020aa00, &(0x7f0000001000)={{&(0x7f0000bf0000/0x2000)=nil, 0x2000}, 0x1, 0x0})
getsockopt$SO_PEERCRED(r7, 0x1, 0x11, &(0x7f000025e000-0xc)={<r9=>0x0, 0x0, 0x0}, 0xc)
clone(0x0, &(0x7f0000002000-0xc9)="", &(0x7f0000002000-0x4)=0x0, &(0x7f0000001000)=0x0, &(0x7f0000001000)="")
migrate_pages(r9, 0xf359, &(0x7f0000125000)=0x400, &(0x7f0000700000)=0x7)
fallocate(r7, 0x3, 0x0, 0x80000001)
ioctl$DRM_IOCTL_ADD_MAP(r7, 0xc0286415, &(0x7f0000f9a000-0x28)={&(0x7f00006d9000/0x1000)=nil, 0x100000000, 0x1, 0xc0, &(0x7f0000a0a000/0x2000)=nil, 0xfffffffffffffff7})
[  108.893358] binder: 14296:14316 ioctl 40046207 0 returned -16
[  108.894968] binder_alloc: 14296: binder_alloc_buf, no vma
[  108.895007] binder: 14296:14316 transaction failed 29189/-3, size 72-24 line 2890
2017/12/08 15:39:25 executing program 7:
ioctl$sock_inet_SIOCRTMSG(0xffffffffffffffff, 0x890d, &(0x7f00008ff000-0x78)={0x3, {0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3, 0x100000001, 0xd265, 0x4, 0x5, &(0x7f0000fa7000-0x10)=@generic="f9910b09000000000700000000000000", 0x3, 0x20005, 0x2000000000000002})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_fuse_mount(&(0x7f0000916000-0x8)="2e2f66696c653000", 0x1, 0x0, 0x0, 0x400, 0x1000040)
fdatasync(r0)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x44, 0x0, 0x4, 0x3f, 0x0, 0x400000000002, 0x0, 0x0, 0x0, 0x0, 0xfff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000271000)={0x2, 0x78, 0x45, 0x2, 0x0, 0x0, 0x0, 0x0, 0x10000, 0x0, 0x0, 0x0, 0x80000001, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
sched_setaffinity(0x0, 0x8, &(0x7f00008ab000-0x8)=0x8000000075)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f000056b000)="2f6465762f6b766d00", 0xfffffffffffffffc, 0x0)
ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
r2 = syz_open_dev$vcsn(&(0x7f00009a1000)="2f6465762f7663732300", 0x0, 0x0)
r3 = socket$inet6_sctp(0xa, 0x1, 0x84)
getsockopt$inet6_IPV6_XFRM_POLICY(r3, 0x29, 0x23, &(0x7f0000edc000-0xe8)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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}, {{@in6=@loopback={0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@multicast1=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00002e2000-0x4)=0xe8)
setsockopt$inet_sctp_SCTP_SOCKOPT_BINDX_ADD(r3, 0x84, 0x64, &(0x7f0000224000-0x2c)=[@in6={0xa, 0x3, 0x8000000000, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}], 0x1c)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r2, 0x84, 0x6c, &(0x7f000057b000)={<r4=>0x0, 0x1000, "b62b3ba7f3eeb2e3212b2f379b6572e7ad12adf584a4ba41e7856b3d0452386fcd385c8aca32ea42e105cc451b7938871f812576b04f6bc18adeea92b9c4d78a23f2cf31aae7da8c52d31ccb92d7799589e94bc313207fe0b0491f78b8dbbe2579072d7928879eec8e3ead8a3bea8fb1f243632e0498aff248796734d852a677434b23e67b6723e51b089e954047511e51e222f6206b46e8d554f2c90d6242bfd6ddf9db064864b82c512ed8ed272ae2a558a78058430bc4caf0dcba8694f6cfbf9a11026bd3201a8af47d3eb50287032a924589d3eabaec7c4368a72c6500ec4439cca799dbce0b42f5b3f1f9de1e7b88133cfefb194691558ec14db5413619e65c039743c019576334ebf0fc2cac08254786ea9fc05ba6845227384d28a2e0f815ffb851e6eb0a08a80184840156aa60c01e97a0b69294601a7ac652d38fb7e92f956538153123ca7339394e9cb68a4d57bd9bd1fdd946f08620ad6dcd429c11ba82542142bd40d9ea4d9076ecb67ad3dbc0896e0cdbd5125e9e2e3ed22b2579d443f62ca605ef37b930ea9e8e6ea521b97d9cd3ac7ffc7335739c9ec99579706f26ab2e51d97ae4a325b11d93609ff84eda3352c7cb8a3394af49708fe9fce4b5d06a73789dbfc7f350900343e2185fe6b631b1f5e8850851213e9343bb5f51b2db1d6a690e750a17177362417ae8eb8c5af1676e54e23866b92f68ca0951b66439805caecc431110704ff06439f5b2d1ab9bb906a40844b8997fb23457bee8d15db1e1b9d1bb36162c7c52e55e19874023afc56c6a096fff67ee96e4b96e3fabca522891b990c893ce56370b92ceb7a0a7d8bec0ee60fde933c3f83cdf6cb589ffb08983e1fb721fbebb13dfb4f0afbfaf06f8db83a4c6452751e2af5c83b230668bbc594ebcdbdfa3b9a7765a4ba79f4af445986790ce214beaaf76189197f1eb2783ad39d1d090010573175e1f62bc333acbae328ac4041cdd8cdbb9d9a726c802bbf1b35ac8e11feb33ff40dc4047e3d503226ae6382e2728e2a9ba256482cc3299d4db038ea6e66286e5610c4274a9fb88b051e3c9fce024d6a50051c5e568603acc278034673fa75792acaeaa5de591c367729734edcaf6e3e734f890c3d3176fd9202efcc2f74e82393881512e5a319c9ba64eff9ebe59e253d2a25254e8bd8a9478adfe23f160ccb45f42817ba9c56b6e220f1f89e084976d24792abb37eb98d7175295e8da30f0a54504b43c749e71e52a654d99580be4b5c0ac05ae7801ece4e58c4dc8caac533959bc44d1c707424eedafd756a5f68c362e437a3d05830a77bb3103075a9a86650066e9558cbd255cf42958f03d6ed2b6b470d9e510547d88ef0b74119493c943558cb567b0370f96c6c6b8670f5dbe5f25bab1843e107b0812a29f6819c6b6514fdcdfe21ea0de18d14e390142842b1b5fd27c691fd74d622a3687eeaefdb83644f9a0a019bb2805575b15e3b0af36418f90647bc7580a6126398a847ece39c60093df46f5850d575f28801d008a923d9989342c4bc49aaa10b0651612219a5d3cbd2eac464f2cde76b014b8525a2bd60615a6bafb067338b2331f8fd9d0e9d062d74bd656f0f13de05c0b2e688c6547642dd512ed555743a1607c7a16abf042ce48ed295d3e6d57ed548cb4b660900ca798680e24f098fbdfb642a6acdd011f05e6e42215c343f9d8b91b37ca53d765d2b6f0e80616400658664916ac504e87a7632f89eb0930002db5509c63774225c608bc1cf36c905e53a2a55b20b6d418aacd59fc7883a8e398e0c3eb53c93ccfe2e7cdca0aa24d17eaa1de3a06b59b8a3bc28eafa4eb867fecef3aa3cb3bd87110eb2068a3d4addc5f1f3c34cfe4af771dcfd84850cb7b75475f68b2ac6177f4ec6516ab798e5ae85aedce667f866ff34adcfddd28d475ec8edaad463ae9c69bae02a3970d801c535faa175360aaecd785b1738c4cbf6ee6cfe621ea85bcb71ec9f29a1eeec5ca126cdc1f027deac69dc9b55c30438af1fd91a0ff3ad3f9fec2e4209cd5e6e8d2e504eb787e158315ef4e281411d3905eba0afe3f222b444a269930a21b0dae9a5b4b6da1f567baf81c6a87f2648777fb6b6ca500a12190060f33ad12a88ad8ed168d7a7d1b49b7b09be20bda842335ba7e0d2bf84b51aded025b250b5e7f83fa64159be71e86da2f3c36cc3c5a872fff424143911ca9d96c50fa14a79f042174758b6101cf37957e2efec653d0a0b26a74a217874b918d44d532cf541659ccd38d17e6c8827862b2c7d0cc47344b57a72b3794ee11eaaba2cec5c6451db576369f2215c95b44f3200b944ea2bc53358573ae748ec80396eb7c68ea2c3be55620951f5a6a9fb8bf83b7b1a83990a4fc1d293aecfa1f8c0f286027fde2a8f5dd3502aef6b6125b6e563a8013cde32512c7489619a3cad840591c05f5e3101847c811ed298d18f21515acfde407f80cffec7ab8569b0a82cd025c4a3f99e0badeba9dcce81f174c12d2d45721d670e6f730da6b192f347bd9c458344a19fe74bb3199344fd2a42853cdf3e93f472122c27cd21d30d3b1715d3f02f326b54270c83657a98a593d6cf86013b32a9e93a83421a22adcfe644679bb4537bbe2473d3111be164872a70266a5eea38ccbcd9a02af6b6edbd21b4bb43295ae9e9751d7996f92cc16cff5c78635dd905375e9093bf6228f5db994971d6431f7b5b745900011e493eba85dadb30e094c41337d0661cb68f4880c170130b46f1dc854b21efee5781609537aa6fc02723c25da0a7c6ac9c3dd5b3df0fc2209043d24abda63416626f3ae6c0374c518decd78822fcf862d98f70f1413d5aa33de9e9803f5bed7115957d75918f4486acb12a66fdc6babdc4b3dcc23f3104ad5b7f5f4f7bd58b8dd35c6e39744b791c91280495ced8fd3753c987471fde9727a66238b5b54cfbd1ec840bf253b6c6a7aa989e58a3cb96c34a2fca92b7bce730894c0c5d2286b964baf1da8f7471cf6159d50113f067df7af1fe90e94c455f0690113aeeb4a509467c40755f958f57bf16861eaf81e81d6dcb1d55e3279ce33d630f237f27a0a7db08184902cf02a154c62f74b8557f8fb74b4fb1a363aeaf18841d8a0578c49d9eee24ebc0a857ab3f7853c64fda009c62a1c0c051a3e2549cac83882428f80b20aecd8a6b782e31c2e9e53dfe0fe10e9b4159a8176709a5f4181c9f9b46886f01b4df262afccd35962e587d728a7f2dc004c4651f7e5271ca992c9f44f64baa0ae8a42f3de7f61668555cac2d71cd01f01734e69ad708511adce086459743458e46366268c6413fe1f774b2a846853bc37d61edbc9a7086ec7c5e922c6441b7309008b1cc1778da0475fb59735b8209c71b6c84cdd7320e04f4ae86a10b4c1ae91e46ebbb3bc1722e352415bcf0d0dcc6785f5db076bb5357de48e172d69e7b82d853b2f9c9f722e468a5a91cb9baf2c20db5d82f4736ae55b831dda92c2880aba8afc6ec239a090e02bcda36df18ff9455dbe20d8563aac49a523d3b6d43a7958f733dcfae1c45b275b1bae6b4ccb76d59949923b4e9f484d25530a2571fe22cd480043df2423a9698dc2fc76bac951580fd5ff79b0fd87c97faddc8947a6d754175599cc9ee22a8fe5b7a3ffcbcf84648be67fe4daa16b6bc27a759d3b5e3646f521bb6d22359df07a478b9429fb62f0dc737a39620f46ddbd104e20433f65158fae78f4bef0733ada6b59ff31f0f7bf46ccaf10d1c262573d54ac548e71fdd1379a60909404e9f2cf9344589f8837ea2958e0b99d2f918906de9daf9fca2c94a7451a1674d630df06ca1953e6d51c5b2a2f67aa6a127ac307502db93731fadb3d8455c9106a7f82ac955de00fba3829a3999032172a0991f4dab8eebe86f6bd4db2b779cdd22b14ab901cf237aa162a2e556555c9159b8b1a930e2976c97cf8592976826564ebab4571d9611e6d73d6c962377eca15abea412d1a88c094b734a7cce084f364f40c05e4aa7c930dd0f4611c70d7f1e7acf2c867fa33807ed9703d329d02c8f7cf0abea25a74ad24134ce176982b0882761eb974fbf31a1916afe33e22460dbb712c649538f5121f40b15ce1a55e1cdb990503cebbbebad19f82013aab2e723748b822002cc925ae72711fa147d015a6b2b8fb34ecb98df76d9a5050e545cc9b4f09d4316205035b0203b3830ec21ee29ef5c929905e6e5adf1ce747f0df370b5ada789e85e6d9d3a2b1a48961c9eaf1b9c96a17a512a2be4b1c985f4d4d4a390d5cd24fa9c5fc8aee7bb228ba232e034f10a2c2bd85d9f0d89b655df204c8f75b26e6ab5eaad8a2e95856db1eeaec4bbf6fc820039bea2827fed23824701e5af6d7b7e59b0c18b9da15f2c7a437be9fad9a30d89a7eb60c66c7273d16529c4d0e070e76d346fff75372bacf6deba11044f55dc8c8cb73cff25b4c2456bc4eb1eb03e0b5ebb5bc6b712685e2b8d2439584f1d9401f809ce9745706f5ad4340466a7fbda7cd868d3e352b69811e85cfdda30b32989d67285bf46793da0e6a05b3962cff86c815b4efe84a0eca89485412780d192251a645697191b12b78cdb3911c78612229c24e661a26e89657c1a29a62972f25f21457d7a4da4b051af6cdd4e4895caf6f459bd9a875757818ea7ddcc3143a6fff498f281f96c0cd3e2efa5fe256dbbb15a45bf54b02cacd075c1742bb6276136495dcd37e27dcaca52f546cce6c04260013562352ca98636a3c9b28ebeab16fd459920e7727c8aa407209eab3582a4ccad229cd36941d8d93df6738d8299b1da049107befad9b3152d34f8dbb8a66372ae638e6a6bbbe83a220d2fa9b2d31fa3eab4a74a018f26667ac3738a289d584bdb28d6cded57477cd9f2bec3832e7b8da4e0466ae725d0683e77d9fe761ae8d0c4b8b3ba8d5de2b0616ec7cd150a1fa79e32eca9fcb8830119703c53edca2521863c5861ace72578994a84c971f461ce0e493eee91b6093c4c9f9ea5385985bef17c2ca48c37b93d5309d7f8cdfbd4968fc3d0874f8c55abde485cce597459d7503a4912bd31acf905d119854ac806c1984ff3a12324abbac3f67711d3401fbfa3e687f8422b13e758f200d363983a939a2d1a13fea29e5b1b576a884be3a5b35d0e4818a2a5082cd6f7559fb561be8d2a3c201689cf10f925bd7c35ebfd4f9c778ecfad34589b91b3e1e0ffc84aa6ad2150f5fe578f3e2f4c17ac8d25312cd065765248992e0969d254be4d2d2616f0274bff33405138ac969ec3af447a9baffda4558d86942caf225f7c194452a76597f1b7d97f4fa35e854c8d880b2068cb0354fa0f025ae4103542c88b6181dc1d2b44d39de21c3209ac9da13cc54c614a26d22c919529d7f1994a79cf6861d35c21773b632db9e89fddbe434ac8c66865e1cec265282c34fa312f7fed9ffb99643bb6c1623dcff929d43ef2d10b6cea92e68ea1960fac8a17d4ed9ca094c59f40f51150c59d028cc354263049792e8f3efd47c7a17b56242d02e9239bdbf2e39a4c5f804174bf78fb1c7cf58afd612318c2d990d043369f86ba99e9325d4d3398fa34c6b22b0f12ee970abec7b00abaa7d2838612a7ddc5e1f8fe966b384c3e6269965dc4c513c2108a710ff3dfc1f2b412c41f5885192a66a30a2c5638f6449040f553405749a949e41b2b34cfa7c555d9266c13955779c56bb4f6305b2ac4538faa9efb9e28b15ed3a8dce128b9cdb7460202b0f529891bfc6b61345b30da162a7d4d13c7658216697338ffea41329814e531c8c1107a4a0ea58b5844d87e069"}, &(0x7f000024d000-0x4)=0x1008)
getsockopt$inet_sctp6_SCTP_MAXSEG(r2, 0x84, 0xd, &(0x7f00000d2000-0x8)=@assoc_value={r4, 0x6}, &(0x7f0000864000)=0x8)
getsockopt$sock_buf(r2, 0x1, 0x3f, &(0x7f0000a69000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000e7d000)=0x1000)
ioctl$FUSE_DEV_IOC_CLONE(r0, 0x8004e500, &(0x7f00006c4000-0x4)=r2)
uselib(&(0x7f0000d2e000)="2e2f66696c653000")
getsockopt$inet_sctp6_SCTP_FRAGMENT_INTERLEAVE(r3, 0x84, 0x12, &(0x7f000087b000)=0x0, &(0x7f0000c3f000)=0x4)
setsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r3, 0x84, 0xc, &(0x7f0000dc2000)=0x8, 0x4)
getsockopt$inet_sctp6_SCTP_HMAC_IDENT(r3, 0x84, 0x16, &(0x7f0000892000)={0x1, [0xfb]}, &(0x7f000045d000-0x4)=0x6)
getsockopt$inet_sctp_SCTP_GET_ASSOC_NUMBER(r2, 0x84, 0x1c, &(0x7f000081d000)=0x0, &(0x7f000017b000)=0x4)
getsockopt$inet_sctp6_SCTP_GET_LOCAL_ADDRS(r3, 0x84, 0x6d, &(0x7f0000316000-0x1008)={0x0, 0x1c, "8252cc7051f5e05e71ee63b76f6c3c9261f73ed2e77706594a8d15b6"}, &(0x7f0000abb000-0x4)=0x24)
2017/12/08 15:39:25 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x3, 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)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000010000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
tee(r0, 0xffffffffffffffff, 0x2, 0x6)
r1 = perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0xe3, 0x0, 0x0, 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)
fcntl$F_GET_RW_HINT(r0, 0x40d, &(0x7f0000067000-0x8)=0x0)
r2 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r3 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
ioctl$KVM_UNREGISTER_COALESCED_MMIO(0xffffffffffffffff, 0x4010ae68, &(0x7f00006cc000)={0x0, 0x0, 0x0})
r4 = accept4$inet6(0xffffffffffffffff, &(0x7f000049d000-0x1c)={0x0, 0x0, 0x0, @remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f0000621000)=0x1c, 0x0)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(0xffffffffffffff9c, 0x84, 0xa, &(0x7f0000f6c000-0x20)={0x0, 0xffffffff, 0xa, 0x9, 0xfffffffffffffffc, 0x3, 0x5, 0x400, <r5=>0x0}, &(0x7f00000ac000)=0x20)
setsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(r4, 0x84, 0x72, &(0x7f0000b6f000-0xc)={r5, 0xe43b, 0x10}, 0xc)
fdatasync(r1)
getpriority(0x3, 0x0)
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(0xffffffffffffffff, 0x84, 0x13, &(0x7f0000099000)=0x758, 0x4)
ioctl$KVM_SET_CLOCK(r3, 0x4030ae7b, &(0x7f0000b28000)={0xb1f6, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r6 = ioctl$KVM_CREATE_VCPU(r3, 0xae41, 0x1)
ioctl$KVM_REGISTER_COALESCED_MMIO(r3, 0x4010ae67, &(0x7f0000000000)={0x0, 0x13ffd, 0x0})
ioctl$KDSKBSENT(r3, 0x4b49, &(0x7f0000958000-0x36)="dc4d0767bc368839a978e3d63344f3039b024ebc813b554b1048dbd09dcfb7f5bb034efdbf9e0ca50b9eedbbd13702668e448ea5b38a")
openat$cuse(0xffffffffffffff9c, &(0x7f0000269000)="2f6465762f6375736500", 0x180fc, 0x0)
ioctl$DRM_IOCTL_GEM_FLINK(0xffffffffffffff9c, 0xc008640a, &(0x7f0000124000)={0x0, 0x0})
ioctl$DRM_IOCTL_GEM_FLINK(r2, 0xc008640a, &(0x7f0000a89000-0x8)={0x0, 0x0})
ioctl$KVM_INTERRUPT(r6, 0x4004ae86, &(0x7f00004f8000)=0x6)
clock_gettime(0x0, &(0x7f0000000000)={0x0, 0x0})
ioctl$KVM_GET_DIRTY_LOG(r3, 0x4010ae42, &(0x7f000070b000)={0x3, 0x0, &(0x7f0000018000/0x2000)=nil})
ioctl$KVM_SET_USER_MEMORY_REGION(r3, 0x4020ae46, &(0x7f0000001000)={0x10005, 0x0, 0x0, 0x2000, &(0x7f0000000000/0x2000)=nil})
ioctl$KVM_SMI(r6, 0xaeb7)
ioctl$KVM_RUN(r6, 0xae80, 0x0)
modify_ldt$write(0x1, &(0x7f000081e000)={0x635, 0x1000, 0x0, 0x7, 0x9, 0x101, 0x80000001, 0x8, 0x20, 0x40}, 0x10)
2017/12/08 15:39:25 executing program 2:
r0 = socket$inet(0x2, 0x80000, 0x5)
fchmod(r0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = memfd_create(&(0x7f00004e1000)="6c6f73797374656d00", 0x1)
ioctl$TIOCGSID(r1, 0x540f, &(0x7f00006b2000)=<r2=>0x0)
r3 = perf_event_open(&(0x7f0000940000)={0x2, 0x78, 0xfffffffffffffffc, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0xf183, 0x0, 0x3, 0x0, 0x1ff, 0x0}, r2, 0x5, 0xffffffffffffffff, 0x0)
r4 = syz_open_dev$tun(&(0x7f0000bad000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
setsockopt$ipx_IPX_TYPE(0xffffffffffffffff, 0x100, 0x1, &(0x7f0000cbf000)=0x3, 0x4)
ioctl$TUNSETIFINDEX(r4, 0x400454da, &(0x7f0000159000)=0xffffffffffffffff)
ioctl$TUNSETIFF(r4, 0x400454ca, &(0x7f0000533000)={@generic="02f50000000000000000000200e9bc22", @ifru_settings={0x10001, 0x0, @fr=&(0x7f0000013000-0x18)={0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0}}})
r5 = socket(0x11, 0x80803, 0x0)
ptrace$setsig(0x4203, r2, 0x1, &(0x7f00004c4000-0x10)={0x41, 0x1, 0x0, 0x0})
inotify_add_watch(r1, &(0x7f0000b32000-0x8)="2e2f66696c653000", 0x20)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_ID_LIST(r3, 0x84, 0x1d, &(0x7f0000bb8000)={0x5, [0x0, <r6=>0x0, 0x0, 0x0, 0x0]}, &(0x7f0000754000)=0x18)
setsockopt$inet_sctp_SCTP_AUTH_KEY(r5, 0x84, 0x17, &(0x7f0000a89000)={r6, 0x44f800000002, 0x3c, "8b2a4e49a8fe228b33a628074ec894454778ff3595e644b31438c3c5792f7865fd3d457bd4304d69ffc962671120e6a945160100b77dd5d084910006"}, 0x44)
setsockopt$inet6_mtu(0xffffffffffffffff, 0x29, 0x17, &(0x7f0000986000-0x4)=0x1, 0x4)
fcntl$setpipe(r4, 0x407, 0x100010000)
setsockopt$sock_timeval(r4, 0x1, 0x15, &(0x7f000096f000-0x10)={0x77359400, 0x0}, 0x10)
getsockopt$SO_PEERCRED(r5, 0x1, 0x11, &(0x7f0000255000)={<r7=>0x0, <r8=>0x0, 0x0}, 0xc)
ptrace$getenv(0x4201, r7, 0x6, &(0x7f0000e68000-0x7)=0x0)
mmap(&(0x7f0000000000/0xef5000)=nil, 0xef5000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r9 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_buf(r9, 0x0, 0x10, &(0x7f0000e86000)="18000000020001000000be8c5eff8c88360000f1010300ebfffffffffffa0000f7b933d898055bf748bb6a8807787e59dba67e1947b3550400000067a1e2010067fc2163e000250000000453ff1f00000000000000c88ebbff060100000b01000000b121ad1474d722f5420027e6eb008b00cf000000047ee87ccc000000080000c50fff04e9e9f57406aa01100b1b04000000cc08000020ffe3c5452c1adb8a335bd8b2d17fffa200571068395533b594fa00041ad0b4c2c23eef679567fcda", 0xc0)
getsockopt$inet6_mreq(r5, 0x29, 0x14, &(0x7f0000895000)={@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, <r10=>0x0}, &(0x7f0000efd000)=0x14)
setsockopt$packet_add_memb(r5, 0x107, 0x1, &(0x7f0000152000-0x10)={r10, 0x1, 0x6, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [0x0, 0x0]}, 0x10)
ioprio_get$uid(0x3, r8)
socket$inet(0x2, 0x1, 0x8001)
getsockname$netlink(r5, &(0x7f0000811000-0xc)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000098000-0x4)=0xc)
ioctl$sock_inet_SIOCGIFPFLAGS(0xffffffffffffffff, 0x8935, &(0x7f0000270000-0x20)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs={0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
dup3(r9, r4, 0x80000)
2017/12/08 15:39:25 executing program 1:
bpf$BPF_PROG_GET_NEXT_ID(0xb, &(0x7f0000371000-0x4)=0x3, 0x4)
r0 = socket$inet6(0xa, 0x80005, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCSBRK(0xffffffffffffffff, 0x5427)
getsockname$packet(0xffffffffffffff9c, &(0x7f0000001000-0x14)={0x0, 0x0, <r1=>0x0, 0x0, 0x0, 0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, &(0x7f0000001000+0xaf5)=0x14)
ioctl$sock_inet6_SIOCDIFADDR(r0, 0x8936, &(0x7f0000000000)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x20400000, r1})
socketpair$inet6(0xa, 0x4080803, 0x100000000, &(0x7f0000001000-0x2)={<r2=>0x0, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt(r0, 0x84, 0x21, &(0x7f0000002000)="000a03", 0x3)
mmap(&(0x7f0000000000/0xf50000)=nil, 0xf50000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f50000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$SO_PEERCRED(r0, 0x1, 0x11, &(0x7f0000f51000-0xc)={0x0, 0x0, 0x0}, 0xc)
mmap(&(0x7f0000f51000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f51000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f51000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r2, 0x1, 0x11, &(0x7f0000f52000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000f51000)=0xc)
mmap(&(0x7f0000f50000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = openat(0xffffffffffffff9c, &(0x7f0000f50000)="2e2f66696c653000", 0x200100, 0x104)
mmap(&(0x7f0000f51000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f51000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$FUSE_DEV_IOC_CLONE(0xffffffffffffffff, 0x8004e500, &(0x7f0000f51000)=r3)
mprotect(&(0x7f00007ba000/0x2000)=nil, 0x2000, 0x4)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f52000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_FIOGETOWN(r2, 0x8903, &(0x7f0000f53000-0x4)=0x0)
ioctl$sock_FIOGETOWN(0xffffffffffffffff, 0x8903, &(0x7f0000000000)=0x0)
getpgid(0xffffffffffffffff)
getsockopt$inet_IP_XFRM_POLICY(0xffffffffffffffff, 0x0, 0x11, &(0x7f0000000000)={{{@in6=@local={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}, {{@in=@multicast2=0x0, 0x0, 0x0}, 0x0, @in6=@loopback={0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000000000)=0xe8)
writev(0xffffffffffffffff, &(0x7f0000001000-0x20)=[{&(0x7f0000002000-0x49)="68", 0x1}], 0x1)
ioctl$LOOP_CHANGE_FD(0xffffffffffffffff, 0x4c06, 0xffffffffffffffff)
socket$inet(0x2, 0x80001, 0x0)
mknodat(0xffffffffffffffff, &(0x7f0000921000)="2e2f66696c653000", 0xf010, 0x6)
mmap(&(0x7f0000f51000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:25 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0xf, 0x80000, 0xfffffffffffffffe)
socketpair(0x3, 0x6, 0x2, &(0x7f0000fe2000)={<r0=>0x0, <r1=>0x0})
syncfs(r0)
socket$inet(0x2, 0x3, 0x3)
r2 = syz_open_procfs(0x0, &(0x7f0000c77000)="6e65742f7061636b657400")
pread64(r2, &(0x7f00006f6000)="", 0x0, 0xffffffd)
ioctl$int_in(r1, 0x5452, &(0x7f00004b7000-0x8)=0xe5a1)
2017/12/08 15:39:25 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
futex(&(0x7f0000004000)=0x0, 0x400000085, 0x20000000, &(0x7f0000004000)={0x0, 0x0}, &(0x7f0000004000)=0x2, 0x401ffffffc)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 0x7f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000acc000)={<r0=>0x0, <r1=>0x0})
bind$inet6(r0, &(0x7f0000bea000)={0xa, 0x3, 0x20000800, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x100}, 0x1c)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = open(&(0x7f0000ff1000)="2e2f66696c653000", 0x2, 0x0)
setsockopt$inet_sctp6_SCTP_ENABLE_STREAM_RESET(r2, 0x84, 0x76, &(0x7f0000ff2000-0x8)={0x0, 0x8}, 0x8)
lookup_dcookie(0xe30b, &(0x7f0000be9000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xdf)
r3 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r3, 0x29, 0x20, &(0x7f0000fe2000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0, 0x3, 0x20000000002, 0x1, 0x0, 0x0, 0x0}, 0x20)
setsockopt$inet_sctp6_SCTP_FRAGMENT_INTERLEAVE(r0, 0x84, 0x12, &(0x7f0000d5c000-0x4)=0x3, 0x4)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0x0, 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)
unshare(0x20000000)
clone(0x2000000, &(0x7f00005b6000)="", &(0x7f0000f13000)=0x0, &(0x7f0000c36000-0x4)=0x0, &(0x7f0000054000-0x2)="a131")
ioctl$GIO_SCRNMAP(r1, 0x4b40, &(0x7f0000e7d000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
sync()
ioctl$sock_SIOCGPGRP(r3, 0x8904, &(0x7f000003c000)=<r4=>0x0)
get_robust_list(r4, &(0x7f0000917000-0x4)=&(0x7f0000aa5000-0xc)={&(0x7f0000000000/0x1000)=nil, 0x0, &(0x7f0000000000/0x1000)=nil}, &(0x7f00008c3000)=0xc)
accept4$ipx(r0, &(0x7f0000d6e000-0x10)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f000014f000)=0x10, 0x80800)
add_key$user(&(0x7f00004c1000)="7573657200", &(0x7f0000ff2000)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000f89000-0x56)="3ab24af4809a8abb8199800035048a35fe433d142da50a5b7164c80a236b206033e691f584a247eabed86cdfcbe088d622f8e2abca2de110e2aed51000fa15dcf95be83ac71d6e539e1f634fdcde3b40004125a2f3e1", 0x56, 0xfffffffffffffffb)
ioperm(0x0, 0x5, 0x0)
clone(0x20003fd, &(0x7f00009d8000-0x3)="22b080", &(0x7f000072a000)=0x0, &(0x7f00004d7000)=0x0, &(0x7f000027b000)="4201")
2017/12/08 15:39:25 executing program 5:
r0 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000364000)="2f6465762f7667615f6172626974657200", 0x4400, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r1, &(0x7f0000e99000)={0x26, "726e670000000000000000000000", 0x0, 0x0, "616e73695f6370726e67000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
setsockopt$ALG_SET_KEY(r1, 0x117, 0x1, &(0x7f0000181000-0x30)="9c9295004623ae61f7b9b558e75864bed20675ee52f4fbc9ad2f0000000012d6a7d71f05", 0x24)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_DISABLE_FRAGMENTS(r0, 0x84, 0x8, &(0x7f0000003000-0x4)=0x0, &(0x7f0000000000)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00006d1000)={0x2, 0x78, 0xc31, 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, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f00009ea000-0x9)="2f6465762f6b766d00", 0x2, 0x0)
mmap(&(0x7f0000b00000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sg(&(0x7f000081c000)="2f6465762f73672300", 0x0, 0x0)
pread64(r2, &(0x7f00009e6000-0x53)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x53, 0x0)
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_tcp_TCP_CONGESTION(0xffffffffffffffff, 0x6, 0xd, &(0x7f00009f8000-0x5)="6764670046", 0x5)
r4 = dup(0xffffffffffffffff)
socketpair$unix(0x1, 0x0, 0x0, &(0x7f0000000000)={0xffffffffffffffff, 0xffffffffffffffff})
syz_open_dev$sg(&(0x7f0000000000)="2f6465762f73672300", 0x7f, 0x32100)
setsockopt(0xffffffffffffffff, 0x0, 0x0, &(0x7f0000b39000)="", 0x0)
bind$unix(0xffffffffffffffff, &(0x7f00009cd000)=@file={0x0, "2e2f66696c653000"}, 0xa)
ioctl$TUNSETSNDBUF(0xffffffffffffffff, 0x400454d4, &(0x7f0000398000)=0x7)
getsockopt$inet_sctp_SCTP_AUTOCLOSE(r3, 0x84, 0x4, &(0x7f0000bd6000-0x4)=0x0, &(0x7f0000c38000)=0x4)
ioctl$KVM_HAS_DEVICE_ATTR(r4, 0x4018aee3, &(0x7f0000001000)={0x0, 0x101, 0x53c, &(0x7f0000001000-0x8)=0x0})
r5 = syz_open_dev$sg(&(0x7f0000000000)="2f6465762f73672300", 0x0, 0x0)
ioctl(r5, 0x227b, &(0x7f0000909000)="f7")
epoll_pwait(0xffffffffffffffff, &(0x7f0000fee000-0xc)=[], 0x0, 0x0, &(0x7f0000fed000)={0x0}, 0x8)
fcntl$setstatus(r5, 0x4, 0x2800)
2017/12/08 15:39:25 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
syz_open_dev$loop(&(0x7f0000015000)="2f6465762f6c6f6f702300", 0x0, 0x100000000004)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x10, 0x803, 0x0)
r1 = syz_open_dev$mice(&(0x7f000033a000-0x10)="2f6465762f696e7075742f6d69636500", 0x0, 0x2000000010003)
ioctl$DRM_IOCTL_ADD_CTX(0xffffffffffffffff, 0xc0086420, &(0x7f000081f000-0x8)={<r2=>0x0, 0x0})
r3 = gettid()
ioctl$DRM_IOCTL_NEW_CTX(r1, 0x40086425, &(0x7f0000038000)={r2, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_mtu(r0, 0x0, 0xa, &(0x7f000047b000-0x4)=0x0, 0x4)
r4 = syz_open_procfs(r3, &(0x7f0000235000)="6e65742f7374617400")
sendfile(r4, r4, &(0x7f0000b58000)=0x0, 0xffff)
epoll_ctl$EPOLL_CTL_DEL(r4, 0x2, r4)
pipe2(&(0x7f0000219000)={<r5=>0x0, <r6=>0x0}, 0x800)
epoll_ctl$EPOLL_CTL_MOD(r6, 0x3, r5, &(0x7f0000b24000)={0xa1000000, 0x0})
ioctl$KVM_X86_SETUP_MCE(r5, 0x4008ae9c, &(0x7f00008cf000-0x4)={0xe, 0x7, 0x7, 0x0})
ioctl$KVM_REGISTER_COALESCED_MMIO(r4, 0x4010ae67, &(0x7f0000b79000)={0x113000, 0x4000, 0x0})
sendto(r0, &(0x7f0000e04000)="120000001600e7ff00ffe90009149b00f99b", 0x12, 0x0, 0x0, 0x0)
recvmsg(0xffffffffffffffff, &(0x7f0000d02000-0x38)={&(0x7f0000d02000-0xe)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0xe, &(0x7f0000336000-0x70)=[{&(0x7f00002e8000-0x55)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x55}], 0x1, &(0x7f0000a5e000)="", 0x0, 0x0}, 0x0)
stat(&(0x7f00007e3000)="2e2f66696c653000", &(0x7f00006fe000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getsockopt$SO_PEERCRED(r1, 0x1, 0x11, &(0x7f00003da000)={0x0, 0x0, 0x0}, 0xc)
getsockopt$inet6_IPV6_XFRM_POLICY(r6, 0x29, 0x23, &(0x7f0000dae000-0xe8)={{{@in6=@local={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, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@broadcast=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00006a4000-0x4)=0xe8)
fstat(r4, &(0x7f0000f01000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000000000/0x617000)=nil, 0x617000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0x14, 0xa, 0xfffe)
mmap(&(0x7f0000daa000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0xde3000)=nil, 0xde3000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$PROG_LOAD(0x5, &(0x7f00009da000)={0x1, 0x3, &(0x7f0000862000)=[@generic={0x20, 0x0, 0x0, 0x7}, @generic={0x17, 0x0, 0x0, 0xfffffffffffffffe}, @generic={0xd39d, 0x10, 0x0, 0x8}], &(0x7f0000003000-0x6)="47504c00", 0x800000000000a, 0x80, &(0x7f00009d9000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x2, 0x0}, 0x30)
2017/12/08 15:39:25 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
fsetxattr(r0, &(0x7f000013c000-0x1b)=@random={"73656375726974792e00", "73656c666c6f2976626f786e6574302a00"}, &(0x7f0000c65000-0x1)="00", 0x1, 0x1)
r1 = syz_open_dev$usbmon(&(0x7f0000fd1000-0xd)="2f6465762f7573626d6f6e2300", 0x0, 0x0)
ioctl$TCSETAF(r1, 0x5404, &(0x7f00006ab000)={0x81, 0xe5c, 0x1ff, 0x80000001, 0x5, 0xc12, 0xff, 0x8, 0x4, 0x5})
ioctl$sock_SIOCBRDELBR(r1, 0x5421, &(0x7f0000bec000-0x10)=@common="69726c616e3000000000000000000000")
read$eventfd(r1, &(0x7f00002d6000-0x8)=0x0, 0x8)
r2 = socket$alg(0x26, 0x5, 0x0)
ioctl$sock_SIOCOUTQ(r2, 0x5411, &(0x7f00002d8000)=0x0)
bind$alg(r2, &(0x7f0000859000-0x58)={0x26, "6165616400000000000000000000", 0x0, 0x0, "65636861696e697628726663343534332867636d2861657329292900000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
tee(r2, r0, 0x1, 0x8)
r3 = perf_event_open(&(0x7f0000271000)={0x0, 0x78, 0x0, 0x0, 0x0, 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)
r4 = dup(r3)
ioctl$TUNSETQUEUE(r4, 0x400454d9, &(0x7f0000168000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_settings={0x1, 0x6, @cisco=&(0x7f0000526000)={0x10001, 0x9}}})
setsockopt$sock_void(r4, 0x1, 0x24, 0x0, 0x0)
r5 = timerfd_create(0x3, 0x80800)
timerfd_settime(r5, 0x3, &(0x7f0000005000)={{0x0, 0x4}, {0x101, 0x0}}, &(0x7f00002df000)={{0x0, 0x0}, {0x0, 0x0}})
timerfd_settime(r5, 0x0, &(0x7f000000b000)={{0x0, 0x0}, {0x0, 0x200}}, &(0x7f000048a000-0x20)={{0x0, 0x0}, {0x0, 0x0}})
getsockopt$inet_sctp_SCTP_MAX_BURST(r2, 0x84, 0x14, &(0x7f0000e65000-0x8)=@assoc_value={<r6=>0x0, 0x0}, &(0x7f00001f1000)=0x8)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r1, 0x84, 0xa, &(0x7f0000f78000-0x20)={0x1ffe00, 0xffffffffffffffc0, 0x200, 0x3, 0x6, 0x3, 0x10001, 0x8001, r6}, &(0x7f000083c000-0x4)=0x20)
fsync(r0)
r7 = add_key$keyring(&(0x7f0000eac000)="6b657972696e6700", &(0x7f000074d000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x0, 0x0, 0x0)
r8 = add_key$user(&(0x7f0000ce3000)="7573657200", &(0x7f0000efa000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000d5b000-0x1)="66", 0x1, r7)
r9 = add_key$user(&(0x7f0000893000)="7573657200", &(0x7f0000753000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000f29000-0x1000)="b33a", 0x2, r7)
r10 = openat(r1, &(0x7f0000ed6000)="2e2f66696c653000", 0x200002, 0x40)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_TEMPO(r10, 0xc02c5341, &(0x7f00000fe000-0x5c)={0x0, 0x0, 0x0, {0x0, 0x0}, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
keyctl$dh_compute(0x17, &(0x7f0000182000-0xc)={r9, r8, r8}, &(0x7f0000806000)="", 0x0, &(0x7f0000550000)={&(0x7f0000939000)={"6d6435"}, &(0x7f00000fc000)="", 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_inet_tcp_SIOCOUTQ(r10, 0x5411, &(0x7f00007c5000)=0x0)
[  109.080283] binder: undelivered TRANSACTION_ERROR: 29201
[  109.086161] binder: undelivered TRANSACTION_ERROR: 29189
2017/12/08 15:39:25 executing program 4:
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x8, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$usbmon(&(0x7f00006d7000-0xd)="2f6465762f7573626d6f6e2300", 0x8100, 0x2000)
r2 = perf_event_open(&(0x7f0000934000)={0x2, 0x78, 0x968, 0x8, 0x3, 0x0, 0x0, 0x0, 0x20, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x3f, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x4, 0x0, 0x0}, 0x0, 0xfffffffffffffffe, 0xffffffffffffffff, 0x0)
ioctl$sock_kcm_SIOCKCMATTACH(r1, 0x89e0, &(0x7f00002d0000-0x8)={r0, r1})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto(r1, &(0x7f0000002000-0xea)="9996922ed714814dd50379d5b5535ed3f72ed840cc9ef8049496842e89f4242a0914093214d6efa15abf8d2ea67bc5af0488e4eef5e86990588dfcc94af927a70bb757ea2577782510bf02996415f65d81b8bfa6910f7ff2c95daec4e43e59d0e8cec5d7eb27904646e0a368e85d6b6f436c053e24098c8528a28a34a712ae4482b4515954671932a6a5c68d5d3965bf333da9b89308025fa1adf2d6b09b0282caef79718a73bb9fb673382941f1d812e303f18a7c448b57b6be33d39bae71ee44e331f377dfd102d40c400930f6e624ed3bb73338851bf9d2ff1856a42891f7a648e781fe26e5286f5b", 0xea, 0x200000c0, 0x0, 0x0)
bind(r1, &(0x7f00000e9000)=@rc={0x1f, {0x8004, 0x5, 0x5b, 0x6, 0xd5e4, 0x3b1f82c9}, 0x7}, 0x9)
sendto$inet(0xffffffffffffffff, &(0x7f0000861000)="7d", 0x1, 0x4000004, &(0x7f0000ce8000)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$F_GET_FILE_RW_HINT(r1, 0x40d, &(0x7f000001e000-0x8)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$dupfd(0xffffffffffffffff, 0x409, r2)
r3 = socket(0x7, 0x4, 0x0)
r4 = socket$alg(0x26, 0x5, 0x0)
mmap(&(0x7f0000000000/0x9de000)=nil, 0x9de000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f00009de000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$PROG_LOAD(0x5, &(0x7f00009da000)={0x1, 0x3, &(0x7f0000ea8000-0x18)=[@generic={0x4000000d885, 0x0, 0x0, 0x7}, @generic={0x4, 0x0, 0x0, 0x200}, @generic={0xd39d, 0x0, 0x0, 0x4}], &(0x7f0000981000-0x4)="47504c00", 0x8000000000005, 0x80, &(0x7f00009de000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x5, 0x0}, 0x30)
mmap(&(0x7f00009df000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_buf(r3, 0x6, 0x1f, &(0x7f0000e51000-0xf3)="ea83c86e6458f9c1975ad2c0a7a16af031844798e3f60b2b3000000003acb0b96b461146213a3b03b0756a78f4c400000004d2140ad91a9cb9443a7f911b0079267d2e08528aff96ec30d9aa8a499f2ad6e74b2e8d5eafa2a98bad00633d4f1f3679b60f86ecca99650204ffddf785c11474ae34be417c12f0bfaf9a1a1f30e8d3bf933f0859f2ec4e5d7cca8b88e9d095d49d96cd515cbadb86ce7036acb6a2e197ebd1542bd1ee90490a5e770bb16b5c2db73f007901f742e021a694aa359d833d9ef59f5ebe027fb6000994c9e3c01f3211601f1e6d0b761567a21e36eb9724a415c5d60f9501dd5c9d0378562800026dc4", 0xf3)
mmap(&(0x7f00009df000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x2)
openat$selinux_access(0xffffffffffffff9c, &(0x7f000078a000-0x10)="2f73656c696e75782f61636365737300", 0x2, 0x0)
mmap(&(0x7f00009df000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xf56000)=nil, 0xf56000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_mreqn(r3, 0x0, 0x27, &(0x7f0000000000)={@multicast2=0xe0000002, @loopback=0x7f000001, 0x0}, 0xc)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = syz_open_procfs(0x0, &(0x7f0000ec0000-0xe)="6e65742f69676d7000")
sendfile(r5, r5, &(0x7f0000b1a000-0x8)=0x41, 0x401)
sendto(r4, &(0x7f00002b3000)="83bc27a69a0459be3c0df716c188949042cb10cf996120361370d7939d97c3fcb92d624f6aa10bae2f6c1f342bca2fcb967bd3ab8ec51dda166f6374f7d1c7369e0735fd7263fda773a23a3d687b5c8b2aa41e1bd533d3551df818c477d5", 0x5e, 0x8000, &(0x7f0000199000)=@ethernet={0x306, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
2017/12/08 15:39:25 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_kcm_SIOCKCMCLONE(0xffffffffffffffff, 0x89e2, &(0x7f0000ca1000)={0xffffffffffffff9c})
r0 = syz_open_dev$mice(&(0x7f0000052000)="2f6465762f696e7075742f6d69636500", 0x0, 0x41e291de3f3d9df7)
getsockopt$inet6_IPV6_IPSEC_POLICY(r0, 0x29, 0x22, &(0x7f0000c9f000-0xe8)={{{@in=@multicast1=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=@multicast2=0x0, 0x0, 0x0}, 0x0, @in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000fc8000)=0xe8)
socketpair(0x5, 0xfffffffffffff7fa, 0x20, &(0x7f00009a6000)={<r1=>0xffffffffffffffff, <r2=>0xffffffffffffffff})
capset(&(0x7f0000561000-0x8)={0x19980330, 0x0}, &(0x7f00003fd000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
prctl$intptr(0x1c, 0x2)
setsockopt$bt_BT_POWER(r2, 0x112, 0x9, &(0x7f0000406000-0x1)=0x2007ff, 0x1)
geteuid()
getsockopt$inet_sctp6_SCTP_GET_ASSOC_ID_LIST(r1, 0x84, 0x1d, &(0x7f0000108000-0x18)={0x5, [0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000744000)=0x18)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x0, 0x4, 0x0, 0x10000000000000, 0x0, 0x0, 0x0, 0x0, 0x4000000fe, 0x40000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x401, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$inet6_udp(0xa, 0x2, 0x0)
mmap(&(0x7f0000aea000/0x2000)=nil, 0x2000, 0x3, 0x32, r0, 0x2)
perf_event_open(&(0x7f00001cd000-0x78)={0x2, 0x78, 0x5, 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)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
perf_event_open(&(0x7f0000b8d000-0x78)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setsockopt$inet_mtu(r3, 0x0, 0xa, &(0x7f0000a72000-0x4)=0x7, 0x4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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/0x237000)=nil, 0x237000, 0xfffffffffffffffd, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_icmp_raw(0x2, 0x3, 0x1, &(0x7f00003dc000)={<r4=>0x0, 0x0})
getpeername$inet(r4, &(0x7f0000c5f000)={0x0, 0x0, @broadcast=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f00003c7000)=0x10)
r5 = socket(0x400000000000000a, 0x2, 0x0)
connect$inet6(r5, &(0x7f0000d12000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
connect$inet6(r5, &(0x7f00003b3000)={0xa, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1}, 0x1c)
setsockopt$inet6_int(r5, 0x29, 0x4b, &(0x7f00005c1000)=0x9, 0x4)
sendmmsg$nfc_llcp(r5, &(0x7f0000237000)=[{&(0x7f0000003000-0x60)={0x27, 0x0, 0x0, 0x0, 0x0, 0x0, "0fcca4bb22f2892559edddba1a892f216c6adb6dac3291add84e7dd1b9b1e1043844071c4d783ef83c7baa707bef6850ccd339c111743913f1b7601256cf03", 0x0}, 0x58, &(0x7f0000917000-0x70)=[], 0x0, &(0x7f0000239000-0x1010)={0xc, 0x29, 0x2, ""}, 0xc, 0x0}], 0x1, 0x0)
openat$hwrng(0xffffffffffffff9c, &(0x7f0000a95000-0xb)="2f6465762f6877726e6700", 0x400000, 0x0)
getsockopt$inet_sctp_SCTP_PR_SUPPORTED(r5, 0x84, 0x71, &(0x7f000050e000)={0x0, 0x620dbc26}, &(0x7f00001a0000-0x4)=0x8)
2017/12/08 15:39:25 executing program 6:
syz_open_dev$mice(&(0x7f0000dea000-0x10)="2f6465762f696e7075742f6d69636500", 0x0, 0x801)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x892000)=nil, 0x892000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000892000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = creat(&(0x7f0000892000)="2e2f66696c653000", 0x100)
mmap(&(0x7f0000892000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCSIFFLAGS(r0, 0x8914, &(0x7f0000892000)={@generic="14f73fec9de6e5ddc80fc56550b51596", @ifru_flags=0x2})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000837000)={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)
r1 = openat$ptmx(0xffffffffffffff9c, &(0x7f00003e0000)="2f6465762f70746d7800", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCGPGRP(r1, 0x8904, &(0x7f00009ad000)=<r2=>0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x8000000000000401, 0x4, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x800, 0x0, 0x0, 0x0, 0x0, 0x400, 0x0, 0x80000000, 0x1, 0x0, 0x4, 0x5, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0}, r2, 0xe6, 0xffffffffffffffff, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfac000)=nil, 0xfac000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f00000e0000-0x8)="2e2f66696c653000", 0x40)
mount(&(0x7f00007ba000-0x8)="2e2f66696c653000", &(0x7f00004ac000)="2e2f66696c653000", &(0x7f0000be4000-0x6)="72ffff047300", 0x0, &(0x7f0000341000)="")
mount(&(0x7f0000037000)="2e2f66696c653000", &(0x7f0000c50000-0x8)="2e2f66696c653000", &(0x7f000002f000-0x6)="72616d667300", 0x100000, &(0x7f0000ce3000)="")
mount(&(0x7f0000904000-0x8)="2e2f66696c653000", &(0x7f00002f9000)="2e", &(0x7f00003a3000-0x6)="0700cc667300", 0x1000, 0x0)
openat$ptmx(0xffffffffffffff9c, &(0x7f0000df9000)="2f6465762f70746d7800", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x45, 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)
timerfd_create(0x1, 0x4080000000800)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x46, 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)
sched_setaffinity(0x0, 0x8, &(0x7f0000ddb000-0x8)=0x75)
mkdir(&(0x7f000060e000-0x8)="2e", 0x1f2)
mount(&(0x7f0000213000-0x8)="2e2f66696c653000", &(0x7f000001c000)="2e2f66696c653000", &(0x7f0000983000-0x7)="6d717565756500", 0x0, &(0x7f0000ebd000-0x2)="")
2017/12/08 15:39:25 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = fcntl$dupfd(r0, 0x406, r0)
stat(&(0x7f0000ac0000-0x8)="2e2f66696c653000", &(0x7f00008ef000)={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)
r2 = fcntl$dupfd(0xffffffffffffffff, 0x0, 0xffffffffffffffff)
ioctl$KVM_REINJECT_CONTROL(r2, 0xae71, &(0x7f000015e000)={0x7, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
getsockopt$inet_int(r1, 0x0, 0x4000000000000032, &(0x7f0000df8000-0x4)=0x0, &(0x7f0000ade000-0x4)=0x4)
r3 = openat$ptmx(0xffffffffffffff9c, &(0x7f0000dc7000)="2f6465762f70746d7800", 0x2802, 0x0)
r4 = epoll_create1(0x1080003)
ioctl$TCSETS(r2, 0x5402, &(0x7f0000843000-0x24)={0x80000001, 0x5, 0x2, 0xdcf, 0x6, 0x0, 0xdc3, 0x1, 0x400, 0x80000001, 0x1, 0xdf1})
syz_open_dev$loop(&(0x7f0000f84000-0xb)="2f6465762f6c6f6f702300", 0x7fc, 0x7fffc)
ioctl$TCXONC(r3, 0x540a, 0x0)
poll(&(0x7f000065e000)=[{r2, 0x200, 0x0}, {r3, 0x0, 0x0}, {r4, 0x42, 0x0}], 0x3, 0x299f)
r5 = syz_open_dev$usbmon(&(0x7f00001c7000-0xd)="2f6465762f7573626d6f6e2300", 0x0, 0x0)
write(r3, &(0x7f0000caf000)="9c", 0x1)
set_tid_address(&(0x7f0000911000)=0x0)
ioctl$TCXONC(r3, 0x540a, 0x2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x100000000, 0x2, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x80000001, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = socket(0x10, 0x2, 0xc)
write(r6, &(0x7f0000014000)="1f0000000001ff49433bf000080000760f008fe0050000000000000000083c", 0x1f)
r7 = bpf$MAP_CREATE(0x0, &(0x7f0000733000)={0x5, 0x7, 0x20000000005, 0xb, 0x0, 0x0, 0x0}, 0x1c)
bpf$MAP_LOOKUP_ELEM(0x1, &(0x7f0000b2a000)={r7, &(0x7f0000a95000-0x1)="", &(0x7f000021f000)=""}, 0x18)
getsockopt$inet_mreqsrc(r5, 0x0, 0x28, &(0x7f00001fe000)={@multicast1=0x0, @broadcast=0x0, @empty=0x0}, &(0x7f00005c7000)=0xc)
bpf$BPF_PROG_GET_NEXT_ID(0xb, &(0x7f0000de2000)=0x20000000000003ff, 0x4)
ioctl$SNDRV_TIMER_IOCTL_NEXT_DEVICE(r2, 0xc0145401, &(0x7f00003f6000)={0x4, 0x3, 0x8, 0x1, 0x4})
ioctl$TIOCPKT(r5, 0x5420, &(0x7f00001af000-0x4)=0x9)
ioctl$TCXONC(r3, 0x540a, 0x2)
2017/12/08 15:39:25 executing program 3:
r0 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000adb000-0x11)="2f6465762f7667615f6172626974657200", 0x8001, 0x0)
ioctl$DRM_IOCTL_AGP_ACQUIRE(r0, 0x6430)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x200000e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 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$inet(0x2, 0x3, 0x5)
bpf$OBJ_GET_MAP(0x7, &(0x7f0000d3b000-0x10)={&(0x7f0000d9f000-0x8)="2e2f66696c653000", 0x0}, 0xc)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000271000)={0x2, 0x78, 0x46, 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)
memfd_create(&(0x7f0000cfc000-0x1)="00", 0x2)
pipe(&(0x7f0000673000-0x8)={<r1=>0x0, 0x0})
syz_open_dev$vcsn(&(0x7f0000023000-0xa)="2f6465762f7663732300", 0x0, 0x800)
r2 = syz_open_dev$vcsa(&(0x7f0000713000)="2f6465762f766373612300", 0x1f, 0x1ffffd)
r3 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000fe7000)="2f6465762f6877726e6700", 0x3fe, 0x0)
ioctl$DRM_IOCTL_ADD_CTX(r3, 0xc0086420, &(0x7f0000ebd000)={0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000dea000)="2e2f66696c653000", 0x0)
r4 = open(&(0x7f0000033000-0x8)="2e2f66696c653000", 0x0, 0x0)
mkdirat(r4, &(0x7f0000034000-0x8)="2e2f66696c653000", 0x0)
mount(&(0x7f0000df2000)="2e2f66696c65302f66696c653000", &(0x7f0000a17000-0x8)="2e2f66696c653000", &(0x7f0000df3000-0x3)="007609", 0x1001, &(0x7f0000a06000)="")
unlinkat(r4, &(0x7f000057d000)="2e2f66696c653000", 0x200)
mount(&(0x7f00006ec000)="2e2f66696c653000", &(0x7f0000027000-0x8)="2e2f66696c653000", &(0x7f0000ad2000-0x5)="6e66733400", 0x2018, &(0x7f0000293000)="")
mount(&(0x7f000055e000)="2e2f66696c653000", &(0x7f0000c44000)="2e2f66696c653000", &(0x7f0000b7a000)="656372797074667300", 0x1000, &(0x7f000084f000)="e3d33e1552bd0f82b51ebe4ba6462b06de266859df6ae9d19313dd6ea5c71e1572cd845a296f93adb452db2f101d7a32ace436e9607834e8c90b00c1ba90e5640be6d86a4e972a8f02a1ef3dd388210ef1c0c27b486ed7a6435f6c29e84580841172744248cb090fa67fdf7fb096e729354cdb3136c45d37cf9af81af15d1e2ba92db7c401ce1585591ea7265b44c7331a3d324b1ac1c504bf7edfe6d235fd8d1b18f0ba9df5d5ec9f6b50985de73a145b91043ef82b1ceff8731a83219241a92724246aaa80")
ioctl$TIOCGPGRP(r2, 0x540f, &(0x7f0000848000-0x4)=<r5=>0x0)
ioctl$TIOCGSID(r1, 0x540f, &(0x7f0000e88000-0x4)=0x0)
sched_setaffinity(r5, 0x8, &(0x7f00004c2000)=0x800000000000002)
r6 = socket(0x11, 0x802, 0x8000000000000)
getsockname$packet(r6, &(0x7f0000b0f000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f000050f000-0x4)=0x14)
syz_open_dev$loop(&(0x7f00007a7000-0xb)="2f6465762f6c6f6f702300", 0x0, 0x20000)
2017/12/08 15:39:25 executing program 5:
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 = syz_open_dev$sg(&(0x7f0000003000-0x9)="2f6465762f73672300", 0x9f, 0x1fc)
r1 = dup3(r0, 0xffffffffffffffff, 0x80000)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat(r1, &(0x7f0000004000-0x8)="2e2f66696c653000", 0x400044, 0x83)
ioctl$TIOCSSOFTCAR(r2, 0x541a, &(0x7f00008b3000-0x4)=0x400000000005)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = eventfd2(0x5, 0x0)
pipe2(&(0x7f00003e9000)={<r4=>0xffffffffffffffff, 0xffffffffffffffff}, 0x1000)
splice(r4, 0x0, r3, 0x0, 0x200, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0xffe000)=nil, 0xffe000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket(0x0, 0x1, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x17a, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = socket$netlink(0x10, 0x3, 0x0)
writev(r6, &(0x7f00007cd000)=[{&(0x7f0000fae000)="29000000180031090020000100000007020000000000ff06800000000c00080004001100000ef4ff01", 0x29}], 0x1)
mmap(&(0x7f0000000000/0x11000)=nil, 0x11000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = socket$inet(0x2, 0x800000000002, 0x88)
sendto$inet(r7, &(0x7f0000000000)="", 0x0, 0x8000, &(0x7f0000330000)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendto$inet(r7, &(0x7f0000007000)="cd", 0x1, 0x8104, 0x0, 0x0)
setsockopt$inet_udp_int(r7, 0x11, 0x0, &(0x7f000000c000-0x4)=0x1, 0x4)
mmap(&(0x7f0000011000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvfrom(r7, &(0x7f0000dfb000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x76, 0x0, &(0x7f0000011000)=@l2={0x1f, 0x4f, {0x1f, 0xcc, 0x80000001, 0x5, 0xbfd0, 0x401}, 0x3, 0x5}, 0xe)
sendmsg$unix(r5, &(0x7f0000063000)={&(0x7f0000e14000-0xa)=@file={0x0, "2e2f66696c653000"}, 0xa, &(0x7f00007eb000-0x30)=[{&(0x7f0000db3000-0xc2)="e4020aa86828523641e03179c59a4edfe51669463b9a3d94615623fb8ce365e1908ba744aa2f77828b23cd78942d0eb2cd37d781e975ffb942cec7342dfc5e094ac2b121461781d8640ccd75e63a673ee4ed6f0ce92791afab29da5969254b3a7d2da575ba41e47801c59002bab8dde68efe28ccdc58ab8ec63b59f10d83643220e1d3dcadaa94a08b5758debf46f3736056f2318b900af995643184ed7d4017ace079a990b77e82ed385e5d1dc48992f2615609cdbbf6c82ad7b662768672e67a3cec0f29a16874944d0ec9288f16", 0xcf}, {&(0x7f00007fc000)="2dc950138f6bb4a261c92c0797dcf4d03bf8efbe52f0ab40611dbfbecb1f27aa", 0x20}, {&(0x7f0000084000-0x2e)="16f3fa75817b47a8a40e57112460062903295f6ac58aa2e5ddfda5e60bf47ed16c26ad986bf91338055342a62327", 0x2e}], 0x3, 0x0, 0x0, 0x4801}, 0x0)
getsockopt$inet_tcp_buf(r5, 0x6, 0xb, &(0x7f0000801000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f00001c0000)=0x28)
setsockopt$inet_mtu(r7, 0x0, 0xa, &(0x7f0000d33000)=0x5, 0x4)
sendto$inet(r7, &(0x7f0000011000)="9e2aef178b9934a97f68320d9aac7119db0789607201ca477067a0540b8497b8fbee41602fffff46ab3be17dbcf6d9e66b7d385f00fbbfec153f04d84b02b0b21eb45a6d4c16204fc25ea235bafb87fbcf55047c1040629280a6d06d73256d3f429b74ef79d62ea34982291682bf54669c8598c429c57310699833d7f97fb5cdc1b7787d179e79ce20c920d169ad0f0e1e0d8f22bcea07e9229868ee2338f177358a73ad4ffb9d25ab49981101771e3bfc6a218d741ae40dbd44ea9d202a332ea758874fa87d36ddfd0b2242a3d4e7194d8f50176b74b5b5d404ffcc16f8ab9247cde9485a333f8a877e2670374de4e4b9bbe050d4e427c7c3bba13f0568fec577f93381ae7f823e8275d4a985c26c3ca273654500d471e4c8bec15a188c45a537ffcbe9ee8c7a233319becf02147caa560ecc54dfe312581e33d22ec68323d8aae68c06926b11fe80d673e20d8db389d892bc04831c883797dd332b225e2fc23672433f98929026bdbcc0d8791d6ed2586853e7bc686ba84efd7e7e39d04209bbe1af6787e33826b61434af3e4dcf778e3786dece4ce39fa71328617cadd63c1e1981f953e8b052fe8cd07b53ff4b63ddb28019629ca1927680e78d3a11c332fa6a796c1ba7e79de3a015dbbf4597217bf249056228f3da3c65ffe7fb6582258e2ca44de18a4174c184e599e21a501d7d665890d4eff28f56f571e0d7350e964a6d1892b1566dcce0d551ced28c25eae6ecf02cacb17e99dd67357f4c587fbffb822a53dfda8cf1deea53840f3dc4571a622af45d51ab55e9fd4f867201d31932272e76d523d837f8cf2bb70968fdfa0c427daf9570f1eb753c47af67118251b4c8a9489db8c5079fc9ebced894770bcabfd3b64063d9018e5e11cc5d10d669c09ac882e6bbaf16e4307a3b7412b6ad87f440b06246cf4d66bbec80b2eeffed2be8a5d3f4ee9ba5fe4a48e35c04a9a6912296913ab67b31f8cffa43a1c13e8efe52a1f9f09140eb159f96694d8e7760b8922ea2318fb7503616770e5b751358d9f37060a4dbf713a35d3769940a73a0331d4f6038e974630c2a7209d1d49286a7f114a88c72149ed8ee077358f5710a006bfa8dac95632b11ca7372f806bbcc426d3b99aae28e7ca5ffa9d8543471cc4f4b9995c7948f61f5deb6697dbbcf0c2404aa84289ddc32d3106d87d356e68dd41278025afceb9cf2990f3020072d75f440c42c2f17ae73604ae6cc71d44e24c51a0da91d0f9c8dc66024035b1e3aae0a96a8c143bb870c1b4c2d14e1d9ba2d788ceea866f914ce49b75f41be98ea619314fad21b74455024d99df90e6678d87fe8ed28ef7c25328332756b418cc6df19d5612f23cbdd39eeb9a87361109397f651395e625c398ee8941ecf3a8f98324268fab68669b56e646ac5b55c2aeda1905fd13eac887b9e26ccbfb3166a4792bab517a349e83b73f0dda6c6091d377038280b77442e058a1ebf7c41841b286b747ad71634933346cc27a632b78f2736bf8b739ec19dbccbe1a4e7a53ed65a00f8f3987a20080851e5db779984cdd84d727d947f731a2c322845f145bce2ec30faeca52959c8c9cb714467e1bd45f11361e46c70ddaeb08cda95ca3225f09349a7ef6dec84aa007a7719e534401f755410348b0613ee10710a6bd39f16b4f2ed54a602c3cc3e310c9d756f68a9bc93f7a311c38f430c5fba8c6b88050b90b82da029308be1b584c5fc6e004effb997919fec8ba192fdcc6c97ff85068337795331bfd4201a12731ebe62cf92e1f03c202682185dfd55b71b2950eb78a45b18198a3532c62c482e79e96fb01cb7c011d8b45146525ac41a3443eb20478747ab36c2da22fc0885191b2ab429c9d0fb7ce1fea31c09a5ebe4695d433601a7cbe7002930eb1779b9b16029180e7bb0b2778e1e4854d064956c157c57e4496d1653803f872521f288b804212fb8493b2eeded9bf57a51bebcf4da96e4b75fe7781233819d7d16536c2a568c846e1e6696bde39440853481140bf6582e8262ef102b9959bbb9b3a3ef21e38178f2a7", 0x5ac, 0x0, &(0x7f000000b000)={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_sctp6_SCTP_INITMSG(r5, 0x84, 0x2, &(0x7f0000df7000-0x8)={0x8000006, 0xbf9a, 0x101, 0x1}, 0x8)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_MCAST_JOIN_GROUP(r5, 0x0, 0x2a, &(0x7f000070b000)={0xa, {{0x2, 0x2, @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]}}, 0x90)
bind(r5, &(0x7f0000304000-0x10)=@llc={0x1a, 0xf5, 0x6afb, 0xfffffffffffffffa, 0x3, 0xfe, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, 0x10)
mmap(&(0x7f0000ff4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:25 executing program 7:
r0 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000473000-0xb)="2f6465762f6877726e6700", 0x200, 0x0)
fdatasync(r0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e6, 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 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000138000-0xc)="2f6465762f72666b696c6c00", 0x80, 0x0)
ioctl$RNDADDTOENTCNT(r1, 0x40045201, &(0x7f00002f1000-0x4)=0x8000)
openat$ptmx(0xffffffffffffff9c, &(0x7f0000e94000)="2f6465762f70746d7800", 0x40, 0x0)
syz_emit_ethernet(0x32, &(0x7f00005a0000-0x4e)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x800, @ipv4={{0x7, 0x4, 0x0, 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @broadcast=0xffffffff, {[@cipso={0x86, 0x8, 0x0, [{0x0, 0x2, ""}]}]}}, @udp={0x0, 0x0, 0x8, 0x0, ""}}}}}, 0x0)
syz_emit_ethernet(0x3e, &(0x7f0000837000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [], {{0x0, @ipv6={0x0, 0x6, "a228af", 0x8, 0x2c, 0x200, @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]}, {[], @udp={0x0, 0x0, 0x8, 0x0, ""}}}}}}, 0x0)
perf_event_open(&(0x7f0000051000-0x78)={0x0, 0x78, 0xdb, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, r0, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x2, 0x0, 0x400fc, 0x0, 0xffffffffffffffff, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2000000000000000, 0x0, 0x0, 0x10000000000, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCDELDLCI(r0, 0x8981, &(0x7f00001bf000)={@common="726f7365300000000000000000000000", 0x9})
mkdir(&(0x7f0000734000)="2e2f66696c653000", 0x1)
mount(&(0x7f0000528000-0x8)="2e2f66696c653000", &(0x7f000075c000-0x8)="2e2f66696c653000", &(0x7f0000014000)="70726f6300", 0x1002004, &(0x7f0000b89000-0x1)="ca")
r2 = open(&(0x7f000043f000-0x8)="2e2f66696c653000", 0x0, 0x0)
mmap(&(0x7f0000000000/0xaf2000)=nil, 0xaf2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f0000f46000)="2f6465762f6b766d00", 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r4, 0xae60)
ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x0)
ioctl$KVM_SET_GSI_ROUTING(r4, 0x4008ae6a, &(0x7f0000aee000)={0x1, 0x0, [{0x1, 0x2, 0x0, 0x0, @msi={0xfffffffa, 0x0, 0x0}}]})
ioctl$KVM_IRQ_LINE(r4, 0x4008ae6a, &(0x7f000033d000-0x8)={0x1, 0xffffffffffff8001})
getsockopt$inet_sctp_SCTP_I_WANT_MAPPED_V4_ADDR(r1, 0x84, 0xc, &(0x7f0000ce5000-0x4)=0x0, &(0x7f00006ea000)=0x4)
mount(&(0x7f0000374000)="2e2f66696c653000", &(0x7f0000b31000-0x8)="2e2f66696c653000", &(0x7f0000ec2000)="72616d667300", 0x0, &(0x7f000002d000)="")
socket$inet_sctp(0x2, 0x5, 0x84)
ioctl$KDSIGACCEPT(r2, 0x4b4e, 0x3c)
getdents64(r2, &(0x7f0000429000-0x1000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6c0)
renameat2(r1, &(0x7f0000e5e000-0x8)="2e2f66696c653000", r0, &(0x7f0000aa5000)="2e2f66696c653000", 0x2)
[  109.370611] nla_parse: 7 callbacks suppressed
[  109.370617] netlink: 3 bytes leftover after parsing attributes in process `syz-executor1'.
2017/12/08 15:39:25 executing program 2:
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)
r0 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x3, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = getpid()
setsockopt$inet_tcp_buf(0xffffffffffffffff, 0x6, 0x1a, &(0x7f0000bcf000)="1ab3041a1b362ab1c74080596dead2fadca26331d63e10193c111d7f1f62ada44c3f974533872c5e29318f6281f2ca26ed3dd11472f3ae9b5ffdd9da3642f5b7b5cbec588fbe20e727abfeded5f41eb4ac89f5a7894530ef27112e9be7ab04a3d17ba4163a6b4cf038c7dd93a4b3f4cf3ca52dc51f05581d551bcc3f1ebcdb707349fcc6404acbb322b633fbf0ba88999cb4e1016e5d25a3932c9f5cf882833197b4c801de2351cf8de9e67fb1433ba3edee1ba9a213f61a2faa7457a3b04e56d7d62957b7b65637deaf22d55c2e40bbf448a369c94f6d95356109bad88f9bce0233c6e34a08898919ccce7ff22e9d7f6593f1186a8b5e83", 0xf8)
r2 = socket(0x0, 0x2, 0x0)
connect$inet6(r2, &(0x7f0000375000-0x1c)={0xa, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x4}, 0x1c)
socket$netlink(0x10, 0x3, 0x10)
r3 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000e4e000-0xf)="2f6465762f73657175656e63657200", 0xa202, 0x0)
signalfd(r0, &(0x7f0000a7a000)={0x1ff}, 0x8)
r4 = openat$sequencer2(0xffffffffffffff9c, &(0x7f00005a8000)="2f6465762f73657175656e6365723200", 0x8002, 0x0)
clock_getres(0x3, &(0x7f0000ba3000)={0x0, 0x0})
timer_gettime(0x0, &(0x7f0000102000)={{0x0, 0x0}, {0x0, 0x0}})
clock_gettime(0x0, &(0x7f0000a7d000-0x10)={0x0, 0x0})
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS(r3, 0xc05c5340, &(0x7f0000fa2000)={0xffffffffffffff26, 0x41, 0x5, {0x0, 0x1c9c380}, 0x8000000000000005, 0x3f, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
keyctl$session_to_parent(0x12)
bind$nfc_llcp(r3, &(0x7f0000a7c000-0x60)={0x27, 0x1, 0x100000000000, 0x7, 0xff, 0x1, "f770f7faf9cb81a3128fb746b3daf388ceaa3430f7c0f413d87f76860bd8e7e888e3f97467321fc363941940b03197ca8bafb45928ab94bb65bab8d5dd54f4", 0x6}, 0x60)
r5 = epoll_create1(0x10000000)
userfaultfd(0x802)
r6 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000ee2000)="2f6465762f73657175656e6365723200", 0x120000, 0x0)
epoll_ctl$EPOLL_CTL_ADD(r5, 0x1, r3, &(0x7f000001a000-0xc)={0x10000040000002, 0x0})
ioctl$TCSETAF(r6, 0x5404, &(0x7f00009da000-0x14)={0x400, 0x0, 0x401, 0x0, 0x0, 0x1000000000000, 0x0, 0x0, 0x0, 0x0})
write$sndseq(r3, &(0x7f00009ab000)=[{0x3c, 0x9, 0x1, 0x9, @time={0x77359400, 0x0}, {0x0, 0xd2f}, {0xfffffffffffffffc, 0x3}, @raw32={[0x6, 0x100, 0x9]}}, {0x8, 0x4, 0x3f, 0x4, @time={0x77359400, 0x0}, {0x84, 0xffff}, {0x0, 0x1}, @control={0x432a, 0x38, 0xffffffff}}, {0xfff, 0x40, 0xfffffffffffffbff, 0x8005, @tick=0x3, {0x4, 0xf2}, {0x3fc, 0x8002}, @raw8={"7a88d654f95067fe68d2359f"}}], 0x90)
ioctl$TCSETA(r4, 0x5402, &(0x7f000032d000-0x14)={0x0, 0x0, 0x0, 0x0, 0x20000000400002, 0x0, 0x0, 0xd03, 0x0, 0x0})
ioctl$TCSETSW(r6, 0x5402, &(0x7f0000fcb000-0x24)={0x5c97, 0x2, 0x267, 0x5, 0xfffffffffffff93c, 0x5, 0x0, 0x4, 0xa, 0x0, 0xcd5, 0x4})
clock_gettime(0x4, &(0x7f0000ef1000-0x10)={<r7=>0x0, <r8=>0x0})
write$sndseq(r4, &(0x7f000000a000)=[{0x40081, 0x3, 0x200000000000000, 0x80000000000, @tick=0x800, {0x9, 0x1}, {0x0, 0x0}, @time=@time={r7, r8+10000000}}], 0x30)
ioctl$TCSETAF(r4, 0x5404, &(0x7f0000a79000)={0x6, 0x9013, 0x2, 0x91a3, 0x1, 0x9, 0x4, 0x50, 0xfff, 0x7})
clock_gettime(0x0, &(0x7f0000a67000-0x10)={0x0, 0x0})
ioctl$TCSETAF(r4, 0x5404, &(0x7f0000fba000-0x14)={0xffdffffffffffffe, 0xffffffffffffffff, 0x2, 0x3, 0x100000001, 0xffffffffffffff7f, 0x5, 0xffff, 0x4, 0xffffffffffffffff})
clock_gettime(0x2, &(0x7f000077f000-0x10)={0x0, 0x0})
process_vm_readv(r1, &(0x7f000052c000-0xa0)=[{&(0x7f0000b80000-0x63)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x63}, {&(0x7f0000f65000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x39}, {&(0x7f0000ec7000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000a25000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc5}, {&(0x7f0000afa000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfc}, {&(0x7f0000601000-0xe3)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe3}, {&(0x7f00003e4000-0xf8)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf8}, {&(0x7f0000562000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x60}, {&(0x7f00009be000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xca}, {&(0x7f000090a000-0xae)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xae}], 0xa, &(0x7f00009b8000-0x70)=[{&(0x7f0000dc0000-0xe1)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe1}, {&(0x7f000016b000-0x22)="00000000000000000000000000000000000000000000000000000000000000000000", 0x22}, {&(0x7f00002df000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f00004f2000-0x6b)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6b}, {&(0x7f000030f000-0xdd)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xdd}, {&(0x7f00002b3000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xda}, {&(0x7f0000a01000-0xea)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xea}], 0x7, 0x0)
2017/12/08 15:39:25 executing program 0:
r0 = socket$inet6_udp(0xa, 0x2, 0x0)
mmap(&(0x7f00007d0000/0x4000)=nil, 0x4000, 0x1000009, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_buf(r0, 0x29, 0x4000000000eb, &(0x7f00007d2000-0x5)="6eb1bb7e8e", 0x5)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f00007d0000/0x3000)=nil, 0x3000, 0x8, 0x32, r0, 0x2)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x8000000000000003, 0x200000004010, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xaf9000)=nil, 0xaf9000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afa000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000afa000)="2f6465762f6b766d00", 0x8000000040105, 0x0)
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
mmap(&(0x7f000024b000/0x4000)=nil, 0x4000, 0x4, 0x10010, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000af9000/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(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
creat(&(0x7f0000099000-0x8)="2e2f66696c653000", 0x85)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x2)
r4 = socket(0x6, 0x805, 0xffff)
mmap(&(0x7f000008a000/0x3000)=nil, 0x3000, 0x2000012, 0x1c, 0xffffffffffffff9c, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_CPUID(r3, 0x4008ae8a, &(0x7f0000003000)={0x5, 0x0, [{0xa, 0x100, 0x501, 0xffffffffffffffdc, 0x8, 0x0}, {0xd, 0xd3e7, 0x8000, 0x2, 0xfffffffffffffffd, 0x0}, {0x2, 0xffff, 0x80, 0xf0, 0x400000000002, 0x0}, {0x7, 0x10202, 0x3f, 0x9, 0xfffffffffffffff8, 0x0}, {0x1, 0x80, 0x8, 0x7f, 0xae6, 0x0}]})
ioctl$KVM_RUN(r3, 0xae80, 0x0)
ioctl$KVM_TRANSLATE(r4, 0xc018ae85, &(0x7f0000060000)={0x200ffffd, 0x100002, 0x6242, 0x8403, 0x6})
mmap(&(0x7f00000f7000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000afa000/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)
ioctl$KVM_SET_MSRS(r3, 0x4008ae89, &(0x7f000084d000)={0x3, 0x0, [{0x48f, 0x0, 0x10000000ffffffff}, {0xc0000082, 0x0, 0xbffffbffffffd67a}, {0x8000017f2, 0x0, 0x4}]})
2017/12/08 15:39:25 executing program 4:
mmap(&(0x7f0000000000/0xfef000)=nil, 0xfef000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0xe, 0x4)
mmap(&(0x7f0000fef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_int(r0, 0x29, 0x3f, &(0x7f0000fef000)=0x56c, 0x4)
setsockopt$sock_int(r0, 0x1, 0x4000000000000002, &(0x7f0000fec000-0x4)=0x3fa, 0x4)
mmap(&(0x7f0000ff0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bind$inet6(r0, &(0x7f0000ff0000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x40000000}, 0x1c)
sendto$inet6(r0, &(0x7f00007a9000-0x1)="", 0x0, 0xfffffefffffffffe, &(0x7f0000f63000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
r1 = socket$inet(0x2, 0x2, 0x1ffffffffffff)
listen(r0, 0x7)
mmap(&(0x7f0000ff0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCSIFADDR(r1, 0x8916, &(0x7f0000ff0000)={@generic="3003b59f30312f680f75bbc0fc66419c", @ifru_flags=0x80000800})
getsockopt$sock_timeval(r0, 0x1, 0x38, &(0x7f0000d9b000-0x10)={0x0, 0x0}, &(0x7f0000fed000-0x4)=0x10)
getsockopt$inet_sctp_SCTP_DEFAULT_SEND_PARAM(r1, 0x84, 0xa, &(0x7f0000fe9000)={0x9, 0x0, 0x8, 0x2, 0x9, 0x100000001, 0x6a5, 0x1ff000000, <r2=>0x0}, &(0x7f0000fea000-0x4)=0x20)
getsockopt$inet_sctp_SCTP_GET_PEER_ADDRS(r1, 0x84, 0x6c, &(0x7f0000ba9000)={<r3=>r2, 0x45, "d3bc000000000000089bd748baf04375809a4d32d529c62db993d58350f8ffffffffffffff1202e029c530f75a1f0f23fa40d400003d0000000000fc1d66c0e16b98ab2a9d"}, &(0x7f0000fee000-0x4)=0x4d)
r4 = socket(0x11, 0x80000000803, 0x8000000000300)
getsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(r0, 0x84, 0x9, &(0x7f0000feb000)={0x0, @in={{0x2, 0x2, @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]}, 0x80000000001f, 0x8, 0x3, 0x9, 0x41}, &(0x7f00000c3000)=0xa0)
getsockopt$inet_sctp_SCTP_GET_PEER_ADDR_INFO(r4, 0x84, 0xf, &(0x7f0000ff1000)={<r5=>r3, @in={{0x2, 0x2, @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]}, 0x5, 0x1, 0x8, 0x2, 0x80000001}, &(0x7f0000feb000)=0xa0)
getsockopt$inet_dccp_int(r1, 0x21, 0x10, &(0x7f0000feb000-0x4)=0x0, &(0x7f0000be3000-0x4)=0x4)
mmap(&(0x7f0000fef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ff2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$SO_ATTACH_FILTER(r4, 0x1, 0x1a, &(0x7f0000ff2000)={0x3, &(0x7f00006c2000)=[{0x0, 0xfffffffffffefffe, 0x20000000000401, 0x2}, {0x3, 0x40582, 0x4, 0xffffffffffffffbe}, {0x200000006, 0x0, 0x7a6, 0x7ffe}]}, 0x8)
r6 = socket(0x11, 0x3, 0xfffffffffffffffb)
mmap(&(0x7f0000ff2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(r4, 0x84, 0x1f, &(0x7f000014b000)={r5, @in6={{0xa, 0x2, 0x5238, @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]}, 0xfe, 0x8}, &(0x7f0000ff2000)=0x98)
bind(r6, &(0x7f0000fe4000)=@in6={0xa, 0x2, 0x69f3, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xf77}, 0x1c)
r7 = socket$inet6(0xa, 0x1, 0x20000000000)
mmap(&(0x7f0000ff3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_int(r7, 0x29, 0x10, &(0x7f0000ff3000)=0x8, 0x4)
mmap(&(0x7f0000fef000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ff4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt(r0, 0xffffffffffffff97, 0x5, &(0x7f0000ff5000-0x9b)="74cc35a6e78c274af17f8da840aa8782230ae0f1b1a7f9b29fb4ae9535b5c257756dc6354b4b591c8422ffd1a432a88c420f62ef82ce83162380c7ea25c916433a067f23bb8e877b404fe75e7d00b577aca48745441a309ede4c332a98999eef396262bbbaf8821018f6f397ee206feebfd1c0e29d0a99475f53f1eb7382122a0a9392bdaeff7087b68626cde58aba8afc71e9a47a440fe966f011", 0x9b)
mmap(&(0x7f0000ff3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ff3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ff3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_AUTH_ACTIVE_KEY(r0, 0x84, 0x18, &(0x7f0000bc1000-0x6)={r2, 0x0}, &(0x7f0000ff3000)=0x6)
setsockopt$sock_int(r7, 0x1, 0x4000000000000002, &(0x7f0000d11000)=0x3fb, 0x4)
bind$inet6(r7, &(0x7f0000fe9000-0x1c)={0xa, 0x0, 0xfffffffffffffffe, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
close(r0)
sendto$inet6(r7, &(0x7f000056f000)="", 0x0, 0xfffffefffffffffe, &(0x7f0000f63000-0x1c)={0xa, 0x0, 0x4, @loopback={0x0, 0x1}, 0xfffffffffffffffe}, 0x1c)
2017/12/08 15:39:26 executing program 4:
r0 = syz_fuse_mount(&(0x7f0000001000-0x8)="2e2f66696c653000", 0x0, 0x0, 0x0, 0x0, 0x0)
r1 = fcntl$dupfd(r0, 0x4, r0)
fanotify_mark(r1, 0xffffffffffffffff, 0x80, r1, &(0x7f0000c29000-0xe)="2e2f66696c65302f66696c653000")
r2 = perf_event_open(&(0x7f0000271000)={0x2, 0x78, 0x45, 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)
readv(r2, &(0x7f0000493000)=[{&(0x7f00006ee000-0xc2)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc2}, {&(0x7f000020f000-0xa9)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa9}, {&(0x7f0000903000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x98}], 0x3)
sched_setaffinity(0x0, 0x8, &(0x7f0000f18000-0x8)=0x77)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$unix(0x1, 0x208, 0x0, &(0x7f0000001000-0x8)={0xffffffffffffffff, <r3=>0xffffffffffffffff})
getsockopt$SO_PEERCRED(r3, 0x1, 0x11, &(0x7f00009a1000)={0x0, 0x0, 0x0}, 0xc)
mmap(&(0x7f0000000000/0xfd1000)=nil, 0xfd1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000632000)="2e2f66696c653000", 0x0)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000015000-0x8)="2e2f66696c653000", &(0x7f0000014000)="70726f6300", 0x0, &(0x7f0000fc9000)="")
mmap(&(0x7f0000fd1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = open(&(0x7f000071e000-0x8)="2e2f66696c653000", 0x200003, 0x0)
mmap(&(0x7f0000fd2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mount(&(0x7f0000925000)="2e2f6275732f66696c653000", &(0x7f0000fd1000-0x8)="2e2f66696c653000", &(0x7f000099d000-0x4)="31000004", 0x0, &(0x7f0000fc2000)="")
mmap(&(0x7f0000fd1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getdents64(r4, &(0x7f0000fd2000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x53)
r5 = fcntl$dupfd(r4, 0x0, r4)
mount(&(0x7f000000a000)="2e2f66696c653000", &(0x7f0000143000)="2e2f66696c653000", &(0x7f00007d1000)="72616d667300", 0x800000, &(0x7f0000802000-0x1)="53")
mmap(&(0x7f0000fd3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
lstat(&(0x7f0000e95000-0x8)="2e2f66696c653000", &(0x7f0000fd4000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
renameat2(r4, &(0x7f0000fcf000)="2e2f62757300", r4, &(0x7f0000fcf000-0x6)="2e2f66696c653100", 0x0)
mmap(&(0x7f0000fd1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
utimensat(r5, &(0x7f0000ec2000-0x6)="2e2f62757300", &(0x7f00002d4000-0x20)={{0x77359400, 0x0}, {0x77359400, 0x0}}, 0x0)
ioctl$LOOP_GET_STATUS64(r5, 0x4c05, &(0x7f00008db000-0xe8)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000", [0x0, 0x0]})
unlinkat(r5, &(0x7f0000013000-0x6)="2e2f62757300", 0x200)
mmap(&(0x7f0000fd1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet6_udp_SIOCOUTQ(r4, 0x5411, &(0x7f00004f5000)=0x0)
mmap(&(0x7f0000fd3000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:26 executing program 3:
mmap(&(0x7f0000000000/0xfd8000)=nil, 0xfd8000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_icmp(0xa, 0x2, 0x3a, &(0x7f0000e94000)={0x0, 0x0})
r0 = syz_open_dev$vcsa(&(0x7f0000d2c000-0xb)="2f6465762f766373612300", 0xf7, 0x200082)
syz_open_pts(r0, 0x2)
r1 = fcntl$getown(0xffffffffffffffff, 0x9)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x6e, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sg(&(0x7f0000fda000-0x9)="2f6465762f73672300", 0x0, 0x80000)
setsockopt$inet_udp_int(r2, 0x11, 0x200000001, &(0x7f0000bbc000-0x4)=0xfffffffffffffff9, 0x4)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fda000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fda000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = openat$vcs(0xffffffffffffff9c, &(0x7f0000fda000)="2f6465762f76637300", 0x400001, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg$unix(r3, &(0x7f00004ee000)={&(0x7f0000100000-0x8)=@abs={0x1, 0x0, 0x1}, 0x8, &(0x7f0000000000)=[{&(0x7f000098c000)="d47c30e3f3193d4b29c252bea062267cb40b71fa4e63c6719346494002879098e139bb012e2d86ae8bdf1b258b22d5e04bdac06fe1b758acc4d2951950c950f12a2e11ca4829fdc9c48325f183b9f2f34e9ebd6e65f7b933548a9de4f0d1dba5996f44fb3d9c8a91201c585b8c7ae185fd7986c895e9b6eb8cf20beb1d6310d9111e78ee231658c5fe6987a4fe00d384fd43b88734aa5d52c84788b01d72c2358ec2d4491511b5c54a3c2450a77b1523efdf1eb3a3abd1862c7075684f649a65569cbd3b6cc957ce02be94a49aebc6d199199d0574ed85b035850ca07483776cc68124268c26d963c0e90421ad74f43c92e68e0e71", 0xf5}, {&(0x7f0000000000)="8b754d0213415c26eca973e135a26a7252c85a72e61198fbdc2293079a79ab85353ff5ac9b72962d5563be21b3375032709d1a897216a8322ebd5a00580dde205c7e051933798fc9942486dcc66d5365921ec5ad518c212cafec654dee1300a3d93ba4d2155232d2a41ccc64f9", 0x6d}], 0x2, &(0x7f0000000000)=[], 0x0, 0x4}, 0x800)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_ENABLE_STREAM_RESET(r0, 0x84, 0x76, &(0x7f00001f9000)={<r4=>0x0, 0x0}, &(0x7f00001c5000-0x4)=0x8)
getsockopt$inet_sctp_SCTP_GET_PEER_ADDR_INFO(r3, 0x84, 0xf, &(0x7f00003ca000)={<r5=>r4, @in={{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]}, 0x7d, 0x3, 0x4fa, 0x5, 0x3}, &(0x7f0000ed3000-0x4)=0xa0)
getsockopt$inet_sctp6_SCTP_LOCAL_AUTH_CHUNKS(r3, 0x84, 0x1b, &(0x7f00005d6000)={<r6=>r5, 0xdf, "7ffea5a0c3ff59b1c713629c0c5f34dc9dd6765c16d8a87b0ddfb622624d3b0c70e5aa32240206e5b4066419aaa71d679f003f1fac9b718e45653b16a7908bf00ff0aa855cd2396187ac65d77de2360e66f1c371d95441f8fe46964baa784884361e8e56e1f67053dbfaa77fa4b4f5129f288cab25dfcbd739b167ec52b7e7596a18a804892f80547e2706ec2cae8b393bd2d20acb4b9bf2a3ef2211705122a1ccb0d871279624dcfc5186b9116cdf5a98132b09da85ed193fe55ee41664ee92480a7bcefa0c5b6bfaa8ad9561bd52c39bef1cc97d1871a7ecc7fb8a53d55f"}, &(0x7f0000cda000)=0xe7)
sendmmsg$inet_sctp(r3, &(0x7f000081d000)=[{&(0x7f0000fe6000-0x1c)=@in6={0xa, 0x1, 0x80, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x9}, 0x1c, &(0x7f0000def000)=[{&(0x7f00006b0000)="def556b3eca6d3ef9c741c47d6dc5c74b98b447154ea7c9c33cd0cef7c80dec9dab9b38d4293a65c47254034a3881b024b3fd05357c9165cb2aeebd3bb99dd8d421238eb5feaa6ce56499923d8bc8fdad76e660ac72fa6fc", 0x58}, {&(0x7f00009a3000-0xe9)="8936c3143d8fe04f54c8eeab05edf2bc8eb110b4ba939462972e83a7cfea360ad485631720b360085174fe0dc5d40de904112680257db3b4faeff8c48166ebe21824a96eb40bd123174e288637817633993b9b1013a06d207d213cb88436005c1b8f1e03b50420668cc449e993f628ffeae45d75d2312343c445f32f8e7798ada3ca0fb9754fba8419960f26840fcda1f93f624c362dbbbe1b47b3ae4d504763edd03c045c0e5b10a98e6501f6756611e3ad4f01d4073d40007777cd5d1ff14406895ded5b3cbb4a77690dee61c9c07d599fa04cfa4ad93dd29ddf32c30ccac81138c07c18fae0930a", 0xe9}], 0x2, &(0x7f00003e0000)=[], 0x0, 0x4000}, {&(0x7f00008c9000)=@in6={0xa, 0x0, 0x4, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x4}, 0x1c, &(0x7f0000026000)=[{&(0x7f0000c13000-0xbe)="fed675a2297cf8bb328c7257abf52513e21ac52f1a2d7ab556540d97443e22d476298fc2028d30a265615e84b6e69334d9005f1dbac86686147019a6e537b307c6eeaa75a3866ebb7f8c5dd2f3a83ed8236195fc0abad601f3a86eb40853c926b45ff5e56d18f96fc92b3b34808679316952469dff3595b74e4722b67b34016d599b5f6e26eee4ff25a3220ea11ec7e5a358fa625b4626e7268647ade25cc26a4b3cc0c87cf270a0323186c1c15ef22d325acb53cdbb3427494980c2c6bc", 0xbe}, {&(0x7f000040d000-0x32)="5f5e4d89aa2ef74ea8ff09cd53fd4d3ee955662b15486c548bf4e9e7b7810f0951a1da280670ceae06b66a49ca5ddb2095d8", 0x32}, {&(0x7f0000fed000-0x1000)="bd9ea6fcd55ccfb44d60a2df4726d501abc8ca7dc4ecc83231db8cac75c521d5efda78cce2cd50cf04a09192d509b515e9b83c2f994a3778c613b4b1c8e315127fa6df58b63fec4235df71d53a20413cbe34603a3e4865dd0edf227fcf20fa7d4f14e5f65d5a61f11799d9dab6f7c8d540cd9cb2b9aa87f5d051756f42fa4f7ff9c57aa9bfe0eaf441c9444e2d9d02a6cf114427f26968016865513136525fe129e9d17633f39f5e4f2c822a4434e1585670c1c461c1a3d1ab29427274396fc7c138d6c08a514c0f5a571822828605cb3930c9362280da048bfeff9984f507342145de3c9160c7164f2216e2441028005ffaaa27b607e2582213deb6fcda8a59b19774a8cd474e39e002952bb6c7d82c394b88b3948c3b5037fc521c49543b2eae32f787975f4e029511b104c57287006324e30e083085141dea94c8752425c5b1dc39ffe7e1237fc597fe4a938e700cbd0e1601418003162000ea08caec77411890f25e10b4ea8e5a069a540c4277a6727528c81022897c1f924f2f2ec38f0d1362a112dc486d898300f4dbd0a07f05658cf953a91ffda5bca84f58be4644e7de82180b169cde0c88d721d1be9324528a67c1f5d7c8f0aa18262d76d2b3e9e9ab2096752356a610e9a5990b9eb06eef4d3b693f12d1ef4c44ef0f6669a43c80003b9d23d182ef00f370fe243ca603a852e92b82958bc2235c750a3c698bbd0a5c2265f56376d05f4a93b410e8829b4bb7a3c4a702989b1cf41429df7537899fe8820c3fcd1cbe9baf8485fc4b40a3e42eb8004b84e59d3758fb3cc74c31c712f54c0b9a8f1739d7b6f7139a3843d22c7b1b25045cc201b957ec3f56477f1b2dab640bec5d10345177c3e0312e9fee230ae30eb74bd9e61b6ae6b30f1a2e176680ea410a9561f28e1cb0242439e4d978c650923b5d13c1349d37b1bcbee6b3feab45e4b092956233852e7d8a790083021c3ebc57537b7aedebaa56f0f1b81074666f5e1f4f39b90744f200e46d9b882ab647d35020ab4c76625f15db05ed2f67b5c7e42920fcc53015893d3c046b4b0b9144628f8d3a84576545a134779c872d9124605e7634e9124fdfa04e714be3147b1ee7c6b606487b888d052949574a5d848e634ff94fa7f5730c37ac667a02c3cfb2b82fbfa7204a9aae1e0af25275c52a0cf491ab4cfbed5a6ede81d77431270d9f74c1a2716f5beb94ae0f75c39c84c3f0c3f24cabfce1bced18f61e20ab55793317a07899606c4dc9df2a866acd9c55026ba51699dc7c2d1cea7982a12f7b8b63f8493b1b760f78b0789a495ea98a54ff4f7a1c819386cc9b81444a2ff2700cc246253096ac82336f364777f1419b930e9dcd0c3d0ad4f485fe6332695e83e98f376f42d9b6d99993212fa8fda99c8d585aaf998e35cf77563be57b84f395f3ae1b8e481ea282d865e2fc834853298eaa4f792c6c460c2e87165fc89bee1295531a382666df02387d5573015a348e3512940b1c5d1731212198a3dab7479899edce7620e89bece48273a051a2fb02fe6cd58ab2afa814bb99d35bb0f5fbc8af558f8a1c6d6f576364aa480c957f8e497295d73872d0baee9fa49692110f54288897c68be7c7f0f6e6cd8d2ea7bf93d78572e5bc37340ff1d3c62a6b294efc55554df08ab4d1347869e337aa49b424c897fe886174f32c078b4bb1dd1c8b24a57a04ac3c1d3aea730cf2c9c3665d9ed517aea43665e7234614a165e765144c7fa1c6e8a6f35974bba79419914ad0df6d2b9acdd03567d289beb85b1381756fec1f93b8c35ac2d2062813f9cc2f839fdad85fad24ab5127b056ef5bfc064a6f684b02a3f4a75931b685770818d8105581f3736a71e06d23f53961c30f8a85ebd60862b5b669d4799136fd9d91091ffc607e17ee73e618b17522bf770c9cae8d4761fc63c436060e595dce4bf738238ded0fb305be0680bf3603b31b93f0a9faac30384cde80ee5947f4c9eeeedc6e93e38cd7911632dc3afd2d923308306b8e4590b4328ddd81cfbe0fddb87de0ef78084ae7f83c85a12ba257ebbbabdc70c1c43c59a0f9d0d0dec1b59ac0757aa04e14696d505739fff6d88b0210e96ebcd6d1ecb7263d97d234ed253f27cfb5026a4eea46dd8282708691a62016bac0c55c426675d5e94744e083025801babd0cca6f3c99af3a56e18f6d886d5e29bea08f6121fe8f43d12e8597e79e674c3ea1de7e05190ee0fe7c4db6b5e8aa72765cfae4b963b54327b907b716690ac0b826124431b8fb43eb384bd0cc1c7922849f13ab7b0c600c1569f116581e42bf60c63d3797da29d00b4234956fbd96e7e54bb8e00747da6b9e09b83c8c77b576c87ede0d403b55a9f5b2107bdf98a3a635740881b102f879b11fc1bd71cee3d603336afb1b1a66e135f13c68926b8eae78a99ecd98d40366acdd04904da0f7502b6bba3359139113ca8abe7e664c2dd184cec8d7ac30f8371f2af5dda51831b8a902935b43d1745e72a7c307b350aa511eb157c09bdad09253b7e8f075ddcb606fe58df341eed649dc744c6bceb4361e45e2b24473e8d6cd7441549b5f5130c4865d75a70fc535f52af47499384c85cc608a217f45eebf013a7337f54bce7af44255c9257e8733eaabfa42c66f727d8c35281232d7ea7b5606bd3f74e4c6e8a8a5237aeb0a28310b5e3d194706b31b480ad02e89393acfd0293cf9ba0d78d56ff73accac5471b9bad9c2fef29e4f873ffbb455e76ff6f2be7e6f4346787d29adc531d58698a075de926395e37ce8db8085907bcbf87fdf9ce7444a9a36dd62c7d10596ad819d930ae66b1408436833e7fa2518ea6ba6f2120224d2b248543b094017b154ae3d462b145a27236fd821622338472410765e51df4166d3e56bce8b4096baa1a7941756337e5a40db3088a8d030a9c94ce2e8a619bb3502068f29b0be94f71cb2c4400fcd6b19e09e703b9f805c2e625e3603ccc75fe19ad9601c3acecbd90cc523704271c105dd1661893bb99e982f9b53707b2f8b7e451e712c3a9800974ecc8724d238952bc7e142efa74835849bea9a6c0239e3d401e56d005aeae84f34a2481bce4c77f3aea2b7ea4ccbf11f860f09b5e074e179155ba80f3f660df8879f6b39ddf6c9401063f1a0ad4cd9dc5093f9ad8b488479ed02bea83c46c2c813a6224feadf1cdaba57ccc4471289e69df45b0931149fa8a080f8defc66d9325926c150e8c4129fb14bebfa707e48996357a7b7f74bd61798f153ae25958d34633f775794421ca9f83e74194634de645275aafbc334380fa7e0d381b3148a6403dddef5b231d83a9b4e3361ad7f876ba34cabfc5f39c348bef9cf28e5a114b87234d29475748b6795ea83b13aeb258b75e696b5c4fa5ab27abae2c2f8214792da1e719c4def7bf74cf9558f711d4b450b37a25599138d308b1911077504bedc94611f8f96f7ad7d0c4d6b3a60e50b679523624a5642846d3e7d1dab2da194179d0d43f460dbb7a7e887d8344567783fd0721ac23f9b353d25d74b9946d1c6c5e678c4040bc861cb80a11e06b20c754c024d76f27927d8d6e7332c3cbc82df353a0fad16e3f3139247f00738dab1bcc0a24f197fce580859172f7498c0a153cf3203cc864a5be0ba9381ccd333b611592ce21e143ed98db6e0d6a03bea4ccb8ce6f009b5e12f4841521014ba7cd92c75cfa9d0f1f8d6048b82f08a3da1c531dc1ae192d711b961e6b8971a314b1de939c8e8922474b7da5e4c01b80ff2d1a6c73209feede943549b8eab438a9329ca11debc0618b609247efedc22064e051468f7cf78b222052d6dcffb55b188d232203bcb65ec57f6d947566d69a5082cbe172db894a4bb18476183a0065865cb3ac4b2f17ebe23ec59fcc659b313cd45ffc70c5797ecfad5c7fd1e67c6f3e27b5662af80e5c73eee9d62b1eea179f09b5ca9ee4b69443ff01a86789f1d7807aea2654444c48e8ac56c28edf0ff479ee7a9445f0e88f776989819bc09cf22e5997ea3622bb057ceced5cebd5229091af67e24004f3109f35bb3470ead9be84d7432688042fa3aca81d8e9c24bef1121550c859c91f9b8b50a76b6d66eebfabbea5e9433c1988a22e7d1fad80c463fc7d9514c78403f27669161d39dc01aff43d036f83ddd04c2212252fc7b612cf79e1d8dceeebdb2b94a8f43c0cd313dd085d571b7b4a2cbd8ebe54eec669e243a539d8aa5540e60db60e25d6e32da1ea4912eb733fec46d589e16cac11c6562ff79ad5d14e2248eccad9fe3a6f51be92530198a0affaeac300087065317306f3cf7a058ebc3cf107cbeec6baab01c28025efc02f2cd5095bf86c35e5904964b4a1a9cc63f738838256a426c55b0c62545af172779b67ad0c892acd5bdf008a315f4ab5e641c2730bb20309a556fdb58db168f4281727641aa30cb319b7a3ae9576b2caa6d782e58de2edd131fd9ca84c9c2dd15aed4b611c710be638ee54a07ab9c0fba91980048e2e503a1647ba5df7af5d8337e2e97547e00f34841a93efb054b0f5c1ce94692e6f16a63a50c901ca8d1cb935d77beaeaa8f4e1ac5b0576fde95b6b28b994679dd924dcc068380cf6f573cd6538de732d5923b41a96febe9107538f6e93dfcb1579bf3b1596c60f0f52944be3cd1e83c44d5d21ee2821821372a448182d97760cf352df5d54f6ce2f70f2ac193b628bb67729733c2171ac2312e1d1330aa61f551d7ce25e2f90beeb11654617930f2465c11c33e32af64d9f28aaedf33d14d67cb9e5aaaf425b7fb85914a0d0ee501ee6faabd934b4411544977723931ccdbba819b4b52aa3a98b2f0050d92efb13cbde3a39b060110d91123b16b2275bd5dad875fa9d71f97b56dec451ab21cbc485716b1bad25fb6a4aef97074fd33cd5fa048d9b43b56ef4427497a7e77dd5ee3805c68ca5326f0fca13efddd5030ee717764b40604f0349b512ac9f44be54d32d19cc46347a412c9c09649a9884e93cd0e9966f30edf6a8aea2de1ab3033c642bed279eeef2dba99578f13b612acfa83a186d31992eb13bfe8a70d9cfc3525a5504cb5841a5b7373a6359599d015a217041c4acf06669c35be5460e55012f418ba9467a29042485c0b685e7469449dbebef3fcf56a344e98890a0c15b9dee27e7e6753a4adc12594f3f326e935d1ddf67ead5b166743686c13b34579650681619b4145f9a4574086e3cd8dcc4d0577ea62282510f0b6c7351ec13ad9e5d8ef8d2540343567c7283aca6197a47fcf44ed0478464b10413a0f80c489b3f56fa90f0ad1130b4fb690d89c927624ebf00cb6c2af3a7cea2df075c5631c138c24e6ff3888221894e93b3b47ed3a8385e3e59515b69f66c8c249f243b66f7c28b6e6e84c0f8dae35b81d6690363c3ec71a795929b03cdd93fcbdd742285aa714896ba92d31d5eede4242839e7e5dbf28957c9f82e29a818a9ddc43e2fe716bed5dfcd4ec96588c7975518546338c56cf8e0ea56f568719fbfda2395134ac1cb13a2cda0394c51bd7ec4c70d0b44e8d979256434eb3954879fc2d088c021ee77decfa995ef0448fd87e5d2a9e41d059aa106877b272106bdc9d622f37f921ee457ef7bd4774eb6443a01aa127a970190db7265658c39ade2a8d7e23c05caba4b365d1335cae36d99754528f59f737c2e4c24b6491a51c66b68a4f43c9a2a008139d2cca9a654a407dfa06029877ce3e88498194879831f9372c9fa9278c08eca0422c3dacc67172c57f67f7ecb42a6caff616863025c3c90524fd44af0ab4b41c25fefab6917a900384f85e154005abd803", 0x1000}, {&(0x7f000038b000+0xa11)="df13dd94ae6873a9a576c74d3b4746e1259d679dda2ca8faba812b0b6e538a676be3003cb228debd8996d0cd78e9447646b696f9c865ebbfc9abbece61d7ad5806ebac3517dd504bc3bc38a6900338afa4ed6fd43d219ceefc1f04feb6a9bf4af674b41b7efe27216c9e28220b1a14a0ad24f96d97956d8b32e23db6b1446956989138a3ac34bf29f8ef36a4beab68489f50227217e645e176905b4fe0b8c49d1dffc166429f719cc86623e6a6d69fc0bdf6103211566eee0e8a888ff2c0753af6452f25c3d250b41678d6a7d4bbce99c160666a0abe3187bc", 0xd9}, {&(0x7f0000290000)="008ee8bc756720dc590620574431138096fd99d7252ea0a428dcc0a9f00d65bdf3f9bec1325392cfbf03336b30facdc31b4e2481e8ebf88c8a0bdc04dbae0ea46f90ab534aa8d0b1a069771afb02c01f89499073ef67a6d703eff97db5c6d872038dd822230dff493555ec0036c68c9a486f4bb3759d78e1405bbb892a84c24d803152d2af8d8a4cf9f4f0940e3538c047f9fb4f0a55f6af7a4498789233109d505d4ba144b11fc55fbc414a775f4143e40109", 0xb3}, {&(0x7f0000fa0000)="4f33845854f4e144cd58ae7535cdc2ce702ab93f25479c1c7a295fa713f91cac31ddd659b6427b5e2026472c3345b36c0648d003de24b8da11e757cf33ec5e6b3cce2f6b6f9af926408426c6b663e4ed8d188cdeeccca9d60690e7e0f3374be227be97c674abe79dcfdac63c782e423ed1f37725f3308b5fc4f592359070dcdb51538acc9c2a32f962c475b18ad48b3bb9c8b8a3754d738d0c677c607eb758c7c727999dddc407e51dcef99a27a383ccd5fea58bf845c95c6a61a319", 0xbc}, {&(0x7f0000550000-0x43)="1862ce3910a59f77dc1db3261e42eea88d9702cf0caa60b51e0b7e7aa9470b770462431f75a11cc184ac242ec7de8c8048bc82bd0979c6344a26b18d037bca832e1d18", 0x43}], 0x7, &(0x7f0000f4f000)=[@sndrcv={0x2c, 0x84, 0x1, {0x400, 0x7ff, 0x8000, 0x5, 0x0, 0x7ff, 0x3, 0x88, 0x0}}, @sndinfo={0x1c, 0x84, 0x2, {0xe753, 0x208, 0xffffffffffffffe0, 0x80000000, 0x0}}, @sndrcv={0x2c, 0x84, 0x1, {0x5, 0x2, 0x0, 0x17, 0x0, 0x8000000, 0x7, 0x4, r6}}, @sndrcv={0x2c, 0x84, 0x1, {0x4, 0xbecc, 0x8001, 0x7ff, 0x9, 0xd760000000, 0x400, 0x7, 0x0}}, @init={0x14, 0x84, 0x0, {0x4f4e0682, 0xe40, 0x6, 0x1ff}}, @init={0x14, 0x84, 0x0, {0x400, 0x5, 0x0, 0xae3}}], 0x108, 0x800}, {&(0x7f0000ea0000-0x10)=@in={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f000024e000)=[{&(0x7f0000073000-0x20)="5e45df952a6649f7da8bd49fe27c7ac57148957b7d540d6c51be8d4cb01f7056", 0x20}], 0x1, &(0x7f00001e8000)=[@sndrcv={0x2c, 0x84, 0x1, {0x9, 0x2, 0x8008, 0x100, 0x4, 0x7ff, 0x400, 0x6, 0x0}}], 0x2c, 0x885}, {&(0x7f0000d26000)=@in6={0xa, 0x1, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x5}, 0x1c, &(0x7f000071a000-0x30)=[{&(0x7f0000477000)="a2f728d1dbce66", 0x7}, {&(0x7f0000960000+0x9)="8c40a764d2f714e6806d3c318fdc671bb0e2938904f52e1e625dd34215", 0x1d}, {&(0x7f000005a000)="e6b8ed51e4b0c423e26496e0945c2c1686938598c7ff1e88f8c86a775ecd080404d417291380bb6f64aff389b58e1477a8f31e4d0b06199f20bb9bc725bcc7b2e85eb3464996f0f8914420bdfcff3785634de9da2b5a6496b32807c0246cbd816dc0ef0c7f12220f0f8cfc234dc4b3f85fec1f3e0fa074e02205beb711f1e6dff8269418a49090c8823e68648423e18bb9eff4adc710d05307b24ffab7b306370c85eeefa5a7e8c8380622653a54f10ab7f2137b92526428", 0xb8}], 0x3, &(0x7f0000d65000-0xc0)=[@init={0x14, 0x84, 0x0, {0x3ff, 0x2, 0x401, 0x9}}, @init={0x14, 0x84, 0x0, {0x4, 0xa, 0x0, 0x8}}, @init={0x14, 0x84, 0x0, {0xffffffffffffffe0, 0x7, 0x0, 0x8000}}, @sndrcv={0x2c, 0x84, 0x1, {0x80000000, 0x1, 0x200, 0x6, 0x72b, 0xfffffffffffffff8, 0x2, 0xffffffff, 0x0}}], 0xb0, 0x80}, {&(0x7f0000585000-0x1c)=@in6={0xa, 0x2, 0x4, @loopback={0x0, 0x1}, 0x8000}, 0x1c, &(0x7f0000557000-0x10)=[{&(0x7f000025d000)="cc79855757caeef64cb16c4de5f8cd9e48e920d7e056a98f5f0454972ffb6b9cc64e145eddfec29989b1a55e888ea030df0b8eed5aee67eba66a9e7fb5e786bc490a88b89f1bbace470f02ce934fb64997084b16086f3845107deabf8f1358950a56e57a632dabd1a466a961ac394a8e1cd7e7964c02fb64ba4302527de71a75cfdeee2d391e001b9836f76d144953baa47835c4e383aa8a79a389f389d5fc9968beaa33ba1c368285b71c7e26d6666986fcbc70fe54be4f5b46e02e09aaffc5278051f4f05366e17f8f46c5628160b145680680217f6fb9", 0xd8}], 0x1, 0x0, 0x0, 0x0}, {&(0x7f00004a6000-0x1c)=@in6={0xa, 0x2, 0x7, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x8000000000000007}, 0x1c, &(0x7f0000c17000-0x40)=[{&(0x7f0000bed000-0x6e)="6c84bcdc4a189ec9ac9cc5d85b8abe0b94e35c556231f084f8bb7b9832448129fb57cded64dd48b2acd427ae326a599fc9a991c22b4db7b874b2d6a6e597da30f6fa8a24be177fd53ccbca9e8d86bc889b0e5ba044bb8276107c7c624f5ebccdc0eda05c6ac6247fc4d88281306e", 0x6e}, {&(0x7f000055a000)="284d6bd4056e6fcb74cbd399ba6ebd2bbe7fed3a889a68531127996e2b4c6c9e2b63e4b99ac6ae5d1a2f21918d888f56f1e4ace54a0fe7fa915c8c85b9dae48226b7", 0x42}, {&(0x7f000074b000)="1633937da151e5cdec6f71fa2d71d03cb9913d0a6dcb7e4e32bf03ded538a9b0591238f3a99cfc63ede371da798e988f6ca3e502cc6c0669b7b66c05c1fd5cd674503eaeaf93257297f827a878f671facab9644279141dbd755db0352c93fd15bf53b16ed9f0bcf5e1cd2e0762257aa6925b050c5d03efd4ccfd10ae40ca4af114faa5b1a3d6fbfc3673e984", 0x8c}, {&(0x7f0000647000-0x1000)="587935f8a2336486a6fb8374364230407619ad63b26194267517d1aa69a3b992c516fc415899ba1ae1c11eef6ebb2433ed7d53afe17bfa9062ff2dc27e94cd741f0cfbcf0456340c401c5decfd21231af870af270e5c2c782d19bdd221856d19fc9ae4091849d29adeaa83c7a01957f7fd5f0000000071edce3dbf0d61adb70a00f22291f9e7f024d2e9d427d84275a363f3e944b75a9b2519554fe0d19d63f35c65b6dbc411cb41dc10aaf87aaa31c56310fa4c2026aae1ed7a4f896c87d57afe44c884ab2c8d30422be1c5ae79f6b1e6378a18df7ea3b931cdae89eae2595b9f82bb18d8b6e47533c11f5bc906fa36d921688ebeb5353dd37e322eaf84352b0ed465de0743af76150677714ff4d4f4bcdce8a27c5f0f8d9e45c42f11fb1b8ccb352441470fb6f757659cc965e53cecd6473ff79825861ef82974cac39569579e461c1d59733d59dd19b7a274543ab30bfa3cf2ca8e7bf323c0f199b7c7bfb0a0b5f94b366afc7033af90cd4f9de7bd77b867a5f7b8a53d600329489f229a8866b473ccc1e345993a3a11c47cd1782bd5d48bdcffb712aea3bf245dc1419587cbfc61159024f8c789fe0fe9a780fb7e237df744645467bd2688f6f40861a5c222ef96b32705a9d0988ba3b72ff89d090d7be51a697919fda23c595296eb3287eef0a456972eb062bd10a3e6329b3c6c94932b57153ca4c7e60d3aaef358739d1bdbeed494286deba9d93f2f8b86f9866abc83f8037adba79dbd7e6ee249be8e58fe56fcc03ad46d3dd471582c26bb6e3d3a0e15fe3cf184265ec7c1430c7897f2e3a442e66df1842fa66a3f14b4aa63fc4feaf31956a9b142621e8af6cc09932c41f2df250c1421eea63528dbe80835c94e19acadcb9071880459f9710830add373fac03eb1d287fe7ef39803c4568805b9645547ef73a79968fc8f594a469838d0a3903334c353ca00ab217ee55b8ef77b247072bc9c25e046d0316f1499f7190887108d37ee4667a950960e6059a32211cbd2b698f3780e58990565e6039efb2f0cdf015a9debe6766432950b8f967bd8355cb03354cab80df07584968e98d14b6ef068e17d80d89006b559251ed6ae16280efb3e095a65f962acb66100f7ca33402e2591ab1ed37f832de7d9fba4c5e317367b63f4063aec5d5c3a86815bf1f953e7cbe2b2244646ba90c83e4251b85a7163f81babc50261d519c34adfb937612ef237c8ccbeb7bad46d7fcac0c67015e46e3e359ab367b3d54623f774d36aee8f60bb64c2e8d724cdbfdeadf506f4126b92e5c5d0cab07348b62e6d1bf4cf22d6bec8844951c0500a71e394fd519274c26d1fae27e613bc9a63e93e95fc44f1c65adb6f2dd0d4701420cf57d111b081ae7ec833744e4a91f2f0b9a9e8bf5895de8db5fb322eb21f1d15d7dd12d872860c0c96140941ab0bd426732b925a92ddeec680a9faddc8c8f798f57f15b216c98fd344d09ea308ce850f16fee841c644c94f14a40fa2e609b092a5546a0d72af4daaa83e8e4d5a2dd119191a60ea956a39af642bc6b116ded390f777f216ee1c50682370a9993281f4aee93bdc5e2da62e068b6507549e4191619fbcd04a75ba5a316d13706a7c3629b7b73e5919c5c711a4a813a2d887d90b026cdf66b10d79048d9dace8e8479ee511cb5645e7e999555200d749ff711bb35d6bd9d01844ba15ef1572358cb4dfdb003eed272a928554e77a34d0168d48e4764bf2745f4a5d9d74256ce0b6d42e6a8529ff04a585aa41ec309bba73cd3d29f6b40f31ed79bceb257d29a2cb96afaf765f1d764aa816173f415a67d441572c520bceb98ad5b64d60831dcedb2399f966ac8f762eba9dd91d0a3216054d5964946f70a10a5292177fe8071c1dfa7f0f1579a8f2653d7f8e4e05452a75c4bf5f6625a8b0dcc3cbc7eae2b9f57ebe075357268610c4615d0db94aa1f0822a38364dd308128a7455b5294495c06d4e01ee47c2a0b39b7db6e980c2183144e9ff641190b2e31efddcfd8c079c1addc4e5354688ee3b57ab6161cf704fd02e2e012fae4f0ea7fd415bfd4d6eab9c4b61473476a84b92087a72ad4db8e130ed47884d5acbffb3983f76f3931d15e738c9638e086dbfc5df4ed9be58d8e754b7daa2ed48331e05f9b7f03d26b201666be616f35863d0040110507bb4aac67a631ca021930a5d6f09bf6b8436ee68417a90dcbb1691a1cafe7b9c1029cfb1eda34c38b9c9bd7ea026af681ca2507e81609740491d3d5830f9a0301fcc7a1a36cf3d1895e7f38b8064ec498c25630e86d58098e6d291b70343b9b1924793dd96be47b59f49d63b38268df030518ae945f950af484c4cbc49d8cf3ea5cace5437a776ff93939b2cad264bcb6191be51658c71bb197d2bf19d7989378c62b8ce4e31bc97752dbd7a042a74fbc984401ae802af23b018e92b6cd4a4706189b375003b8df2a8d433799507c2d4a41a60284cad24703f04992419785f511a9ca6bfed6f11d465fbe7d371d35852675b04c0d09c56c0b3b99f7806ef930d423dfdfc00d88699745e3133e849bb26409026e0522f43f7a15f803288028e1353ff6abe7ecec3755206080501145b18103695b067c1d2b6bee2c8c12326d1f0554d3d0bf14f9ec036fd2d6e46a9b68c569cf51de5cc7eec8ef5046ad6297b0388cd7fcae2c82cadebf1a04b42d8f90612156462b8ba58411b4cd84d69f3c4670d3b84a0ef9252b543b8bdeec69c6be6bd8ed2ea72322785150c3b8d92eba6d91a66d7e8c6294bd0223e26dccd604450216e1bae4c0c380fef9cb3cd3f668781b51426309c123be5718321fbb6e12a5a9aa61e74e24f3c7c3a6b74e71413beac556733916d35ad8881cfb77c4316555dde2239c19db255461aeee9232b1d34ba22d7abd5efff9e856e03c74776484a915ab0bf1a48611fbb101caac33b62bc6873f87257ce9ab790526c5e34cbc87882a6701452f64831527dc0c6cee44fee1a71e81dea684164c0fff101cebbdb160e16074ea377d766911999ce327056f9324000637081016c9f80995374739595ff397636c14573a5e7c37c926b49be740a30e2c6520604f2110ad8ca7973195be1095eb9050186d29bd38110ede867cd8bb238a808baaf4abc6d0998bcf27e3433ff7d745ebe46c131a2b5f6291f8612d698b54bb26d94c1d859c5d7ecf4cc57b8d23ffd6b2aecc28432bd406ad4851fd02468fa561b584ed00fd698220d5fde1f3d13b8981ddef1c606adc055f5cc4de1c096f087f2594acb74d869ee4d9f19fe3f62f294d89e224e9e582f341c1bb8ac1a0e26ead5d554c89043963fcbfe376083d321be04f20af795eb9077ac2a1a931f4d3002c2081d974d659438a13da1567675a9ee86bf0218799e6a07be4fe8594c14034e7bfe71daf04acdb67b2b7c3ac266e1b69fc4f90dff00cbdb7601a9e8ffa335b58f09e8f7eecb819480a5d78541c5922e14d8bab0f4d29aee9f4409b12e376aaa559f47099901f056969ef32328a8568ed4399cd9b271736ee66e82bd007f475727eaf3ac2343ff3802198d24ecfd17046cc5d5dd24311241dfb93364f456e0ecfe7da2063cefac06073f6bdd5ef6536c8942de63dc4b632a0db439f88615fc7ec269ae13042d898eb5391d6f50db453d942a69396727a6a855d520ce1365938ea6148493d2c053e516477553523982083912528e33052aab5289aa8cc7b6658ff4b17a8bc74d67d38d0288f8b6580eceb4174e38853788bf56d6f7c42e224b98ed2444711b40e6e14f08e0430a35ae4cb0ba82f79a0d09193894f03334bdaf5057544c7a5d3496a4ef84505814f62cfdc15b65b7b59966e36ec0486d5fb0fb6f7898b9a2f6a156cab65320b87ceae182bb3160a2673360ad90d033248b19d79041d81c7305e6e6047b6ebc3336408dcaccd2b729b6ae49f77724bd06b34f1e085ed7dfb5efab865b3b9a3dc3ad5ce273d01975874cdd946dd4ca1e1506fe0d1cd4ff4b6d750856a942e73975fb74bac5839b51c7fa56a914c810b5249c8db2d15502c2ff3f149a75ac8ef30e10d0bd7b6998b751122a276a351799bb4c909d6188e26164cc27380b30a9e8a0804f836de577813988a25da0dbe44885a7e00027ffe2c310ef26d55e6fd5372620b623370f73e3c94a7502fd08b4fb513020842105644ac58ddad807509817c454f3c1a15a4fea380ad5e1c1be82a39d8916b8341a58a9cb4cee3ba385c536be174d36ba729011580dfe5fa5b20f9f35bccb66dff49522aa6f1eaf8b29cb93990641b99b8a4fd71d3ee15ce8ad636d6069ebd096b2c4c183ab4a2fefcefc658399e163f6c20fcbb250dd4bcb65ecc8842d57b182bad9b27677a3743361f8f3c76c95d346b8aeb1bde0e3eec42cffe7b8bd529ba5b930be94c73359c2a2edfcb23ca0fa77a63327f41281f353a911824aeffdce3a1d6fd4a7fd183267d61375900fb919e03febbfadc8f735ec442830fe9dfe11ed1cf97caec2165896be4a3424d4e4752b91384aeab6977baa7e3ee89cb9ae5d38bca345a31c2f8b49725b0735d33859967483984ff0392c62b2dd60ce29e3e7731ce61737a0de63e44ab639fcac57cbcf8352dee0530b44129b49f35809af3a5bffe3ab523fef4d6886f61ad5e4087b0299768dbdb87837e7201afec756b59211f0d6c93552d5854b6cfdbc815696e991f2187c761d112e9eaf176ac4339551db8f7cb2c253a6a7011e85a5446f0fda6cb31a7c1aaad7500504941c7ee14325141fd521b7a3c6e86932e8331ef94a1d6778705a7543102ad0e75ff4b0025aa8594e86e816a098dc2eede6d42fa6d2709f5392f7218491860632f4297c8f1dd5eddf8b5834b51fa077d47e9e2b7258c494886dc077056b2b20a7736ed1b287b6ca2e533789fe510d2739724df96d7729c6d073f557ce449ac1610c1753c57199e179d5f8647729445d0c9a7ee01dad51cdeb9e209fdafd7e3ec89246e0ddac7fcab24663cd062969b3e8d270130f2de74acfe2acf6c842ec561d82474af5680f8166e43c1a979180888038de53ba1857ed60db0fd30b339744ce0f9b45970ecb03ea9be3c86558b4b363e6d581116a4fc36ca1d5bfc0b24c5a11bebb620fd6efce02d6c5ec39596379d0972e22c09adfaf63f7f35f9800af95cda0489c09c9e1cf2c39f305bf7200f9cd4ce38d9165516b691a3839f3eb64411bb66a028758542b7906096fc4f8c5e8fe25bc951162638e9b91493918a4e4cc77bc365b7e0dfd7dc5470287aa5f2ecd0ea426ab71acfe5dfd55484a0af2a5b638bbbc3cf63cb14636a51af37000ac71d4d79c260cdf52d9cd3983c05bad1689863c991bdf2e9a6dc6674ce2b633943c89fdb61bc552d81002fd311a6581d4e8f1d06f29c16c65a3ee1486c926538c5eb224b71b824fff9e14fe332d53c4f33266e1060837a28b73d37713b0b26e18e1fb070c479d62de4e56c87b37d3a96b50fd563fdf314cc64fa618f314ae0e1bd3512b949f6b8bd889458f937d6470418393ce5f84d852abcf862d2d45351e4b1b938a219f33f35ad4e8a8b01016ed10af1037101623e241e0e81bdc8bdf9bed83c7c0fbda1161c40845f521b34714fdc97c1ba49dd836778364bd48edff000e16b5aada30a69b7576ed1fbc4598d52f152d025429051a064de3e66be8e2e721939d0cea620f67dc05d92ec69e85f607df66fd532c43e2cd3165266e38dffc25ea0724670b73a4c322db86df524ee2543bb0f8ce68a27b1d06633a86306c73a90d5a3ecadca0eb323616e46b550ec014ed6b", 0xfff}], 0x4, &(0x7f0000a50000-0x60)=[@sndrcv={0x2c, 0x84, 0x1, {0x1, 0x80, 0x204, 0x5, 0x400, 0xb08, 0x74, 0x8de, r5}}, @init={0x14, 0x84, 0x0, {0x4, 0x81, 0x81, 0x3ff}}], 0x58, 0x80}, {&(0x7f00000e6000)=@in={0x2, 0x1, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f00001f7000)=[{&(0x7f0000407000+0x7ff)="adfef6446fcb701669cba17396e6b9228073a6ad81bddb9d3e2cf6ff4182220bb00030c7de0be15a0daa8ecd60aa3e6438b7e6db7b571de0edaf96dbb6fe47e4f9886aa1b0e1247bb898cffd621090e58e56856f671b1f5ed347283c49080e71bb6392550ce39d8b974ade05052292658ea77069c2ae5f87dcc3c89ca63e7fe5187121896add0e8ab17daf62dfd7a33f15a1d81b5bac849123112ae1c9177bc019523269dc30d7db55ba31e9c407f0845ddff5ffb2f7cdbe58", 0xb9}, {&(0x7f00006d7000)="50f636df5ed6cd20426d36dd2a5cad3ccd2c2f8ec7d4fc0436264f2491972bbb72bc85a9b81c340fe2f9175c0db4f8d90735213da1aefeef02185fa2c27a58bc29a31384bd45b3a791ae5d2038776d1c8c4d4d", 0x53}], 0x2, &(0x7f0000efa000)=[@init={0x14, 0x84, 0x0, {0x0, 0x1, 0xffffffff979ffeaa, 0x1}}], 0x2c, 0x8080}, {&(0x7f0000696000-0x10)=@in={0x2, 0x0, @rand_addr=0xdf, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000ed1000-0x30)=[{&(0x7f000034e000-0xca)="2a66d89d7ad7545c524961f23b69c848e0347226b3c8d0376e8a44a7fffac1caf0fc45e220d3806cd84b2d97e4a095135b21a9c06a9c062bd4260a9c5f87eada7e46816e26808ee80fa92622a660e192dd643300a9591beebc02c794677944a4c7eeb37a8a28f5580b97a2cf5cd25c9a97e6183333662a115b252130adba7d5628cca37273451673d1bdbeb125af757d1e2eab93ff2859d3906a15f8406fad43808eee6e3816eea9d269150e2bf524d065e0d38b42140a80a92ea04c04961202e64364e630e12ca0b507", 0xca}, {&(0x7f0000900000-0x71)="229f08216b8a491de307a36e65811e283d0c3324d20406dbf4a0d4312925109155e0a15f2924a3c8f6f7009e982cc410ea94bdd9cc46f7f0320109e1161f6251f65936914a79ce99cb1eba775b060a3cdec6ee95a7266e7eb82b65e2e52bf0c00c721f50922003474be32d87a58f2e6374", 0x71}, {&(0x7f0000a11000-0x82)="e1a62b43eb890f1ec6917c8d6668aeeb3098f0cda1da3e2fdef4edf4198f00df8a56d7212668afa280eecffd2535eeba4b64ef352e67a7b1629fba787dc2dbd694d30a85a80d71831afd664c888ae567a0ddaecb4863a25fd75df5d2eba8a001742f3cefa71b52998f0c980aaf888b4857850340f063e5270d946cd158e8210a0932", 0x82}], 0x3, &(0x7f00004a1000-0x60)=[@sndinfo={0x1c, 0x84, 0x2, {0x80000000, 0x4, 0x4, 0x7ffc, r5}}, @sndrcv={0x2c, 0x84, 0x1, {0x2, 0x8000, 0x2, 0x100000001, 0x400, 0x9, 0x0, 0x400, 0x0}}], 0x58, 0x8000}, {&(0x7f0000279000-0x1c)=@in6={0xa, 0x0, 0x5, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x1c, &(0x7f000055a000-0x50)=[{&(0x7f00009b5000-0x1c)="a9799dbe6c7453f4bd51ff343577c5dca9eeea50c896eac2da492c6a", 0x1c}, {&(0x7f0000e22000)="79f9e2090ba3870f136714a8e15f374d159b7e21202979927d33b21df8b55a939791861acefcba0d84487ae319c906abbadea6e530f84c01607fd5720919", 0x3e}, {&(0x7f0000073000-0xd1)="72a844353c3c91f67b44c48ebe76f7d057205ff6607dc01295d77de354ef28d39dc3c080bff3aca004be1332652f54d2a91923c7df87e1bfb74c50f3a81f3ec5041941b370b9fbdffbdeb70c46e3c1a31c0f20df28fc3c3edb74cdee93f59abbe8fe65db8408c1eed7ae43b003f4a7e4ab95a09c2b6718933ff8c2969e130f9b3aa0dd19ef5f7a503c2df6f4aa234a25877f55595fb539d95fdd0acadd5b185f27149ed080188c42bed18be4a0709e5c05a01705a8e6bd0d02bdbdccdbf0f332deb54c14d0a362fb64820c56d65d34713e", 0xd1}, {&(0x7f00000ef000)="fd", 0x1}, {&(0x7f0000ed3000)="797a7d644d11e986059d84453dfcfca676c5192ca9fd5f2f13e45673069caaadd6feca30f44fbfde7eeee53d21f549656717a5abb1d822292a30aa857c244fe595981d3906c2e0e5307be6478392c9474325563a4474231f7a6c2a63df95a7066fb4fcdf1b9c3dc546d36a4a9cb3f0d057eb8728a6781811668be6889be02b3c83d369be6ea8afecc006ebc667bc257496358a1fce267270f1d919d6f8b94ce3a4f0068a1c4c5ada78ab1fcdbfcf2516b3f2786770f268693c5b30ae75e46fa055ffea972226c3a72e5898b9a49d964f8a1921a03334c5bee3ad267bee2a50ea38169de99fe53bb854f5d4a3f8a7c841cb38b0bb86830d86ff7406a93b4928fd8d7f32a96f30bee61a62db01aab70b221e776a0ba47849d468994a6b61e7759a64e3396c20674e5f63485c1c4faf8a95fd9f94b5f2ce98eb4898f723fa2c33c35f4a20b04f38e836913fd98ce5b371648114ba3d627f555e19e298defcde2561d9ca3f2537ff82a867f450432ce64062e5169a2dd7679e9e441b467363692a3ad3285d306ddbb554a25c072b4c2a9ea233542a891e65092dacd29bc3444a10159c6ad34ee04ee5661d91ded7ea2b1f7b3776991fade42ce1bc37626b1eb278455578f692a9246222641b570e65822b5362f81bf9b7014ebfe36d340c8793318be946011f050eb8ce80d184d5be9f2d44921dc1328a3c10a3d1e834cc668e46dc51677350999f736c0150b034a030f34b48b207b1ffc8907320f4c1b80c7494673a7d9f7fa974f86261ab581cf64587e538c0e8da84250f341c714b19da1c8a7b892f7d4a02079f3b4e44fd792f510290f7d0882fc62f9dbe378efba7dcc3a4ebdffe79074f4b065afb9d28d6dbf9849c26f2f6e923972e958dbe6756dfd7931760af468f7c96451c8d29596869acce915179d40e089005e0854de1834f9c10343b508d304cff4b3aa8921a1e560d91543af3a418c3036d5fd347f5bd6d92328f303456b5bceba972b52681fe1f0f83cf30dca19c0ac235c8ae4aa4f3ef91beae26cbb78aa267ee0fc6cf339bc9ad08c7c17465cf46787fa9a899a87d8e0b83d23598a7dd7ee417884ff0b5f49c8ba5f9cec9cfe3420108afc832fe261810d1484a334a2ad8c26fbeccb8ad6656a2c31f805b1dd2b36e33db0f872646474730bffcd6aa88bfc0de642af01443c1a25d56b339ea04cd0f8d9faf55ed39c2574e90102979f7608516b8211390a65ee8e5c2634a091d7f99206ff3450989be5093e980605f165171f692dee9dbb7066a6c90b6f564395e14828db4844c53949c702ddb712a2346f0c697205edac737c1009149f58eefb0a15d641c417116fd7c6f6a1e7a19dc1845acd554248a22a3adf417a5cb622e1c5a8aed8efc9ae467494957f78e0c0e78c016d824b675f11e8d34f1035055d5efab959ae1619277e5dac2a43295c2451e2bde9c3b867192a9ae87ba49cfb855c1aac6d3c0b15bd4a714d0fa71c45c7808a5246ccb1f4164a844643341662c022c2682532c01c535fa872ead65817b23e16c3db3ad945ce5e6758cc2ddbd0834c5d064af4d5ebc7bd1077faebd268983a3417b8fef60898e69b5a3974318db78c0f0f936ace2cb9c1af34f1f3f02c9b29278fb811a4b6200cf4536cca9683ae43b60a612032903b5d391e6f5c0343f6640fd50d1d1b2fe7ca4972d67fe64a1f053e4affe251b06b78adbaddf8fc2fcde3bb6fb580245184c108218965d14633c7347db3994bc7a6af937c455c6ec5adec562761717e764039136db9ad0cb9d159e7ea09c26063ac58d2ec26f429081a1d43ae53d2dfb80e985772efc98d6ad85498b8bb2e33144de24db3db8efa08474406a1d7bf941af7ae32ae301d61260663a3d6dd3b7701330f666f38afef8f0cf691a3548225f9c8ee2024fef21cb51c29b6015e54d5512ebf06947c15b849b8719dc59b39f0253580676004d788c0acc85acf144c1ee86a29e3afeedca8d42b33b2fafc5ee5a49223fde13d07b5dd47d21c6540a084192a948ff0533a254f1f9a41ac5d003186cc45830e7992eaa380d75ce9dff26bfebc0d4f3283e91775b0175699dd011b6c2659f6f9d102999e07c775c25ef9e0bced69da36b98f6bc2bb4ad69d9b9226f7381d566c77b4a2b25b8f347ef2b9b643bf99f0164b60cfbefe3066415c0fb00ce71868dbf0b64d1803143319f027f9f127d65f4e24c76b1b3c5cbf661e0d66e53e88b19f2e38351cea0ceca58ac78942617c42c81db8fe321d927511692892d6131be2a58f6db54cedf7afeb417a9b5d68269a4a68185e41170ed7afc516bbee8bb997724919014d95d32dfb01965fbd7fa6dd7707211d4051272aa19bd6402532fe7026e4054f68f6edabd82dbc6b48f43aa6e8b7952f781b5e95e79019f6526781ed4c2e2f0ab88b6ca09c9122fc0933ecbd7dfa5c0b82edc4ef15d8d5fb04d5576788a6b566df01bf16e9f49b3dc52dd58ef8fdd12f34c72f572dd403b000b9d1cd470150130a06715547cdce325254712bb5b88af899166b64318c1dd99e1e091cd69621badeb42c8b5623adc01b7584d336d4fcd61afbce73f8aa14797ec22007e8a3f61daed260ca62ff59c51d94c1f506eb9cfde30930245e27094dd97b84d9fc652a72cf8bf57c8ed3c99c3f2ee5f80999b875cf6a31a603ce2132a9e5cfa97a13f58326a5bfb792cdf82af9d0d97d630133114881ac8505baa5b1476ba2451d84785723b4050df7dd12d77324996da8d6d3944c6f8881006a53a63437145f95ead44a3b91c15ff43c757b15116e266961e678c32a19323bc691582199ab4cc255732ca85b38840361f7ce653eb8f756654f899212c4ba1348ea3fcff92bb6cbf0b3be7706d39497de681cda9539d22071269f22a4581db257ff44fea7e78f9558a32e797073454433f80c95ab5d3b90bfada76ae61ac658574f09f6657c8ea4497e9aede26180d2e28ac166e89c66b1681fc8c8e9b90e660526510d2aeb2e7cbb8e4f59723dbf2717ed4cfd637bab156d24d9610ff246c88e93d6734797c1f8bfe6c088e39d4b963bc8126a80450dce418f00bf835515d5a024dd598292689b9b365ffb557e520fcd33e812c3ae6a62c672ba64b6291667206fe8ea8f174eed068c1072440f73d28af5a11e6ac15ec7be3915614a7971250af863f6dea8e06f7273240e96580443c2164ec7d8671253f362c37dcf75da2fd9a21cf153aeefeb5ba4b8707fbe9ce7cfb42323fa90147e51103bc9c59cbb34a1c4ca746c8286004f8bef1a9f44f4aed5540878eb656579e154361c3e6f992e1a3f0cd1ed02d5e256267cb91a0d04caf3951437cbf4658c8568b3521d398f64d6929b8b48a5e368118b19df3a4f00cc243778a58e4690e6f7a42755b4e67f4b34f17b5b068042314718039d9d9b487a765eaf4c081acea6f59601bc476785f5baa536d48a882db1c46f2de3205dc8152f7542622b779944289929593b89dc79090b0d53a79daadf9d3942366a32a7fa30cc9f07d08710e8a57c5b7aa3fa134203cdaf86de044b72bd415fbb20f21c3f1d25e234c04c1bf1a293cbb5bb1b5dbee9736daa7a1d84a6dc4a967772cd7da732a125419ac147b6beefe1180900cef73b75e86a385a35ff42ab5bdd9b2590f7aa2ce9dbe292ebf7e6c84f0933d170bb403d8592143837bafd1dfc9144c262fb15d8943b9ae4593b31efb88f7dd4105db523550d6372b0564043dfba25a1c15dcce37d30c51ac6549ea0bdce2757f158cb6936209d0ddbe98a262d97d90a2aa333418726b8422101deee82e9b853f3afb9804514b886cf18258073e41dd84a78708c1c1f70f14995d18d28179c2eb3cd3b70726d5d49f454d277e29b96eaa0e456560870df42b3080466aa4238a0fb368e073fe69fa27fc0df66054f07ff804f0a26282fdbebd29cf1cdf0e31036c7bc63fa8f74c728e7b738029f21240d2b1af2d1963158d4804b1986bf5c909934ae171b9ba458d9be5e42cf6235278ce359fcdc84432b9711f428680c96570c5a9be00e13b874d3026e6b1ad6e561481542d18f055e09368c2b1db08bbc172ee23cad32d9f7ea8acfb4efea50384e0abbe001d8574fad77f111767c1da556e0d673128767e9b34b1b15e07dcb4d132bf6d6bcc3e21185f277cd3dc0325bf7622844d2402374399e2477285b97acf6bd1ee734cdc811191e135470d8e2812d9d3d111b0c0754c554595b10fb6c62569cead7f4a425f0a3fe20ebf8f9cda7820625e5e5d1b10ef11173fa20080437dd711b71953d4338016e496556d1125ca69de54af440fab2a7f9ad96fc2fa12130d84bf731a66caaec607d0040515bcaab0076342600353dcef3b41d846bcd298f3883656aa6236c2b79c253da9e3a062f3acee7179c6352576709df3588232d98634b67c1d232d3f480c4a50226c081f0bf070ec64f397f7b8ddd6875b4280e8984d624edc28464b922317ea4c10269391d01e755ea329fa9e37733bcc259a8dae7e8709ffc535a8caf3301de3f86ff2e93d7470432560649bdad64db3a51872e6a6d4e1d767bce5892d95656e0eb0571171ac41a89cb2b83d974539850931832eeeafa04984ccc7f8bb8e80bceb983ba57f5a6412ad4b30e8fe7bb122691a6a1aca969377cf86941221352d8a2f1bc9bd120c4f1da420bced0766ef5dac52024e10665c700607ba3f19f7f2424474d4fe4a58777a403b9f4d0b54f8832fcf2b55bf4cc8a2e710480820bc8842ebdf5ca8a6f116c9a9cb30eab3a91b9dfed4205bf79d90d3fcc3f4e2a040b9d367b3364602faf6241470a0cdc47fca79157f48f1bd9f9d05c708253fbd8f6ef3500b897be22fd407966ed4e6780744e070639f61c770eb3ea3d6e26bbd7af9bb968a0b52583c87eb3b4c82d8f1dae1ca514e83743d6b8c609805f4cd5d8cb1566e668b610a70a80f76e66492847b940b71939102cf71cac61d978a374eaeadfa605e9f909620d817c81f0179a91a955c71bdcafb12ea27a333c5ab5765d257b44729918d9e18ba95ae121f765a94bbe704ff879bab86582b9eb5b29e224f737e85be2cd62022171ce6525d00d4ca06a8086adda3acc9a2bada4b7b825ccbe3945da7ef8eb31da9e3b2d7215f47c3bc098668b76e5fbf44ebfd29e1158109172dc2c93dfeafa7e1a07e26438ebc0f02b4e57ac1bb0575145defc336a79ec885e036bf2f4f55ffffa159a4f8608195d52ac5e9ff12b139da363d5925710cb5b12781d2564b4f38eab273c84d5309b0d27bee6f103f09d45aab187a958f2241fd4ed2715973e529d07ff790bed1a3e5e7f4d656ffd9c3584cd056c27987aa6ec8a5320525622145d06ef01735c2ab897bd395ed0d1d17a0209d4c70eaf5a9c6fd8dcc64a6086f822d4c039860852eb385fdccb90f376280ef2251949b4d0cbf03ca985c10f847ed2ff5de57f249e45bd47caf08ed1b85c16b9be9ad4a198f5587f241440f5dfe10db50060b3379fd0ded4dafc8c2ba244694796a46e94395754dec244f26c97aafdde90cba16e97b7166c47fc5174e650b17e7a739655c85ae514628ba790b137df054998e1141fb964cb4b06114ee9c1da2e7b1a1ac181c0ad8c00a2291a603c70383016e44d81a2752affca12e4ee8e00ce67567aaed93c283392f25b5133900f96e1bb8485a0fedbb12cd1b631713832f97881cd07b6012d837ff60d2e208975fe33f2aa9f18fee4f3808d166ecd30c837345d383f23ca545115da040665a9f8b5beace48dbcf8b914fdc50d9e374fce3c652f765be11e009f4", 0x1000}], 0x5, &(0x7f0000ae3000)=[], 0x0, 0x80}, {&(0x7f0000a46000-0x10)=@in={0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000741000-0x20)=[{&(0x7f0000bd7000)="38efefec83ac9b38707c28fd3905393a278c575ab0065e25d4b637cb9f14106d0cdf2ba95ca0efc80c460154bed301f4dbd9135f29c190f1", 0x38}, {&(0x7f0000bb0000-0xad)="e384c5e13254147839a0ddf5ca808b0db8f666fd967769b4f0e1bb884e5de932515fe62294cef1d1fc6bb8171224883c807d5111363d9d20ff72831be2ce9d3c649cb5a64016d00b5f1db625bdbff73c92268ca20f2134806ee0493ab44ba3d6805e6b1dccd963c136c4be0d457cda5611c908a4f9d4e04a6230de71f3dae528813dd08f9046fd7a838c7f253a81a465c12b3aca7365eb22e96cb1245cfc25a4a5dfd0ba31b27e5e5515b0a475", 0xad}], 0x2, &(0x7f0000d75000-0x150)=[@init={0x14, 0x84, 0x0, {0x9, 0xffff, 0x8e1b, 0x3ff}}, @sndinfo={0x1c, 0x84, 0x2, {0x7fff, 0x8001, 0x76, 0x23, 0x0}}, @init={0x14, 0x84, 0x0, {0x80, 0x3f, 0xffffffffffff4f88, 0x7f}}, @sndrcv={0x2c, 0x84, 0x1, {0xcf, 0x1116000000000000, 0x0, 0x4, 0x8001, 0x1ff, 0x1ff, 0x100, r6}}, @sndinfo={0x1c, 0x84, 0x2, {0x5, 0x206, 0x4e0cbbc, 0x40, 0x0}}, @sndrcv={0x2c, 0x84, 0x1, {0x5, 0x0, 0x8007, 0x8, 0x5000000000000000, 0x2, 0x7, 0xffffffffffffffff, 0x0}}, @sndinfo={0x1c, 0x84, 0x2, {0x2, 0x4, 0x8, 0x0, 0x0}}], 0x134, 0x40000}], 0xa, 0x20040000)
set_mempolicy(0x800000000000003, &(0x7f0000000000)=0x1, 0x8001)
ioctl$EVIOCSKEYCODE(r3, 0x40084504, &(0x7f0000f5a000-0x8)=[0x44, 0x3])
connect$netlink(r3, &(0x7f0000a33000)={0x0, 0x0, 0xf7fffffc, 0xcf}, 0xc)
r7 = syz_open_dev$sg(&(0x7f0000cf3000)="2f6465762f73672300", 0x5, 0x721000)
r8 = dup2(0xffffffffffffffff, r3)
r9 = syz_open_dev$loop(&(0x7f0000caf000-0xb)="2f6465762f6c6f6f702300", 0x3, 0x800)
getsockopt$inet_mreqn(r3, 0x0, 0x28, &(0x7f0000ad6000)={@broadcast=0x0, @broadcast=0x0, <r10=>0x0}, &(0x7f0000020000-0x4)=0xc)
setsockopt$inet_sctp_SCTP_AUTH_ACTIVE_KEY(r3, 0x84, 0x18, &(0x7f0000485000-0x6)={0x0, 0x4}, 0x6)
ioctl$KDSETLED(0xffffffffffffffff, 0x4b32, 0x6)
inotify_init()
getsockopt$sock_buf(r8, 0x1, 0x1d, &(0x7f0000646000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000eae000-0x4)=0x90)
setsockopt$inet_mreqn(r7, 0x0, 0x25, &(0x7f0000d0c000-0xc)={@local={0xac, 0x14, 0x0, 0xaa}, @empty=0x0, r10}, 0xc)
ioctl(r9, 0x321, &(0x7f0000d3a000)="1901")
r11 = memfd_create(&(0x7f0000b26000-0x10)="01069a28fb006e562f7640656d3165ef", 0x2005)
ioctl$EVIOCGKEYCODE_V2(r8, 0x80284504, &(0x7f00001c8000-0x7e)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
fallocate(r11, 0x0, 0x0, 0x10001)
[  109.505345] netlink: 3 bytes leftover after parsing attributes in process `syz-executor1'.
2017/12/08 15:39:26 executing program 6:
syz_open_dev$sndtimer(&(0x7f0000452000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x0)
mmap(&(0x7f00002b1000/0xc00000)=nil, 0xc00000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
pkey_alloc(0x0, 0x0)
r0 = syz_open_dev$sg(&(0x7f000005e000-0x9)="2f6465762f73672300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0xdb, 0x0, 0x0, 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)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 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(&(0x7f0000233000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x0)
r2 = socket$bt_rfcomm(0x1f, 0x0, 0x3)
ioctl$KVM_SET_FPU(0xffffffffffffffff, 0x41a0ae8d, &(0x7f0000e50000)={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_GPARAMS(0xffffffffffffffff, 0x40485404, &(0x7f0000a68000-0x48)={{0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0}, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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, 0x10, 0xffffffffffffffff, 0x0)
shutdown(r2, 0x1)
symlink(&(0x7f0000b24000)="2e2e", &(0x7f000036a000-0x8)="2e2f66696c653000")
r3 = inotify_init1(0x0)
lremovexattr(&(0x7f00008ac000)="2e2f66696c653000", &(0x7f0000bad000+0xedc)=@known="73797374656d2e706f7369785f61636c5f61636365737300")
ioctl$SNDRV_TIMER_IOCTL_NEXT_DEVICE(r1, 0xc0145401, &(0x7f0000867000)={0x1, 0x3, 0x100000000, 0x0, 0x7})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
epoll_wait(r0, &(0x7f0000000000)=[{0x0, 0x0}, {0x0, 0x0}], 0x2, 0x13639913)
shutdown(r2, 0x1)
inotify_add_watch(r3, &(0x7f0000e9f000-0x8)="2e2f66696c653000", 0x20000040)
rename(&(0x7f000029e000-0x8)="2e2f66696c653000", &(0x7f00009d6000)="2e2f66696c65302f62757300")
2017/12/08 15:39:26 executing program 5:
mmap(&(0x7f0000b0b000/0x4000)=nil, 0x4000, 0x3, 0x12, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
creat(&(0x7f0000772000)="2e2f66696c653000", 0x0)
r1 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 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, 0x3, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, r0, 0x0)
r2 = syz_open_dev$sg(&(0x7f0000613000-0x9)="2f6465762f73672300", 0x10001, 0x8000000301000)
getpriority(0x2, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = gettid()
getpriority(0x10000000001, r3)
mmap(&(0x7f0000000000/0x4f000)=nil, 0x4f000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$packet_buf(r1, 0x107, 0x16, &(0x7f0000888000)="64537d940aeff53c77b8fc93230ce7b76e100e061959cc9b4500a1c66411147fd2102c404726c4c51a5e67385f2ebbaf8effff3b7d57433099a7d3964595d69ed5357ac75792012e8c47af619e66ed5f5bcb24585c9b3b807562195c159a955e1496b94e5dc5d45f0d8541cb0f8f27e51f487a0cfd577aa474bc521d8e220ab32837fa", 0x83)
unshare(0x30000001001001)
r4 = mq_open(&(0x7f000004b000)="2f246367726f75706c6f00", 0x42, 0x0, &(0x7f000004b000)={0x3, 0x7, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0})
vmsplice(r2, &(0x7f0000fd2000)=[{&(0x7f0000b5f000-0xec)="bbd2135b329787b03a47c7e54683816baa6a16a229bc5163edd425b9f68b041b28d3e667ebbf6e9182ff2696de6e85869c89b5a18b75373701ddcbedfafb12f5a83ca6696c8513aaa7c18c3ecf06e42109b2decd44450b54b87fc17106e3367a0d4d394f310fffd4265cd228dcf6cd93129fc58c3a2e7732d3e113f767cd0dd6e261189dff5b1fce052076ad08a61dcef77f5697c531a009a436017481c35dcdbca7ec43b3471f831c3f0168c990dfa1ce6754e3200166f1b41e090a46780275a64eaa22c7837b8aa19f38782ae06e929671f72fc20dbbb17c680b55d69158fdaf4d2bc88e42248eff6d7c91", 0xec}, {&(0x7f000000e000-0x87)="9adc9df5030fe289c0ba20545acf5f6f408ebfe6c7d6b2861da25d5bcf200f78654e4cafe1d8fa5eed52d7f46169fbbd8f9486cd9a01356b5dd7dcc906fbbbe85578854ad54ce5541d42f298b84b7ff73706539ad34b34d99e90bc4e8d4bfcd2975758b95aa1dc4f7634be0516cf9aab024b60df6920967402a8f297fe83a09b4cf4a778a70fbf", 0x87}, {&(0x7f000095e000-0x78)="9fe91b5a519ebd6dfe3ccbf20ed4e03f9a89797020bdcf423a1a4bd8633a67cc39d935ab86494f903b8b3fd1f2ff09d74bf47828f89bf8ab21dda364362fa085f0560f574786fe76b260348714fa1133e293248089353100a883fb5be3c4599a0b3099a5e418ae8cf081330b1f03d65e1862cf1ac4269293", 0x78}, {&(0x7f0000a3a000)="ad74aa5477c6de431ec9d29adcb004b2eff83c9e29cadb7f5b4652ca61daef84bf43c60e613bae6008d3a5c8d89e304b37c6d2805c44b23513855d9f78599be72f179661a2b0991b5252d5f21180e6b947e40774a992ae851b55744c04948421403b481e102dc9eee06a95e9a435bdb73f71c139b04e2b08b14357f5bc2df934f6b32656860337b3150a2a0fe668ad51039214299ebce5c6d6f56edb07b8ec09e6d6e7d72fe2dda6d079e9fca68aa86a1e89d6ebb802efcb54a348bb4db0d8d63584e4992ec75a089accd27dafcb412dfd33978f1b9b9175fd314994742ceee107e71544abc1", 0xe6}, {&(0x7f00001a4000-0x5)="c8faa8648a", 0x5}, {&(0x7f0000e75000)="6b16b8b7302683a78ce260a31ac04f12cd0c4516b014125a3049c64f4311a85ae7dfa90f7ef0a4e7f77db5659f8a484b915ffae6e8f103da04cff351d9380591febc1cba4f0ed32e74c1a4347520ab25d3f45aa185ca1b0aca1ceed9361efc7e4d8e1f61345eb3cba03a13164377b43752944df108fb69a7f2e0f0614bc1835e7a79d0b864f3d6f60cb119a96c7ec844d4f8a2b379c253940ac23af16e0eabfe88828961f07e2c285b46094f120c60a510809a2129487998753b9732d2b96f863b960072563972da49ae80ee2382ed0463ce357539bcbdf6a270d4b82480e5226ed2b0aa8ca44c92494da59c1db3e96d394ee2fb6e14878200cf20a2708fb4cc7f4f268f1951a15ee2cb561a01c7360d7abaa6f4436ff875a695b9ac9892e848aec6b867f35379488ad0ceb7a55269f0e0e6555b70b277b8e108b098f8c30ad281c25fa269e34de79f5e69ff8173dee9a9ac480c3b8319f2314a20bd97443a704b658730b27731d4f17890982dade5dac16c57f1fc110fb87e90334fb56d4190b6aedb9fbc6ad5592cb123b76facfd32bf824c76813d9106424478eb29c9c37a7ae87eff52f11cee7b39dad05311be441adad55e5401ff12e1a22a11c3bb9e0e2a2cd60f6d2edcfeb9b577e051e3e738751b01955bfa6e3092891f4228d3d0190c15118c6af6e9b62a9824fb0faa831dd683dcdab9720cf9e44ce0bac6bc70cf330f4451d776cd748ce7a50879a072917250c9108bbfdc49c801552d06baca26d8cf5deeb0911fd04cdc199d45c659435049928ae4a21eba7687046647c1edfa66dd189ff0e4df659ae9efc6dca3858bb6d6c2646b648cb2718085fb8a08a4490062647933be2ba6d592ee3a7de757087c917c3845c5d2611db8c8d3aad608ccb96a7cd5e1a0f8063534f5d3dafeb9d3efb194c491bf44da281f03fdef743dfbefdc3c9c84546b06c8e778ed0bd5ee976fd58903ca6efbe70b6a1211ef4f8f0cd3393b0abd07cda04df5b96e8978f3f1a3771dde0ad7d5cfdfaa16c2a1d54261b245d4668831f17be2ab338cc1f118a512afc88a4fbd8af479658a9309bba80c9f60e5cc59e59a673fee9bf2c626618050cd316e99500f42af231a78c1e827ae2873c21f4afe9a25f849ef78aff3be2df40e4597ab6d87c24021953d1e2be9c81500f31f2f303568071c242119302e274949d986b47867df34bb8b6056916f04dadc66dbb60cc26e7ec89a87c3c0151f03a657a8e82b34d13b8e3e87cd662f05cf34f86f8bbe0e5d31ec6f6d2513c7e8b30fc6ec885858da0fe5cced96e5d03b964e54fea8dfa7e439921e8571cd5ee7a838e878209e479d50e8a4103246453afdf7053c7bfb42ed5f9b0240bed42951782a2a381bccbf4c3180456fdbca08aaa07e17da48e03002800261856e9f0702e4ffbb55a31a3833bf5a965c55856c938d90af1b7c6bac062d5435dea4c800c2e674bf39ce58f87c0a6aff5fad65358cac26dd9f9c764fc8f827036b5ba9219cc92a081d1ab92f2cae188b184c800dcb42069baf8d9424b25b641ca4e7a149c04bf2dbad913c2a19b4e7d6eadd890062368e9bb0fd81ecf3c6d9c30501c923e254a3edf29b92568a70d3f5a1418de6eeef6195073908fb81ae552c844e26a9804e61bfdd12aa7884e43552b62f130e2ec6cbaeb7d167bef2c3feaca9911c70861158b3bf6234911864be8ea88d15165e490db11b374b441d303f2321f7894fc2cb792f4a024e5d60a5276fad17c7a1e3bcf5000bd814d3f48026541f6d959df75b3543a8998dbb5921840050faac9bf7de219c3faa0f20011a3848a232431cdb68179479897853b7704065252e34d5d3fc227f7c419cf94572c4d888d7a157d803ca05e77772452e730ee9a5409d0bd4e29d90914f0b3412d8e2a44c0964251f7a0b91ea6d18889e17e6f8255f90ade82131bf34932ca36a0750da9d103e0a503068fc34010cc49c17e15184ed28774b5516c337f135b74ed45f4ca59400bbdbfc34f84075c0cb3ca244924ab037eebe814281ee0e47127fa008576ce75e3a5877a051622f3847f3ae4f5f023a00214a63783369cc25a310e0ff465169a3351a05a0b59a476b1d7fab6fc7f087278f1ef6c4e8ba0810ab8f4d149595c1deaf54f282e1896431eee2da4c14ea043dd03446b033eb874171f4eb4009711d5993442fc799bcddf2ad71eabe497be8777d19d26e541075cb65b253738024fa57854efe265a9a4900e82ac6b833b453e04bf7561ba44dc8a774c631d494584548a0efd49df334ab873ff46c6e3ffad275f8b3b029260e561a1eb6f34dc49cee5f53945de06b8e8d8ba9aed407af880346cab6770d0898ab50d4bcc31a4cad2e0fc541755e34ddf0206266665f789826a2ccfee297e486d5997326a1bfe97aecf9f83ab15cef122a3860c76777f335f5e8c171e612504ee41b2c0dcc715460cc5de275ee506acffc23b013e3d6a088df5091247b9aa7eea243edcbd4d8f3151730a8dd80b6a1fa65809490c5a0cbc5a9d00c761fa03ab3f02324b2e186f5a50775c3e28cf97096201959d6b379e8978734b7dd52e0e3d007210fddb10de04105383a499301b8565ed22c0adac32197eb9b3b4143ff3232af1cf568511ad7a149f1d7a72d99c43edb8300954a31258f05e0407e1070dd9d44cc88592db511713dee5060cb45a3b086a9d28ff65872f2d0c33350b6dc5dac2a86d11b73ad9087295a1ece817cf57f0af17f47caadc08d4b39e3a7df06ef83e825323a490bac81fd4bc1470a7482529f5e388a0c99e4490b9ae2196b7090823ecea36817411404740038f1d9e247525ba8b843ef1ef6428943a9388cb1875c04b3728473307c35899b2c8d5974db1caf6d7f90106722a44d06ef292001a4b042770035981c0cb224e328841671036aec3716d20240892fa628bf265ac0633cbcc3293ad5f9cb523abd4ebd7d077b2a3c25a1ba4c78fe67689456300e7cbcc1660a61791f7059e2769bf02dc4248896639effcfb56605dcde1a251d5761854c7f4d78ecd554a343e898256f45a92dbb90f13d73187631fae9bb0822cf1f55197ceb5c2503767c6d4a561131761177a6ac12b098d3a762e367745275ea26cabd277eb7b01c5f0505d6eb28b745d23b9b0b27199fa988057ef6f5ff72703082d86cbe142bd7d035d3a85f2e40fad6fe1d0ee87d786fc7c9184a3fb7b0fee27af3a32f647b5e3bcc24514f841f96c18f787c671ad9e3ebc8a2d755990f253dfbb0b62294204ff9e20f9e4640a1850f13cfe8a33e67ac8b51029ae5550e9667c0e7861845e34356a1558d899eae77c58f605f6cd70d107582aaa2cbe2ca5725f61e6d29f17693408d15981072d7e6af772142fb9a2619ea3502b3821110ceffd879b98750e056aa0c0d51a1fcb117c7f7a565d9232b65beeb2b77a0757750297a35dc9fcfee80f8b7363223059c248776b4eba8f636e9240e680885985430a84426c3a27b02b3ab48abd43f1c7f0fae65a641271402e241ee0ae61669392822707f6794814755baf9436d4756cab714e008813e4d0a844ac30696dcafe51d578329a3df03f125ff4ff272680e382cf36185e422772f281fc9175d35f763258545789dafa263e4906cc6ee989ca383a78f9a0eefada0ba3442eea9815fac111592529e8c0b56a9c190c502d3d62ff1deb91b8f3e5c340239992b9936c12a60ff229414d2f04a3d8cab0b46cf593b3f3242a68cedb901ddb5e5db1c883a92d88b60b99842313343269d59e5db062881d169c4b1d05a5221dfdab23511c857727b04b4698e13f925311125e8c65df37fcb53b65a7e5a1c667f6020cb89541318e049ddbe4d2215a742078403f9b35d79b83fa8c4c2713068b98826c5fa5d73e094fae4f3b914ea568685d6a30b86afe356dd0070a5079abd86b4e3ff766925ea0c2d5cf4de64508101b70d5da70d26f795fd303b5478d79887e3b767c5ddf85ff7b188049cd3948f2e25a00386ed3c36602151a0b74f4becea0f63bced0a0dd40580fb58221b8471f007eb4dd8c15a831033a03b1b047a1e72d9da04b983d5116bd15c4bf4baba70ce5eeb7b1d5558ecef779efb2eabd435052f8261dfde7f793be3f8c8200d08fac0c583215c29bfa2ec5b485cd7aaddbf9529383e3aea9d8f41b8efddf7b39da9c334673cd3c0401d01db6420409c246ea8dcb4f0ca91b51975eac1e04bf4ed5df495f8313d603bc38f018bd859743c00dc44ba071509815c5132f93015a3c7db74c6dac8c2ab753bd83a60be17e579a941b1fd761983d7d95d8bbaa04093889275bde70604128ead60c01905eb154d759069c093f5fb3ece3bbbc1d2b7572b82e133b7f68345eca7c49df3b0189eb5d67d390bb76dc0165fa6e089e521fea506e52d7caa13b8c222b50e023aa62d9fcf35f69dc7fdbedfb1063ad7803e0c2a7a6d654c4213f2b0c972f1b67fc223e2da3ae6bc2072817bde3167154e9e928f65a2cc1d1bfe83612608d6f1e876c1c73d3dae6f0481093bd5353ff9d5672e539f4f5a2b0b1569db7c495c482d392cb5d742efce9efdfe203f3f95ef36118ad9b11ab422834a06d1e85b1c76ae994dd2a342cfb1816bd038c723489ace098cb7629d362a950d3d8a52c616e3c98a68c5a7b527fbeb91191df13f8ca3efd2100babba679ac4d40d02a32c14e638fa5cfa08f39588705b182a6ef73d7f672701bc8f7c146cba465374f60ee4808343e7bfe40a08f9b253f72581a1a891adc402f53c5b54dd173d1da36c3ca7502eedbcbc2cbbc92df31439a2ce4f1203e09ef7afa087425444d423b674af36752cf916a5b15d25cd12200b51a87afaf5525257b211ffdae9420eaeb8dcff8207cc9eea7e797405880a260b5767a7042f1403fa33b84428fc48c6db8c4c09d57a14d9e24cc679295fe58fea7b474da6a83ce7f49c84352e6aecf455ea0fb7de911ee1e5c0dfe09c150161c97f0dcb53e596bca2479368c6f10daa2b7324226ca57179e74b4d8bd5756580abcccc0bb5f3da7c271289dc1d63cfabd2371fcca3ade38bf67fb3876e5765558926788deef4322de8b9ee9decc7c6d096dcb96f8216d8db640198d4361b81c3c8b0c629081496270bc234abe4d1bc5dc932febb0167a8923eab37ed58cbf79b15f600f8f74791c1764e32e9a2d03105a2e6038f6817eff5ec6c400948d6494012f2f13070082d83249887e5151b51570cb215466dab0df1082d304a0b915703240e5ebc886829cb43f064a7f1b09bc3e82d0d76a93fd642a2ca68afe1effa06a58d9386e056b821035cba2cc56b73d740b3ed3804256a60caced76af14edc6d6f331c77cc2c2fb1704a63abfdb71384c2f088e3bc3b5b5884df8441d8cb7217e500a8631b410d9fcd879ba8b7e18acf5b28162953e32c0632fe5578aabb61cecc1176b5bcd9bf6e64a79967a9f1a26b27718194039c8d7f008cfcbe4e6d3296085dff020a51206593c69ecffecb29bf4e1b76dc0cd19effedb3785ba7d063d57bba728b5ff139b99ee9669e881c9f049db82315df3042edbb7e42c872132b4a2f11de400fcf3ff0b17ce85476021c9db50901d5b1f44c144309a390dfc76f487c8e54bed71a6f10e64488842822cf74a6914b050db656e5886fac2dd4e4c4d465b77d1f7a89ddcdf14351ab0326c41dbd1a3cc9fc0c4fcec7b5badff9d78c7e28e92ee82d5678c113dccdb154345d8b254b339e7f98ca1a2feabf693308de1fdc2a978c13d13f568b3c23ad3e20914ea431097edd301af0ec9300c4079c70754aa3", 0x1000}, {&(0x7f0000fa7000-0xcb)="21a3b63483e296afb6b8dbc85447dbbaa42f4387357daa526beb353cd5799a5930c793f4c2af5c175e0a2d806ca77bca07b1e0527444634bd58b1a262ccfe74ec611768f95be767c350c9b861539427c2f385270d4f6ed72282a15461109115e2ba7aa1b2e8f38e3c226e9816057e7aba3f14a501e70f8c5e44d7b3309ea471b58d677b488619b25387b7b49562580adadbc1e32e1501fbee46aa78a424d9e78cc34ba584ffd06e966bb6946e637697fca39324d99814d67d710af4aacd2299074674f9acffa4a2f99313e", 0xcb}, {&(0x7f0000ca0000-0x80)="ef4327d843ab3781998408bb07a8630d0a9491b019cfcbc64de9a040cbe913e120f3eb059d382737db37b8ead496521e4ca6c0c6307b74b12937db7ae23cf096ef7b2025d2bf041fead4539481768c2bef92ef85ed912f155b7319f911d4f2dd0f4cd5cd8d2273fd5eb2919badb51b978e4c880a55ce32a7fda2437a10fcee80", 0x80}, {&(0x7f0000929000)="444846835043eff8b1e0d7d1ba19c598589a9aacaa49ae97915eb7a369699b", 0x1f}], 0x9, 0x6)
mq_getsetattr(r1, &(0x7f0000d33000-0x40)={0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x13c, 0x0, 0x40000000}, &(0x7f000004f000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r5 = open(&(0x7f0000023000-0xa)="2e2f636f6e74726f6c00", 0x1, 0x0)
sched_setparam(r3, &(0x7f00004aa000)=0x0)
openat$cuse(0xffffffffffffff9c, &(0x7f0000fb8000)="2f6465762f6375736500", 0x8000, 0x0)
mkdirat(0xffffffffffffffff, &(0x7f00000ab000)="2e2f66696c653000", 0x0)
getsockopt$inet_sctp6_SCTP_ASSOCINFO(r2, 0x84, 0x1, &(0x7f0000d49000)={<r6=>0x0, 0x3, 0x1, 0x9, 0x1, 0x8}, &(0x7f0000e26000-0x4)=0x14)
setsockopt$inet_sctp_SCTP_PEER_ADDR_PARAMS(r1, 0x84, 0x9, &(0x7f0000846000-0xa0)={r6, @in6={{0xa, 0x1, 0x8, @loopback={0x0, 0x1}, 0x9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xec7, 0x4, 0x3, 0x6, 0x16}, 0xa0)
ioctl$PERF_EVENT_IOC_SET_OUTPUT(r5, 0x2405, 0xffffffffffffffff)
rmdir(&(0x7f00009c6000-0xa)="2e2f636f6e74726f6c00")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
dup3(0xffffffffffffffff, r4, 0x80000)
socket$netlink(0x10, 0x3, 0x3)
sendto$unix(0xffffffffffffffff, &(0x7f0000e78000)="e29fdcb1552c26e8b388d61fb142b94a3145036ec5dbee81a9fa3b13b0ed6b066e5e19002f2e3b86d443abcf0934507bbacd27c39dc53221304b86b90eb590cffeeb74e909db9941", 0x48, 0x20000080, &(0x7f000009c000-0x8)=@abs={0x1, 0x0, 0x0}, 0x8)
2017/12/08 15:39:26 executing program 1:
r0 = openat$selinux_avc_cache_stats(0xffffffffffffff9c, &(0x7f0000ded000)="2f73656c696e75782f6176632f63616368655f737461747300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xafc000)=nil, 0xafc000, 0x0, 0x32, r0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x14000)=nil, 0x14000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$usbmon(&(0x7f0000009000)="2f6465762f7573626d6f6e2300", 0x46, 0x440000)
ioctl$sock_inet_SIOCSIFFLAGS(r1, 0x8914, &(0x7f0000004000-0x20)={@generic="c6e24875b8dd2ff852dc0fdac6a348d2", @ifru_flags=0x2100})
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$ptmx(0xffffffffffffff9c, &(0x7f0000016000-0xa)="2f6465762f70746d7800", 0x42, 0x0)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$PIO_FONT(r0, 0x4b61, &(0x7f000077a000)="3a83a038e929005dc029c8411fd93bb68b361eedebe237ac36094f718875ad9fd171d674a00864a44badf445cc5661d699b229000000001d000004a9ae6623c9567b9389f4eb889c4f4a1bafff22310a964e00566ea91c535606bda0394bc5bc0cbc2b6cbf8d19516f070400fb1c633a269e340713733c4d8f39fb368c16d7645a8c22615f2fd09011a8279da090b76e9ab9315eb68249f635f69d9d8a27edaf7ec631b7d701a560fc2250d0")
ioctl$TCXONC(r2, 0x540a, 0xffffffffffffffff)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
r3 = open(&(0x7f000000b000)="2e2f66696c653000", 0x400000, 0xc0)
ioctl$TCGETA(r3, 0x5405, &(0x7f000000f000-0x2)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = dup3(r2, r2, 0x0)
writev(r2, &(0x7f0000010000-0x50)=[{&(0x7f00006b0000)="8e85816580cf9a856a60dc009a06e48f88264ce0327ca3327cdc489be9f5111615aa670a05b051eaf3c8eb036d24fa836f516672328c4bd2c7a048c962fefaccafe613be179d45f290c1db06adfd58420e58f5efaf291aaa1e4478fc51256d235db31b1d696650c5c88a4ae3287102599505000000000000007106e14aabda81383338a5cd37d66c36edc074b1835bcc4eb75d8410714a6ab310f6c69144a856236bb9fecf08acd7a71167c1ef8918cc5dcbe6736190676bad044e95689b55dbbbdf8841e202824eec416d24a31e745417d41bf82e99edc075778d888ecf40222c802fe576f82b0e9aadb08d9eeb22cdb4dfafedbbdae23af13fa7e1c4db5f7ea8aa8cb7bd4e3829726d046b3c7c409f686aa3f6fbfb167960acb66bff0b821f1c4c2ad619b5669e8e44936e9b131d7e5914ec1ddb351eb178554156890f2e2d67d8965ffe772bfc22d67b210d85070354ed165ff7e871689e7cb9c0fe2a806fcd11f62f7eb1accb2d8413eef64e86fbfa9026c8570582ef725c4d57a00874ba88b4671efea7e6a7a4bba11e1838bcca78f95b800d202dfad7bdc1dc8b0eb64fda6c6f018287bc8e56b1cb63a608159e88df6f3038d19836be0901e5e797c908477c8413b33f0ce445255e34e3655b178d75304b7a488f8e4ab44d40fd044da71325af30ae7e76f958f4ceead6dd268a9f24834c814e9b5771d767360bbe10539ad4c492188b73db8411fcb1631911e7be8bf99a8ea435b21fa9321326e8fc2a9f26273657618cb8c1907aebe17febd0032f468f42872088136fd3028232eb1918ffa097000000046a94b7766c665816d262afb72cba6c095368535fd8117d9589d552972e916ddbc97b7c54c7e2ba089619f129ac21e328a77520fde407659ba6619a2b78a8ef75b75d5fba7c9b8be30cef2799aa4979ad47ed84041c13056bb18cb7721d5313bdbbb3c46edae351c4a7cf5b1f2a9ceadad2ceae1c89142c7251a4fcd896899660c108ed2957e9f15e0b6fb4fe94797540554b06a9dfbee7944ac51bfe8350b5c57c0a29ffc459d19b5f70a9bfa1f9e929094fbb5f2e7f344af6592253542d254369d89957c0238b6d1f814725237ff720dfd2a6654cb8f4ccc646ecdb9c11f321f38ccdd6329a3d14ffbb1f56d04522022f4f1909bb22a118513214bd876d96bb35c3fc71eea5017ff8c8ed5c710f33d46612757b52cbe401c05e196c0664e4df7757d490db18b1e6002ccc4e93440bce877fe67b5f4902d654c0ef4adf12bf716d3ae3bb100286beb0937f7661975967caf9b4e8caabc8f2bba24f2511d5459c84c30e918924165a58beebaf5b8ebcb1397573c2995a531ed59efedad0d7675f5ee6bda46b0f0f2603786c54dd187909bd0f608d32cca47913738db2a67b2019fbf76a1fe29c885f8da646281fb04b8c833de7b40d7aa8ab0829", 0x402}, {&(0x7f0000004000-0xb2)="6f82a3915eb8b653e8e2a18a98a4a2f0a6e249013c3dcd53e3060056db45c31db7d45ebf2b8e267af7a52aa2c03f838badc700f2e84b9b03d5887c6ab5e1886cfe5353e98cc987149938f06d7dca24c1934d6bcb4f4f09004e296ae28fd0c93ee2fce701f196767385562d26b211a8a1c74b73dadba3828ccdd017008bf3616cd9b1814868fe3393a79b23d29be88897fe36d7277ea161dc7c6b828ea4afe38cec4dd705c60e138b092f56d34c0004443d81", 0xb2}], 0x2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket$inet6(0xa, 0x5, 0x8001)
setsockopt$sock_int(r5, 0x1, 0x7, &(0x7f00005ad000)=0x3fb, 0x4)
setsockopt$inet_tcp_int(r3, 0x6, 0x1ceb1bd9023cd809, &(0x7f0000709000-0x4)=0x2, 0x4)
pipe(&(0x7f0000de6000-0x8)={<r6=>0x0, 0x0})
bind$inet6(r5, &(0x7f0000cd5000)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
sendto$inet6(r5, &(0x7f00007a9000-0x1)="", 0x0, 0xfffffefffffffffe, &(0x7f0000f63000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
getsockopt$SO_PEERCRED(r4, 0x1, 0x11, &(0x7f00001ec000)={<r7=>0x0, 0x0, 0x0}, 0xc)
ioctl$sock_SIOCSPGRP(r6, 0x8902, &(0x7f0000036000)=r7)
getsockopt$inet_sctp_SCTP_PEER_ADDR_PARAMS(r3, 0x84, 0x9, &(0x7f00000ea000)={0x0, @in={{0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3, 0x6, 0x1, 0x5, 0x5a}, &(0x7f00000c2000-0x4)=0xa0)
2017/12/08 15:39:26 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x3, 0x7, 0x401, &(0x7f0000583000-0x8)={<r0=>0x0, <r1=>0x0})
getsockname$inet6(r0, &(0x7f000099b000-0x1c)={0x0, 0x0, 0x0, @loopback={0x0, 0x0}, 0x0}, &(0x7f0000754000-0x4)=0x1c)
r2 = socket$inet6(0xa, 0x1, 0x8010000000000084)
bind$inet6(r2, &(0x7f0000710000-0x1d)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
sendto$inet6(r2, &(0x7f00007d1000)="35", 0x1, 0x0, &(0x7f0000fd0000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
setsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(r2, 0x84, 0x72, &(0x7f00000f9000)={0x0, 0x9, 0x30}, 0xc)
setsockopt$sock_int(r2, 0x1, 0x7, &(0x7f0000473000)=0x5, 0x4)
setsockopt$inet_sctp6_SCTP_DISABLE_FRAGMENTS(r1, 0x84, 0x8, &(0x7f000035c000-0x4)=0x0, 0x4)
sendto$inet6(r2, &(0x7f0000e2a000)="8c", 0x1, 0x0, &(0x7f0000490000-0x1c)={0xa, 0x0, 0xab, @loopback={0x0, 0x1}, 0xfffffffffffff001}, 0x1c)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r0, 0x84, 0x6c, &(0x7f0000f63000)={<r3=>0x0, 0x0, ""}, &(0x7f00003f5000-0x4)=0x8)
setsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(r2, 0x84, 0x72, &(0x7f0000a92000)={r3, 0x2, 0x0}, 0xc)
pipe(&(0x7f0000164000)={0x0, <r4=>0x0})
setsockopt$bt_BT_RCVMTU(r4, 0x112, 0xd, &(0x7f00002eb000-0x2)=0x2775, 0x2)
sendto$inet6(r2, &(0x7f000000f000-0xe02)="bd2e32ffa825fcec451d2b7a89598d49681459593dc8b0d95a423b46ccc92f3a06e5fdf31c06f1da539671e12db8e31091b12045ee8ad740b2ee9bb7549c258e913d5128f5c4c8e755223c612050f5d89303a236aacd593998b37213572aad42c3188a083689ce3248030feaccdd929c03403326f6b736195c9aea8d43e07317db6b8647e3aa9eb04ea150e799f354f1ed86c3170fff52351ff2e2d295b6d8b70ac31c4b15326d2df54c3b660711703d0f2338c39aacdf7bd9bb234c0236ed2bce67c75dc382057c96eb889e3e08d1b838cb417c58a40069c40d300b2e5410b8a0b9ea351ed371e648cd30a30755d3e50f2c6b39bf7eca642b7531eb1d63af771e94f4b25ffb3255b7e32a4d4cf4c7e7ff86bf6b3496219605bea5ddf556f83421814a6b4076f4eb097d0e1650dec7087843524c942053c7eb8837262d25d7269ca919b942c0506ef2ba0ea5cc05dcde40679300fb3c1d89498ebc23f151567db27bfc491873bc34b213a1950063f7a8c25c8809b5c5dac97f01078e3668d83883ee64b0e035d47c3f1de992ac9f72d7f73ba87c1318df1084d27019310fe6a835d5d47e159e638563ed06772eb3e452e513e3737f49878b8c3f0f3c5b6a39c8e7b01a97a2648a61aeb4c2799a84db31184ea11030a096636448ff60fa7b3094e4c5ccbd1de6bc01d8666a15d26b564a23cf02749cb352b0e21110470d70b2058cca5125e13f65f8ffffffa520a9c5a06029d9c01cd1563461dba81bdd00659a59688e6863439e573a4875677931e83da19bffada6e50fbdc1b3d04b9e9a9b71080000000000000024fd0599d7a2298d5d2972fd4ddf4a0451550918400937990d72663c26f72962a67408467d7e9abe910cd53a11c84d1776ed5a6e5f309efe8ebf4fa410a79f2e60f1e335461a796aeaa334533bb776876adad53d2ed12e031449649e41dbff3533c033906a27e879acd80b7e4c6fd7fc39d5015da2dcf5a86a701c19fc4d7cd08e9b29db1aed063c081ad6114ed87ee7fb9942065a0e9bb79d9f9685bacf51e504b53098534f6c1d1aa8dcdbbc701cdbf3ba39ffcbab22610e401b17a709e147fc1e7818597daec229c48decd2c1ba3fe199327edb0ed5940727879c43214dec1fea79e624aeb99e659be4e70c63ac62656b53a3bc89ea89f68bd01d8118cb588bf157d8a1727faa9d6502d81841921c7656e823fd861a472152dbd2f87f3402e77ba2550d08f03720cdde9bd2478e2e214c52fe9d75b3bc40dc77155506b456948504aa4c26381641e10ce3c4636e8bb69818105a1d401513045d76138c2568427980a1420bb06e6ba8495fda5e6549c3f0e425e1c0a49bf5a82123f209a38a0fda6b01c19a84b804f379d1ded717fc96296044f3268a2b6dcbb64622b0bd05e42beea5cce693f3461ca99d9adfd5b774ce61a83af7a2f3ef27f27a1ff67fc9fa3267b3b0fd0875f1b39a612f956d860b5ad38293469572435b30515d2269f4a413cd03b73feee2a938b73dd985b2351e4a736254429d63325802cec86584c9cf80260e12d40d58f9006dd1d3c8ae6a9b39644954770b74ef8be4177e680802f3fb09ccc2277a71fa13f7a34fb396dd90977f5672a34aa0af3541de719ec87696b3cb2f85b25457408a1efac0c3750a64d0a301010000e05a7b8311b6649289bb32efb384aa9e3e8601aa565e9077be4b91c1ab7aa4bde1d1e46f5703c00bbecb3761a47b7e36a7cae332ec3f2019786949ca3160981377539889787e0578edb4cc707abe5d112e60c1076dbdaac098db225abfd4d0fadc57e45d859dd01396eb05388991b3a37afe6e7361511c2f55ca58d543a9586878910ab0e7deff2409b0e775c188d04fb04855aa09cf441d0236aa6ddb9e6edd8d782ff3868fbe896765b79ec2ce715d46400d1573eaa4593f02cf4cd23173e34d7410a777b21bc5cce2b393e2f716a0d002dc5ea5d2be4aa23571d717a2562fa2f9975619f13cd3805676bc2e0f1008e5849741a58bd30334c9396f551a0fa9df285d0b36c6184e67613d7215c4923598e33394c4a4d3dae972de2f76cdccccf01a58f92a8b6078f360a09eca9bb2c58ac06db7b6e531e15710cad4d75738bf131edf9339a196b59e7c1495f16a77daf484375cede609bc1005c5278dbad371158bd6d5949326ec3a187c65666f433ba225b6bfbbeae793037b10e7f82e2ca84c9b22607d04dc2b0ac1cc1a6fc8615c5bf162e987fedad0ba33102c68e713fcbd7bff9ccc5e8d4a022e24503ac1316123a921cc8e666476fe36c75fd8ba70644c6d328735696a6d53716a82fccf39e8d4010e72d60c20a1d027b63626288c88e42c322dbbc73cb3eeb602758f579038d9dbb0d5309ea371f1cbcad81071ac743a3e8765090a109dd2b5f048822a2768a2df952edfff7582eaa0c586c68dd0072524c74b132cadd6cde57babf29e483dc60412fc48de213d088ae0f6116de65274bf024b2855aea8780bdcfa5a89ab8fff9d3dda53fc17a01a6f1f597d889d5735700749135179937843f578ab375812f716362d33240ae438ccda28df0b2d250c87950ec37cf5a55f3bddb4637765d3732fce0fa09e1e5495538cfe7a08dcd9b0f37bdb678d77c88586a38aebc5f9415c7e836d59771f25252489e3250abc0db80806a76a5e7afb61036e50f08c5eea63bae194d95199bf38ac46ad2b5437b17adeb1f651d6312952b89c78bff7783cd139d63bfd00e53fe99924de13fd341eb108ce3764ef270bd7a9698ca781cef2b54854fa4fae634f9fa101c27af60d75dcb3870de1fac442659e34a77edc2da10a01826c1ed276500b3fbd924e48ceea365e5a2bed85b1a2947f460f052276cbd70b00a7d7fc58e371b27a31146a328bb75da874a16c4b7e0257e2351d10be363b6805ccede62b630557726b457703492d501060b8939dfd45d86ba4c492d0b7e5793e4cf3f55e4db6290fb40c9b3778f252c307b13753bdd0a9e97d68f2e2d15de85068c2714987cd4aae3045be360ecd335317008064593ea289ef5369455f336fc7c19151f17e7672eb677f1d35ab86861b5e98b57da38104c6b6768cb193a3ddc739f52ca6eb5c62e50460d2f335b8d1d6a39a8a4ae76e0eea5e9f455f58c7d3d55c9ec96526429f08414718e61b60e8d08964ba1bb7c00924fd92b4dfe177eb255e1a019b95691cd45ad00a6512cd3d2f3d345a8565060eb44ceadf81a7c5e7348bc991f7a36d5e585780b296b10a5e710ab2e7992b9862fafc5c3cd2d56b4d8c877316ee351fc7dea8c83a17e35a02b319f99bbcf9488002640a8db5ca4d3f4c583fdad1a68825cf7c11aae54477e8c566a1a29dd65892236a3db82a3615302d1704c8d86d2df0036606054a1741653163b93c04c1cbc2c359689ed12e250360873c0a649c2618ca69fa808e52e6c97d8a3e87f751b953274edee4f1a8db5496bcfdb70a12f70d0240be526661861eb82fc66cf42c7200edd0ca591450b33b3e301abaaf6f0cf8f210685b531760cd7a3fbb18c4c62ab1f0f9cea50349d6417caadafd7a536307b74f52ca6659c028e177344b2bed4e069493524847374ca3792c3e199a6eff2becc84a1efd32af941f987af19dce4cd6eb00d84fa54bf95e58c1b8163639cd992475f269b2ae88f35a6d82375854d4536f5c85ef8f21e5dc6fd1eb70ebc839051351add878ec29a86a3adef07c6525cf35d59e8776bc50778f9c62fa850f88d3c437d47043e294bea4cf845047dac50f252077c43c858047311f4ae59f09183d2e08d16ce8fe7f3564191bd907a97491bc8efccb3774cb2415717f9cd5ad7ac90733ea155ce3fb9e5c47f45174dbbce08b6a33a023c34ad7867ba00ff4c2772131338f0168e18307523eb07e14ee1296e84579aebb8787278f0c91ad963b3915186f16035089d0f2a0156058a1fb572abd2edc035d09368861d6a3db378850330bf466457d0008224613b78800087dea898c0ea976c40685f1bd62df17df6e55183218bf6a0533cae8bc7bd4cef743f196b629d14b2999ae51756f1dcdc270a8ae3f67eb025c5e151aa32c70d6f1d7ed52fe302e7f3ed35d3334ccd594eac47e26b5883539801ac1824284fc251e7183cf2074a646af30204617e6728667a2a3b7e70f8ea8968833602aba06dee78a1ba239968636353dcc8ea3f3ec7f90cf440ece39e110ae5c918ab7141c722e409e3345eb154c711329b66110ccbea2cbbf4791707db865287b3a40b7a4d1bf853a7a99d261308de5e48e8e48141a3a06dc00e3c50800a15004b2cd9388fe508f6164f75307ac2bde66ae9dcc03ff99095a6b7b804f65e428efb727439708a9883e04d54d7a95313b465261ce66f80d016ffaf2e861c1d79280c5acd626a642905e4ee6d81b084147b074c3baf52731fefb41e980902a0b517b2585c09a0b1bc8043c0188af224e00d74258bcc6dfd51cc3b69c1c2d612fd2f2f6ad2669a3e1c0af7eff042d8132df73823a58ba35f2b795f9c2892655cea28a8ec84f3ec75abb11003dd79eb08e73f7054c9ba6cf17ed9e6c4f110f7260dda8066c947052a55f041aad56af9d6026ec2eedb1992bfb0104d608b62ff7e030b8f83ab157a684b1f1e0be76ac0338ad599b842556aeeafdb4434c05ba5fafc249fda96850be8fcbc36bfcaefd7dccc66675326a6836791997854e0dafeba7ca3baea2ee4145277994c49e1ca405afbbaf6b583737597fcab97194d7b55b19398e8502e0e2550aa3e9b473a0a3e948ff228d565a6c62e057a9cd65ea28a5d933e7c5d41b5cf17f5cbc291eecde996193b352c861f7225c4fd3f9a24706af2b7147ebf9e1bdcf5cbfa650c44693f168b4c4b0588d3e481236d9e297be6f33b5fdc730fe0f26b178e44e4c2394d54fef7cf300fde61c0137026a516828d9fb0fa38e9b32bc7197a605409c9d7e914d46bd11ddd241285a172385baa2e28f2fb822a82eb2e9d6b89d7fd1254aaffcde270176cfdead37be482869d9ef4dff438b6c0d84568b033e38059fedd9d23c0400000000000000e08ed4d991a4ddbeacd95de2", 0xe01, 0x404c890, &(0x7f0000dc5000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
ioctl$sock_inet_SIOCSIFDSTADDR(r1, 0x8918, &(0x7f0000d75000-0x20)={@generic="23da4d2b32286c285b5ae57f0fd05176", @ifru_addrs={0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
socketpair$inet6_udp(0xa, 0x2, 0x0, &(0x7f0000f0a000-0x8)={<r5=>0x0, 0x0})
setsockopt$SO_BINDTODEVICE(r5, 0x1, 0x19, &(0x7f000063d000-0x10)=@common="6970365f767469300000000000000000", 0x10)
socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
r6 = socket$inet6_sctp(0xa, 0x1, 0x84)
connect$inet6(r6, &(0x7f0000ee8000-0x1c)={0xa, 0x3, 0xffffffff, @loopback={0x0, 0x1}, 0x0}, 0x1c)
ioctl$DRM_IOCTL_AGP_ALLOC(r5, 0xc0206434, &(0x7f0000a1d000-0x20)={0x86b, <r7=>0x0, 0x0, 0x5})
ioctl$DRM_IOCTL_SG_ALLOC(r5, 0xc0106438, &(0x7f0000ac9000)={0x101, r7})
recvfrom$inet6(r6, &(0x7f0000ab0000)="", 0x0, 0x0, &(0x7f00004c6000)={0xa, 0x2, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x1c)
setsockopt$sock_int(r6, 0x1, 0xa, &(0x7f0000792000-0x4)=0x2, 0x4)
getsockopt$inet_sctp6_SCTP_DEFAULT_SNDINFO(r6, 0x84, 0x22, &(0x7f00005a3000-0x10)={0x2, 0x0, 0xfffffffffffffff7, 0xf7, 0x0}, &(0x7f000025b000)=0x10)
getsockopt$inet_sctp6_SCTP_STATUS(r6, 0x84, 0xe, &(0x7f00004e8000)={0x0, 0x7, 0x6, 0x5, 0x4, 0x81, 0x9, 0x4, {0x0, @in={{0x2, 0x2, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x80, 0x1000, 0x4d22, 0x5, 0x8}}, &(0x7f0000f30000-0x4)=0xb8)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(0xffffffffffffffff, 0x84, 0x22, &(0x7f00007a2000-0x10)={0x9, 0x5, 0x10001, 0x7, <r8=>0x0}, &(0x7f0000fce000)=0x10)
setsockopt$inet_sctp6_SCTP_DELAYED_SACK(r6, 0x84, 0x10, &(0x7f0000eea000-0xc)=@assoc_value={r8, 0x9}, 0x8)
socket$netlink(0x10, 0x3, 0x7)
2017/12/08 15:39:26 executing program 6:
mmap(&(0x7f0000000000/0x5de000)=nil, 0x5de000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000003000-0x8)={<r0=>0x0, <r1=>0x0})
getsockopt$inet_opts(r1, 0x0, 0x9, &(0x7f0000006000-0x74)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000004000)=0x74)
mmap(&(0x7f00005de000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f00005de000)={<r2=>0xffffffffffffffff, <r3=>0xffffffffffffffff})
getsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r2, 0x84, 0xc, &(0x7f000031d000)=0x0, &(0x7f00005db000)=0x4)
splice(r2, 0x0, r1, 0x0, 0x80000000, 0x0)
mmap(&(0x7f00005de000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
vmsplice(r1, &(0x7f0000172000)=[{&(0x7f00005df000-0x67)="693f9b353c0105ec29f23a401f98333bb19178e37abf82b13b0e9407e1f9e190d47bfb04703392389dcb915d6e63cdef20ab1b889d424840226a87853c9ebb8b50b9eb1e84de01fdecedde0ebc5eeeec47e6f784e1f681ffc34e3f95b6279d29eef2fdba7b3c9d", 0x67}, {&(0x7f00003dc000-0xbe)="f24dcc8817510194152ac6a150d82ff2ba72f3789489bc78f4bef7921df6a4a1e04d8497f30bafb0f889b006f413930a733f23df1b0d129d03d188b40a746b41b857a907d34e9f8a910d0d772e9395b338735180eadc574fb1454f419d1a30e97b0e6b663b4fd6b6231f66b72acd946a0eef396d5432c189c5536de9c26fe65840ba2411a5b30e47d24e9fbaf98fee940f7f011191791ba09df3e1026c55fbfe3f0b052876ba8fd01a7acd7ba2030589052caf100f349010e105f9e273b4", 0xbe}, {&(0x7f0000068000-0x3a)="938f6269772c941e127df3598ca6e083a7e2d5fb172888b672670d100c382c5fb8d72411a73eff1393691eb5a6e89963fa27f99fe45cc8a147aa", 0x3a}, {&(0x7f00000bc000-0x21)="423b1df817e2648006c11d5346b689cc1b71be5908fbffe1a40d1682273d432c93", 0x21}, {&(0x7f0000554000)="2c1ed2c6e46a222a0c818cc958eaf633fc3568c46960f9fbfd334721834b8386f4a5810110ed1e9f57c6b862acb84de255ee85fcaac10906c8832a62fdb6e93f9ad757142a18411b1a0164048863302c0f981aa1add2920d9473e2b18bbfa0570e1b942b8697212a838c38357a254de87a3dc2579e46", 0x76}, {&(0x7f00005cd000)="c40da9fa7b62889f195a52b8a3b80a", 0xf}, {&(0x7f00005cf000-0x2a)="86f6ed9e30bf60b8df5f342da795201d616dc48a1c1ed3f704ab7fdf775108aecc9303804b8cb3ba58f1", 0x2a}, {&(0x7f00004a3000)="bfe52ce1bd2bf63bce6c23d249c52116bf46e4400500bc5c58f5c680cd9facb972825f1c4b5282b93c5afbedb4b117b718fd8715f7b9a48cafb0b51956bc3b1cd9e2a53e4721c6779e0764dcffb8e3804b769efe782a0bbfa5f3278119f8c972c1dcccecb5fcf9b603ff16209926213a1f3ec7bf33a98469c0023bea276e17baf6c1e31383a6c7b4ee6533fc7e5c0ce7daf275e1d2b8cdfcb50b66c6b30e0c14b480ece13204acaeab2012b6ecaf81f44f8f91280b1890006d3fefcb3156dad7bf0c325b5fa9d058", 0xc8}, {&(0x7f00005cf000)="3bec1c5d5a3fcaa326b94943cdc70e1e45cfa6444da55da5c8fe54cbc7ce98a281d956aae2b4dbad4c8b042b38bfcf91852a604f801a32be79da7a47c9d8f376", 0x40}], 0x9, 0x0)
r4 = epoll_create1(0x80000)
epoll_ctl$EPOLL_CTL_ADD(r4, 0x1, r3, &(0x7f0000001000)={0x0, 0x0})
getsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r3, 0x84, 0x13, &(0x7f00005dc000)={<r5=>0x0, 0x80}, &(0x7f00005dd000-0x4)=0x8)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDR_INFO(r0, 0x84, 0xf, &(0x7f00005dd000-0xa0)={<r6=>r5, @in6={{0xa, 0x2, 0x10001, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x6, 0x10000, 0x10000, 0x9}, &(0x7f00005cc000)=0xa0)
getsockopt$inet_sctp_SCTP_DEFAULT_SEND_PARAM(r3, 0x84, 0xa, &(0x7f00003ed000-0x20)={0x1ff, 0x8000, 0x0, 0x3f, 0x8, 0x10001, 0x3, 0x4, r6}, &(0x7f00000b6000)=0x20)
bind(r3, &(0x7f00001c8000)=@hci={0x1f, 0x7fff, 0x2}, 0x6)
setsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(r3, 0x84, 0x72, &(0x7f00005dd000)={r6, 0xfc, 0x7fafdbdd2e1033b5}, 0xc)
vmsplice(r3, &(0x7f00005d8000)=[{&(0x7f000021f000-0x17)="33b461bc6b5a021eff3c5ab007e80008200000230000", 0x16}, {&(0x7f00005d3000-0x1000)="1f34fc6a64513fa2503ce260ddd05bbc391f885d69c071e9dbebc0b82b2471bc3d25586ddc0e17a4edfd54e5802fe976ce33d941200c4eafaf74aee9179cc35b7264a9244836cea72ba5112e8c078c37ba5d9d775fe377143ed899982ef0ce395bc16314630d8ace88c7e73b24a50711b1125542b074818c00370eaf9afaa56f8acf19807d803e064ac6278cbd04b01b7f58f865ab8be5d8938958aa4bea0f964e7033ee65b49f17666652096813a9498ac062b83650970150d61eefe0a44b280e1a62458aa285d19fd7dd04e6eb0a13b29fb1b4d526d491a15a5ca06dd8a136713b6d7cbddc1fa29a3daccf4e14835bd6fed18fa989debf09d4558569d791e7d4615a6287d22d9a8bfc67f23b94c46002acb38f6c8f7fc8e0cf3cd7c90a59ef8ee53125c145ef24b6679bd2cfb31c6e4706f945640717f05d1e229bd5782a1254604216dd917ec3768b449440bedf04ca7aa8eea67054e711bdb2a64dbee19600b9ddba5cccbb211d41eccba374bb58b29987b80d25cc233a2d36ae8afcd93afcc1eeadbe8be6b6773a75102443198a0dc7594046314ecb062a1749a62081534f11400a570567353f1630e269f22dda5e32620478cd4db99899895ca8e6037503e59c763cf2ac5e97c575ebd26df8cbded68811b5573be4269e096e7f4ee9dd905c1ee4d0fd884d04e05de3267c04637b765d2c4ca438b71abe4a587864039d3cfbf74bd8c73ea48d5f79b4a5e884a5286b59c9c1d5d64d3c0335c5474640a7bb61e07f416d0725f79e2603c9d9640a88772011c43e67b118524d16581c938547459810581a68d4c3a8da41069181d90b3ca2c6a8f79751821ac860bf9ba8fe39c6e50c40e513a523f31d9077a97b1ab68917467bceb5970ddef918ef1430f87d0b0764c624caba208f12b6dd7473a86ed6030eba0d3b952b25248cace89e8ceeb6eba17614d979711759a45133573bb0ed899fedce1aa50ed8ae5fd2372c889cc146c611039cd5807fd4ae01b0f7b58759274cebbe7fac96a67510e578dc839bf8570692f35d86ab4e2bc7722f69693589c2ca6fb5d51cd75c8ba9ce361252d4ae64c3e0ebbc9e1d6cc8b36b21ae8d5d9fb32e9b6fc88e7bac4e5a59f01193bf8bb0e46b46a775241a071bb05159f3466d15b6a516fea980533f94dc6b10d546f5f4ddeee4e101efc5219c2adb776a8319d4429a37d972a8182e43189878563a669f2a98d591224ee90c04f583fcabaaed55529cbfadf47460cae79ad0980a00e7afd88b6af36cfea8b1c9cb0c8378ff77506b6bdd1527d8432ae72f0786c709b0ece19f38d0b2216fb9644b8bed690796a59112cbfcea3623bda66332c958f58ea7e56ba9f037e7faa351d38d90df22247953ecde26d603b72d5eaadbeaf3777607e6d8d174f6e70bb69a54fe02ea4bf4389d38e0bf64b0c298d1e7f482b87a769319d0d7ea1532083ff49cfb10708437b3dd912ea45437a7c970996f96b172fa15f02047ce6054f19721c752bcef69489c663ba72bce142e8887699a2fea4f6551e5b32e63028ade376510e0ce8b4ba4224081269bfbc03a1d9a002e79b4667b65ac09d8dc67d122cdd32b9d3da1c1942f60ff6f23ce2683ae534a362ab70c8b6c97bfa4e4a4939b6393c1fedb208120f97317f31c0bbe4cbe09e65f91cbbd9787a986d4b1d8d0b3843179b0e19103ac7795d8368953cce9cf7800f48a262feca3e57726701fdd54b3344fde4d7fe10cd523b42141fd16e112936504860eea29884078b6994765156e0bd21e8459c97a84c1f314679f1b0b986382f38bf1a03696afb2115a317b0a67e9043e3033a5041681e8ea7df9eee068112cc983ac32cbfdc5e12d0425d40c55cb2091241e0b9a4700af9ff46406c9027c9aa4d657e7c14f2e5a992ed61c3ff5fbb6d30464731230c19a894a3b5f1587059c2233a33ab068022b3dc5b86888ed88bbaebbd7541aa9011cd2665713207c27c33d30fd2c72799aa7a7e448e82e9f5fa5a4297124214112adbe4e65f8d22f40ffd1d4211675fee758f8f40bd0e0e8e9e45ec915e491d922e060465af1fef69dc9f1061bf7a2d6106b6a59d83cd8edc4fbfc9f3513853f3fa4251ae47fa83b4e04e8e84d6790e5618da78d3fa6c7aadea0e97c85863b95f31e8dde728a90fd9d1259e58e0ab65c24f9c4c6890ed570e3ef705c928845c8a97aaefb915538b0ca1bce9626c24dea822bd92265f492323b9fbda8a5d1ac1fe9a4080407dc026b00a60b859b9412801fd22395dc6fbd64567b9d8e214c205e870e1afdde99b411ddf0388b7fdb062b0098859e7c449e092300ac93b7daee8ef931d092fd6031f986f752602ed1690bc949ea33bb48ab4243797f2c9a45c8d8b542d375f97671b509fad48e78d67507f54011c0d8432f384021cd5d1fc538b5800ef4f4b546ee7ae9175d1230904a3ee3fabcc8187cbfd1223a0693c8b02703d67f8e397f5ceb2b37fa26b4abc0801cffe489c9ad80e33bfd4de009696e6104fc54a9b24c8b64d0913d32b43a1c0ee41cc8d066ae250fc1764ef3eae93a814b355a83179272de4e71d779978c7f2b2b40cfebced9e5096d00a9684e783297709ea36cd738460726984025cc93cf59ec98a03d4f6a1d4a0d3e1e2b644e1619d373333ac3b1e80720e64a078e2e58e3cf1198694b79e8019d161b206c3183f18814ea167f8c5dacb036ed8359c583d8b46f2636f56709b5fc19171c716cc8186aba693d4f3a844a27dce74fd7145b95f7334f70aa92386c6d6bdcfe39018a0636a17e8b4c20edca34d463547198d02d3be1bdd3ad5c3e33763698d334674a394b5bb66114db38f9e6955f6b04bf3a2ac2ab7d64d721adfb4bd1dc2397d8cc0293c9bd32eec27faf243bcf21011fde6c485df449b5832c744db5ef074899ccf630c57c0e2a58ac1cac8b68550fe28b1091b6a0b35b546b5fa24a6e76afaa11be6bcf65eacf4e81215771e991b6b60818f8fe4530ab7dfff1e5c681bdaa52cf644d0a267eafdafa1be8209703ba6e05723dcd37f9c3d18759eb0f57a6991674208c49c094faa1b199cbb9e5b2462e7e6d73b3ed0d7c731e8fe74ff395292a71a2c258772a3dd26974b6a3249db8067e48373ddeff1abff7e8a1a37976712434ba1c064e4d4f44474a4a5da4687e1408b607cf271d0790bef7ee3480f60c4b875e266cb150d00d8d37ba6e89f80106d056039445e91c5c867a3c60158c054a8812df047ff35d4d93630545a56a9c6d4ed3f8d4da7e0b31f1b8f045082c41c75794ec5751e8fefb71a75d65130238d8e30bda2a824426a7187d3ee792fc1dc0098fe61045d933b83f97979d702222702b2dbd4f592f985032bd1fa552f2fb25170d144da8f87d37e2d08223f935f7c761b48015da8c2cd4eabc92371482ecf4ef50a897504f8c36afd5cac389ee3218419f605b348e6ee0aa1e9a7422332a79c6ef0b171fc445c27a44282875bf29f8845e3a6295c7945b1d76b2d4cf89ecce1f52bc6b78a1b002c718cfebaa08a4c90703ccb56f9ac63845e561667e1199010691cbf2e6a6aa653c6f2ddbb8dabc8f243bce4da3a7b7dac38a51d28afb65ca1e3b106cd29524a1a7ae5724b0eca061df7f462e74298596ba00cee144df6c27748575775f279ef9fc268c53997ac512f59375aa2bfe453c2fe8def538486983122f66908c96205fa0ff129e5296bc57eacb3b64751cfae1b38a6873c107fbef73bff77b8247f118ff56f8eec65311da91606a09965d7ca9ab2f85712b41cfc4be9179fd2405e5d8f09647fb8c246478058107484baba3f796521f3939399944d7ad6fc64604dcef0202908306d9e93391bfed5148cb4245b45f0ba9e52012f85dd26860e044a28f77059749d889f7f1415c1ff4653b72385cb2282692441e19e9934d8c4a693b78d1109e4618c540186f7a44b8ff6219c9f524bf2171e2052e31e6934678e07a204e792d766f4301e4135678ee6bed541b894852d09a2110d41bfc85947bc36dcde1045e734ac2f375de7c559d9467b75df0ea5b0d4aa5c64c701c0027fbfc0cd374e95768ee3a4e3ad916c4ac79a8f2a7dadd5f272a57e0446acad0ba57d26a8e44b9d00ede5e754ac26b93d1f98d79e3d0f09b011b081b696f7eb7bbf29459ee51099598746319b3cf98bcfb414bacfd552f7dd9f7aae46e08ec924c217e64e28e2df0905c5ba9c47195fcc8f5de540eac21a7e37602fe0140a60c954ac5022415368304dfdde773acdee842ed0c198c4b093dabcbc57ee742e9f47043f172220d2775b214c45d60b94aef811ab849e5976c85c17a433f06077b91647d4525940e1d4d34e09bdb8a8c6b49290d0c3c9797014efdff5b112136d0c2f0901cf01b345934fdd83fea17d7e7b1f52e41fcb3b2426add84e3c4f906a96e3b433eccf4cc1ec614e70635ea883f69a3cfb2d6cf5dc5bbe26353056d75ea8396419d499a5631021014cab8c0c4b1f845e3dd68248f129b14ed4b86eacf38e2f2f8978676095c43357be01a10fce429e2ba37d188d630ffcee0dde62ce23528489162ab4dfc67cdd06fb302cf3a435007691c5f186df6a1b298584a1c8368107f10e7f65465a50f6e3687dc9061aaafa2f3c66fae549aa8ae45afa2a60526db0c47d2e409229204cacf303e84684932401ce7e808752d60afebad09340d28113586f7a74be828f08b9a6476d1c5f5ccd930bf8ad9f419c73354f393385cf4cc2a6daf9cb39d2f4b2686f64c537e56c4272c02554ccd5d80c642f758d4ab2574fc5e69b9cec3518983a3c4fc33734b616e9e5d08c2198b3f37f6ec3566d11b85e18449d325488b3b2b25653819c3eed9ee8395b9d3e3a9029c32249ed4bc4a45740951aa4929ed85e5d7e0c0646724d67759b0f5776165698dda412d8b2cfc0b24dec60a45722e98ed082e17c042a6e2a2f1840a852a5c8ff72750f86d990bfea8d9d3aaa3d13d0480100ea20d87163a0a0d8acac64400a62a7652f14b0e1866a1374cb5c0b8e9321c115f62713ec2211d57f4d03a39a06bfc74b39f4771fa9653bf80ca773666bdbd0b94727aca0af10613db06546c8f0b668d9865b777d18a179f32e39f10771ea7113c6640164437b936873be7bcdada17ec05de8e3d72c608189e256273430f958b9f58111f9aa78fb4a84f513a491203c6e2ca03ae05b0dfb3c3f216df66c020d2d176c1d21a4492eec0e16b2796883b8636866ee985de690b74b0ee2c17a6dbdc1d3c76bc6d4074b505045c8c94cb0ac89bdac70dd66019b625a5c29527795094102cb5ca959fdbd7b595680b2d10fc410e9b8caac53d23403a1f60b72c6da3c1e010bd1e9250e28542f839b66c52f1cb96f871466a0933a29300d4228835220b9062ed3038fb20d909d58cf0b7b713faf88c44a7670bb3800341cda20670dbaf7783da8bc102ff6f1f98376dd718551556b0f6e3db8a01ed09306bfa7cfd42ee6a28c66127747ede0ee13739b9266456b3e26c66f2507f8c1b915e79c1a4a9482b8946d86fb3e2ef01a69b90d4f2fa4394d4663a30cf2d865cf437792bd5ac683db390f97bdfe09e3d9de62fa79a1513660ad3b69e44b2428a747f9a72bd0f31d38a04c5adac0b6c60c07e4baddee8d235f1e79b30699ede6fd3c8ad15176ecec4cf4e126f44fe77bee7bf4dd45f6f3dc976fdd14f772324abdadef44659356179275f7a84b4c1b8fa0d0209b9c99fc860b5cc08640659332f8c21273c5129d28cfb60961ce162e4970b61398b161063381b8eea3c5cdae6e44f47ba89a5c04211b9cf", 0x1000}, {&(0x7f0000198000-0x37)="8a886c3a31fd982ba8e41ce5896adcd21ac2697472582964b864380d1ee5978cb7cf756ca0a67394dfb637dfc8c8accb93ce44216cd538", 0x37}, {&(0x7f00005d4000)="2e880fa8745d56caffe5bd195de772fa416ec27262b978dc014e91fe8fb50f9e70", 0x21}, {&(0x7f00005d5000)="8db160c784916345cef52b6184937e1382dcad5e4e4fab5179a72017ee587b397e72305a748aa9151062c7778cb6c5aa92c333c15a426a882b47118142bf1e472dc00e12bf18de5099c87e53c34ff7c269d4c7260ef53241b48b491816e266e4061701747d81df6ce8e810e559edc03569e83a1ab094a5bc04d6713a48d9bb5e388c18b6f2461ac4ad540836f63697878a59a088b2dcaa208feee6248a17348f7c4c5a75ca85e6cede9e639528ac4a3657ea3f9997d5bf783b6603ae356bef1ecb5479d6c66424bf5c29aba31651872b8c8cf2fda2c3b104f6cde770dbe8a2b5a01fbf50d880d03150fdcc89393c8fabb52af8d070c16d90e0c2fdbc436e3291fbf1e6b41aa4a75440acf279fb2d24ec39f9abdcc4c67fcd6e945653d602718cf4ba166784b2a55e34e50e12686de497cbddecf2fe1ed2d49f563a372a6fa6c7512d5408b45585fe5c9181425170467a3b653939e76c811c0429c2f932a3ee356050046fc02308994b8741e85dc924f15885b174328db3b3f6ecaebe92655a21f5e833e7f99967dbaeeb72a1a4e7b72b3201392dcd6015df94fb66787af5ae566f49a775e8221a74978dbf359cae3cdf695a41a1ceffe660f63d19e84aea65444459f4f962379d202d086e68b48f9f1faaed7bb528f037b0bbbdbfc78478361e36eec57e13b226ea2084b723ccb5cf8604e7d948f599c2e1ea1fe956933574193422552ace08ec1675fda786271f404c546466590d43085fb978b9105e92b9dcbcae654c83385a5f84a5741f1b82cd045b8edb833cbc765e835614962211e142ed95dcd1b0187bba479a98a8f99dd2603f2e2fa299b3e43b0dfa02ad793478d42b9b2cbeca4ab14f11308b468db1b670120eae52be6c7482406b9f2f41d903a36389df26fedca2c315be643a74570fece529aa8e2963219322bf6db461c22ee5ec4013f946acb1aea8124f2ac772b7182a3770b56a1a63cfffe1a5d617029242f66bcfbf22ae6cce48062272d60a1fcf2d7e74a58e08f4a1f69f42b74170edd7abc3a36efc43b5e404c4f3b6fe1c00c078d777775bbed3b6d806a9423b01444bd35f5ca4cddc68a0804eb41102de6ccb0473bbedff8e81287c78acddf1173e0ca1cd3a2dbe31036589641bd062e6be4568afab070f343c502c6b154f07be376d241adfb4030dedc65c50df4dd2b1bd976de6654d931ea95c7c4456db162c2ecd5126e24946410724e70074fdda9e21b2cdd678f0844a181fe468836148fe3dab2a2875330564caa9684e7e079d2670ce804f7cde45d0b1421a4ff68faa1b1e601a3a315ee3ae627e24a302be24a83d694a2679fb65c7c8b6d86a0c82cdb5a717682fa630d872b3ae5741c9029f3cf3ebc8a8df024cd66163bbf7c5b5d8302c15b760666d3ff6e3a28d6841e79ef89c1fd9e5f070cf112249e06b3c6eabac72700a1f4d5f9a75326b43973c45f077e0aea614002ba4b43c5ede9936fefb6823b124f96d1d249daeaf31ebe1616c9136e8f91d83631df6e1be22492ba0489804f4332e2dbfba361e5cd5e38fe205d6443c55fd63d54dc6eed8e545a6738346cbf1bac210345680351e5a24cb7efb57798231b780f08c4ea0c09da111d390937bde603323fc29dfa99cc558879fe31502993a05acb2f07bc34eff7ce5a0197f685e635d212cf7c18bf8dcb2f8ef2c7c7b5e8e49dccb11c8e96f7826507bf39d7c680577e444451717d9e663b099338426b9261782659c4df5f41af6700adba2df5774a7cfdedeef9a76221f323a0ce71c123e61ee8fd160890562fa1da2a9ccdd8860edde371c80c0cb5b309504e063c49da77ad5b77afd44324ce96d534783bad71a76d323d910828565010c0c091b385030999efb26193fa44f74a222d15a69e2ac9c8b80a6d2dae68215ff2abd49597dccaaa6897e8eecf6637f25cbe44922179bb1a131b1b5666f269957a952f012d06575b010c2d7a8b1970602bd9539641a506ce53e2190b32924b97174b94ed9e38d0b3a3230652fd508dba88e5d1b8326b419bab0bfde41209fdfcab852d617d544c9aab44ba01d083c338e0f1c5a49cc857192230c19edd170ed242b19154f4a3f7e67698e5d36fb416ac4f997713051e29b4b87c967f65d4299fe0e314c705fa6f08514af8f31b5c618aedc552b47374c70c0d23e33deada964b9414be63628aed9e844ffe537983667b263ba887b2dcc4daaae2a2dac9b7316ec0d903b6e8280f97820f93a733e7d2ab6e43c3630f0b09607ddf109bbcc0d905b411a6e7a42c79d0d5b92c81bbb52bf83abd630b9639d190a40feb1f9308e9fc41642c4f8c92c9bdc46e5ee1445085c98531275a136c9d293d5ae7087da9d78676f4ecb225d37d4d00234034ed672505aba0dbe430d11bbcbf5684fc205b998bdad65a158d82417ee0776aeb6266545524dff1ec7d19755fd003480bf772c07b1896795dd7b8405611f72acda8a7282c0b4be94f3af7d627a914838fafb54c809a70f9a0a6a578f4d3c028db6f6d9283a178d99aad3bcc81d7cd53a870d68bf08da58d08ad680293bd29a28a357d4fae0addfc74f3b9f931e2e5b16be1dfce600e6e8e142a1454fb347fb1f22c792e421c7af6f92e32a4fd8570f94b1965daf65c3cb59486f529f26d83e7a0f1ec72b33050ef8f6db30a6d42adb529477ebe8c4640e9bcd60de72d1843e43e34619fcf30c99fd9c1240ffbfb65668747a461468a16f4ac5d2d068cdb9eeed15d64e409a39cab7adcef9c35476d50fe9d1ec727a1704663b0fb8b844498355462684df63a1f788b9f38ac6489fbddd1ddcc0bdeea53e11ee2d464766bfd8dd32567d2fc446c2cbb02ee8694482af26d6ff44e4f67a02987881bbb895abf6780d03d6fd5767c392c1be83113f0c1a43ad55d5a3e08deda46eef9c667d681df242c440f6ce2435a19d1048134c47ec87fa1345f825fac22f118fb907fcac8c9112ff87c0e098571932253c91d67caff27c646090f252141fcf39d4b06387e6404a77ae0c8bbaef139095e01272650b1d28b883806d7eeb4420a5b419ead30f13ebcade9e4c7fed89c99aae8920fcb2eadf575c050a844708801c0cb920b9f0caa6f1a5fcf9a5d89f3a7668d746bfc2a9b92367a981b5a745f9756b061ee73ff1cb3c90701d5147bdcad829c2f843fa7c86d5c649f5a666f052e58f670c2e8ed22225395910011ae048b700d91c14305fb8cfcfe59e1312e428e803b86c7986fefc48509e9e033946a58a3d86adfdfab97ec79b94aabd091b6be5d57218b5bad16a139b28f1dfabb57606449a67b2e8dc6a6eccf17f36ba131d2215a932bef4c7126c9506ade48fb6de8ef2349845e5878d66c89168ef32618389b489cdd80a66e8568d9ba880ebbff38c01f22d38c16e4eb236b6e7e38b79ea11be1be50c8eae75fcb3632e4c453b80bf39d24746eacd30e7b1df8435602f2b0ee962d01c1cd4b2713b7ecdb9f3d9ecaa6be4102f4da26004a00abfc5ff200f8c168fb08439d1c8804e9aae90ad9e202a1c3f30fa3ad368b72455d42bed151ea84bfb473686ddc2a0d2b9558fa3030392e54e1d6396024c683aa2fb7f4be0b21820cd930b014636060f6a1e68cabfb321ac582e428870cfe8bacab6a26a74565d4281d0305341df03a6ff36a245c20ff6ac1e12d692d7ae2bd08acd2ff199e3bc4eab593f901b33e89e913842016b41058b5a2ce2e4cac656508c80b07c08379a4687df8ebdf38a64631ff82b82f420079af396e81bb7bcbef96d2896245aae90f27f5a4a2b03328ea805da1c85288932240a63d29488c2baf5d85df07b57cb39c6367fd4d8fccdb8a89178dc4e9255679fbfde800e993913022ed1e2d9c313c05acf6cf77098190e112cc4aed990b5f09f88f4bba2618a4b01bb189ad4ce44d44307133f0d259e475571d4c1b5b6afcd316cf7f92166341fa6dc3e9d97231f0f4b05070e2d3df4f1653447d31f86571bf0668c56b5bb699daf911fc6adc4351e28ca3f6e3353ac6058d71cfd60344d7f203bc5caadd916a54c9ca59d9398a89e5db94da0a8b5fde784e18be70f3951e3966bbf8a9e48ea02cd3ca44a272a5345bef8d3b2e0e11316f5ef8fb9f622927421f485da483cba26f90edc0246eddaf679b2a950b986cb57e6eb4dd34c9b60f32a5a3243269672ff80283b9530a34b9fdb56c95899a6f558c0a2bdeda65ae6bd6d5f7b645b6562954a1081ab3ed21b09f16d98e9e6f7efc6aeabaebda1cc4f15b287072d65be4a50c5f80f5028c3a1730c8595836a175e3dae2f085ed6548e7da78a4dfe0d3e0d4f27daa634f1e0c5992f028813ced4d7709e7395317783ce8bf45b3555b08e4295fb24f947f32f136daaa0ebc6287d3cb8375e22cd65cdee515e58c579429b0ad1b52d030a127edd997b67714ba87079e95fa22b49a0962a8eed7b1ce3a3f41d38897f61d7c8c25271b12976c1d0d54efa6ceca56e0ada4cff9ded3a5b22afcacde1ab92f92e4c7fd5f6f124d81b273f612530b122c455e486148b883b2868b19be2b41b3e6d2f57ae9f8499c25e597e1190b96a3d0072a9d6f90838ae235ffd46e4405239f5def42d444ded3957e5cac6b5433c039f5ed9b5fd8755b4a0a2b6e934d741d317505c42940dd13331984df356a0159579b2f5c67e6f57290b2cd154160c2084b5a18e55b4275e25fadaf7b6e19fb6f4c6464865590e8397ac08e7da9e6f566ff58a44285a6053a5edca9d53c1c0d3d2d7a91fb2f59f5b8e28b2c83d7450f8f69ca9a231587298d29ee0e2604289efb9c0c24c0e05726193b2dd901fc59d3fc36dc0a57693f5894a2197e5826cd152815d1fdd42d83e7f2b7c3a72fe8c8cb352323ff974cadc5b6dafcf0f22a5fea9f22e7ccca010bbbbd2b232cc8bfdcacd44ba6df4413f612c30f1254f357d6d9c2b78be13ee1a5e0e380b495c4c4d3403926854b767cfccba198f3676f33574fa495b88531521ca273575120bc3d4924582f179545368a6d80e3a6bfa9dd481aa8d6e7844879cc651f8c9a497ce1b92354538c451d11d48c8f0d0018592f6d3f9c6de9c5efcb42f8cba8b5d7041c6634af5c6e2503ad2f1f7698f9cce96854c2cf73b449ff7af628eb864381b624bd110fc95791d2b388b22c6a587f0776d7caece4b2a274abba670a511ac30093be8bde199865b7b118d863067894d2e935bcfb7473b4c9ad1c94a3ad8632ce1a7651846b0708c87e2c404a7a8b8f3aa5cae5a1820209157cd8f559d09baa0c450a808bb710b154708820763422c1b2c2e29136edae5fbe2bc5c45cf250e5ed9b5de4564edca30c418901fdf0d5943c939f2a20d6cb45354550a28ddc85a03579ec86e2896db5d490746a2435db47331f485b40ad8d50069dff1e20177eb07dc51efc018bdc527e30b3589b05248b5278786d035b8e29b4bd956f6eb50cd476ad2490defa5d3c9a349a269e49f562426850367e953a0974dc128a5980b4585026dc71f4348988634048196c051b22b710261678aae8b3f9c9b8fb42ef377db06838d006470d97fdc711acb6b80086212a9f2dd8328e2ecb48a942532384f64eb9deacac4418c63a6fb246f380476b6eea17b38f0f0d02382273e522d5a71f667fa55a4f7c2c351eac96562f47eec1ae24d3f61c87dbd1a1aba6a16b940d24ce1c96eec802f7f5b8fd746a667670b91caaa0860a383ca0c080297bb9c198058d056ec45d54d65291d30b178d7acd77ca95547ba9ca4637c6e05c21855752a4071fcc1c96f77cd173fcb0c22d327c621854aee1b38d6d0b441", 0x1000}, {&(0x7f00005d6000)="f9af95035c8a18388a6f496a17946f8621c6c07ddecd936977f8e9ea6d71d7def6ab19f8b8ca855963a7f300f49a37df0406e25a8418558ebb8c1f23fb557a6065e880460438a7a04e005c5ce4648084307809d2da7d54df00cfd6330cfdd457c9f14a2975f3e7a366781cbfa581feb4cf07e5ea38c9e10609e18313098addd37020d802bfb277ce690dfc5b0d4905f7b44ae863e4a824f021ea0d0d903a0b73a0aef656cb0b20fb4fd8392ba8409a7d438e00df3c992534bc7b1a2d5822807fca94ec3930c34f11131052efcc063f64550c2ab57eb10566f5dfbdf7ad864f81924c9ccc515d032ca8b9aa84f10d265a8190566f9a1030a35472afd49c11db47e285a0d7648f5208020795ccd161f97bee3d78cef5ff9885edddc39f75407137e0251e5f464df62945d442f03110b435936add0d7e6dd45e2f6311d3f1d69baecb0be2344a45301254e36f2a588406cca81b1007ccd46e5f82e94b35b2db4fd15277e2dc1ce76cf9b3ca7220d575e174aded17cf2cdddd3a43fdc6dee74a1a0afa540a53b1580d2a9e901587959f4a2e859c91db64263d2659a8aa98ebc278f86f8f516cf0e40d94caa1c67f285ca58b7b03c19f48a88e48de3b8dc3c0cd73d2cda87a9ec9075d66c01f221552c75b84f681828eb468b33fe13793792e1f349ad54b74240b23a8c82947c9875d0f7acd6ead2fe90cb32680eac2d465ee07c6662ccd7120dd87915f23b001861a42784352734f4bdfc432d6d30f0f97648dfe13fc470dcebb3bd4e6ea17fbf450ed181e0f5dce73a701ea9a8cc14348b34965295fd4dbd9cf48dd4c2b46a3dcdf14a9c275ed912c22657d07e30824b144c719ff7b3d1e6c92e50cf8cecc5463c92162709813f5c1a9af50e3f29db4e091ad54d820c7e6cf9ab23641e237feba781e2a1e10ddae8e6c06e6c9b6beb310dd0f00b01706e296130bc68b27b5058efc6c46a87079622be944c40d64a0d5d27cfdb36f7dc62d36932f4cf4c1fbfa3245be8242dab392b268ab0d664843332b9f2f9bcba4ce8441412c371d4dde93a1c33316e8e4beae58cd2f13cab336555ac168821b7c6403fbf42daf755923ee7ca689850af42dadaeb902bb4ddb3edd59a89ac242d73fac800e2ed546e725fedc9ea3f2532026fc8b80c1a1cac5a80ea97a9f6faa6aab2a20d1ab2d925437453455d9a3e7bab64375e9ffec32beda1a3feebb5b8b4715c4f5bc756d800e78d4f6133e42083cf40c146b2b6afad6926bc9a43b594296b6733b0f9fd995b8348de5f045e3e742fdd5643d6f1065a4f40bf09114ccf52af211f9d39d183bac26e90c95e3dba9cb270eaf6a816a487573eab8694b3e982053557e13563e78d7d6c0aa485e71605c94965913716990f287d9e27d60c87c97e406430b75d5acf65dcbc8cbea5e206836aae8687e5390c6f7767f633c2b8678362a9f3ddac4dd6b7ab57db667f4fe1f3d044ba383768eb1e7e7af4a195c52b26fcb77b616697b6cfd542f21041fb8c459cd61e9c26eb77d7b9f2dfbd23dc79f944b07af2889ca118f2f6bb8f56cdd579a9537d4f82c1755289d343b1c3fd0b52cd620fc7a5f10e2c061358266feaeff9760a4b9ee4c418f1e0f388311513f4f4ac3c75040115511d186bbb7bc5968a0642a1a3cf93a6556fb7d402f566f42bc1dd6a4ac1abb3cac48d0eb043ad741e2bb1e345e51a4fc43d1d72ed3aee357e7ea94a094777a3914cad6b4dacbbcd6ac1615ff2e633a30158cb752589c3691284364300b4ab34cc8f1425200a77ed85a46737349f23f8c6baa6ea9d7cc9b75274accbef42f0a7a45cb8572acaae59cffda6114e401e8287e404d327a6ad671c54c73987af0783789ac1a2d6dcc5c360544213323c47db1bfa029f45ebcd0c487489b0f8e20dfbb95111c636012ba22864eec1937c2f23d0166e9f0d43b10e8425a958a64846e863b44a543bdc02734fe62db8f23b8c73a4ebf1a0acf44a8d5edac176fd28f3433678efbaedc766571654cd54388f10ad6fd207a015b2666c414ca84fcc66a8c8f9d9c30d21ad33e2af9ff93bfa4994c7a17c687bea660c61e57a7b1daaaccd1b37418c7eb6c16b7204bf3ff00ccff7150cb80937af0330e528d1f51249f07f9f264a372a8983b84798ffda7a1a01caf5740d3e1d366cd9ca9cb6c3f4710622decb254b6038db375669d35fa37405e787fed3083efbe2a4305f05459756a227ac0ff3feb9590ebcb33065ba5870ae4806bbf628e978d3649f31a0c882da9f970740f8b68f5debddd38fb3230038de2b0a5b20b90809f8c993359b0ed2af4fca05eb7b7e39f58c8392f2547a6390dda121f6d23f3ef5d1912d9a3cada91a68d343438a2ee3b0eeffd6c2fbb0e00314146b2af06bbf6801a3e0406b154846b12bc1b652c8b33f6c704be5fa90159f4f282e2b83ad16bef5aa3f357cf1f903a04a92e3a79fc0a25a50ec6b6b74b6bc9f60d61d184504bfcbd55066a0eba4f40dd548322523b4a364a9cafb7b73a8e1dda6d50eee2e4a1fe077e409765a254bb5c595ba011bee50e3d0f7f65eaa09e98b45e71bd8a8289b2700b5c5132d58faeba988d49c4e55dbb7a01ef1b055487d8a5528f4cb6914432c77df3766a8cb1d1bd31485c01b58f3f0c0ea33a8d7fd11fe885dc1e7d3440c17a320483c8f02432975df671387e7c2a8429980dbbc4d12cdc251f9e04ea5e0a2e3afe7b99e0212986119bcc875161bbb950171ec5fefd55243ff3d461964df8deb384b5caca9d2111fcdbc4cb6a1b093b3dc453f3ca8c475e4fbe824e1d606e07b04618f43366dd6278be265d7d8e2b178ea256325f4348013ff7ee5583cb4ecd7afc73ce271efafe2a75efcc322dc1622fbb52405143404ab452a39d5397719d0eb07a3cb400f9aa690bed1eb5fe743d32773f2a2547ed07d6712227d06545d55c662616c44b6a6a68d3898475ef9f6990574f5032a18e200a630ddd3fd591cacd8e0e6d2af38fd297b732bf5e297fb6400cf01e0b2cce8115711c3dd51b5ddcb5da0f79d48f334dd43731d581c2f436e0d0397dff3083aa174a26f4283ca76d8a19ed67302ff3a69c255e8a9a7b4ad562405a2121ea05a9f2d1fe5b1fdf9705ad6a24a6f3a7f6c6994e7f3d56750ad516aeb6e6ce587fd1b6afe7544b0aa8a26e9674411dbe88e8bc067566ee7528a836d68ebf2e4140ef82e5e2194ddba83ef0326c30c306d07c367799dd9092bb4c3aa9b881cf595f41b1d97baac3b247ff67366ca7c4bd55fd66197f2fd04a5e755b6d597c95a8f27b8c2245be8aa458183089475fba5f4b963611ea1e31f50a549b131e72818e4178cb3957dad072acf470fa650a9f727fe3a42cb6492876202d79854648fc48cefd22869916605d31fef7d7729272c68927dcb582da23e3596d5b1ac4b0176d4492be92c2b45e3432009232020f0daeeb1b38600f0c52e4b7a85da61f41ef09d44635e9dbefcecc42c7c8d8aae6d2f2a836f24ed2b3eb5eeca6a8e7f8a37813907ba2b8ccb47e18ef3dda9977a70a01efdcc727e765d1768fd13b7c513913499bad075b0b60c4f9a463a7b26f6ee057c8528b4f6d337b0994f8560ff86a2e192b0f700bd8302a89716fd1f073821ef06a5b1d75a5e6c5cced85c3ba2937330c1ba4bbe8689d8f3f510fbc74628de2720b6a39b280c34db6bbe7ba86bca7a303618a8e24676eea80c385510ee246907b8c6cedba06890792d4dcb0c33bb74de0bd333548ca0ae099132edef3c1fa48f5f2380810a54e14d59a6376370297d960ce6098ffdd534069b8b6d3823188fb82d7ac65481637a3fe9ec357e28234b19bcff67f453e4ee2e4af84366b144a357edb6cfd68a83a184d8283d4b8f6b513a074bda80e8ca8cf483aa280b860cc32ac6065b3d48d4e76734ed00d131776d88eab0727ee1c10a178e419eb28e3816807f037d265e5a5db0ece07a401d39158e501ba2389aa8c13120e42637ab6eb1224dfc45ef0482fa6355e871d88d641da9ec2210a04caf1f06e6f5c1b38fb47f6bbf4d8ab314e5713b8e788e54a3390cf22628e4f1bcccd9ef6f4ac1a27b77fad738098012801f700a5cdfe2e0990b19fefbd3d466964c93c4f913c121d6aff75a3dd234db4789a543e0f6e9c386f57a33b707e5a4dcf2ff36deecbedbd96bdf725f70572831d0f484abd54caf2f4b2173dfba2e6bd22e7aa50f30ebebced22a7307f7323368e66c40212280a7cb41092037bfef3967e0998494c7a5b464b697c9cc850732be8b08b29b696bd4469783a773e1ff77688ec82a873e1020f232424c3aae36736fa6ff5582041c00b6ad38a3d4d2621ae55b3711ed696df4ee8a583011cf309f63d95ea00b9b6295b1d2fffa2a0827c2ba4c74895723821952fe042ca7a8949f2699b687f3faad86d710f919269fc33b7911350b71c8e3a55b813e79775edddbd4f47d633ef4bbc1292e599d883f1a3da582c8071149eeea28bafa2094bdab3ec4f2a962ad455f73c559e0c9148990cb65108d9a64ecbe3fec552caaea5aa30db111ce5af54a952a9643ac059af8529d9f107900bcf0e63ac38852ea4aae95dec472a797f2ca3d2f9743b026564b5bced406e00d830f01ccc77fd06843b840e98e593de33adc2b15dde24ca4bfd614f517e291944e08918eecd64fb1123a4670dad2bea206ccac48544d4c0f4ba2929a685dc53a4dd57add4559f5166a94a8ec9e96d00f4a1ab4fd604fc46f8bfc401959e0cde24a2396f8a2850db5f0754560a791a3a9766804c390b086feed1a27865030b144c982ad3bbefda1681ca3c62185c6c221ebec0900ee611f9e95198778749635ae47552c573fea409799de2e1ec0afe62dff93226c4e4664d642a56de7ddd40980686f08df3834b590169f4ca5b0d64c1c12e3315168f95752d3df5c6fda8b013da5c6ed0092912ad40f1b1ad2bd1f2ad5d09fe17f45ed874ebe2f053c1b683790abb3fc03cf9eadee089b16a348795ad0f47cd288c231a38770296d1ddc8d800cdfe9a80481ad649c2506fe46d61c674d799aa7c0da1e5a2f7b3096189f5587bdd2f2a87b2a7eb053f68dd5fb70c4ade65cde8d362e5e7a3cd649ce10dd282b74d6efcf29a4081990e4832f0ea462a3594ba5f7ed80362c71a7efecadef6fcc3ad78688f6f5d30cb19d239d872d5f864348e59363d8f7a1763a7ebebb7cbce8bf8b59e0f79b46a1216dc5b8fb41d3363139b9eaee3a2fd46aafb190d85b35294d5181bc756a52730c8ee7449481845bfd8b05e5eff0214dec3fd9dab5c6e5e1cdd506989ce2a772cea1a1ab216457fe30225188162efc2eb3131958c06585264c2fbf7a0a3a300e1c0c595dca3ec4cae4e60b27b15da057b277a9567bc3d613cfbda2acceedeeec9de213371e3faae8755765143e582db30f9477948d675f1d143e5fd56b592cf894de011f6a8b46ed7a8800123fcedaa5169f424caa0260c220f56eab44b60eb6cdf517335c6a0b1b5640f205ad1be0bcc967098846e135f6f151ed34e4c3dfe73ebbee60c780ae01c2f783deed3441e248543fcdf5e4f289c418c3b2d8bdce1e1c0ae36b4d525ccc32ca404751375fa62d1dbddf12ec0fc58054d0a29d6347d5d4eff522486a0eee9fa556554d35e1416026a66d94c532c925802831a4ed91896a8005fb508c9907ddb9ee0776fdf23607e8392a2fb799f645954eb8b8007f93b881313819705ba315ef422bc8509f0640c16a412bae38553353feea6fe613406e51b44f07521fe226a2ff0405b83531b06d3e8301a940d88e3c3475a6c", 0x1000}, {&(0x7f00005d7000)="abf5a519c8224fdb42fdf1b48d07bb6b3e34d2ac2c2e7992e7413e1ce6cc8bda1b5f595135d41c69dd7e76d86598626f762351fd9fa17eb4fe8f6875a708cd1c055406e534873608c09be0ef31dff527f4207001d086be4c59ffef95bf495d8c63a2b3eca82d8e6a295f9e137380ae455d8f438657dc193229969eb5940f09ab04cbc73758f6911365cce32c38fb97dc4cc9311b82639c6263e4d5b203292ee93b43d8ae44b86120b139c1a9c8f17b3e93ec1680d75489327aad5a2bd9f2393cd91246c02fddb300f802ce2d7e4ea337a2219835e9998f4a79bc7861ac3ab952815fec2b00a35d04939eeda8133ff80482c7a15fd33ddc72d4b8be6bd2b03e362086fe769a770faefc45a94a2ee2614eb737fcfd6b2de54bd3e3a195b56fc781011bd7bff9da7dd9456357182261f3056f831b96b372cff794a96d55c62e7684a3e8074bab27f6f4054174ea50d80214964e2b7bd706cb1c06175173bfba2dd638eac8246fa72e3f4d7dfbdd4010b352b12d43daf9cb3de454deabfefee05f00b99256e3370c41285284675dc061a579448839db96c80cb0e6b318202bace656c359423cfb9f9214a052b819d028af71e51ba127d7e1f9ed5bdfc49e8aaab1297448c13b4d9a812d36efc1cf263bc4141aca4007bd88e2010b21d903abdb9ca289c6a73823d394e4b0ce8fd676c23c23b85aac405892fb6088aeecc7c0aae8f86337cf6aef50197a534b279e8e322ec1c8c3827815ffd1649988c5b1436a6b756139ce01b89d8bd96d8f68aa861a7cde2513d5bb444c10bcc8eb62b84d29470f4960f83c95d6ddffe7d404f0a9e1354a6cd4029b58330bba3b60ae6c1a6dfbad0a3c67f39e26e20e1af7ccdf7a7b256b0b0b97f552e93a16808b9ae2a9cbeacfb10a7f79ae15351a63cab61096614fd6240a8ff685b5c03fb8baf90e668d7dabce4a6e6d63cdd0cc4cc7a3490021d4db76335b13c2baebec148fe778632eb4121499074a55664b234df9f2381e39ef0fb9b7ce181866ccaac3d5a556df30e7c8dfe10299fd4e9b48cdee4e12fe43b8e96cbbe12a9cbf36f8c985819300a4ac78669109f0f8bab2ac994958b5b83ce87be479b8a7be79839328ad770191c86f08d30e83b255c8ffc96768b643ffe6a10d96fa6eb89b47e80596e6f015e53f6cfd3e123fd55ea150a35bb59375f8452dc9d6eabfcc7a7249b1b8a63fd7a0e71856d16a4a9d1368e108ffe5aadc4e7cbbb2e50639d3218371b5f1bb8c814e42fc2686e3ca90d0cfc28079d7a4bc439cd05a52cca132eb7e0cc9c3d0207c3f0de5f2be2c563b1d7caac6812ca44ae768a214f9f9c645742eead7e39d3a62032df80dc63e58cbbbf1f93969106d28881781664057730015934b9f02f8f8f0187e3aa9a2109b0625598f1e2f2a3265b784a92b5119bd98610aff82fce50f79bfe5997b42aff7ddca2fd4d64a829e51bbaf15919408b9e1d2f2a80e8b5de7e35f6a665cc3a5b506413fa6ba83e97d9d3d55dd89d31416403a37c90beb406b611f9b892bd33e33918c302c98d326bc67d822622558ea5297685901d952477d5420e03e9001a655af1d93ed9cfde045ce0acfa8e01953e25f9ce4cc7b90c596ed46b9f11decb408f171ac5ddf455a66129bcb21223a5b9e0fdce08c8a6bdc90f2e68bac1aba4a093709c87df49dc8c0c95e745851c6c0c7af6e2936e5262f98bfb7e216ad5060ed646c563c04ceaf7cb5dd299803195d34aab4f5077ac404f216f373e63270bfd021164aadae6ab8098e5168545fb3320620bce69947d9283998f3352f7875c087206632d64b499f2e0f9a93c10fae9dc2b997b61be86632fa028070c2292a9b520e471e16f6087e96051d4f7a1f1492becd6c0eea6a8f283f5ccd241ebd6bd5ad148fd68097f939526aa5d784f6e6b569cf51c229f51d54b9bc0b849ac9b762db4b521a069b22abfd3590085c230ab94d1328a027154a75e1d6977ad87cef9d0537289bae34e3460895d4e8c787175a6ca33959b1f3c5366f4b5108c95f347a31fdb12d84e840ff528837135482057a1683a95279359adda061b176cb29bb115eda17503136cbd10ce73b7395fbb38a340fe8de0c2ebf5b30cbf8da501fe6e4ee047a7676815269c136b3c4ce38ff12f2bba02213717e8b35489c365b128b096d249c67ac1b747e732100964a28723c05fb4f5009bae88402323d93a1884e06697daa91ef85f8d35b831901d602819e9c68a293be18ef006eaf8458f81c2faf99e327fc2d1994c28df7e1775070d6286e0f1e8e587c7c08b311503e53c7a5dd9233fe25997477bca6756c20162fd27043ad3dfa2892f9098f5da0f66520c9c0bf8f53cf5aaafec8121f2b7503ab9005de406ff2a69a744fa828315d139ac64aecf9d365f28519829d486db42e224a87119957b306d72fbe54726976a455285a29331796ef7715dfacaa315957e57d9e70fabfe4ccc1fb61bf53a12d9181afbb7ca6bb45bd5188256ecc9719fc8b7a85f3cbe40701e25de25ba7c15fde89830849fb841d17b13a3f5594bdf58822d352b9dc4dd34cd34a0c3d2a0316439a8960a072528c54d869653ae05cd596bae682b11d73b20bb48aebea4ef7ff3347c251c0b3b3504128d0f88fc017d8b7ac4e36d056c9c0430642ce5a812c11f0c6305e49d441f5daa21bab184ea5114d016567972aea1a0e00a772be26e52f4a41cb257f8bcb54f031108f0facac1a1679b3878e2c9d3e39ead23e25e04349326f813e1a6d16ef89a0d4c7b94d00b653fa502f1a3ebbfc5b10dad33ea8cc087ee58425d264b45d4e29822df4e57ac599af0f756e52d43eab39ecf7b6432409d6478282d599966e18b00804f7933b68b4a8dc1c5fb5006c398387f870c0d460793105ac82a4f969ef42e2af6b93ba16e1e303998cf24dfd53b18fdaa1060a891e4333312dd02d7f0a17a557f4789e9812f724be6f89505fba14339a3032baacf47c9ed4872c94e9335e1d4b219d12c5373359b40d60d6c7c2c0b406412bf773eb43b6bb5a6dbd76dbb884b5ef5b18763a6302365998254bafc3271edd55e1469a9c08cee542bcd9a007d302f6d827bc32cbdf678d221f896ce0317f3e9305a53646294c6bb529cb57ceac6035065894b90998f04e38fc6f6c06a987d90a8b537df9d7e36319645571d3cc8048abc9e2375056c8d2105eddf04732128a94dce0e6626fcf04c2212fe9aa02fe16e1b828b5674c60c2458b3d088dffb12c29f14f037bf3c915331bf2f153052440de740283c3b81746d957ff401f003621d4095f6b0a3e2dcda3893c7469913c85d25f626e9be2a42cecb5f941057964ab95a52f1ac1b3a1642bce0eb04339a166c84cb7376f01919f6b3495cc914079f2e3fdf14fbb3ca3af917eed79fc00099aff207f95bf966f98a840094a26c4c2e0f3725b11c4c4a2a8ac247a23182861fe392b7800801ebaeb58f4c88e2af2bd51edd75b04f41da01b417260b23dd9c040566cbd52857cf9a235766dd29a9c07e26218495aea67e1c4902dd61287b1c1d67f1cd955e3606f0e4d33725518458ba72edb14240275d6549e644f0e00d742be36aff25999eafefca2005a19bbe828df5a2beb9736a567ced93515dddc55b9fe2cdf454953aa0e07d1307602cb2644cd0ce6f2e807e88b7bfa37a628c34cf51b9c9aa30e7b80ac7fa2e1347660604780aadc36a9f11eb83dc25acea94a0a71f7e7fe5ad8f7de135664970891383baa623b28c5e83d1c843699d523d8ae41ab0cadf9ded45254c896fd8fd29f09d7a20fa5893fc3c8f1c340c5284a21ef7eb93b7e8c85533682332bf80bde8e57b35994b9e61ff49f55a5e67f422826ac75145b63b30f8e5ea82b01f108342167431aec37c958000841d7675fac5225574f8c63fad952ac5c20c179eadbdc9a39a68f16b8c6b6755db145b1ca27d479291a3b63ceea0ddf046a03f87328d12f3f8016d5c4dce63883e556b4256d5829c61c1e2e38eee4f52f26f49fcb48a11c86642ec38a805c3e21370e276b26a149cf4c6ef096ef1e433fd0bb9bd9d727ed5bd5d789f77c81067e4b846ea1d1cadf795f762938d2919df652e1fdc9ff635ba9fb379ae83601d5ccc0f3467157895b975c7b89d63dac89a154625e8e981543d9e46280150c65e91380226b1f39043b30455c756f07f7dba56c1db0f5be69509b53294ee1aea64607d7e75efa07bc21c7f91921e0711e8ff630f5111b150eb9672567f7585502cbcb0158bc7fde82302270dd1a0db75f189678d97fa869f678ea192f80d556ea1670ffc96e9d64fff5c39ba5c94130c63794189d9ea693b6fe6be76b293b2aef01fda485446ad4db0e0800c06c42812e6bb57d888b2a923ff2c6cefe81478149ce5c10eb84cda25b29ce483aaddf64d53f9e90455b5bde7cb98e5af39ccbaa1420b815245a0029e528c49d940e38ead61af07c47276ffceb86c8a13fd154246ac8435d20ba32dfdd3fb062fa64792d805580dac8c576e7595581dc2a886fc926b3712ccf5c9534c1d890ce00ff1bb91ae069bf00c54d53b0659b78c50751a5b1e9f95daae00bc368b45b0c4a104c3b869d251a2e4cf60298f45d725b554aa5595bab7b668ee63eeebdfb133114f03729551f9397554c517d8b08c48083a34d7a280959b99ea8f38be6f7a354ae0c5aa92199a42bc17a7cf256a81c2f5eaf6125668c39ff1de1ceba62738043cfdc4bb94daa28a5764d9ef5425123edf8369a8137ac8ce4e8377cb796425231f85a992ea5ef1e8ad55fa93c94cf5d5ff27396d933f1e44210832f57a6d4cabec287d88a188abb0d9883d15825a8da7358ea1e225a0046306c94c725b2a2e7d078c0391999ee37fcec03d4fb63a3df2684e4d66ba18c8e0234eb173128a2f0ccc0788e0d65842dc8a934bd211dad6758f87c9cbf992bee2ea197173329c512a1fed9e342a73bdb5b73df6e1f11af92a633474e11535e1860a0a3805e3051d8fb3293f62ffaaf0ed9f426fc82c7a25e94472055203cd542feb68f508caed06539ef8a9b282094270aaf5d1243263920f2355cb2a1b1f8800326c9369eba4fc23e0fcfcef11b96814b1a33ef882187db779b24df16844e03e52555cfcf17b22f3efaaf96b217b0850c8c522ef5a2b071d2064e45b09fa5b88c283a5e9fff307427a0223acd6e4b8e82e8a3392dc38d40f4faec76da88bc1000786c5edf61266947b6d9198ad8d788d25bffd4b9eb80a16817f9090876aadabbc98e5ffdc9acde8c06e9b9160a32d2ea5d1268d1c083958d986b8caec57aa888c8d21ae6e6bb417590e253b7b01573159d9d839efbca04e4f62243ab85045c958e52bcadd074a9f62061c7a3922e26ddd787fcd6e00c7b616bfbb9aaa0267f6b6f29e8d51296a25daf003b368afcd6084c0a3fb52826966c8b953c84227e3f071573c5c69f3384313e71e350c6cb26ccfa28612bfb2daa1789b529299d97fd0f325921ad8334b9f068d34e343617e6583277d35bd7dc33b2e1472abebc716924b47fde14ec450420df61f8664943d07a06a42cb5471c5fd3d70247a059a84aab63b75d9ca143d00fd046a5c485b162874d1662a1318413617e515a513664bb710ad7b76bfc3eb19ac2b028aef79435b01b73cbf3cd270bd1009cc2ec07ee75e26e8c690ea58a42581470f6a4398188410b9a2b408fc12f995faf05adb7f746e0a964c33541e29a7ca42f3cdd99bd014899624e2051af9a2edaf6cd693021305ac9efb92578d0d83cdaf9081e2eceef299f2c4a068279ee9ada4cc0d46278", 0x1000}, {&(0x7f0000178000)="3e697a3bc894466ed8e3bffddab2e78392d67531d9b8788d8337aedf2cc66f7a87917dd428dcaa80e424d9ab70f2362edbe94fe1c80111bef38b0a79169de88204812c3c15223d7d704a53e37b1881c6c3054e0d373a7d9103a95ec947f6433d42e704", 0x63}], 0x8, 0x5)
write(r4, &(0x7f00005d9000)="6f56", 0x2)
mmap(&(0x7f00005df000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$bt_l2cap_L2CAP_CONNINFO(r1, 0x6, 0x2, &(0x7f0000065000)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000470000-0x4)=0x5)
tee(r2, r1, 0x2ffff, 0x0)
mmap(&(0x7f00005e0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f00005e0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f00005e1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_tcp(0xa, 0x1, 0x0, &(0x7f000028b000-0x8)={<r7=>0x0, 0x0})
poll(&(0x7f00005da000)=[{r7, 0x2002, 0x0}, {r3, 0x40, 0x0}, {r4, 0x2008, 0x0}, {r4, 0x4, 0x0}, {r4, 0x1080, 0x0}, {r4, 0x1, 0x0}], 0x6, 0xbad7)
mmap(&(0x7f00005de000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_udp_encap(r3, 0x11, 0x64, &(0x7f00000c8000)=0x4, 0x4)
socketpair$inet6_icmp(0xa, 0x2, 0x3a, &(0x7f0000137000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f00005df000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_RES_CTX(r1, 0xc0106426, &(0x7f00005df000)={0x2, &(0x7f0000431000-0x10)=[{<r8=>0x0, 0x0}, {0x0, 0x0}]})
ioctl$DRM_IOCTL_SET_SAREA_CTX(r0, 0x4010641c, &(0x7f00002a6000)={r8, &(0x7f00004e6000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"})
epoll_pwait(r2, &(0x7f00005d2000-0x6c)=[{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}], 0x9, 0x8852, &(0x7f00004c7000)={0xcd36701}, 0x8)
mmap(&(0x7f00005df000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
read(r0, &(0x7f000022e000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x7b)
mmap(&(0x7f00005de000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
readv(r3, &(0x7f00004d8000)=[], 0x0)
close(r2)
mmap(&(0x7f00005de000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$SO_TIMESTAMPING(r7, 0x1, 0x25, &(0x7f00005de000)=0x0, &(0x7f0000561000)=0x4)
2017/12/08 15:39:26 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
acct(&(0x7f0000df3000-0x8)="2e2f66696c653000")
mkdir(&(0x7f00000c4000)="2e2f66696c653000", 0x0)
r0 = syz_open_dev$sg(&(0x7f0000ba4000)="2f6465762f73672300", 0xcf38, 0x0)
ioctl$DRM_IOCTL_CONTROL(r0, 0x40086414, &(0x7f0000b17000)={0x2, 0x9})
rt_sigpending(&(0x7f000009e000-0x8)={0x0}, 0x8)
mount(&(0x7f0000144000)="2e2f66696c653000", &(0x7f0000344000-0x8)="2e2f66696c653000", &(0x7f0000fb6000-0x4)="6e667300", 0x0, &(0x7f000000a000)="")
2017/12/08 15:39:26 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x4000000000000003, 0x2)
getsockopt$inet6_IPV6_IPSEC_POLICY(0xffffffffffffffff, 0x29, 0x22, &(0x7f00008fc000)={{{@in=@empty=0x0, @in=@empty=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=@empty={[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, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000c69000-0x4)=0xe8)
setsockopt$inet_pktinfo(r0, 0x0, 0x8, &(0x7f0000019000-0xc)={r1, @multicast1=0xe0000001, @empty=0x0}, 0xc)
r2 = syz_open_dev$tun(&(0x7f0000520000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0xa)
r3 = fcntl$dupfd(r2, 0x0, r2)
ioctl$TUNSETIFF(r2, 0x400454ca, &(0x7f0000a5b000-0x28)={@common="67726530000000000000000000000000", @ifru_names=@generic="4f54000cc0a1ed4f3a0a1fdc222073b5"})
clock_gettime(0x0, &(0x7f0000a61000-0x8)={0x0, 0x0})
r4 = openat$autofs(0xffffffffffffff9c, &(0x7f00007ac000)="2f6465762f6175746f667300", 0x20000, 0x0)
ioctl$VT_OPENQRY(r4, 0x5600, &(0x7f0000e73000)=0x0)
ioctl$sock_inet_SIOCGIFDSTADDR(r0, 0x8917, &(0x7f0000f13000-0x20)={@generic="e2c6894f427f04f39c4a8d864b9a1ed1", @ifru_addrs={0x2, 0x2, @rand_addr=0x61, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
socket$bt_bnep(0x1f, 0x3, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvfrom(r0, &(0x7f0000529000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe9, 0x2000, &(0x7f00004ce000-0x10)=@in={0x2, 0x2, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ftruncate(r3, 0x7fff)
socket$inet_udp(0x2, 0x2, 0x0)
setsockopt$inet6_mreq(r3, 0x29, 0x1b, &(0x7f0000117000-0x14)={@loopback={0x0, 0x1}, r1}, 0x14)
r5 = request_key(&(0x7f00002a8000)="727872706300", &(0x7f00006d0000)={0x73, 0x79, 0x7a, 0x2, 0x0}, &(0x7f0000e1c000-0xc)="6e6f6465763a47504c2b2400", 0xfffffffffffffffd)
keyctl$set_timeout(0xf, r5, 0x2f6)
mount(&(0x7f00009ae000-0x8)="2e2f66696c653000", &(0x7f0000db2000-0x8)="2e2f66696c653000", &(0x7f00008f8000-0x6)="737973667300", 0x0, &(0x7f0000e2f000)="")
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(0xffffffffffffffff, 0xc00c642d, &(0x7f00001d7000-0xc)={0x0, 0x80000, <r6=>0xffffffffffffffff})
ioctl$sock_bt_bnep_BNEPGETCONNLIST(r3, 0x800442d2, &(0x7f000064d000-0x10)={0x8, &(0x7f00003de000)=[{0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}, {0x0, 0x0, 0x0, "000000000000", "00000000000000000000000000000000"}]})
ioctl$DRM_IOCTL_GET_UNIQUE(r6, 0xc0106401, &(0x7f0000d55000)={0xdf, &(0x7f0000476000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"})
ioctl$TUNSETIFF(0xffffffffffffffff, 0x400454ca, &(0x7f00006b0000-0x28)={@common="67726530000000000000000000000000", @ifru_map={0x2, 0x0, 0x0, 0x0, 0x0, 0x0}})
r7 = socket$inet(0x2, 0x8000000000000003, 0x2)
getpeername$netlink(r3, &(0x7f0000a78000-0xc)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000537000)=0xc)
setsockopt$inet_mreqn(r7, 0x0, 0x23, &(0x7f0000939000-0xc)={@multicast1=0xe0000001, @local={0xac, 0x14, 0x0, 0xaa}, 0x0}, 0xc)
setsockopt$inet_msfilter(r7, 0x0, 0x29, &(0x7f0000a27000-0x2c)={@multicast1=0xe0000001, @rand_addr=0x5, 0xfffffffffffffffc, 0x4, [@loopback=0x7f000001, @remote={0xac, 0x14, 0x0, 0xbb}, @empty=0x0, @empty=0x0]}, 0x20)
ioctl$sock_inet_SIOCSIFFLAGS(r0, 0x8914, &(0x7f0000630000-0x20)={@common="67726530000000000000000000000000", @ifru_flags=0x301})
write$tun(r3, &(0x7f0000baa000)=@hdr={0x11, 0x0, 0x0, 0x0, 0x2e, 0x0, @ipv4={{0x5, 0x4, 0x0, 0x0, 0xe1, 0x0, 0x0, 0x0, 0x2, 0x0, @rand_addr=0x0, @multicast1=0xe0000001, {[]}}, @udp={0x3, 0x0, 0xcd, 0x0, "1966a1e7cbe33323ab3b08386194e7ca4082ad0821c56c7b51d8aa5ef4ee9e849e6cbe0c61278b70186ab315966a79fafdad3f9c726454a51e9572a8650a92e685dcaabd32505be7c8502e3e0736297bec671250dec5eb6354a1c59d6fa7a4fe42cad372e6d2a89b8e185fc3c7021adaa2f450e20c38ef7b64d6a67646ba0895f51bcfe56a52a5ed2aa1eeda9c324f3ca2ce24537b3e1701270359765ff157811e079a885b9c50366c73b3666db7019a28ffe27954afd3bf8f294bfc909237827deb778c22"}}}, 0xeb)
2017/12/08 15:39:26 executing program 1:
mmap(&(0x7f0000b0b000/0x4000)=nil, 0x4000, 0x3, 0x12, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = creat(&(0x7f0000fbf000)="2e2f66696c653000", 0x22)
r1 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_IPV6_IPSEC_POLICY(r1, 0x29, 0x22, &(0x7f0000939000-0xe8)={{{@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}}, &(0x7f0000726000-0x4)=0xe8)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x10000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = syz_open_dev$sg(&(0x7f0000613000-0x9)="2f6465762f73672300", 0x10001, 0x8000000301000)
getpriority(0x2, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = gettid()
getpriority(0x10000000001, r4)
r5 = 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}, r4, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x4f000)=nil, 0x4f000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$packet_buf(r0, 0x107, 0x1000007, &(0x7f0000ec8000-0xae)="64537d940aef004777b8fc93230ce7b76e1000061959cc9b4500a1c6641a147fd2ff2c404726c4c5070000002ebbaf8effff3b7d57433099a7d3964595d69ed5355bc75792018c47af619e66ed5f5bcb24585c9b26805f62195c159a955e1496b94e5dc5d45f00000000000000021f487a0dfd577aa474bc521dffffffff2837fa55dfbf0137979518bc0fd714c17316de03d54dee74c2c36dd0d3a03db66d0732991b264cc5e03e65e3d212ddb2", 0xae)
unshare(0x400)
mq_getsetattr(r1, &(0x7f0000d33000-0x40)={0x3, 0x0, 0x3, 0x0, 0x0, 0x1f, 0x0, 0x40000000}, &(0x7f000004f000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
open(&(0x7f00007eb000-0x8)="2e2f66696c653000", 0x2000, 0x0)
sched_setparam(r4, &(0x7f00004aa000)=0x8)
r6 = openat$cuse(0xffffffffffffff9c, &(0x7f00000db000-0xa)="2f6465762f6375736500", 0x8000, 0x0)
mkdirat(r6, &(0x7f00000ab000)="2e2f66696c653000", 0xfffffffffffffffc)
getsockopt$inet_sctp6_SCTP_ASSOCINFO(r3, 0x84, 0x1, &(0x7f0000fd9000-0x14)={<r7=>0x0, 0x3, 0x1, 0xfffffffffffffffd, 0x1, 0x40000008}, &(0x7f0000e26000-0x4)=0x14)
setsockopt$inet_sctp_SCTP_PEER_ADDR_PARAMS(r1, 0x84, 0x9, &(0x7f0000846000-0xa0)={r7, @in6={{0xa, 0x1, 0x8, @loopback={0x0, 0x1}, 0x9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xec7, 0x4, 0x3, 0x6, 0x16}, 0xa0)
ioctl$PERF_EVENT_IOC_SET_OUTPUT(r2, 0x2405, r6)
rmdir(&(0x7f00009c6000-0xa)="2e2f636f6e74726f6c00")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
dup3(r5, 0xffffffffffffffff, 0x80000)
socket$netlink(0x10, 0x3, 0x3)
sendto$unix(0xffffffffffffffff, &(0x7f0000e78000)="e29fdcb1552c26e8b388d61fb142b94a3145036ec5dbee81a9fa3b13b0ed6b066e5e19002f2e3b86d443abcf0934507bbacd27c39dc53221304b86b90eb590cffeeb74e909db9941", 0x48, 0x20000080, &(0x7f000009c000-0x8)=@abs={0x1, 0x0, 0x0}, 0x8)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = bpf$PROG_LOAD(0x5, &(0x7f0000f9c000)={0x1, 0x3, &(0x7f0000ad5000)=[@generic={0x2015b4, 0x0, 0x0, 0x0}, @generic={0x73, 0x4000000800000a, 0x0, 0x0}, @generic={0xd395, 0x0, 0x0, 0x0}], &(0x7f0000a9a000-0x7)="24ac0500", 0xffffffff, 0x80, &(0x7f0000da8000-0x80)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x0}, 0x30)
r1 = openat$rtc(0xffffffffffffff9c, &(0x7f0000a4b000-0x9)="2f6465762f72746300", 0xb4001, 0x0)
ioctl$TIOCSLCKTRMIOS(r1, 0x5457, &(0x7f00008e9000-0x24)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
capset(&(0x7f00000fc000)={0x0, 0x0}, &(0x7f0000244000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
r2 = openat(r1, &(0x7f0000613000)="2e2f66696c653000", 0x880, 0x100)
r3 = socket(0x1e, 0x1, 0x0)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r3, 0x84, 0x77, &(0x7f0000cf8000-0x8)={0x0, 0xdca}, &(0x7f0000205000-0x4)=0x8)
timer_create(0x0, &(0x7f0000956000-0x58)={0x0, 0x15, 0x4, @thr={&(0x7f0000c49000-0xb2)="0e1e713a1ddd31c1de51cca479ae812dbc669764651fa608a22a4ef7301c06a6d343470d7ee6a2086c782c232afd1d9bd4215f59588514b86d299c16704a464a0be2aa692cc6d0f8434898a7c78824ee39df2f634c22f6e969d8c83bf756fea6d694ec938a5d3df3f2ae36f675fb05a669f938ba83727775197ae0ab561a0d30ae7b740ad6f2463f8a5f0f1904f5dae2c452018153c32e28a1768f8fc537e746c9674bf4e4d83d29c50baeb335cb25dc1cb1", &(0x7f0000487000)="20dbee2672d8d061c67d602d057afa87cc806b4c486c1d22da98b1147f0faa24d193f256dc461b7d207f55c8923a967f16ad9cd71c88ed82c7e75c5d07a65526c20d72fdae83ef0ddc52c73a1887a2ce3528c9b53cd9d439edfcf98b6242ec42666a17fbe37d4dee14ad0d03f14ca61981e1cc2d370c9e1aebb3060f8d7ea5d45f114d229696131bf040d3"}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000913000)=<r4=>0x0)
timer_getoverrun(r4)
ioctl$sock_FIOGETOWN(r1, 0x8903, &(0x7f0000df6000)=<r5=>0x0)
timer_create(0xfffffffffffffffe, &(0x7f0000e45000-0x58)={0x0, 0x1f, 0x0, @tid=r5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f00001e7000-0x4)=0x0)
exit(0x0)
getsockopt$SO_BINDTODEVICE(r2, 0x1, 0x19, &(0x7f0000360000-0x10)=@generic="00000000000000000000000000000000", 0x10)
r6 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x6d3, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
ioctl$VT_RELDISP(r1, 0x5605)
timer_delete(0x0)
syz_open_dev$vcsn(&(0x7f0000bf2000-0xa)="2f6465762f7663732300", 0x28000000, 0x40)
r7 = ioctl$KVM_CREATE_VM(0xffffffffffffffff, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r7, 0xae60)
ioctl$KVM_SET_IRQCHIP(r7, 0x8208ae63, &(0x7f0000025000)=@ioapic={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}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x7, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}]})
dup3(r6, r0, 0x0)
2017/12/08 15:39:26 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$nfc_llcp(0x27, 0x2, 0x1)
fcntl$setsig(r0, 0xa, 0x5)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x40000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000f1f000-0x78)={0x4, 0x78, 0x5, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0xd8, 0x0, 0x5, 0x200003277, 0x85, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x4000000000000, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
socketpair(0xa, 0x6, 0x16f, &(0x7f0000c29000)={<r1=>0x0, 0x0})
ioctl$KVM_SET_XCRS(r1, 0x4188aea7, &(0x7f0000b1b000-0x48)={0x4, 0x8, [{0x2, 0x0, 0x3}, {0x5, 0x0, 0xfffffffffffffffa}, {0x8, 0x0, 0x9}, {0x330e, 0x0, 0x7f}]})
mkdir(&(0x7f0000330000)="2e2f66696c653000", 0x10)
r2 = socket$inet(0x2, 0x80e, 0x2)
r3 = dup3(r2, r2, 0x80000)
ioctl$DRM_IOCTL_SET_MASTER(r3, 0x641e)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCGARP(r1, 0x8954, &(0x7f0000001000-0x44)={{0x2, 0x3, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x307, @random="05c6483f32f7", [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x20, {0x2, 0x2, @rand_addr=0x4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @generic="b4967218df7bcc94ac731eea2743b370"})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f73657175656e6365723200", 0x180004, 0x0)
ioctl$KVM_X86_SETUP_MCE(r4, 0x4008ae9c, &(0x7f0000000000)={0x14, 0x5, 0x7, 0x0})
inotify_add_watch(r4, &(0x7f000030c000-0x8)="2e2f66696c653000", 0x8)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket$bt_hci(0x1f, 0x3, 0x1)
getsockopt$SO_PEERCRED(r5, 0x1, 0x11, &(0x7f000008f000)={<r6=>0x0, 0x0, 0x0}, 0xc)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r6, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0x20000000d4e7, 0x8, 0x0, 0xfffffffffffffffd, 0x0, 0x1fffffffe, 0x0, 0x0, 0x2001000000000fa, 0x0, 0x0, 0x2, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xf18000)=nil, 0xf18000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = openat$rtc(0xffffffffffffff9c, &(0x7f0000a05000-0x9)="2f6465762f72746300", 0x40000, 0x0)
shutdown(r7, 0x1)
r8 = bpf$MAP_CREATE(0x0, &(0x7f0000681000-0x1c)={0x8, 0x800000000000004, 0x4, 0x2, 0x1000000000000000, r7, 0x0}, 0x1c)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f00008c8000)={r8, &(0x7f000017c000)="", &(0x7f000036d000)="e9", 0x0}, 0x20)
syz_open_dev$tun(&(0x7f00001ab000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
2017/12/08 15:39:26 executing program 0:
mmap(&(0x7f0000000000/0xf00000)=nil, 0xf00000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_udp(0x2, 0x2, 0x0)
socket$kcm(0x29, 0x7, 0x0)
mmap(&(0x7f0000f00000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f01000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_extract_tcp_res$synack(&(0x7f00003fd000+0xc4a)={0x42424242, 0x42424242}, 0x1, 0x0)
mmap(&(0x7f0000f02000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f02000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = bpf$BPF_MAP_GET_FD_BY_ID(0xe, &(0x7f0000f03000-0x4)=0x0, 0x4)
r1 = bpf$MAP_CREATE(0x0, &(0x7f00009d2000)={0x200, 0x400000000, 0x4, 0x3, 0x3, r0, 0x2c}, 0x1c)
mmap(&(0x7f0000f03000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f04000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f04000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_DELETE_ELEM(0x3, &(0x7f000079a000-0x10)={r1, &(0x7f00005a3000-0xb4)="ce5af715315d9f310c7f40787ea435e3fce9c99d6b1d12095ad6fb7b74450ae781aab10833ff6f015ce91748b553cf56ba303f452cdc29a989c9a655c22fd91d903fe6f9df319f559e05ca297a38e55e244662e87157f8f6294a86058a8eac84dea3146f3ae267f157d54b1170efe2755a696588711f19cca9b43d89076a3476b4594e74f556c04f008d1388882d44dc2599c7c6092fc149e91efede228df9994a6a748800c0a33d4cfeb91513baac7266818aad"}, 0x10)
mmap(&(0x7f0000f00000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000180000/0x3000)=nil, 0x3000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f04000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_tcp_TCP_REPAIR_WINDOW(0xffffffffffffffff, 0x6, 0x1d, &(0x7f00006c4000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000f05000-0x4)=0x14)
mmap(&(0x7f0000f05000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xf50000)=nil, 0xf50000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f50000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_buf(0xffffffffffffffff, 0x29, 0x3f, &(0x7f0000d71000)="ff8d57a9a22d7355032fc98690f53a6e91c97677ea0964b6497540f22dc7387a0000f49fd52e79ba1dbe169bc3895e77a10442a6ad7d6e9796cd9252c656e35012d8c4644685a7", 0x47)
mmap(&(0x7f0000000000/0xf94000)=nil, 0xf94000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0xb, 0x80002, 0x8)
mmap(&(0x7f0000f94000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f95000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f0000f96000-0x9)="2f6465762f6b766d00", 0x80, 0x0)
mmap(&(0x7f0000f94000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f96000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f97000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:26 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000077d000-0x78)={0x2, 0x78, 0xd4e5, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x9, 0x24, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x8)
r0 = perf_event_open(&(0x7f00008a8000-0x78)={0x4000000000, 0x78, 0xdc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xfc, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
sched_yield()
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd433, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, r0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6(0xa, 0x3, 0x400000000000003f)
r2 = socket$inet6_sctp(0xa, 0x5, 0x84)
bind$inet6(r2, &(0x7f0000158000)={0xa, 0x2, 0x6, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x7}, 0x1c)
accept4(r1, &(0x7f0000d43000)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, &(0x7f0000399000)=0xe, 0x800)
listen(r2, 0x401)
socket$inet_sctp(0x2, 0x800003, 0x84)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet(0x2, 0x1, 0x0)
getsockopt$sock_cred(r2, 0x1, 0x11, &(0x7f0000bbd000)={0x0, 0x0, 0x0}, &(0x7f0000a26000)=0xc)
r4 = syz_open_dev$tun(&(0x7f0000520000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x9)
r5 = syz_open_dev$mice(&(0x7f0000bd2000)="2f6465762f696e7075742f6d69636500", 0x0, 0x80000000)
setsockopt$inet6_tcp_TCP_REPAIR_WINDOW(r5, 0x6, 0x1d, &(0x7f000044e000)={0x5, 0x8, 0x6, 0x100000000, 0x3f}, 0x14)
bind$netlink(r5, &(0x7f0000395000)={0x10, 0x0, 0x1, 0x0}, 0xc)
r6 = fcntl$dupfd(r4, 0x0, r4)
ioctl$TUNSETIFF(r6, 0x400454ca, &(0x7f0000f1b000)={@common="67726530000000000000000000000000", @ifru_ivalue=0xffffffffffffffff})
ioctl$sock_inet_SIOCSIFFLAGS(r3, 0x8914, &(0x7f0000630000-0x20)={@common="67726530000000000000000000000000", @ifru_flags=0x301})
socket$netlink(0x10, 0x3, 0xe)
r7 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r7, 0x29, 0x1b, &(0x7f000026d000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0}, 0x20)
getsockopt$inet_sctp6_SCTP_GET_LOCAL_ADDRS(r2, 0x84, 0x6d, &(0x7f00007d2000-0xb3)={<r8=>0x0, 0xab, "51b01061e23258caa01efc996ae5449eafb491d5fe1c43aa84ea01f0dc69332411414b3bbda23ccecd8d7328505d07080e3567b0dd69b83069a16ade8eaab3500232833c883e435ee8c818a694a330e872f741ea8fbb6d64a51e7817696cfd2fb62aff4491e7f636e39a4344e579fa4bef2d2b565d61b91a1d938eafd94de3786be596d2defe56730f2d6bd1d3ccf539e53b6e5f4ec082d4d4f8993c2180229efd8dfabaf9dbf1d3fbca77"}, &(0x7f0000184000)=0xb3)
getsockopt$inet_sctp_SCTP_RTOINFO(r3, 0x84, 0x0, &(0x7f000058d000)={r8, 0x2f, 0x8, 0x312}, &(0x7f000058d000)=0x10)
write$tun(r6, &(0x7f0000a53000-0x104a)=@hdr={0x1, 0x0, 0x0, 0x0, 0x81, 0x0, @ipv6={0x0, 0x6, "85b7e3", 0x8f, 0x84, 0xfffffffffffffffc, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, {[], @dccp={{0x1, 0x2, 0x4, 0x1, 0x0, 0x0, 0x0, 0x3, 0x3f, "f7b877", 0x1, "0ccc48"}, "78e8eb46d5db333e19f61ef6cd09cb72ebc7eca138cc75d74c3b4ec6ba8d9d4337bfdab3cd47a2d5ead8fc702f685c8b0da401bfedf4d8a3fcefa7f46094ba62e7b07e31c7c2a9bb657bd8d10b91b0c4531a24a4c2fc3577949468d08574a2de479f2d2c4be406eab65793d9c67f20fc43d3a7c3970a1a212f2d61a9e744a5"}}}}, 0xc1)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f0000ba0000)="2f6465762f6b766d00", 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
getresgid(&(0x7f0000117000)=0x0, &(0x7f00002fb000-0x4)=0x0, &(0x7f0000628000)=0x0)
r2 = ioctl$KVM_CREATE_VCPU(r1, 0xae41, 0x0)
r3 = openat$rfkill(0xffffffffffffff9c, &(0x7f00005b7000)="2f6465762f72666b696c6c00", 0x80001, 0x0)
ioctl$DRM_IOCTL_MODE_GETCRTC(r3, 0xc06864a1, &(0x7f0000e3f000)={&(0x7f00006f1000-0xc)=[0x400, 0x14, 0xfcf3], 0x3, 0x92, 0xfffffffffffffff7, 0x8, 0x1ff, 0x8, {0x3, 0x0, 0x1ff, 0x401, 0x637, 0x2, 0x6, 0x8, 0x6, 0x2, 0x400, 0x80, 0xe64, 0x1, "53272f998c9f1fc3366cea2891c4a71eb759a1a4229e5ca0ecae001970019ca8"}})
munmap(&(0x7f0000203000/0x4000)=nil, 0x4000)
ioctl$KVM_SET_CPUID(r2, 0x4008ae8a, &(0x7f0000030000)={0x1, 0x0, [{0x1, 0xfffffffffffffffd, 0x0, 0xffffffffffffffff, 0x0, 0x0}]})
mmap(&(0x7f0000203000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$int_out(r2, 0x5462, &(0x7f0000203000)=0x0)
mmap(&(0x7f0000204000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_SET_MSRS(r2, 0xc008ae88, &(0x7f0000205000-0x18)={0x1, 0x0, [{0x489, 0x0, 0x3}]})
2017/12/08 15:39:26 executing program 3:
r0 = openat$ptmx(0xffffffffffffff9c, &(0x7f00006c2000-0xa)="2f6465762f70746d7800", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$vcsa(&(0x7f0000bed000-0xb)="2f6465762f766373612300", 0x5, 0x480)
mmap(&(0x7f0000000000/0xaba000)=nil, 0xaba000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
chdir(&(0x7f000018e000-0x8)="2e2f66696c653000")
r2 = socket(0x10, 0x2, 0xc)
perf_event_open(&(0x7f000025c000)={0xffffffffffffffff, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4000000000000, 0xf72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f00000f7000-0x9)="2f6465762f6b766d00", 0x80, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r1, 0xae60)
ioctl$KVM_CREATE_PIT2(r4, 0x4040ae77, &(0x7f0000071000)={0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
fadvise64(r0, 0x0, 0xf7, 0x5)
ioctl$KVM_ENABLE_CAP(r4, 0x8208ae63, &(0x7f0000007000-0x68)={0x0, 0x0, [0x0, 0x401, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r5 = dup2(r3, r4)
ioctl$GIO_UNISCRNMAP(r5, 0x4b69, &(0x7f0000d54000-0x85)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
write(r2, &(0x7f0000d80000)="1d0000000701ff49433bfbfb171640741100ca09000000000000083c90", 0x1d)
openat$kvm(0xffffffffffffff9c, &(0x7f0000aed000-0x9)="2f6465762f6b766d00", 0x1000082103fe, 0x0)
mmap(&(0x7f0000cd0000/0x2000)=nil, 0x2000, 0x4, 0x110, 0xffffffffffffffff, 0xffffffffffffffff)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$binder(&(0x7f0000002000)="2f6465762f62696e6465722300", 0x0, 0x0)
open(&(0x7f000084c000-0x8)="2e2f66696c653000", 0x80, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = socket$inet_udp(0x2, 0x2, 0x0)
r7 = syz_open_dev$tun(&(0x7f0000bc6000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x3)
ioctl$TUNSETIFF(r7, 0x400454ca, &(0x7f00006b0000-0x28)={@common="67726530000000000000000000000000", @ifru_map={0x2, 0x1f, 0x0, 0x0, 0x0, 0x0}})
ioctl$sock_inet_SIOCSIFADDR(r6, 0x8916, &(0x7f00007ff000)={@common="67726530000000000000000000000000", @ifru_addrs={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
r8 = socket$inet(0x2, 0x8000000000000003, 0x2)
setsockopt$inet_mreqn(r8, 0x0, 0x23, &(0x7f0000939000-0xc)={@multicast1=0xe0000001, @local={0xac, 0x14, 0x0, 0xaa}, 0x0}, 0xc)
2017/12/08 15:39:26 executing program 2:
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)
r0 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x3, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = getpid()
setsockopt$inet_tcp_buf(0xffffffffffffffff, 0x6, 0x1a, &(0x7f0000bcf000)="1ab3041a1b362ab1c74080596dead2fadca26331d63e10193c111d7f1f62ada44c3f974533872c5e29318f6281f2ca26ed3dd11472f3ae9b5ffdd9da3642f5b7b5cbec588fbe20e727abfeded5f41eb4ac89f5a7894530ef27112e9be7ab04a3d17ba4163a6b4cf038c7dd93a4b3f4cf3ca52dc51f05581d551bcc3f1ebcdb707349fcc6404acbb322b633fbf0ba88999cb4e1016e5d25a3932c9f5cf882833197b4c801de2351cf8de9e67fb1433ba3edee1ba9a213f61a2faa7457a3b04e56d7d62957b7b65637deaf22d55c2e40bbf448a369c94f6d95356109bad88f9bce0233c6e34a08898919ccce7ff22e9d7f6593f1186a8b5e83", 0xf8)
r2 = socket(0x0, 0x2, 0x0)
connect$inet6(r2, &(0x7f0000375000-0x1c)={0xa, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x4}, 0x1c)
socket$netlink(0x10, 0x3, 0x10)
r3 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000e4e000-0xf)="2f6465762f73657175656e63657200", 0xa202, 0x0)
signalfd(r0, &(0x7f0000a7a000)={0x1ff}, 0x8)
r4 = openat$sequencer2(0xffffffffffffff9c, &(0x7f00005a8000)="2f6465762f73657175656e6365723200", 0x8002, 0x0)
clock_getres(0x3, &(0x7f0000ba3000)={0x0, 0x0})
timer_gettime(0x0, &(0x7f0000102000)={{0x0, 0x0}, {0x0, 0x0}})
clock_gettime(0x0, &(0x7f0000a7d000-0x10)={0x0, 0x0})
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS(r3, 0xc05c5340, &(0x7f0000fa2000)={0xffffffffffffff26, 0x41, 0x5, {0x0, 0x1c9c380}, 0x8000000000000005, 0x3f, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
keyctl$session_to_parent(0x12)
bind$nfc_llcp(r3, &(0x7f0000a7c000-0x60)={0x27, 0x1, 0x100000000000, 0x7, 0xff, 0x1, "f770f7faf9cb81a3128fb746b3daf388ceaa3430f7c0f413d87f76860bd8e7e888e3f97467321fc363941940b03197ca8bafb45928ab94bb65bab8d5dd54f4", 0x6}, 0x60)
r5 = epoll_create1(0x10000000)
userfaultfd(0x802)
r6 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000ee2000)="2f6465762f73657175656e6365723200", 0x120000, 0x0)
epoll_ctl$EPOLL_CTL_ADD(r5, 0x1, r3, &(0x7f000001a000-0xc)={0x10000040000002, 0x0})
ioctl$TCSETAF(r6, 0x5404, &(0x7f00009da000-0x14)={0x400, 0x0, 0x401, 0x0, 0x0, 0x1000000000000, 0x0, 0x0, 0x0, 0x0})
write$sndseq(r3, &(0x7f00009ab000)=[{0x3c, 0x9, 0x1, 0x9, @time={0x77359400, 0x0}, {0x0, 0xd2f}, {0xfffffffffffffffc, 0x3}, @raw32={[0x6, 0x100, 0x9]}}, {0x8, 0x4, 0x3f, 0x4, @time={0x77359400, 0x0}, {0x84, 0xffff}, {0x0, 0x1}, @control={0x432a, 0x38, 0xffffffff}}, {0xfff, 0x40, 0xfffffffffffffbff, 0x8005, @tick=0x3, {0x4, 0xf2}, {0x3fc, 0x8002}, @raw8={"7a88d654f95067fe68d2359f"}}], 0x90)
ioctl$TCSETA(r4, 0x5402, &(0x7f000032d000-0x14)={0x0, 0x0, 0x0, 0x0, 0x20000000400002, 0x0, 0x0, 0xd03, 0x0, 0x0})
ioctl$TCSETSW(r6, 0x5402, &(0x7f0000fcb000-0x24)={0x5c97, 0x2, 0x267, 0x5, 0xfffffffffffff93c, 0x5, 0x0, 0x4, 0xa, 0x0, 0xcd5, 0x4})
clock_gettime(0x4, &(0x7f0000ef1000-0x10)={<r7=>0x0, <r8=>0x0})
write$sndseq(r4, &(0x7f000000a000)=[{0x40081, 0x3, 0x200000000000000, 0x80000000000, @tick=0x800, {0x9, 0x1}, {0x0, 0x0}, @time=@time={r7, r8+10000000}}], 0x30)
ioctl$TCSETAF(r4, 0x5404, &(0x7f0000a79000)={0x6, 0x9013, 0x2, 0x91a3, 0x1, 0x9, 0x4, 0x50, 0xfff, 0x7})
clock_gettime(0x0, &(0x7f0000a67000-0x10)={0x0, 0x0})
ioctl$TCSETAF(r4, 0x5404, &(0x7f0000fba000-0x14)={0xffdffffffffffffe, 0xffffffffffffffff, 0x2, 0x3, 0x100000001, 0xffffffffffffff7f, 0x5, 0xffff, 0x4, 0xffffffffffffffff})
clock_gettime(0x2, &(0x7f000077f000-0x10)={0x0, 0x0})
process_vm_readv(r1, &(0x7f000052c000-0xa0)=[{&(0x7f0000b80000-0x63)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x63}, {&(0x7f0000f65000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x39}, {&(0x7f0000ec7000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f0000a25000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xc5}, {&(0x7f0000afa000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfc}, {&(0x7f0000601000-0xe3)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe3}, {&(0x7f00003e4000-0xf8)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf8}, {&(0x7f0000562000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x60}, {&(0x7f00009be000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xca}, {&(0x7f000090a000-0xae)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xae}], 0xa, &(0x7f00009b8000-0x70)=[{&(0x7f0000dc0000-0xe1)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe1}, {&(0x7f000016b000-0x22)="00000000000000000000000000000000000000000000000000000000000000000000", 0x22}, {&(0x7f00002df000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f00004f2000-0x6b)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6b}, {&(0x7f000030f000-0xdd)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xdd}, {&(0x7f00002b3000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xda}, {&(0x7f0000a01000-0xea)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xea}], 0x7, 0x0)
2017/12/08 15:39:26 executing program 5:
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0xfffffffffffffffd, 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$unix(0x1, 0x2, 0x0, &(0x7f00002eb000-0x8)={0xffffffffffffffff, 0xffffffffffffffff})
perf_event_open(&(0x7f000001d000)={0x2, 0x10101, 0xd4e5, 0x0, 0x0, 0xfff, 0x0, 0x0, 0x3, 0x6, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x8a, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
openat$sequencer(0xffffffffffffff9c, &(0x7f0000f60000)="2f6465762f73657175656e63657200", 0x400000, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$selinux_policy(0xffffffffffffff9c, &(0x7f0000001000-0x10)="2f73656c696e75782f706f6c69637900", 0x0, 0x0)
ioctl$TIOCGPGRP(r0, 0x540f, &(0x7f0000315000-0x4)=<r1=>0x0)
perf_event_open(&(0x7f0000150000)={0x0, 0x78, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x2000001203, 0x0, 0xd34, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$bt_hci(0x1f, 0x3, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x1e, 0x807, 0x5)
bind(r3, &(0x7f0000d81000-0x80)=@generic={0x1e, "0103000000000000000000000000000009a979f321b30c7bc8790405c7bad62e0a43a632ed4938d36d73fb8f8401a3ff59829a2b0afe7ce43a4b2470a0c5216669ca021f6f65dcf160e7e58f358c0002f0000158d19bcb31f1314a8ef151622ca5bdb9c8ead2000077aeb81c90001d6d7c980ee590c8b9f70dc136cb184a"}, 0x80)
r4 = socket(0x400000000000001e, 0x2, 0x0)
bind(r4, &(0x7f0000bbb000-0x80)=@generic={0x1e, "01030000000000b9000000004700000000a979f321b30c7b35790405c7bad62e0a63a632ed4938d36973fb8f8401a3ff59829a2b0afe7ce43a4b9270a0c5216689ca021f6f65dcf160e7e58f358c000100001a000000cb3151d24acef1f1622ca5bdb9c8ea31000077aeb8901c00af367c980406000000f70dc16dcb184a"}, 0x80)
bind(r2, &(0x7f0000503000)=@generic={0x62, "01030000000000feff0000000002000009a979f321b30c7bc8790405c7bad62e0a53a632ed4938d36d0e00000000000000829a2b0a0006e43a4b2470a0c5216669ca021f6f65dce060e7e58f358c00f9f0000158d19bcb3151314a8ef1f1620c85bdb9c8ead2000077aeb81c90001d6d7c980ee590c8b9f70dc136cb184a"}, 0x80)
r5 = fcntl$dupfd(r2, 0x406, r4)
ioctl$TIOCLINUX5(r5, 0x541c, &(0x7f0000f2b000-0x28)={0x5, 0xf6b4, 0x40, 0x3, 0x20})
socketpair$inet_dccp(0x2, 0x6, 0x0, &(0x7f00009e1000)={0x0, 0x0})
r6 = socket(0x1, 0x4000000000, 0x8)
bind(r6, &(0x7f000008d000-0x80)=@generic={0x1e, "0103000000000000c10000000000000009a979f321b30c7bc8790405c7bad62e0a53a632ed4937f00001018f8401a3ff59829a2b0afe7ce43a5b2470a0c5216669ca021f6f65dcf160e7e58f358c0002f0000158d19bcb3151314a8ef1f1622ca500000100d2000077aeb81c90001d6d7c980ee590c8b9f70d0036cb184a"}, 0x80)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket(0x1e, 0x2000000, 0x400000000000)
socket$inet6_udp(0xa, 0x2, 0x0)
bind(r4, &(0x7f00003fb000)=@nfc_llcp={0x27, 0xfffff7fe, 0xb, 0x0, 0x1000000000, 0xffff, "6eebf0c25b7e6346092bd4d03de3a2fc9442cad02249ba24cacc2b8d626293a8bd48aeb982e0d30708e2ca315338932c24ca1d83c801fdb726086c1d210bb1", 0xeb}, 0x58)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = socket(0x1e, 0x2, 0x0)
bind(r7, &(0x7f0000d81000-0x80)=@generic={0x1e, "0103000098000000000000004700000009a979f321b30c7bc8790405c7bad62e0a43a632cc4938d36d73fb8f8401a3ff59829a2b0afe7ce43a4b2470a0c5216669ca021f6f65dcf160e7e58f358c0002f0000158d19bcb31f1314a8ef151622ca5bdb9c8ead2000077aeb81c90001d6d7c000ee590c8b9f70dc136cb184a"}, 0x80)
bind(r7, &(0x7f0000262000-0x80)=@generic={0x10000001e, "0102000000040000000000003300c80000a979f339b30c7bcc790405c7bad62e0a63a632ed4938323273fb8f8401a3ff59829aa20afe7ce43a00000009c5216669ca021f6f67dcf160e7e59235050002f0001858d19bcb3151d24acef1f1622ca5bdb900ea31000077aeb81c90001d6d7c9804000000006e13c136cb0200"}, 0x80)
close(r4)
recvmsg(r7, &(0x7f0000c7a000)={0x0, 0x0, &(0x7f00000ac000)=[], 0x0, &(0x7f0000f90000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe8, 0x0}, 0x40)
getsockopt$inet_sctp_SCTP_LOCAL_AUTH_CHUNKS(r6, 0x84, 0x1b, &(0x7f0000153000)={0x0, 0xea, "fa2aae6fa26b867a0ef3e814ad59cb74328dd7adb9fe2b05884ca4fe113755eba82f790d45ed4677d8e2e4b7720d1a99515dfa4a7e4f6e3e9ef48313df633c157f5adaee0a9a3ab876fb7380b91541c6c1cccab790e9bb13c9bb1f689bce6fc6e834c9c11b085645d4ea72b6c4dbe4ff2911cef718e5960a43cd3b7abc2c526afc8f2ac325589fe4a9789cb63d1ef9c78dd489de1152f89b02defb8e32cc0000bce2e4b3929d2ca7854439906bd145ada42eaf3f65b32af1b50359568570acfd58977efe53a14b663bf1fc20556417ffd4cd3439d83df6eb46299177334e4b652fcc1821d114a714bafd"}, &(0x7f0000b38000-0x4)=0xf2)
2017/12/08 15:39:26 executing program 6:
quotactl(0x0, &(0x7f0000cc8000-0x8)="2e2f66696c653000", 0x0, &(0x7f0000ca1000-0x75)="")
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = dup2(0xffffffffffffffff, 0xffffffffffffffff)
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)
getsockopt$inet_sctp_SCTP_PR_ASSOC_STATUS(r0, 0x84, 0x73, &(0x7f0000003000-0x18)={<r1=>0x0, 0x6, 0x30, 0x3, 0x7}, &(0x7f0000002000)=0x18)
setsockopt$inet_sctp6_SCTP_RESET_ASSOC(r0, 0x84, 0x78, &(0x7f0000002000-0x4)=r1, 0x4)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$packet_fanout_data(r0, 0x107, 0x16, &(0x7f0000002000-0x8)={0x2, &(0x7f0000001000)=[{0xdfe, 0x5087, 0x3, 0xffff}, {0x100000001, 0x3, 0x3, 0x6}]}, 0x8)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KDGKBTYPE(r0, 0x4b33, &(0x7f0000001000)=0x0)
getsockopt$netlink(r0, 0x10e, 0x1, &(0x7f0000000000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000001000)=0x1000)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$bt_BT_FLUSHABLE(r0, 0x112, 0x8, &(0x7f0000002000)=0x1, &(0x7f0000001000-0x4)=0x4)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(0xffffffffffffff9c, 0x84, 0x22, &(0x7f0000000000)={0x80, 0x8, 0x5, 0x20, <r2=>0x0}, &(0x7f0000001000-0x4)=0x10)
signalfd4(0xffffffffffffffff, &(0x7f0000001000-0x8)={0x4}, 0x8, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_MAXSEG(0xffffffffffffffff, 0x84, 0xd, &(0x7f0000000000)=@assoc_value={r2, 0x5}, &(0x7f0000000000)=0x8)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r0, 0x84, 0xc, &(0x7f0000003000-0x4)=0x0, &(0x7f0000002000)=0x4)
2017/12/08 15:39:26 executing program 7:
openat$ptmx(0xffffffffffffff9c, &(0x7f00006c2000-0xa)="2f6465762f70746d7800", 0x240100, 0x0)
r0 = gettid()
r1 = perf_event_open(&(0x7f0000b01000)={0x0, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r0, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_CREATE(0x0, &(0x7f0000001000-0x1c)={0x0, 0x0, 0x1, 0x6a, 0x6, 0x0, 0x0}, 0x1c)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet(0x2, 0x5, 0xc800, &(0x7f0000001000-0x8)={<r2=>0x0, 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)
ioctl$sock_SIOCSPGRP(r2, 0x8902, &(0x7f0000002000)=r0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f0000343000)="2f6465762f6b766d00", 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
perf_event_open(&(0x7f000024d000)={0x2, 0x78, 0x8961, 0x6, 0x200, 0x800, 0x0, 0x300000000000000, 0x204, 0xc, 0x4df, 0x9, 0x2, 0xa, 0x0, 0x9, 0x0, 0x3, 0x101, 0x0, 0x2, 0xb3, 0x4, 0xa7, 0x0, 0x1, 0x0}, r0, 0x2d, r1, 0xb)
utime(&(0x7f0000376000-0x8)="2e2f66696c653000", &(0x7f0000366000)={0xedf6, 0x8})
r5 = ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x0)
ioctl$KVM_SET_USER_MEMORY_REGION(r4, 0x4020ae46, &(0x7f0000af6000)={0x10004, 0x0, 0x0, 0x1000, &(0x7f0000a98000/0x1000)=nil})
ioctl$KVM_SMI(r5, 0xaeb7)
bpf$BPF_MAP_GET_NEXT_ID(0xc, &(0x7f0000195000-0x4)=0x3, 0x4)
ioctl$KVM_SET_GUEST_DEBUG(r5, 0x4048ae9b, &(0x7f0000138000)={0x20003, 0x0, [0x80007, 0x1c, 0x4001, 0x100000001, 0x905, 0x9, 0x80000005, 0x8]})
ioctl$KVM_SET_FPU(r5, 0x41a0ae8d, &(0x7f000049b000)={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x5f4f, 0x10000, 0xffff, 0x0, 0x1, 0x100000, 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], 0xd451, 0x0})
recvfrom(r5, &(0x7f0000cf0000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xbd, 0x10121, &(0x7f000006d000)=@in6={0xa, 0x0, 0x40000008, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x1000}, 0x1c)
openat$autofs(0xffffffffffffff9c, &(0x7f0000b68000)="2f6465762f6175746f667300", 0x400002, 0x0)
ioctl$KVM_RUN(r4, 0xae80, 0x0)
ioctl$KVM_SET_DEBUGREGS(r5, 0x4080aea2, &(0x7f0000032000)={[0x1000, 0x3000, 0x104000, 0x100000], 0x1, 0x1, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_RUN(r5, 0xae80, 0x0)
socket$inet6_dccp(0xa, 0x6, 0x0)
ioctl$KVM_RUN(r5, 0xae80, 0x0)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xdb6000)=nil, 0xdb6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x1, 0x800000000000000)
setsockopt$inet_opts(r0, 0x0, 0x4, &(0x7f000064f000-0x5)="8907040000", 0x5)
mmap(&(0x7f000088f000/0x1000)=nil, 0x1000, 0x3, 0x32, r0, 0x0)
connect$inet(r0, &(0x7f0000276000)={0x2, 0x0, @rand_addr=0x800000000000000, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r1 = socket$inet_dccp(0x2, 0x6, 0x0)
mmap(&(0x7f00001cc000/0x3000)=nil, 0x3000, 0x2000800, 0x32, 0xffffffffffffffff, 0xfffffffffffffffe)
r2 = socket(0x8, 0x2000000000000a, 0x8)
r3 = socket$netlink(0x10, 0x3, 0x0)
mmap(&(0x7f0000000000/0xfd5000)=nil, 0xfd5000, 0x300000c, 0x32, 0xffffffffffffffff, 0x0)
r4 = socket$inet6(0xa, 0x80003, 0x2a)
sendto$inet6(r4, &(0x7f0000c94000)="", 0x0, 0x8080, &(0x7f0000e67000-0x1c)={0xa, 0x2, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x1c)
mmap(&(0x7f0000fd5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet6_tcp_SIOCOUTQNSD(r4, 0x894b, &(0x7f00000f4000)=0x0)
mmap(&(0x7f0000fd5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_tcp_TCP_MD5SIG(r4, 0x6, 0xe, &(0x7f0000fd5000)={{{{0x2, 0x1, @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]}, {{0xa, 0x0, 0x9, @loopback={0x0, 0x1}, 0x7f}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x3, 0x2, 0x9e8, "135b5c56bc547fa007cf99332e974e97bc1e364fdf8327ed6e13294ef5407c299268498792347d126bac3a6ee1658f086f0b0a14049052bfb4195f74068b327aa382c0497dd0a24a549f0c48abf5408a"}, 0x160)
r5 = socket(0x13, 0x8, 0x3)
mmap(&(0x7f0000fd6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r5, 0x84, 0x12, &(0x7f0000fd7000-0x4)=0x0, &(0x7f0000a80000-0x4)=0x4)
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_int(r4, 0x29, 0x7, &(0x7f0000fd7000)=0x800, 0x4)
mmap(&(0x7f0000fd6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f000022a000)={0x0, 0x0})
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(r5, 0xc00c642d, &(0x7f0000fd8000-0xc)={0x0, 0x80000, 0xffffffffffffffff})
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(0xffffffffffffff9c, 0xc00c642d, &(0x7f0000089000-0xc)={0x0, 0x80000, 0xffffffffffffff9c})
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_RES_CTX(r2, 0xc0106426, &(0x7f000000f000-0x10)={0x2, &(0x7f0000fd7000+0xa65)=[{<r6=>0x0, 0x0}, {0x0, 0x0}]})
sendto$inet6(r4, &(0x7f0000736000)="38", 0x1, 0x800, &(0x7f0000bea000)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
ioctl$DRM_IOCTL_NEW_CTX(r1, 0x40086425, &(0x7f000091f000)={r6, 0x3})
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
poll(&(0x7f0000e4a000-0x28)=[{r4, 0x1, 0x0}, {0xffffffffffffffff, 0x5104, 0x0}, {0xffffffffffffffff, 0x2000, 0x0}, {0xffffffffffffffff, 0x2088, 0x0}, {0xffffffffffffffff, 0x0, 0x0}], 0x5, 0xffffffffbfffaa7c)
setsockopt$llc_int(r5, 0x10c, 0xf, &(0x7f0000c70000)=0x6, 0x4)
mmap(&(0x7f0000fd8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(r4, &(0x7f0000fd9000-0x802)="ec0cd3b51b24755b818461e70155a56725f30a7c1e38022328811987a2f3a4798520859a6a5c922e8f367cedebf97c61c1c537cb110b13b66bc64d0dbb36d50983cf0a8aa2de120d70203b422f7e6043f47456fc9e978ea6c32c4b1c89c94db97a1e75da6ed136f7a5ddea819df7508987b67c2784efe79178554a7f1ba493f1518080cf91842c1c5bd9c9c6b23e6d3110205037eafe4a848db85067caefa8a4b0136420bee44345aa76cf9bd2f4228c74295e486b9dcf64912994e4b10a0010f786215e57b47281173937744a779f1abfe1e020000b2d29d526a26d098607f6bf16c76eaccfc961b3149adc38abfe4437763c4ab9f20c06c23bd096d25df4cffb0c1c21d27c687be8a7c122881a0c07c9287861c9f3ceebbd87bcc335fe5e598cb2a2ba3ecb75723d8081517df68354ba5cae80ff597eb97e76350da9504c1463963ccf161542036e4dfe9c6fe59c50e0891bb97b406b591e0996f741393613ccd8ffae98b62623e7024883e8efe4414153ab0ac2438e2a97f456752656ac588b30e4cb2e8796773989a8c599dba765d4e06958044edf30f990b3454fd8eedffa5066eaef882854921c451742559a225dbaeebfd273cf868b5bd1c900ea8cfcbffe594e92114ba596522ee74a3eee440fc4e392693439a6e14e76c0070c32d853eb30a65f40e4df9f543053b0aafb26742a9d585add171799bc2336bfc8d43c94742271b87a2324fea093e1cb788671fe36c601108cb0d8ff9e5abaf6d51ca14b37e5da8621d1912b6e28d44289b44370d63ad023688944c22a2cfb1685cba0c24702eedb09413587a0506519c3ea7830d56c8f2ce7853c21eb701aea2582895cb43e37ddf09cecde80f1974de6a05b06d6541de6d3da4ea4008aeb778d686962c6ed166655711e6114e2416fa3b86d1dc3fbf6d7423e013e869663fc6ee42a34df6a0c36165c505035d2e3c3b01be254504d04817e2eeb80dd39cee1900e1441d2945d90096b756375dd6fc1507313b33c25de3d79a2c3fae0d14a8bde3040c59093741796509580aa1429fe743e42f8a4221aa4a9c47197f0bbfa43584fac3ad94a5b3c9d22c28d6857f52be2544966f2bd8d0f88deb44d928544ecd6777df820951eb6820ec7123613a43295f0db822ba4e5e6b34aa6b7cedb325a4a8074593844e7a0ecc93d595d0764a714c90317fe91bce1e80f0470583623c20d92e6854cf63f0c94636de3e20df934f72c4bb1d515072aacdb5a749a442696ab402d0ea99193e95c4617cf265207e2fbe123c61046ec6fe50ff09496218c92bbb71c035a92120b1a46ac603d23064998bec5b45099e54ca1707b59e72d131dfac3e8ba53ffe5bba8a115eec96122bec5d14f67ecdc57a11f33026abaeb04c66da8ff4498075366d3f1dc4ca2a66a26334305202fe898c3f6c64a2534f06401ec5438935f8e11a2cdfe578edd07fd50dd7bac6629981dce0b24ae1d5f3257dfb7df1447c0404f9e5a2d74067c79d083da1b8741dbb2fe52ef28ef1688f71ab1646d44c6b3d2b625ca92eafae7228cdd5671f49ef6919ec4b70463fa7d93c62c7b515e7739704a36040c0e570439019c487e911d4b4e07ccbc6d620c3d9d04cf5198788297af9b28fb3d07c89d6f86b04aeeb1044979b4fc72a00841fb21688cad9ca36bc8fe22f5b01a9691e5fb3b4f7d34e8f170eabef991566798bf570d2bcb221b79f28776d5e98e4efb4a207afabd56cabe0f70e6b995f6461678b4d8af272f3316550243ad123d94174cfc5ba77edac5c2408edf96a4d53062e306a2d90a5d78e58a3b1eaf1f461780f817b4151dcfa989e064108fd1b97e35c8ace88e5ef1bc7ffb86282639808823fbcff3a853ca92506c9e7dc9401d2855d8c605aeb41be017d550c995a385a99a2ab1f58fefa766e8e8cd7760ea3c2adab6e265e52d03accde852cd3ce77991cc5273bfa981c4b75034c67fd314b959a12a4925d713c676b1b2690489da837f991fe2cf99bf2c1ba4da7c954f73a2f4d5a4d0c9d130be47e948301aa1c6b0fa65495fc87d56b0b3a1fc85e00a05b58beec709be48e163b935e8b0f6535cff3a4aa5b98c045816d4f08ffab222b14303e93f7115253aeb64734fa35942ffacc66c698096d3904bf5445d417228bc03d22a39d88e175e9bde2055529af9dc51246d86e9503b97d012c87e7088c01f9ba0fead0c34afd9058afc88c61fb931e7a74796ea6aae5fae59a95c522747593cea420fff956050520f2a58c00451bb1c6acbfc43ec38f2b93c10006d13c05bedabdd8b8fb2e2e4273bc576fa70445e41ca07e2b4324260da6ad5650621d9609597f1feaa537688960c77918464d90088bfd51bfacc00f29a085263b1bcf4b2c99908913a93330703f3ce7691a260e15d9cdbf730ad2042245d3e7ae7f5d2a529aa77f90f8c44ceb428ed1147bbe41614598f28c9a507c673800584ef7cb2c0bf0b77e7a988dd9dd0996b9f2b22ad5fb80ba058c6216013ecefaeed04a0cce308eec18ed20c446f34b6be437f3723425394b82674280b4b468c4e0a134b2c5044e9e4c494141b5eb24a0550f545714e6e96eb7e2706f205a4c39a6d6e7fb4a778fe20fc6f9991dd93c5aeab9fff3a85ed53373e6aa6143b16154fb93756a926eb7f4dd19e1cf7966a9fc74b1e1c3307726da3f53fa4cfb18db11c2a878a41fddd7692b3cb4291341d59655c8e2c5b5ae8b992c0f152a6411ae678160e4da5f729de989c20a8801bd3b2dda32d465f7a5b63c4ba86ca83db6debdc9cedf28c9c0c3853be5d15da23eef246914824dd4c37f5fcebb9b80e0986055db3911acf9d70b584d84da1b9cd3d24336f8879563640592b5ab6434809b97474e7357a964f548daf702297521f5bd6ae53", 0x802, 0x0, &(0x7f0000ec7000-0x1c)={0xa, 0x0, 0xfffffffffffffffe, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x9}, 0x1c)
mmap(&(0x7f0000db6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$netlink(r3, 0x10e, 0xf, &(0x7f0000fd7000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000fd7000)=0x5d)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$cuse(0xffffffffffffff9c, &(0x7f0000d14000-0xa)="2f6465762f6375736500", 0x202, 0x0)
ioctl$DRM_IOCTL_SET_CLIENT_CAP(r0, 0x4010640d, &(0x7f0000f5d000-0x10)={0x3, 0x100})
pipe2(&(0x7f0000d1a000)={<r1=>0x0, <r2=>0x0}, 0x80003)
io_setup(0x1, &(0x7f00006cb000)=<r3=>0x0)
io_submit(r3, 0x2, &(0x7f00000d5000-0x10)=[&(0x7f00003c2000)={0x0, 0x0, 0x0, 0xffffffffffffffff, 0xae, r2, &(0x7f00007ae000-0x3a)="10ef9a340cf9b7efed6014f99f254940ecf6043cdb0388f3ffda4a2cebe5b70374793008b3bc20ab323dd3113ae377e1c250ada344e9631f4eb4", 0x3a, 0xfffffffffffffffc, 0x0, 0x1, r0}, &(0x7f0000e30000-0x40)={0x0, 0x0, 0x0, 0x3, 0x0, r0, &(0x7f0000c6b000)="9e263baec7c3e1b1a68a858bab01558ea9b0ae48f4e5d3e94fcb3c0fe5dbd278ddd66914034066c4f8d31b5c15fbbf2197ab5c2625fbf47c3672410ac5cc5882bd7e088dcb30e645d52666e8e45211233a1dbdaadcd90db0b5e1899a73bf2cbfda6510bcc83af175ec764594d287859e4d9e", 0x72, 0x3f, 0x0, 0x0, r1}])
bpf$OBJ_GET_PROG(0x7, &(0x7f00006e1000)={&(0x7f000033e000-0x8)="2e2f66696c653000", 0x0}, 0xc)
ioctl$PERF_EVENT_IOC_SET_BPF(r2, 0x40042408, r0)
setsockopt$inet_tcp_int(r0, 0x6, 0x0, &(0x7f0000a39000-0x4)=0x0, 0x4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x400000000000, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
syz_open_dev$loop(&(0x7f00006a0000)="2f6465762f6c6f6f702300", 0x0, 0x14d202)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGSID(0xffffffffffffffff, 0x540f, &(0x7f0000485000)=0x0)
r4 = getpid()
ioctl$TIOCGSID(r0, 0x540f, &(0x7f0000992000)=<r5=>0x0)
rt_tgsigqueueinfo(r4, r5, 0x3a, &(0x7f0000339000)={0x24, 0xa, 0x6, 0xfffffffffffffffc})
perf_event_open(&(0x7f0000000000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x668, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20000000, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$inet6_sctp(0xa, 0x5, 0x84)
setsockopt$inet_sctp6_SCTP_NODELAY(r0, 0x84, 0x3, &(0x7f0000427000)=0x4000000000a, 0x4)
r6 = dup(r0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fchmodat(r6, &(0x7f0000000000)="2e2f66696c653000", 0x58)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$getownex(r6, 0x10, &(0x7f0000002000-0x8)={0x0, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
readlinkat(r6, &(0x7f0000ffb000-0x8)="2e2f66696c653000", &(0x7f0000ea6000+0x857)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000baf000)="2e2f636f6e74726f6c00", 0x4)
open(&(0x7f00001e0000)="2e2f636f6e74726f6c00", 0x0, 0x9b)
2017/12/08 15:39:26 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = signalfd(0xffffffffffffff9c, &(0x7f0000047000)={0x6}, 0x8)
r1 = dup2(0xffffffffffffff9c, r0)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$TIOCGSID(r1, 0x540f, &(0x7f0000b62000-0x4)=<r3=>0x0)
r4 = getpgrp(r3)
kcmp(r4, r4, 0x8, r2, r1)
r5 = accept4$inet6(0xffffffffffffff9c, &(0x7f000066e000)={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f00005ad000-0x4)=0x1c, 0x80000)
setsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX_OLD(r5, 0x84, 0x6b, &(0x7f00002cb000)=[@in6={0xa, 0x3, 0x4, @loopback={0x0, 0x1}, 0x101}, @in6={0xa, 0x1, 0x7, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x16}, @in={0x2, 0x0, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x6, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x101}, @in={0x2, 0x1, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}], 0x74)
ioctl$KVM_ENABLE_CAP_CPU(r1, 0x4068aea3, &(0x7f000051c000)={0x7b, 0x0, [0x2af, 0x3, 0x804, 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, 0x0, 0x0, 0x0, 0x0, 0x0]})
r6 = add_key$keyring(&(0x7f0000a21000-0x8)="6b657972696e6700", &(0x7f0000df5000)={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x0, 0x0, 0xfffffffffffffff9)
getresuid(&(0x7f0000317000)=0x0, &(0x7f00009f3000-0x4)=0x0, &(0x7f00001d6000-0x1)=<r7=>0x0)
r8 = getgid()
ioctl$TIOCMGET(r1, 0x5415, &(0x7f000080d000)=0x0)
keyctl$chown(0x4, r6, r7, r8)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f000063a000)={<r9=>0xffffffffffffffff, <r10=>0xffffffffffffffff})
ioctl$int_out(r2, 0x5460, &(0x7f0000152000-0x4)=0x0)
ioctl$sock_SIOCETHTOOL(r9, 0x8946, &(0x7f0000fa7000)={@common="6e723000000000000000000000000000", &(0x7f000096b000)=@ethtool_perm_addr={0x20, 0x9f, "4d52f3f4a4ff8a2091238bab6c2a3335adfc8118720ca946617cc5a7b21ae9fe54e776583d274ba774010851fcc30cd9343743bdb93457af019cbcb0531d43372d44b4b6d9f2b3a8616e2c9d473e82d947f9e74c3114f8d42ff3fa7b1d52c6b4fd6b44d20d62d5280fddc3970c51c166e4f5c3bbdff9743fcf614c0efa1a3412f0fe3d31b5f751f826aa28a1bdd87b5b54c03da017a97dbce148ac19c80fbc"}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
fcntl$lock(r10, 0x6, &(0x7f0000002000)={0x1, 0x40000000, 0x9, 0x1f, 0x0})
r11 = dup3(r2, r0, 0x80000)
faccessat(r1, &(0x7f0000f66000-0x8)="2e2f66696c653000", 0x10, 0x100)
connect$inet(r11, &(0x7f00003e0000-0x10)={0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$KVM_SET_NR_MMU_PAGES(r11, 0xae44, 0x40)
setsockopt$ax25_int(r11, 0x101, 0xd, &(0x7f0000000000)=0xb, 0x4)
r12 = memfd_create(&(0x7f0000a89000)="2f272d00", 0x20001)
ioctl$KDDELIO(r12, 0x4b35, 0x100000000)
r13 = request_key(&(0x7f00009e5000-0xa)="656e6372797074656400", &(0x7f0000f03000)={0x73, 0x79, 0x7a, 0x2, 0x0}, &(0x7f0000c2a000-0xa)="73656c696e7578212a00", 0xffffffffffffffff)
prctl$void(0x20)
setsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX(r12, 0x84, 0x6e, &(0x7f000099a000-0xb0)=[@in={0x2, 0x2, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x2, @remote={0xac, 0x14, 0x0, 0xbb}, [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]}, @in6={0xa, 0x1, 0x3, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x80000000}, @in6={0xa, 0x1, 0x81, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1ff}, @in6={0xa, 0x1, 0x596, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0}, @in6={0xa, 0x0, 0x1, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7ff}], 0xb0)
add_key(&(0x7f0000669000)="656e6372797074656400", &(0x7f0000bba000-0x5)={0x73, 0x79, 0x7a, 0x2, 0x0}, 0x0, 0x0, r13)
2017/12/08 15:39:26 executing program 4:
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000d19000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_tcp_int(r0, 0x6, 0x8, &(0x7f0000000000)=0xffffffffffffffff, 0x4)
mmap(&(0x7f0000000000/0xb0b000)=nil, 0xb0b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f000000e000)="2e2f636f6e74726f6c00", 0x0)
mmap(&(0x7f0000b0b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_pts(0xffffffffffffff9c, 0x88000)
mmap(&(0x7f0000b0c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe2(&(0x7f0000a22000-0x8)={0x0, <r1=>0x0}, 0x7ffff)
mmap(&(0x7f0000b0c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
creat(&(0x7f0000b0c000)="2e2f636f6e74726f6c2f66696c653000", 0xd4)
mmap(&(0x7f0000b0d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b0e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b0e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGSID(r1, 0x540f, &(0x7f00007ef000)=<r2=>0x0)
mmap(&(0x7f0000b0b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ptrace$setsig(0x4203, r2, 0x4, &(0x7f0000b0c000-0x10)={0x2d, 0x4, 0x2d5, 0xfffffffffffff2f8})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xc000)=nil, 0xc000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
symlink(&(0x7f00000b9000-0xa)="2e2f636f6e74726f6c00", &(0x7f0000b36000-0xa)="2e2f636f6e74726f6c00")
perf_event_open(&(0x7f000000a000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x668, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20001008, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000b0c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = open(&(0x7f0000b0d000-0xa)="2e2f636f6e74726f6c00", 0x40000000000000, 0xffffffffffffffff)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000779000/0x1000)=nil, 0x1000, 0x403, 0x32, 0xffffffffffffffff, 0xffffffffffffffff)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1e2, 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(&(0x7f000001d000)={0x6, 0x78, 0x6, 0x1f, 0x2000000000000, 0x7, 0x0, 0x0, 0x81e, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0x21000, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x3)
getdents64(r3, &(0x7f0000001000)="000000000000000000000000000000000000000000000000", 0x18)
mmap(&(0x7f0000000000/0xe75000)=nil, 0xe75000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = openat$vcs(0xffffffffffffff9c, &(0x7f0000490000-0x9)="2f6465762f76637300", 0x80000, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3000002, 0x32, r4, 0x0)
bind$bt_l2cap(r3, &(0x7f000047d000)={0x1f, 0x4, {0xfffffffffffffff9, 0x2374, 0x6, 0x0, 0x7, 0x8000000b}, 0x7, 0x8001}, 0xe)
ioctl$UFFDIO_WAKE(r3, 0x8010aa02, &(0x7f0000928000)={&(0x7f0000af9000/0x1000)=nil, 0x1000})
r5 = gettid()
sched_setaffinity(r5, 0x8, &(0x7f00007a0000)=0x9)
syz_open_dev$vcsa(&(0x7f0000b68000-0xb)="2f6465762f766373612300", 0x0, 0x40000)
perf_event_open(&(0x7f0000d4e000)={0x2000000000002, 0x78, 0x40, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0}, r5, 0x0, 0xffffffffffffffff, 0x0)
mq_open(&(0x7f00000ab000-0x8)="47504c24656d3100", 0x882, 0x0, &(0x7f000000e000)={0x90e, 0x0, 0x0, 0xfffffffffffffffe, 0x7, 0x0, 0xffffffffffffffff, 0x0})
mq_timedsend(r1, &(0x7f0000b03000)="5f17f8477ffcc8e48233758af9403d2993aad8a27eac41a0686ed6ffffffffffffffe7de5408c55ebc65508fc5f1d0f4ef90e304080000026100000000007a9221140100000af4ce390c130000fa44f4635897ee", 0x54, 0x3, 0x0)
2017/12/08 15:39:26 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
perf_event_open(&(0x7f0000b8d000-0x78)={0x2, 0x78, 0xe3, 0xfc41, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setsockopt$inet_mtu(r0, 0x0, 0xa, &(0x7f0000a72000-0x4)=0x7, 0x4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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)
sendto$inet(r0, &(0x7f00002df000-0xa3)="", 0x0, 0x20000000, &(0x7f0000035000)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
fcntl$getown(0xffffffffffffff9c, 0x9)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x7, 0x32, 0xffffffffffffffff, 0x0)
r1 = gettid()
perf_event_open(&(0x7f0000940000)={0x2, 0x78, 0xfffffffffffffffb, 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)
mmap(&(0x7f000077c000/0x2000)=nil, 0x2000, 0x80000000001, 0x30, 0xffffffffffffffff, 0x8000010000000000)
mmap(&(0x7f0000000000/0xee8000)=nil, 0xee8000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$inet(0x2, 0x2, 0x0)
setsockopt$inet_int(r2, 0x0, 0x19, &(0x7f00005ef000)=0x10000, 0x4)
mmap(&(0x7f0000ee8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_dccp_int(r2, 0x21, 0x20000000000011, &(0x7f0000eea000-0x4)=0x0, &(0x7f0000ee9000)=0x4)
bind$inet(r2, &(0x7f0000002000-0x10)={0x2, 0x2, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$SO_TIMESTAMPING(r2, 0x1, 0x25, &(0x7f000046a000-0x4)=0x7fe, 0x4)
mmap(&(0x7f0000ee9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ee9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet(r2, &(0x7f0000edf000)="8c", 0x1, 0x0, &(0x7f0000eea000-0x10)={0x2, 0x3, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_opts(r2, 0x0, 0x7, &(0x7f0000ee1000-0x81)="c2", 0x1)
mmap(&(0x7f0000ee8000/0x1000)=nil, 0x1000, 0x1000000, 0x10014, r2, 0x0)
setsockopt$inet_int(r2, 0x0, 0x32, &(0x7f000097f000-0x4)=0x1000000, 0x4)
mmap(&(0x7f0000eea000/0x1000)=nil, 0x1000, 0x3, 0x400000032, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000eea000/0x1000)=nil, 0x1000, 0x3, 0x32, r2, 0x40000000000000)
mmap(&(0x7f0000eea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000eea000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[  109.917608] netlink: 9 bytes leftover after parsing attributes in process `syz-executor3'.
2017/12/08 15:39:26 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGSID(0xffffffffffffffff, 0x540f, &(0x7f00008bc000-0x4)=<r0=>0x0)
syz_open_procfs(r0, &(0x7f0000879000)="6e756d615f6d61707300")
exit(0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe2(&(0x7f000067d000-0x4)={<r1=>0x0, <r2=>0x0}, 0x80800)
getsockopt$inet_sctp_SCTP_DISABLE_FRAGMENTS(r2, 0x84, 0x8, &(0x7f0000df5000-0x4)=0x0, &(0x7f0000a9f000-0x4)=0x4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX3(0xffffffffffffffff, 0x84, 0x6f, &(0x7f0000d80000)={<r3=>0x0, 0x4c, &(0x7f000054a000)=[@in={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x2, 0x7fff, @loopback={0x0, 0x1}, 0xfffffffffffffffe}]}, &(0x7f0000e8c000-0x4)=0xc)
getsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(0xffffffffffffffff, 0x84, 0x72, &(0x7f0000b3e000-0xc)={r3, 0x0, 0x0}, &(0x7f0000124000)=0xc)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x3000)=nil, 0x3000, 0x1, 0x4031, 0xffffffffffffffff, 0x0)
r4 = userfaultfd(0x0)
ioctl$UFFDIO_API(r4, 0xc018aa3f, &(0x7f000009f000-0x18)={0xaa, 0x0, 0x0})
ioctl$UFFDIO_REGISTER(r4, 0xc020aa00, &(0x7f0000839000-0x20)={{&(0x7f00009b0000/0x3000)=nil, 0x3000}, 0x2, 0x0})
nanosleep(&(0x7f000029e000)={0x0, 0x0}, &(0x7f0000c1e000-0x8)={0x0, <r5=>0x0})
clock_nanosleep(0x0, 0x10001, &(0x7f00004d5000-0x8)={0x0, r5}, &(0x7f00001ae000-0x8)={0x0, <r6=>0x0})
wait4(r0, &(0x7f0000070000)=0x0, 0x1000001, &(0x7f0000e06000)={{0x0, 0x0}, {<r7=>0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
futex(&(0x7f0000321000)=0x0, 0x1000000000000004, 0x1f, &(0x7f0000ee6000)={r7, r6}, &(0x7f00006d7000)=0x1, 0xff)
ioctl$UFFDIO_WAKE(r4, 0xc020aa04, &(0x7f0000013000-0x10)={&(0x7f0000011000/0x2000)=nil, 0x2000})
ioctl$UFFDIO_UNREGISTER(r4, 0x8010aa01, &(0x7f0000f8d000)={&(0x7f0000012000/0x2000)=nil, 0x2000})
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r1, 0xc00c642e, &(0x7f0000efb000)={0x0, 0x80000, r2})
ioctl(r1, 0x2286, &(0x7f00007b9000)="41")
preadv(0xffffffffffffffff, &(0x7f0000eee000)=[{&(0x7f0000640000-0xf9)="", 0x0}], 0x1, 0x0)
clock_gettime(0x0, &(0x7f000050a000)={<r8=>0x0, <r9=>0x0})
mq_timedsend(r1, &(0x7f0000ee8000-0x6c)="82f9b1d977d4d83068d93a0f0e5956a508a1646f751b3a6f43f8864f5a62478ec51339c8a5152a4ecace2eead66331372bb974a87a6f886d1ecc63bf386918840b5c1bfdc4573a8cb6e0291910fd6588ccf94ab0fafe412928640fb8568ef41fc97a9ddaa11d84589125b4ed", 0x6c, 0x2, &(0x7f000079c000-0x8)={r8, r9+30000000})
r10 = syz_open_procfs(0x0, &(0x7f0000031000-0x8)="706167656d617000")
sendfile(r10, r10, &(0x7f0000014000)=0x100000, 0xffff)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$kvm(0xffffffffffffff9c, &(0x7f0000663000-0x9)="2f6465762f6b766d00", 0x200, 0x0)
2017/12/08 15:39:26 executing program 6:
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ptrace$setsig(0x4203, 0x0, 0x8, &(0x7f00008f9000-0x10)={0x39, 0x200, 0x80000000, 0x7000000000000004})
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(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000001000)={<r0=>0x0, 0x0, 0x0}, &(0x7f0000003000-0x4)=0xc)
sched_rr_get_interval(r0, &(0x7f0000001000-0x10)={0x0, 0x0})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0x8000005, &(0x7f0000002000)={<r1=>0x0, <r2=>0x0})
nanosleep(&(0x7f0000b83000)={r1, r2+10000000}, &(0x7f000099c000-0x10)={0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = perf_event_open(&(0x7f00008b3000)={0x2, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x998, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket$inet6_sctp(0xa, 0x1, 0x84)
getsockopt$inet_sctp_SCTP_STATUS(0xffffffffffffff9c, 0x84, 0xe, &(0x7f0000702000-0xb8)={<r6=>0x0, 0x100000001, 0x800, 0x1, 0x4, 0x100000001, 0x3, 0x7, {0x0, @in6={{0xa, 0x0, 0x6, @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]}, 0x2, 0xfffffffffffff800, 0x3957, 0x7f, 0x4}}, &(0x7f00005b9000)=0xb8)
getsockopt$inet_sctp6_SCTP_PEER_AUTH_CHUNKS(0xffffffffffffffff, 0x84, 0x1a, &(0x7f0000a10000)={<r7=>r6, 0xcb, "01c8a8592dbbaba4bc80a373abcaaa4d4b76c3f43d52b4d5957016fd24949dfc16752fe9a27bce846876c33b392222985779cbf3fd1a38081507ccab03b9a631b22e2af1ab44915117fd9666c425a3359c9cfd42564c463f871706c2dfbf51d4a8a90b0b19b90b3c3d7443cdf3ac61c420686af74f058d4aa60a54e903745dedbe44e708903122726334c3d407c7cec561f88fd77f2c33d0921c84b8f8734e68712d0d0f5a89a9c24887502d7c76ff8cf18390a4ff2d9d8f347ea0819ab33205d5a7243a565b6ff8e7a9e7"}, &(0x7f0000c63000)=0xd3)
r8 = openat$rtc(0xffffffffffffff9c, &(0x7f0000bc0000-0x9)="2f6465762f72746300", 0x402000, 0x0)
epoll_ctl$EPOLL_CTL_DEL(r8, 0x2, r3)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r5, 0x84, 0x10, &(0x7f0000f3e000)=@assoc_value={r7, 0x4}, &(0x7f0000d87000)=0x8)
r9 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000e56000)="2f6465762f73657175656e63657200", 0x84000, 0x0)
accept4$ipx(r8, &(0x7f0000e03000-0x10)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f0000609000-0x4)=0x10, 0x20000000080000)
ioctl$VT_ACTIVATE(r9, 0x5606, 0x1)
ioctl$PERF_EVENT_IOC_SET_BPF(r9, 0x40042408, r9)
r10 = pkey_alloc(0x0, 0x1)
pkey_mprotect(&(0x7f0000312000/0x3000)=nil, 0x3000, 0x4, r10)
mmap(&(0x7f0000000000/0x237000)=nil, 0x237000, 0xfffffffffffffffd, 0x32, 0xffffffffffffffff, 0x0)
r11 = socket(0xa, 0x3, 0x4000000000000004)
ioctl$DRM_IOCTL_RES_CTX(r9, 0xc0086426, &(0x7f0000a12000-0x10)={0x5, &(0x7f0000623000-0x28)=[{<r12=>0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}]})
ioctl$DRM_IOCTL_NEW_CTX(r9, 0x40086425, &(0x7f00001c9000-0x8)={r12, 0x1})
fcntl$getownex(r3, 0x10, &(0x7f0000142000)={0x0, 0x0})
r13 = getpid()
ioctl$sock_kcm_SIOCKCMATTACH(r11, 0x89e0, &(0x7f000007b000)={r9, r9})
perf_event_open(&(0x7f00002ac000)={0x4, 0x78, 0x4, 0x1000, 0x8, 0x2, 0x0, 0x20, 0x800, 0x0, 0x400, 0x1f, 0x46, 0x11, 0x0, 0x3e9, 0x2, 0x8000, 0x10000, 0x2000, 0x80, 0x5, 0x1, 0x5, 0x6, 0x3, 0x0}, r13, 0x9, r4, 0x2)
setsockopt$inet_sctp6_SCTP_ADD_STREAMS(r11, 0x84, 0x79, &(0x7f0000f19000)=0xfffffffffffff183, 0x4)
setsockopt$inet6_int(r11, 0x29, 0x21, &(0x7f0000a7e000-0x4)=0xffffffffffffffff, 0x4)
set_thread_area(&(0x7f0000fe1000-0x10)={0xe2e5, 0x100000, 0xffffffff, 0x1, 0xbc47, 0x3, 0x2616, 0x83, 0x5f4d, 0x3})
sendmmsg$nfc_llcp(r11, &(0x7f0000237000)=[{&(0x7f0000003000-0x60)={0x27, 0x0, 0x0, 0x0, 0x0, 0x0, "0fcca4bb22f2892559edddba1a892f216c6adb6dac3291add84e7dd1b9b1e1043844071c4d783ef83c7baa707bef6850ccd339c111743913f1b7601256cf03", 0x0}, 0x60, &(0x7f0000006000)=[], 0x0, &(0x7f0000239000-0x1010)={0x28, 0x29, 0x2, "f1eb437ee62fa89f7006e4a66e02000000"}, 0x28, 0x0}], 0x1, 0x0)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xaa7000)=nil, 0xaa7000, 0x4, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000097e000/0x2000)=nil, 0x2000, 0xfffffd, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa7000/0x1000)=nil, 0x1000, 0x6, 0x2010, 0xffffffffffffffff, 0x0)
sendto$inet6(0xffffffffffffffff, &(0x7f0000aa7000)="22c9b6acc94d", 0x6, 0xc48979ebecd9cad4, &(0x7f0000aa7000)={0xa, 0x3, 0x4, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x2}, 0x1c)
mmap(&(0x7f0000aa7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_udp(0xa, 0x2, 0x0)
sendto$inet6(r0, &(0x7f0000aa8000-0x1)="5b", 0x1, 0x0, &(0x7f0000001000-0x1c)={0xa, 0x1, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x1a}, 0x1c)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket(0x9, 0x4, 0xfffffffffffffffc)
mmap(&(0x7f0000aa8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PEER_ADDR_THLDS(0xffffffffffffffff, 0x84, 0x1f, &(0x7f0000111000)={<r2=>0x0, @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]}, 0x1f, 0x32}, &(0x7f0000000000)=0x98)
getsockopt$inet_sctp_SCTP_PR_SUPPORTED(r1, 0x84, 0x71, &(0x7f0000001000-0x8)={r2, 0x1}, &(0x7f000029d000)=0x8)
mmap(&(0x7f0000aa7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x1e, 0x3, 0xffffffffffffffff)
mmap(&(0x7f0000aa8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa8000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000aa9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x707000)=nil, 0x707000, 0x3, 0x110, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000708000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = socket$netlink(0x10, 0x3, 0x2000000010)
mmap(&(0x7f0000aaa000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bind$netlink(r1, &(0x7f0000709000-0xc)={0x13, 0x0, 0x1, 0x5}, 0xc)
getsockopt$netlink(r4, 0x10e, 0x9, &(0x7f0000709000-0x7)="0000000000000000", &(0x7f0000707000-0x4)=0x8)
mmap(&(0x7f0000aaa000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r3, 0x84, 0xa, &(0x7f0000aaa000)={0xe481, 0x0, 0x4, 0x9, 0x3, 0x7, 0xa378, 0x1, <r5=>0x0}, &(0x7f0000490000)=0x20)
mmap(&(0x7f0000aaa000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCBRDELBR(r3, 0x89a1, &(0x7f00006fa000)=@generic="cea1ee458b95de2d607c8cdbd0fa7a7f")
getsockopt$inet_sctp6_SCTP_MAXSEG(r3, 0x84, 0xd, &(0x7f00001d8000)=@assoc_value={r5, 0x1}, &(0x7f0000aab000-0x4)=0x8)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000474000)={0x0, 0x78, 0x0, 0x0, 0x0, 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)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 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, 0xffffffffffffffff, 0x0)
pause()
r0 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r0, &(0x7f0000bb7000+0x3c8)={0x26, "6165616400000000000000000000", 0x0, 0x0, "61757468656e6365736e28726d643332302d67656e657269632c6362632d63616d656c6c69612d6165736e692d61767832290000000000000000000000000000"}, 0x58)
bind$alg(r0, &(0x7f0000dde000-0x58)={0x26, "726e670000000000000000000000", 0x0, 0x0, "616e73695f6370726e67000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
2017/12/08 15:39:26 executing program 2:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$EVIOCGNAME(0xffffffffffffffff, 0x80404506, &(0x7f0000002000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = getpid()
getpgid(r0)
perf_event_open(&(0x7f00003a8000)={0x2, 0x78, 0x2c, 0x3, 0x40, 0x2, 0x0, 0x0, 0x0, 0x0, 0x4000000000000000, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0xde88, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x800001, 0x401, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$usbmon(&(0x7f0000072000)="2f6465762f7573626d6f6e2300", 0xfffffffffffff199, 0x100fff)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x2c000)=nil, 0x2c000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$inet6(0xa, 0x80002, 0x88)
setsockopt$inet6_int(r2, 0x29, 0x3c, &(0x7f0000d9c000)=0x1007f, 0x4)
getcwd(&(0x7f0000035000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x59)
bind$inet6(r2, &(0x7f0000d86000-0x1c)={0xa, 0x3, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
setsockopt$inet6_icmp_ICMP_FILTER(r2, 0x1, 0x1, &(0x7f0000eaf000-0x4)={0x4}, 0x4)
getsockopt$inet6_int(r2, 0x29, 0x19, &(0x7f0000686000)=0x0, &(0x7f0000f16000-0x4)=0x4)
r3 = socket$inet6(0xa, 0x802, 0x88)
setsockopt$inet6_udp_int(r3, 0x11, 0xa, &(0x7f0000ad1000-0x4)=0x40000000, 0x4)
sendmsg$inet_sctp(r3, &(0x7f0000558000-0x38)={&(0x7f0000a34000)=@in={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000f70000)=[{&(0x7f0000f70000-0x65)="470a3747e4d6c6dc7e519c8cfa37b13380c40d8724eb4f1fe4fb8607a6fa401ca8969a47542c8e2cb00000000000000000dbf1eedf91d955a9e84c62af9fc4452b9c97c651", 0x45}], 0x1, 0x0, 0x0, 0x0}, 0x0)
ioctl$sock_SIOCINQ(r1, 0x541b, &(0x7f0000aaa000)=0x0)
r4 = open$dir(&(0x7f00004ac000)="2e2f66696c653000", 0x52000, 0x40)
r5 = dup(r1)
clock_getres(0x2, &(0x7f000037d000-0x8)={0x0, 0x0})
pselect6(0x40, &(0x7f0000ca5000)={0x10001, 0x80000001, 0x13, 0x5, 0x80000000, 0xe0a, 0x1440000, 0x8}, &(0x7f00005cb000-0x40)={0xac, 0x5, 0x3, 0x4f, 0x0, 0x80000000, 0x10001, 0x3ff}, &(0x7f0000e52000-0x40)={0x10001, 0x8, 0x2, 0x3, 0xacb, 0x80000001, 0xaa1c, 0x0}, &(0x7f00009ff000)={0x0, <r6=>0x989680}, &(0x7f0000c9b000)={&(0x7f00007c8000-0x8)={0xf3}, 0x8})
ppoll(&(0x7f0000d2d000)=[{r3, 0x40, 0x0}, {r2, 0x1000, 0x0}, {r4, 0x20, 0x0}, {r2, 0x0, 0x0}, {r1, 0x22, 0x0}, {r5, 0x9180, 0x0}, {r2, 0x1000, 0x0}, {r2, 0x2008, 0x0}], 0x8, &(0x7f0000eb1000)={0x0, r6}, &(0x7f000052e000)={0x8}, 0x8)
setsockopt$inet_sctp6_SCTP_RECVRCVINFO(r3, 0x84, 0x20, &(0x7f00000d3000)=0x1f, 0x4)
getsockopt$inet6_int(r2, 0x29, 0x10000004b, &(0x7f0000323000-0x4)=0x0, &(0x7f00002d2000-0x4)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:26 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
prctl$getreaper(0x17, &(0x7f0000f7f000)=0x0)
futex(&(0x7f000000d000-0x4)=0x4, 0x80000000000b, 0x4, &(0x7f0000ee0000-0x10)={0x77359400, 0x4}, &(0x7f0000048000)=0x0, 0x0)
prctl$getreaper(0x3, &(0x7f0000356000-0x8)=0x0)
socketpair$inet_icmp_raw(0x2, 0x3, 0x1, &(0x7f0000592000-0x8)={<r0=>0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$ptmx(0xffffffffffffff9c, &(0x7f000071b000)="2f6465762f70746d7800", 0x20200, 0x0)
r2 = epoll_create1(0x80000)
epoll_ctl$EPOLL_CTL_ADD(r2, 0x1, r1, &(0x7f0000015000)={0x4, 0x0})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
close(r2)
futex(&(0x7f000000d000-0x4)=0x4, 0x80000000000b, 0x4, &(0x7f000000b000)={0x77359400, 0x0}, &(0x7f0000048000)=0x0, 0x0)
ioctl$TIOCSSOFTCAR(0xffffffffffffffff, 0x541a, &(0x7f00003f9000)=0x0)
futex(&(0x7f000000d000-0x4)=0x4, 0xc, 0x1, &(0x7f0000fd8000-0x10)={0x77359400, 0x0}, &(0x7f0000048000)=0x0, 0x4)
ioctl$FIONREAD(0xffffffffffffffff, 0x541b, &(0x7f00005b2000)=0x0)
clone(0x0, &(0x7f0000f95000)="37", &(0x7f0000592000)=0x0, &(0x7f0000d9d000)=0x0, &(0x7f00004d5000)="")
readlink(&(0x7f00006ec000-0x8)="2e2f66696c653000", &(0x7f0000aa7000-0xfd)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xfd)
sync_file_range(r0, 0x3f, 0xffff, 0x2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0xe2, 0x0, 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, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
clock_nanosleep(0x2, 0x1, &(0x7f00006e2000)={0x77359400, 0x0}, &(0x7f0000001000-0x10)={0x0, 0x0})
r3 = gettid()
timer_create(0x0, &(0x7f0000044000)={0x0, 0x12, 0x0, @tid=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000636000)=<r4=>0x0)
ioctl$KVM_ASSIGN_SET_MSIX_NR(0xffffffffffffffff, 0x4008ae73, &(0x7f0000001000)={0x0, 0x101})
timer_settime(r4, 0x0, &(0x7f000006b000)={{0x0, 0x989680}, {0x0, 0x9}}, &(0x7f0000040000)={{0x0, 0x0}, {0x0, 0x0}})
tkill(r3, 0x1000000000016)
getsockopt$inet_IP_XFRM_POLICY(r0, 0x0, 0x11, &(0x7f000025f000-0xe8)={{{@in6=@loopback={0x0, 0x0}, @in=@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}, {{@in6=@empty={[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}}, &(0x7f0000a2e000)=0xe8)
2017/12/08 15:39:26 executing program 4:
set_thread_area(&(0x7f00008e9000)={0x6, 0x100000, 0x0, 0x8c3, 0x1, 0x2, 0x7, 0x3, 0x8001, 0x84})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sg(&(0x7f0000e39000-0x9)="2f6465762f73672300", 0x7fffffff, 0x1000000000000000)
r1 = getuid()
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_SET_CLIENT_CAP(r0, 0x4010640d, &(0x7f0000002000-0x10)={0x0, 0x3})
ioprio_get$uid(0x3, r1)
ioctl$GIO_FONT(r0, 0x4b60, &(0x7f0000001000-0x19)="00000000000000000000000000000000000000000000000000")
setsockopt$bt_BT_SNDMTU(r0, 0x112, 0xc, &(0x7f0000000000)=0x3, 0x2)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS(r0, 0xc05c5340, &(0x7f0000002000-0x5c)={0x5, 0x20, 0x8, {0x0, 0x1c9c380}, 0x1, 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, 0x0, 0x0, 0x0, 0x0]})
socketpair(0x100000000000001, 0x5, 0x7, &(0x7f0000000000)={<r2=>0x0, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_MRT6_ADD_MFC(r0, 0x29, 0xcc, &(0x7f0000003000-0x5c)={{0xa, 0x2, 0x8001, @loopback={0x0, 0x1}, 0x2}, {0xa, 0x3, 0x5, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2}, 0x8, [0x100000001, 0x7ff, 0xa1f, 0x2, 0xffffffff, 0x8000, 0x2, 0x1]}, 0x5c)
keyctl$set_reqkey_keyring(0xe, 0x1)
r3 = gettid()
ptrace$poke(0x4, r3, &(0x7f00004c4000-0x4)=0x0, 0x8)
munlockall()
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
read(r0, &(0x7f0000002000-0x99)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x99)
clock_gettime(0x7, &(0x7f0000001000-0x8)={<r4=>0x0, <r5=>0x0})
setsockopt$inet_sctp6_SCTP_ADAPTATION_LAYER(r0, 0x84, 0x7, &(0x7f0000001000)={0x4}, 0x4)
ioctl$TCFLSH(r0, 0x540b, 0x7)
futimesat(r0, &(0x7f0000000000)="2e2f66696c653000", &(0x7f000015e000)={{0x0, 0x7530}, {r4, r5/1000+10000}})
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r2, 0x84, 0x10, &(0x7f0000002000-0xc)=@sack_info={<r6=>0x0, 0x4, 0xfffe0000}, &(0x7f0000001000)=0xc)
getsockopt$inet_sctp6_SCTP_MAXSEG(r0, 0x84, 0xd, &(0x7f0000001000)=@assoc_value={r6, 0x101}, &(0x7f0000000000)=0x8)
[  110.085441] netlink: 9 bytes leftover after parsing attributes in process `syz-executor3'.
[  110.093483] sctp: [Deprecated]: syz-executor6 (pid 14520) Use of struct sctp_assoc_value in delayed_ack socket option.
[  110.093483] Use struct sctp_sack_info instead
2017/12/08 15:39:26 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_VCPU_EVENTS(0xffffffffffffffff, 0x8040ae9f, &(0x7f00005f3000-0x1c)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$sg(&(0x7f0000e48000)="2f6465762f73672300", 0x0, 0x802)
write$tun(r0, &(0x7f0000af4000-0x354)=@hdr={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @ipv6={0x0, 0x6, "7154e7", 0xe1, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, {[], @udp={0x0, 0x0, 0xe1, 0x0, "b4c058b3cc7a22677dbd26c2a86998f801168953e5b8063608471f05716db56b8671349342ff9fbad3fc76804e76a42dc3ea25974bc3f141376a90abff28be1d98fb7b32257764c8e12cc88556322188e9eb3d6c644dfe2c1ae125bdb857a3a352cd7550b9c59d6bb2c8ae00dd7609a8e1d6d820ddf52eb4f61f9021621a555858a7de20b61abf0bd23e0d5eaf24e0de58dee077ebbe964033b6eeabc37139ac49f8fdb8107df690ed5580ceda56510489ff249499e04b9598b913ab43e6fd55a39abb32dd50ea6a848e2a16c60bc8a3ebdf6ec062977a3a2b"}}}}, 0x113)
2017/12/08 15:39:26 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = creat(&(0x7f000009a000)="2e2f66696c653000", 0x100)
getsockopt$inet_sctp6_SCTP_ENABLE_STREAM_RESET(0xffffffffffffffff, 0x84, 0x76, &(0x7f00002d1000)={<r1=>0x0, 0xffffffffffffffe0}, &(0x7f0000b27000)=0x8)
getsockopt$inet_sctp_SCTP_AUTH_ACTIVE_KEY(r0, 0x84, 0x18, &(0x7f00009d1000-0x6)={r1, 0x1}, &(0x7f000076a000-0x4)=0x6)
socketpair$unix(0x1, 0x1, 0x0, &(0x7f0000042000)={<r2=>0xffffffffffffffff, <r3=>0xffffffffffffffff})
getsockopt$inet6_IPV6_FLOWLABEL_MGR(0xffffffffffffffff, 0x29, 0x20, &(0x7f00001f6000)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00008ec000-0x4)=0x20)
pipe(&(0x7f00008e9000-0x8)={<r4=>0xffffffffffffffff, <r5=>0xffffffffffffffff})
getsockopt$inet_sctp6_SCTP_AUTO_ASCONF(0xffffffffffffffff, 0x84, 0x1e, &(0x7f000019a000-0x4)=0x0, &(0x7f0000b27000-0x4)=0x4)
init_module(&(0x7f0000c48000)="00", 0x1, &(0x7f000005a000)="d2")
splice(r3, 0x0, r5, 0x0, 0x58, 0x0)
writev(r5, &(0x7f0000424000)=[], 0x0)
write(r5, &(0x7f0000e73000-0xfc)="d0", 0x1)
signalfd4(r3, &(0x7f0000f40000)={0x1}, 0x8, 0x80000)
getresgid(&(0x7f0000cc1000)=<r6=>0x0, &(0x7f0000efb000-0x4)=0x0, &(0x7f000048d000-0x4)=0x0)
fstat(r3, &(0x7f00001b1000)={0x0, 0x0, 0x0, 0x0, 0x0, <r7=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getgroups(0x6, &(0x7f00007cb000-0x18)=[0x0, <r8=>0xffffffffffffffff, 0xffffffffffffffff, 0x0, 0x0, 0x0])
r9 = memfd_create(&(0x7f0000a53000-0xf)="8e6c6f2a6e6f646576776c616e3100", 0x2)
setresgid(r6, r7, r8)
close(r4)
mmap(&(0x7f0000e72000/0x1000)=nil, 0x1000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_ADAPTATION_LAYER(r4, 0x84, 0x7, &(0x7f00004dc000-0x4)={0x0}, &(0x7f000005a000-0x4)=0x4)
writev(r2, &(0x7f00009b0000-0x60)=[{&(0x7f0000e5b000-0x5)="5a", 0x1}], 0x1)
ioctl$TIOCGPGRP(r9, 0x540f, &(0x7f0000655000)=<r10=>0x0)
fcntl$setownex(r5, 0xf, &(0x7f0000359000-0x8)={0x0, r10})
ioctl$sock_inet_sctp_SIOCINQ(r5, 0x541b, &(0x7f000078b000-0x4)=0x0)
ioctl$DRM_IOCTL_AGP_ENABLE(r4, 0x40046432, &(0x7f0000fd2000)=0x107be84f)
splice(r5, 0x0, r0, 0x0, 0x3, 0x8)
2017/12/08 15:39:26 executing program 7:
mmap(&(0x7f0000000000/0x62b000)=nil, 0x62b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_emit_ethernet(0x3f, &(0x7f000001f000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="4c6112cc15d8", [], {{0x80000800, @ipv4={{0x7, 0x4, 0x0, 0x0, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[@timestamp={0x44, 0x8, 0x8, 0x3, 0x0, [{[], 0xaa}]}]}}, @tcp={{0x3, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0x5, 0xc2, 0x0, 0x0, 0x0, {[]}}, {"fe"}}}}}}, 0x0)
io_setup(0x5, &(0x7f000021f000-0x4)=<r0=>0x0)
io_destroy(r0)
[  110.165417] sctp: [Deprecated]: syz-executor6 (pid 14527) Use of struct sctp_assoc_value in delayed_ack socket option.
[  110.165417] Use struct sctp_sack_info instead
2017/12/08 15:39:26 executing program 6:
mmap(&(0x7f0000000000/0xc000)=nil, 0xc000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$binder(&(0x7f0000000000)="2f6465762f62696e6465722300", 0x0, 0x802)
mmap(&(0x7f000000c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x548000)=nil, 0x548000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 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)
r1 = syz_open_dev$vcsn(&(0x7f0000bc4000)="2f6465762f7663732300", 0x2, 0x200)
setsockopt$inet6_tcp_TCP_CONGESTION(r1, 0x6, 0xd, &(0x7f0000e3d000)="766567617300", 0x6)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x3e4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x54a924a6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0}, 0x0, 0x0, r0, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(0xffffffffffffffff, 0xc00c642e, &(0x7f00005c0000)={0x0, 0x80000, <r2=>0xffffffffffffffff})
setsockopt$inet_sctp_SCTP_MAX_BURST(r2, 0x84, 0x14, &(0x7f00005fd000-0x1)=@int=0x5, 0x4)
getsockopt$sock_cred(0xffffffffffffff9c, 0x1, 0x11, &(0x7f000069d000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000ba4000)=0xc)
socketpair(0x8000000000001e, 0x1, 0x0, &(0x7f000000e000-0x8)={<r3=>0xffffffffffffffff, <r4=>0xffffffffffffffff})
getsockopt$inet6_mreq(r3, 0x29, 0x1c, &(0x7f0000454000)={@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, <r5=>0x0}, &(0x7f0000765000-0x4)=0x14)
setsockopt$inet_mreqn(r3, 0x0, 0x24, &(0x7f0000214000)={@local={0xac, 0x14, 0x0, 0xaa}, @rand_addr=0x3, r5}, 0xc)
ioctl$int_in(r4, 0x5425, &(0x7f00001a5000-0x8)=0x7b7)
clock_gettime(0x0, &(0x7f00004fc000-0x10)={<r6=>0x0, <r7=>0x0})
write$sndseq(r4, &(0x7f00000d3000)=[{0x7, 0x9, 0x5, 0x4, @time={r6, r7+30000000}, {0x7ff, 0x1}, {0x4bd5, 0x7fffffff}, @connect={{0x80000001, 0x5}, {0x9, 0x80}}}], 0x30)
r8 = syz_open_dev$vcsa(&(0x7f0000dd2000)="2f6465762f766373612300", 0xb, 0x0)
dup3(r8, r4, 0x0)
recvmsg(r3, &(0x7f0000b94000-0x1c)={0x0, 0x0, &(0x7f00001fa000)=[{&(0x7f0000ff4000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x6a}], 0x1, &(0x7f0000579000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xab, 0x1000000a1bd}, 0x1)
close(r3)
getsockopt$inet6_IPV6_XFRM_POLICY(r8, 0x29, 0x23, &(0x7f000019b000-0xe8)={{{@in6=@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, @in=@rand_addr=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, <r9=>0x0, 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, @in=@empty=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000222000-0x4)=0xe8)
ioctl$sock_inet6_SIOCSIFADDR(r4, 0x8916, &(0x7f0000c31000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x5, r9})
msync(&(0x7f0000a3b000/0x1000)=nil, 0x1000, 0xd872e45c41fe9d69)
r10 = perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd34, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
modify_ldt$read_default(0x2, &(0x7f000008b000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x93)
ioctl$RNDGETENTCNT(r8, 0x80045200, &(0x7f000020a000)=0x0)
mmap(&(0x7f0000029000/0x3000)=nil, 0x3000, 0x0, 0x51, r10, 0x0)
remap_file_pages(&(0x7f0000029000/0x2000)=nil, 0x2000, 0x0, 0x4, 0x0)
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0x267000)=nil, 0x267000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 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(&(0x7f000000a000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x668, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20000000, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000a6b000)="2f6465762f7161745f6164665f63746c00", 0x2, 0x0)
ioctl$SNDRV_TIMER_IOCTL_CONTINUE(r1, 0x54a2)
ioctl$SNDRV_SEQ_IOCTL_SET_PORT_INFO(0xffffffffffffffff, 0x40a45323, &(0x7f0000000000)={{0x0, 0xfffffffffffffffb}, "706f7274300000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x1040, 0x0, 0x0, 0x0, 0x6, 0x2000000000000009, 0x0, 0x0, 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, 0x0, 0x0, 0x0, 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 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
socket$bt_l2cap(0x1f, 0x3, 0x0)
syncfs(r0)
r3 = ioctl$KVM_CREATE_VM(r2, 0xae01, 0x0)
r4 = ioctl$KVM_CREATE_VCPU(r3, 0xae41, 0x0)
ioctl$KVM_REGISTER_COALESCED_MMIO(r3, 0x4010ae67, &(0x7f0000efb000)={0x0, 0x14000, 0x0})
ioctl$KVM_SET_USER_MEMORY_REGION(r3, 0x4020ae46, &(0x7f0000891000)={0x10005, 0x0, 0x0, 0x2000, &(0x7f0000000000/0x2000)=nil})
ioctl$KVM_SMI(r1, 0xaeb7)
ioctl$KVM_RUN(r4, 0xae80, 0x0)
ioctl$KVM_RUN(r4, 0xae80, 0x0)
mmap(&(0x7f0000000000/0x4ec000)=nil, 0x4ec000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket(0x80000000010, 0x3, 0x0)
r6 = syz_open_dev$vcsa(&(0x7f0000b19000-0xb)="2f6465762f766373612300", 0x3, 0x200000)
getsockopt$bt_BT_VOICE(r5, 0x112, 0xb, &(0x7f00004e0000)=0x40, &(0x7f0000358000-0x4)=0x2)
ioctl$PIO_UNIMAP(r6, 0x4b67, &(0x7f0000f3a000-0x8)={0x1, &(0x7f0000d18000-0x4)=[{0x802, 0x8}]})
mq_unlink(&(0x7f0000b72000)="2f6465762f6b766d00")
io_setup(0x5, &(0x7f0000960000)=<r7=>0x0)
io_destroy(r7)
close(r6)
write(r5, &(0x7f0000d1f000-0x27)="260000002a00470000e16bb08000e400000000000100000009ef18fffeef0000000000000000de", 0x27)
r8 = syz_open_dev$binder(&(0x7f0000469000-0xd)="2f6465762f62696e6465722300", 0x0, 0x0)
fremovexattr(r8, &(0x7f0000e24000)=@known="73797374656d2e706f7369785f61636c5f64656661756c7400")
mmap(&(0x7f00004ec000/0x1000)=nil, 0x1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:26 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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)
r1 = open(&(0x7f00005f3000)="2e2f66696c653000", 0x1, 0x1e0)
r2 = bpf$OBJ_GET_MAP(0x7, &(0x7f00008e4000-0xc)={&(0x7f0000060000-0x8)="2e2f66696c653000", 0x0}, 0xc)
getsockname$netlink(0xffffffffffffffff, &(0x7f0000eb6000-0xc)={0x0, 0x0, 0x0, 0x0}, &(0x7f000088d000)=0xc)
r3 = dup2(r0, r2)
ioctl$KDGKBDIACR(r1, 0x4b4a, &(0x7f00003d9000-0x1000)="")
ioctl$KVM_PPC_GET_PVINFO(r1, 0x4080aea1, &(0x7f00008b9000-0x16)="00000000000000000000000000000000000000000000")
r4 = openat$kvm(0xffffffffffffff9c, &(0x7f0000bce000)="2f6465762f6b766d00", 0x803, 0x0)
r5 = ioctl$KVM_CREATE_VM(r4, 0xae01, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(0xffffffffffffffff, 0xc00c642e, &(0x7f0000be7000)={0x0, 0x80000, r3})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
recvfrom$ax25(0xffffffffffffffff, &(0x7f0000b31000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x48, 0x8000000012102, &(0x7f00001d3000-0x10)={0x3, {"040000ff7f7784"}, 0x2}, 0x10)
ioctl$KVM_ENABLE_CAP(r5, 0x4068aea3, &(0x7f0000115000)={0x79, 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, 0x0, 0x0, 0x0]})
r6 = ioctl$KVM_CREATE_VCPU(r5, 0xae41, 0x0)
ioctl$KVM_SET_GSI_ROUTING(r5, 0x4008ae6a, &(0x7f0000afa000)={0x1, 0x0, [{0x4000000000002, 0x2, 0x0, 0x0, @adapter={0x8, 0x6, 0xa2f, 0x928, 0x7104}}]})
ioctl$KVM_RUN(r6, 0xae80, 0x0)
r7 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000f6f000-0xc)="2f6465762f72666b696c6c00", 0xffffffffffffffff, 0x0)
ioctl$KVM_TPR_ACCESS_REPORTING(r7, 0xc028ae92, &(0x7f000069e000-0x28)={0x8, 0x40, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
pipe(&(0x7f0000ff5000-0x8)={0xffffffffffffffff, <r8=>0xffffffffffffffff})
flock(r8, 0x2)
clone(0x0, &(0x7f0000107000-0x37)="", &(0x7f0000a9e000-0x4)=0x0, &(0x7f0000362000)=0x0, &(0x7f0000664000)="")
preadv(0xffffffffffffffff, &(0x7f0000b14000)=[], 0x0, 0x0)
syz_open_dev$loop(&(0x7f0000b2d000)="2f6465762f6c6f6f702300", 0x7, 0x400000000000)
openat$ptmx(0xffffffffffffff9c, &(0x7f000002c000-0xa)="2f6465762f70746d7800", 0x0, 0x0)
2017/12/08 15:39:26 executing program 7:
r0 = getpid()
sched_getscheduler(r0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$inet6(0xa, 0x801, 0x0)
setsockopt$sock_int(r1, 0x1, 0xf, &(0x7f0000e00000)=0x3f, 0x4)
bind$inet6(r1, &(0x7f0000000000)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
r2 = dup2(r1, r1)
listen(r2, 0x0)
r3 = socket$inet(0x2, 0x1, 0x0)
r4 = syz_open_dev$tun(&(0x7f00002bc000)="2f6465762f6e65742f74756e00", 0x0, 0xa)
ioctl$KVM_CHECK_EXTENSION(r2, 0xae03, 0x100)
getsockopt$ax25_int(r2, 0x101, 0x4, &(0x7f000098e000)=0x0, &(0x7f0000900000-0x4)=0x4)
ioctl$SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT(r2, 0xc0bc5351, &(0x7f0000232000-0xbc)={0x1f, 0x1, "636c69656e7431000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xffffffff80000000, "7bf888ee48100d8c", "4b712d477f7ced8ea847da0a68a91552d62a25ef9fdd1ea41a77b53b33441f52", 0xffffffff, 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, 0x0, 0x0, 0x0, 0x0, 0x0]})
r5 = fcntl$dupfd(r4, 0x0, r4)
getsockopt$inet_sctp6_SCTP_PR_ASSOC_STATUS(r2, 0x84, 0x73, &(0x7f0000b4f000-0x18)={<r6=>0x0, 0x8000000000000003, 0x100000010, 0x5c30cf22, 0x3c}, &(0x7f00001a8000)=0x18)
socketpair$inet6(0xa, 0x6, 0x5, &(0x7f0000b37000)={0x0, <r7=>0x0})
setsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r5, 0x84, 0xa, &(0x7f0000188000-0x20)={0xff, 0xa6, 0x8003, 0x4, 0x5, 0x10000, 0x6, 0x4, r6}, 0x20)
setsockopt$inet6_int(r2, 0x29, 0xb, &(0x7f0000a42000-0x4)=0x101, 0x4)
epoll_ctl$EPOLL_CTL_DEL(r5, 0x2, r7)
ioctl$TUNSETIFF(r4, 0x400454ca, &(0x7f0000a5b000-0x28)={@common="67726530000000000000000000000000", @ifru_names=@generic="4f54000cc0a1ed4f3a0a1fdc222073b5"})
bind$inet(r2, &(0x7f00009fb000)={0x2, 0x1, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
fcntl$setsig(r2, 0xa, 0x1)
ioctl$sock_inet_SIOCSIFFLAGS(r3, 0x8914, &(0x7f0000630000-0x20)={@common="67726530000000000000000000000000", @ifru_flags=0x301})
setsockopt$inet_sctp6_SCTP_RESET_ASSOC(r1, 0x84, 0x78, &(0x7f00005ac000-0x4)=r6, 0x4)
ioctl$VT_SETMODE(r2, 0x5602, &(0x7f00006c9000-0x8)={0x5d00, 0x3, 0x9, 0x5, 0x0})
r8 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$sock_str(r5, 0x1, 0x19, &(0x7f00002b1000)="67726530000000000000000000000000", 0x10)
setsockopt$inet_sctp6_SCTP_NODELAY(r5, 0x84, 0x3, &(0x7f0000c6a000-0x4)=0x3, 0x4)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r8, 0x29, 0x1b, &(0x7f000026d000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x20)
write$tun(r5, &(0x7f00007e7000)=@hdr={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @ipv6={0x0, 0x6, "85b7e3", 0x54, 0x6, 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}, {[], @tcp={{0x0, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0x15, 0xc2, 0x0, 0x0, 0x0, {[@timestamp={0x8, 0xa, 0x3, 0x6}, @sack={0x5, 0x22, [0x100, 0x8, 0x10001, 0x67, 0x8, 0x0, 0x6, 0xb6]}, @timestamp={0x8, 0xa, 0xffff, 0xfffffffffffffffe}, @mss={0x2, 0x4, 0x101}, @nop={0x1}, @sack_perm={0x4, 0x2}]}}, {""}}}}}, 0x86)
2017/12/08 15:39:26 executing program 6:
mmap(&(0x7f0000000000/0xd000)=nil, 0xd000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000004000/0x4000)=nil, 0x4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_sctp(0x2, 0x2, 0x84, &(0x7f0000001000-0x8)={<r0=>0xffffffffffffffff, <r1=>0xffffffffffffffff})
r2 = socket$inet_sctp(0x2, 0x3, 0x84)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_int(r2, 0x0, 0x3, &(0x7f000000f000)=0x3, 0x4)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000e000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDR_INFO(0xffffffffffffff9c, 0x84, 0xf, &(0x7f0000010000)={<r3=>0x0, @in6={{0xa, 0x3, 0x3, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x401}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10000, 0x8, 0x80000000, 0x8000000000000, 0xfffffffffffffff7}, &(0x7f0000001000-0x4)=0xa0)
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_STATUS(r1, 0x84, 0xe, &(0x7f0000010000)={<r4=>0x0, 0x1, 0x10000, 0x7fff, 0x100000000, 0x6, 0xeae, 0x8d, {<r5=>0x0, @in={{0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x100000000, 0x10000, 0x3, 0x101}}, &(0x7f0000000000)=0xb8)
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_kcm_SIOCKCMCLONE(0xffffffffffffff9c, 0x89e2, &(0x7f0000012000-0x4)={<r6=>r2})
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_STATUS(r0, 0x84, 0xe, &(0x7f0000011000-0xb8)={0x0, 0xffffffffffffffff, 0xffffffffffff0001, 0x0, 0xfffffffffffffff7, 0x3a453e5d, 0x2, 0x2, {<r7=>0x0, @in6={{0xa, 0x1, 0x7, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x2}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5, 0x8c3, 0x4, 0xfffffffffffffffd, 0x8}}, &(0x7f0000013000-0x4)=0xb8)
mmap(&(0x7f0000011000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(r6, 0x84, 0x10, &(0x7f0000011000)=@sack_info={r7, 0xfffffffffffffffd, 0x4c}, &(0x7f0000003000-0x4)=0xc)
getsockopt$inet_sctp_SCTP_RTOINFO(r0, 0x84, 0x0, &(0x7f0000011000-0x10)={r5, 0x100000004, 0x20000000000006, 0x8}, &(0x7f0000003000)=0x10)
mmap(&(0x7f0000010000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, r0, 0x0)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_MAXSEG(r6, 0x84, 0xd, &(0x7f000000f000)=@assoc_id=r4, &(0x7f0000013000-0x4)=0x4)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(0xffffffffffffffff, 0x84, 0x6, &(0x7f0000013000)={r3, @in6={{0xa, 0x2, 0x6, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7030}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000008000)=0x8c)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_LOCAL_AUTH_CHUNKS(r1, 0x84, 0x1b, &(0x7f0000013000)={r7, 0x42, "7258b250064b60ab74a5000000007fffffffe8caa88e86dbd5ed57920000c0031100de989a05001c009ad8e981237d9fc693d377a19c7fa081919cae61dcc387043b"}, &(0x7f0000002000-0x4)=0x4a)
mmap(&(0x7f0000011000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x1b, 0x4, 0xffff, &(0x7f000000e000)={0x0, <r8=>0x0})
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x200, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_LOCAL_AUTH_CHUNKS(r8, 0x84, 0x1b, &(0x7f000000b000-0xde)={0x0, 0xd6, "b2d83f7954636393d3a6113efa47647909b49de44f7e43b4f3eda9ddc4064859a3157348787f9cd2ee22f3251eef0db18b8213ee9dfee39de40f4a53cb157b397d462144be24145be2d7a90005090100000071e732032f88c16b895417020009000255d3626e32aacb615ce5018ff63e50917a0d050005ec2d691071ff6e3e30be0590468cd8412b0e2ea72b00000002207affffffef000000f01bdc93bdc9346b55c54622f35c7482df7423fbec00020000d709e15f87ebb480c30000b627f3db8b263e81020e509f5883493e423b390ea962b236e1"}, &(0x7f0000010000)=0xde)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000000f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000011000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet(r2, &(0x7f0000006000-0x1c)="d5d2060af25bfb279b213d37cdfc66e184fec86f20e91b2eab2abc4b", 0x1c, 0x100000000, &(0x7f0000012000-0x10)={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f000000d000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet(r2, &(0x7f0000014000)="7fc5858bc08481a7710643a4b7a276dc55cfa8aea79e27cff0cbaaaae2a620a75cc77ff971f5334bf6d16645f9e64b3bde3e34d55a2c9fe4c81f98e7e51364142609d83f11bb1d208918269b62e8ff3ca037179dbf73dcb254dcb8f057838ef680312fd311ca9837e4a95f233a8d13b0cd5dd16d3d31725658eb39181b0abc02952b99cdc71228a4d2076f68b49ebae9d543c3090285123210ff83d589b4f32dd4da7c98598f2b24217103489a49b66a85dd9aa5c440810b1c8cfe5e92a5922dc36ee13ac72a7d4d", 0xc8, 0x40, &(0x7f000000e000-0x10)={0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
2017/12/08 15:39:26 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
seccomp(0x1, 0x0, &(0x7f000034c000-0x10)={0x1, &(0x7f0000000000)=[{0x6, 0x0, 0x0, 0x407ffc0003}]})
msync(&(0x7f000041f000/0x4000)=nil, 0x4000, 0x2)
r0 = openat$cuse(0xffffffffffffff9c, &(0x7f0000e40000)="2f6465762f6375736500", 0x200, 0x0)
setsockopt$inet_tcp_int(0xffffffffffffffff, 0x6, 0x1e, &(0x7f0000899000-0x4)=0x1, 0x4)
getsockopt$inet6_IPV6_XFRM_POLICY(r0, 0x29, 0x23, &(0x7f0000bca000)={{{@in6=@empty={[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, 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=@loopback=0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f0000a12000)=0xe8)
getsockopt$inet_sctp_SCTP_PRIMARY_ADDR(r0, 0x84, 0x6, &(0x7f0000d78000-0x8c)={<r2=>0x0, @in6={{0xa, 0x2, 0x7, @loopback={0x0, 0x1}, 0x8a4}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000f0d000-0x4)=0x8c)
getsockopt$inet_sctp_SCTP_PRIMARY_ADDR(r0, 0x84, 0x6, &(0x7f0000749000-0x8c)={r2, @in={{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]}}, &(0x7f00007e3000-0x4)=0x8c)
ioctl$sock_inet6_SIOCDELRT(r0, 0x890c, &(0x7f0000354000)={@loopback={0x0, 0x1}, @loopback={0x0, 0x1}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x489, 0x3, 0xa4fe, 0x500, 0xc, 0x400001, r1})
get_mempolicy(&(0x7f0000377000-0x4)=0x0, &(0x7f0000e10000-0x8)=0x0, 0x80000000, &(0x7f0000955000/0x1000)=nil, 0x4)
sendto$inet(0xffffffffffffffff, &(0x7f0000589000-0x1)="", 0x0, 0x20000000, &(0x7f0000636000)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
recvmmsg(r0, &(0x7f0000564000-0x20)=[{{&(0x7f0000b53000-0xe)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0xe, &(0x7f00006fd000-0x38)=[{&(0x7f000041c000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd3}, {&(0x7f00006b4000-0xa3)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa3}, {&(0x7f0000268000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}, {&(0x7f000040e000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x55}, {&(0x7f0000c8f000-0xf4)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf4}, {&(0x7f00000b8000-0xd7)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd7}, {&(0x7f0000f85000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf5}], 0x7, &(0x7f000070a000-0x4b)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x4b, 0x401}, 0x8}], 0x1, 0x40000002, &(0x7f0000444000)={0x77359400, 0x0})
ioctl$sock_FIOGETOWN(r0, 0x8903, &(0x7f0000d0e000-0x4)=<r3=>0x0)
fcntl$lock(r0, 0x3700e6603e46ad04, &(0x7f0000d23000-0x10)={0x1, 0x3, 0x100, 0x8, r3})
mq_timedreceive(r0, &(0x7f0000ced000-0x8d)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x8d, 0x7fff, 0x0)
setsockopt$inet6_MRT6_ADD_MFC(r0, 0x29, 0xcc, &(0x7f00000ca000)={{0xa, 0x3, 0x400, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x6}, {0xa, 0x1, 0x9, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x7}, 0x0, [0xce0, 0x4, 0x401, 0x80000001, 0xf1, 0xffffffffffffffff, 0x1, 0x3]}, 0x5c)
seccomp(0x1, 0x1, &(0x7f0000029000-0x10)={0x3, &(0x7f000058f000-0x18)=[{0x1000, 0x9, 0x5, 0x6c}, {0x4, 0x8, 0x401, 0x1f}, {0x4, 0x5, 0x5, 0x6}]})
setsockopt$inet_sctp6_SCTP_RECVRCVINFO(r0, 0x84, 0x20, &(0x7f0000a53000-0x4)=0x4, 0x4)
prctl$seccomp(0x16, 0x1, &(0x7f0000e4d000-0x8)={0x9, &(0x7f000064e000)=[{0xe4, 0x20, 0x0, 0xfffffffffffff543}, {0x6, 0x200, 0x9, 0x1}, {0x7, 0x7, 0x7fff, 0x5ac}, {0x23a, 0xc11, 0x5, 0x6}, {0xffffffff, 0x100000001, 0x9, 0x800}, {0xe6, 0x2, 0x3, 0x4}, {0x1, 0x6, 0xd18b, 0x9}, {0x0, 0x80000001, 0x400, 0xfffffffffffffe01}, {0x100000000, 0x80000001, 0x6, 0x2}]})
2017/12/08 15:39:26 executing program 4:
mmap(&(0x7f0000000000/0xfc0000)=nil, 0xfc0000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = creat(&(0x7f0000a75000-0x8)="2e2f66696c653000", 0x0)
bind$alg(0xffffffffffffffff, &(0x7f0000634000-0x58)={0x26, "6861736800000000000000000000", 0x932641397dd030c7, 0xffffffffffffffff, "7467723136302d67656e657269630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000b78000)="2f6465762f6b766d00", 0x0, 0x0)
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
r3 = openat$vcs(0xffffffffffffff9c, &(0x7f00002af000-0x9)="2f6465762f76637300", 0x0, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r2, 0xae60)
r4 = ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x0)
fcntl$getown(r4, 0x9)
setsockopt$inet_sctp6_SCTP_AUTOCLOSE(r3, 0x84, 0x4, &(0x7f0000169000)=0x0, 0x4)
ioctl$KVM_SET_MP_STATE(0xffffffffffffffff, 0x4004ae99, &(0x7f000021e000-0x4)=0x4)
mmap(&(0x7f0000fc0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000fc1000-0x11)="2f6465762f7667615f6172626974657200", 0x0, 0x0)
ioctl$KVM_SET_REGS(r4, 0x4090ae82, &(0x7f0000fc7000-0x90)={[0x0, 0xf1, 0x0, 0x0, 0x222, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x10000000000000, 0x0, 0x0, 0x8, 0x0], 0x0, 0x300})
getuid()
getsockopt$SO_PEERCRED(r3, 0x1, 0x11, &(0x7f0000157000-0xc)={0x0, 0x0, 0x0}, 0xc)
ioctl$KVM_SET_VCPU_EVENTS(r4, 0x4040aea0, &(0x7f0000d71000)={0x0, 0x5e, 0x0, 0x0, 0x1, 0x1000, 0x8001, 0x4, 0x2, 0x1, 0x104, 0x10000, 0x0, 0x7f, 0xa, 0x1, 0x8c62, 0x3, 0x800})
ioctl$KVM_RUN(r4, 0xae80, 0x0)
splice(r0, 0x0, r0, 0x0, 0x6, 0x0)
2017/12/08 15:39:26 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0xf, 0x401)
getsockopt$inet6_tcp_int(r0, 0x6, 0x12, &(0x7f0000000000)=0x0, &(0x7f0000000000)=0x4)
sysfs$3(0x3)
bind$inet6(0xffffffffffffffff, &(0x7f0000000000)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$netlink(0x10, 0x3, 0x0)
socketpair(0x7, 0x4, 0x3, &(0x7f00002ff000)={<r2=>0x0, 0x0})
ioctl$DRM_IOCTL_GEM_OPEN(0xffffffffffffffff, 0xc010640b, &(0x7f0000991000)={<r3=>0x0, 0x0, 0x200})
ioctl$DRM_IOCTL_GEM_OPEN(0xffffffffffffff9c, 0xc010640b, &(0x7f00007bc000)={0x0, <r4=>0x0, 0x3})
ioctl$DRM_IOCTL_GEM_OPEN(r2, 0xc010640b, &(0x7f00008ef000-0x10)={r3, r4, 0x21a})
r5 = openat$vcs(0xffffffffffffff9c, &(0x7f00006d3000)="2f6465762f76637300", 0x40000, 0x0)
getsockopt$sock_buf(r5, 0x1, 0x3b, &(0x7f0000f4e000-0xa8)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000ef1000)=0xa8)
setsockopt$inet6_tcp_TCP_CONGESTION(r5, 0x6, 0xd, &(0x7f0000ceb000-0xa)="68696768737065656400", 0xa)
ioctl$TIOCNOTTY(r0, 0x5422)
fcntl$setlease(r1, 0x400, 0x0)
getsockopt$inet_IP_IPSEC_POLICY(r5, 0x0, 0x10, &(0x7f00009bb000)={{{@in=@remote={0x0, 0x0, 0x0, 0x0}, @in=@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}, {{@in=@local={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}}, &(0x7f0000005000-0x4)=0xe8)
r6 = socket$unix(0x1, 0x1, 0x0)
io_setup(0x6, &(0x7f00009a2000-0x4)=0x0)
ioctl$KVM_GET_DEVICE_ATTR(r5, 0x4018aee2, &(0x7f0000c13000-0x18)={0x0, 0x6, 0x100, &(0x7f0000ca5000-0x8)=0x0})
ioctl$SNDRV_TIMER_IOCTL_GSTATUS(r5, 0xc0405405, &(0x7f0000302000-0x40)={{0x3, 0x3, 0x9, 0x3, 0x8}, 0x3f, 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]})
getdents(r5, &(0x7f00002cf000-0x58)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x58)
setsockopt$netlink_NETLINK_CAP_ACK(r1, 0x10e, 0xa, &(0x7f00008e8000-0x4)=0x6, 0x4)
setsockopt$bt_BT_SNDMTU(r5, 0x112, 0xc, &(0x7f00004b5000)=0x7, 0x2)
getsockopt$SO_BINDTODEVICE(r0, 0x1, 0x19, &(0x7f000090d000)=@generic="00000000000000000000000000000000", 0x10)
socket$unix(0x1, 0x7, 0x0)
writev(r1, &(0x7f0000263000)=[{&(0x7f0000be1000)="290000001800ff0900000000000000020a0100000000ff06800800000d0009000900001900000000f6", 0x29}], 0x1)
lseek(r5, 0x0, 0x1)
setsockopt$sock_int(r0, 0x1, 0x1b, &(0x7f0000369000-0x4)=0x5, 0x4)
shutdown(r6, 0x1)
2017/12/08 15:39:26 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$loop(&(0x7f000012e000-0xb)="2f6465762f6c6f6f702300", 0x0, 0x400000)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
seccomp(0x1, 0x1, &(0x7f000031b000)={0x0, &(0x7f0000000000)=[]})
add_key(&(0x7f0000387000-0x5)="7573657200", &(0x7f0000931000)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f0000c42000)="", 0x0, 0xfffffffffffffffd)
add_key(&(0x7f000013b000-0x5)="6465616400", &(0x7f00009f2000)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f000032c000-0xe9)="", 0x0, 0xfffffffffffffffa)
sync()
listxattr(&(0x7f0000603000-0x8)="2e2f66696c653000", &(0x7f0000c4f000)="000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x27)
r0 = memfd_create(&(0x7f0000002000-0x3)="54ea00", 0x0)
getsockopt$inet_IP_IPSEC_POLICY(r0, 0x0, 0x10, &(0x7f0000d65000)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in=@local={0x0, 0x0, 0x0, 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}, {{@in6=@local={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}}, &(0x7f0000f61000-0x4)=0xe8)
ioprio_set$uid(0x0, r1, 0x3)
mmap(&(0x7f0000000000/0xfbe000)=nil, 0xfbe000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000055f000/0x3000)=nil, 0x3000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbf000/0x1000)=nil, 0x1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
socket$inet6_icmp(0xa, 0x2, 0x3a)
mbind(&(0x7f0000015000/0x14000)=nil, 0x14000, 0x0, &(0x7f0000ca8000-0x8)=0x0, 0x5, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT(r0, 0xc0bc5351, &(0x7f0000001000-0xbc)={0x4207, 0x0, "636c69656e7431000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xffffffff80000005, "e502000000000000", "b52e1433f1202b129674706e298cf33bd3706e870a6155283c71d286c6c509da", 0x7, 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, 0x0, 0x0, 0x0, 0x0, 0x0]})
syz_open_pts(r0, 0x200)
mbind(&(0x7f0000fe4000/0x3000)=nil, 0x3000, 0x0, &(0x7f0000528000-0x8)=0x200000000000, 0x0, 0xfffffffffffffffd)
clock_gettime(0x0, &(0x7f0000fe3000)={0x0, 0x0})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
select(0x40, &(0x7f0000fc9000-0x40)={0x9, 0x2408, 0xc, 0x6, 0x9, 0x0, 0x8, 0x3198}, &(0x7f0000ff2000-0x40)={0x100, 0x6, 0x100, 0x3, 0x0, 0xffffffffffffffac, 0x5, 0xfffffffffffffa92}, &(0x7f0000ff6000)={0xded, 0x2, 0x8, 0xbd, 0xffffffffffff7e00, 0x65ab4f05, 0x3fa4400000, 0x6}, &(0x7f0000001000)={0x77359400, 0x0})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000002000-0x8)={<r2=>0x0, 0x0})
mmap(&(0x7f000092d000/0x400000)=nil, 0x400000, 0x80000002, 0x8972, 0xffffffffffffffff, 0x0)
mremap(&(0x7f0000b57000/0x1000)=nil, 0x1000, 0xe000, 0x3, &(0x7f0000bf8000/0xe000)=nil)
ioctl$DRM_IOCTL_RM_MAP(r0, 0x4028641b, &(0x7f0000c18000)={&(0x7f0000ad2000/0x12000)=nil, 0xd627, 0x2, 0x24, &(0x7f000096f000/0x1000)=nil, 0x0})
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getdents(r2, &(0x7f0000003000-0x22)="00000000000000000000000000000000000000000000000000000000000000000000", 0x22)
ioctl$DRM_IOCTL_IRQ_BUSID(0xffffffffffffffff, 0xc0106403, &(0x7f0000261000)={0x0, 0x0, 0x0, 0x3})
madvise(&(0x7f000092d000/0x400000)=nil, 0x400000, 0x10200000008)
2017/12/08 15:39:26 executing program 4:
r0 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00004bf000)="2f6465762f7667615f6172626974657200", 0x0, 0x0)
ioctl$RNDADDENTROPY(r0, 0x40085203, &(0x7f00009cb000-0x8b)={0x0, 0x83, "0547871d14f4591f58d2068829e14650fbff3375a5aed55d559761b4df71b6570ec30ff1f465986e2cd166105fa472ba31ac3a998d3985d9ad623606cf6ce82d7e0e8495fda335d0ed151bf0f675cfc935c23dc2605b742e91a96829794c5170a61862f1cd1138cb356430879750125cc359734246b9a7656cc41408e6f256d66bdb6f"})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
inotify_init()
r1 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x71, 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 = syz_open_dev$sg(&(0x7f000032f000)="2f6465762f73672300", 0x1, 0x0)
lseek(r2, 0x0, 0x400000000001007)
r3 = gettid()
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}, r3, 0x0, 0xffffffffffffffff, 0x0)
clock_getres(0x7, &(0x7f00002e8000-0x8)={<r4=>0x0, <r5=>0x0})
stat(&(0x7f0000064000)="2e2f66696c653000", &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0, <r6=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
clock_nanosleep(0x1, 0x1, &(0x7f0000ed8000-0x8)={r4, r5}, &(0x7f0000387000)={0x0, 0x0})
ioctl$DRM_IOCTL_GET_UNIQUE(0xffffffffffffffff, 0xc0106401, &(0x7f0000b0f000)={0x8f, &(0x7f0000a18000-0x8f)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"})
getsockopt$inet6_mreq(r2, 0x29, 0x1c, &(0x7f0000695000)={@local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, <r7=>0x0}, &(0x7f00003e1000-0x4)=0x14)
ioctl$RNDGETENTCNT(r2, 0x80045200, &(0x7f00008be000-0x4)=0x0)
setsockopt$inet_IP_IPSEC_POLICY(r2, 0x0, 0x10, &(0x7f0000235000)={{{@in6=@loopback={0x0, 0x1}, @in=@remote={0xac, 0x14, 0x0, 0xbb}, 0x0, 0x8, 0x2, 0x3, 0xa, 0xa0, 0xa0, 0x4bc, r7, r6}, {0x800, 0x1, 0x3ff, 0x8, 0x41, 0xd088, 0x9, 0x7}, {0x3, 0x0, 0x2, 0x9}, 0x7ff, 0xfffffffffffffff8, 0x3, 0x1, 0x20, 0x2}, {{@in6=@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xb, 0x40}, 0x4, @in=@multicast2=0xe0000002, 0x0, 0x3, 0x0, 0xfffffffffffff001, 0x3, 0x1b, 0x1}}, 0xe8)
delete_module(&(0x7f0000064000+0x778)="2700", 0x200)
ioctl$TCFLSH(0xffffffffffffffff, 0x540b, 0x3)
getsockopt$SO_PEERCRED(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000395000)={0x0, 0x0, 0x0}, 0xc)
r8 = syz_open_dev$tun(&(0x7f0000125000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x0)
ioctl$TUNSETIFF(r8, 0x400454ca, &(0x7f00005d6000)={@generic="30369502000000400000066b08cebd55", @ifru_mtu=0xcf17})
ioctl$TUNSETQUEUE(r8, 0x400454d9, &(0x7f000053d000)={@generic="116dc1701ce8009a1da97f1bb45f38b7", @ifru_map={0xd6c, 0x0, 0x0, 0x0, 0x0, 0x0}})
bind(r2, &(0x7f0000836000-0x10)=@ethernet={0x307, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$TUNGETIFF(r8, 0x800454d2, &(0x7f00006ad000-0x4)=0x805)
ioctl$KVM_SET_FPU(r0, 0x41a0ae8d, &(0x7f00008a9000)={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x3, 0x5be1, 0x80, 0x0, 0x5a69, 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], 0x10001, 0x0})
ioctl$TUNATTACHFILTER(r8, 0x401054d5, &(0x7f0000f4e000-0x8)={0x2, &(0x7f0000ef9000)=[{0x4, 0x20, 0xffffffff, 0x3}, {0x5, 0x9, 0x101, 0x4}]})
ioctl$TUNSETQUEUE(r8, 0x400454d9, &(0x7f0000e89000)={@generic="636f3e4e9466d321a774f20855019958", @ifru_map={0xfffffffffffffffe, 0x0, 0x3, 0x4, 0x101, 0x3}})
2017/12/08 15:39:26 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_procfs(0x0, &(0x7f0000faa000-0xd)="6e65742f69665f696e65743600")
r1 = socket$inet_udp(0x2, 0x2, 0x0)
sendfile(r1, r0, &(0x7f0000c34000-0x8)=0x0, 0xfff)
sync_file_range(r0, 0x5, 0x401, 0x0)
[  110.316693] audit: type=1326 audit(1512747566.793:262): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.412381] audit: type=1326 audit(1512747566.825:263): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=144 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.462796] audit: type=1326 audit(1512747566.825:264): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.489897] audit: type=1326 audit(1512747566.827:265): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=295 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.521360] audit: type=1326 audit(1512747566.828:266): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$hwrng(0xffffffffffffff9c, &(0x7f00001cc000-0xb)="2f6465762f6877726e6700", 0x8000, 0x0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, r0, 0x2)
fcntl$setflags(r1, 0x2, 0x1)
io_setup(0x0, &(0x7f000023e000-0x8)=0x0)
mkdir(&(0x7f0000ba4000-0x8)="2e2f66696c653000", 0x0)
r2 = dup2(r0, r1)
recvfrom$unix(r2, &(0x7f0000081000-0x4c)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x4c, 0x40, &(0x7f00008de000)=@abs={0x0, 0x0, 0x2}, 0x8)
r3 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = timerfd_create(0x7, 0x80000)
r5 = openat$autofs(0xffffffffffffff9c, &(0x7f00000b9000-0xc)="2f6465762f6175746f667300", 0x40000, 0x0)
ioctl$TIOCLINUX3(r5, 0x541c, &(0x7f0000422000)=0x3)
r6 = dup3(r3, r4, 0x0)
ioctl$TIOCNXCL(r6, 0x540d)
r7 = dup3(r1, r3, 0x80000)
socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
setsockopt$inet6_mreq(r7, 0x29, 0x14, &(0x7f0000dec000)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x14)
openat$cuse(0xffffffffffffff9c, &(0x7f0000579000-0xa)="2f6465762f6375736500", 0x8000, 0x0)
ioctl$KVM_SET_DEBUGREGS(r5, 0x4080aea2, &(0x7f00007a3000)={[0x101000, 0x10000, 0x2000, 0x1], 0x7, 0x4, 0x5, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
syz_emit_ethernet(0x6e, &(0x7f0000246000)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @random="a000a2b290a1", [], {{0x86dd, @ipv6={0x100, 0x6, "03f087", 0x38, 0x3a, 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}, {[], @icmpv6=@pkt_toobig={0x2, 0x0, 0x0, 0x8, {0x100, 0x6, "7d2c73", 0x0, 0x84, 0x0, @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]}, [@hopopts={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], []}], ""}}}}}}}, 0x0)
openat$autofs(0xffffffffffffff9c, &(0x7f0000222000-0xc)="2f6465762f6175746f667300", 0x406042, 0x0)
add_key(&(0x7f0000df0000-0x5)="7500000009", &(0x7f00000fe000)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f0000def000+0x25)="f1c5fefb61739fc519d685124424afa60b8a436dd85d2ee900d59d99cb3200950206b530760b628fc8e02682e5813c6b7582583a658982d17ea9d22422d63d3dcbc708046a414a50df681dcbef5c99572bdabc0aa7f41a6a3d65375de544a05091aa9a056efec62e1993542e218414d617ff8e7b41cd763f497dcaab570693b25786f82c9ae72100fe68f856", 0x8c, 0xffffffffffffffff)
setsockopt$bt_BT_POWER(r7, 0x112, 0x9, &(0x7f00004d9000)=0x42, 0x1)
[  110.558162] audit: type=1326 audit(1512747566.829:267): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.587318] audit: type=1326 audit(1512747566.830:268): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=366 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 6:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$selinux_mls(0xffffffffffffff9c, &(0x7f0000000000)="2f73656c696e75782f6d6c7300", 0x0, 0x0)
ioctl$DRM_IOCTL_AGP_ALLOC(0xffffffffffffff9c, 0xc0106434, &(0x7f0000001000-0x10)={0x1, <r1=>0x0, 0x1, 0xd20})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_MODESET_CTL(r0, 0x40086408, &(0x7f0000001000)={0x2, 0x4})
ioctl$DRM_IOCTL_AGP_BIND(r0, 0x40086436, &(0x7f000028b000)={r1, 0x2})
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCDARP(r0, 0x8953, &(0x7f0000002000-0x44)={{0x2, 0x3, @rand_addr=0x81, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x306, @random="9f906dd995c5", [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x40, {0x2, 0x0, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @common="697036746e6c30000000000000000000"})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$setstatus(0xffffffffffffffff, 0x4, 0x0)
fsetxattr(r0, &(0x7f0000cdf000-0x15)=@random={"62747266732e00", "2f73656c696e75782f6d6c7300"}, &(0x7f0000b5d000)="2f7665642f6c6f6f700c00", 0xb, 0x2)
io_setup(0x0, &(0x7f0000a10000)=0x0)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$ALG_SET_AEAD_AUTHSIZE(r0, 0x117, 0x5, 0x0, 0x3)
ioctl$sock_inet_SIOCDELRT(r2, 0x890c, &(0x7f0000f16000-0x70)={0x0, {0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x40, 0x0, 0x0, 0x0, 0x0, &(0x7f0000efe000)=@common="6c6f0000000000000000000000000000", 0x0, 0x0, 0x0})
r3 = request_key(&(0x7f0000f2f000-0x12)="2e726571756573745f6b65795f6175746800", &(0x7f000013d000)={0x73, 0x79, 0x7a, 0x2, 0x0}, &(0x7f00001fc000)="6c6f0000000000000000000000000000", 0xfffffffffffffff9)
syz_open_dev$evdev(&(0x7f0000674000-0x12)="2f6465762f696e7075742f6576656e742300", 0x0, 0x400)
ioctl$sock_SIOCOUTQ(r0, 0x5411, &(0x7f000062e000-0x4)=0x0)
ioctl$EVIOCRMFF(r0, 0x40044581, &(0x7f00003eb000-0x4)=0x9)
getresuid(&(0x7f0000e44000-0x4)=0x0, &(0x7f000058f000)=0x0, &(0x7f0000634000)=0x0)
getsockopt$inet_sctp_SCTP_PR_ASSOC_STATUS(r0, 0x84, 0x73, &(0x7f0000db5000)={<r4=>0x0, 0x1, 0x30, 0x51, 0x1}, &(0x7f0000bd6000)=0x18)
getsockopt$inet_sctp_SCTP_MAXSEG(r0, 0x84, 0xd, &(0x7f0000705000)=@assoc_value={r4, 0x80000001}, &(0x7f0000654000)=0x8)
shutdown(r0, 0x1)
add_key(&(0x7f00001ad000-0xa)="656e6372797074656400", &(0x7f0000086000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f00009c6000-0xd4)="f5c2f82bdfb171ceb880bb5f9af464d1e878762d13b7901d48dd6d5cc909", 0x1e, r3)
tee(r0, r0, 0x101, 0x6)
ioctl$KVM_ASSIGN_SET_MSIX_NR(r0, 0x4008ae73, &(0x7f000065e000+0xe45)={0x6, 0x7})
2017/12/08 15:39:27 executing program 0:
r0 = openat$selinux_status(0xffffffffffffff9c, &(0x7f000077b000)="2f73656c696e75782f73746174757300", 0x0, 0x0)
statx(r0, &(0x7f00005ba000-0x8)="2e2f66696c653000", 0x1000, 0x601, &(0x7f0000c92000-0x100)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, {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/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = openat$selinux_relabel(0xffffffffffffff9c, &(0x7f0000001000-0x11)="2f73656c696e75782f72656c6162656c00", 0x2, 0x0)
ioctl$TIOCSETD(r1, 0x5423, &(0x7f0000c00000)=0x7)
mknod(&(0x7f0000b4c000)="2e2f66696c653000", 0xd000, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$sg(&(0x7f0000059000-0x9)="2f6465762f73672300", 0x0, 0x40002)
ioctl(r2, 0x5380, &(0x7f0000671000-0x5)="0800000007")
ioctl$TIOCSLCKTRMIOS(r2, 0x5457, &(0x7f0000273000-0x24)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
openat$selinux_checkreqprot(0xffffffffffffff9c, &(0x7f0000902000)="2f73656c696e75782f636865636b72657170726f7400", 0x1, 0x0)
getrlimit(0x2, &(0x7f0000367000)={0x0, 0x0})
sendto(r2, &(0x7f00008fd000)="47ad6e7c5aabec5a3346d209d58af1a6eee62bf00601978496cc3c2baa05adf2d680afdced308efe3d5c27ec5174243c078f71f4d854f1a2589fa5d70ee909707afd124f74a35bcf351b333aaae27ec7ec9a347449a8f99ae8725c54d968fddfb89a9d9eb4fc5acadc301debed53ea2e4c68607d466eacd261a41701cc2c6b852e5304e09dede32ed6998266855c78d94de839f928379f2eb97816cdea17f88038c4e922a296a3cd93d1d26f13343b745e41a7f2153b50c737f133b974d5b5", 0xbf, 0x20000010, &(0x7f0000ab9000-0x9)=@rc={0x1f, {0x40, 0x4, 0xc5ed, 0x2, 0xde, 0x7f}, 0x4}, 0x9)
2017/12/08 15:39:27 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_CREATE_DEVICE(0xffffffffffffffff, 0xc00caee0, &(0x7f0000888000)={0x0, 0xffffffffffffffff, 0x0})
r0 = dup2(0xffffffffffffff9c, 0xffffffffffffffff)
setsockopt$inet_buf(r0, 0x0, 0x1000000002a, &(0x7f0000531000)="4890dd221ecfe8a016fe13d867fa6d6b4b54ef4b6b43c28492f5cc905e6531e5c52e7d6cacff31aa75bc7301cf334231519cb85739e178be28271e7ba4380300000000000000ccbb4fcad88f1aa01adcad29dd7173de23240e2b4ecbb7c259e605dba64911489ffc4a7acdc1b84814bc6f58a4d2e32accb4489e43061037797da5f01b9031859074b21aa11ca8b8f6d2c727991ed0c2762b3526007b7bae0286f1e563fe95ae83f4b07acab646429d15d304ff1d67eb8ec734127525f2ea17c0778bd26e53a937325b7095", 0xcb)
r1 = socket$inet_icmp(0x2, 0x2, 0x1)
getsockname$ax25(0xffffffffffffffff, &(0x7f00006a8000-0x10)={0x0, {"00000000000000"}, 0x0}, &(0x7f00007cf000)=0x10)
getsockopt$inet_int(r1, 0x0, 0x2b, &(0x7f00004be000-0x4)=0x0, &(0x7f0000001000-0x4)=0x4)
r2 = syz_open_dev$urandom(&(0x7f0000663000-0xd)="2f6465762f7572616e646f6d00", 0x0, 0x1fffffffffffe)
ioctl$RNDADDENTROPY(r2, 0x40085203, &(0x7f000015f000-0x55)={0x0, 0x0, ""})
r3 = syz_open_dev$sg(&(0x7f0000256000)="2f6465762f73672300", 0x80000001, 0x100)
lseek(r0, 0x0, 0x3)
bpf$MAP_LOOKUP_ELEM(0x1, &(0x7f0000204000-0x18)={r3, &(0x7f000090f000-0x70)="f1c9824e293335de0f970ef243d30c94651c93056cb574cfe8f0af988755bd0c732533faaad95bb35162c025c447cb15994ceaba32381abe132b858dbc1d260070d06acdc1d2b5ed76288ead12252c46b2282f2427e5ad05554bbf7ae6039a364e72660960000200007b3ba503a67439", &(0x7f0000592000-0x4f)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
ioctl$KVM_SET_LAPIC(r3, 0x4400ae8f, &(0x7f00006f0000-0x400)={"130ee24dbb7cbf4a702c7ec30264154380b4584faa5453f8c8c5698cef9146f2bb5b31b7b9eecc3cb590ee3ed458c1bcebe2fbc5f53fbe2349aabe41e5595f2cfc568bae7e1f121611a6d2e0664dd5e620c5b3a071050408b26b9c9cfc7b8cca07a2a21ab398d3ebae1be52e47ef425451e6a5dfae7bd95220c309546ccfb1a454c573f652bd5316f647bab11b10f48df27df6548311e9ccc87d7fd4c93a745dce5270497c7f812c081a0f1638d037c859bc4e92bd8665bab0a8b83441d98dbad54fe20ff3fefab2bdccf5566c617b30b21314a14397b60e63b1303f5f3b2cf1acd32e0429c5b13114b874cab636cd8f67462232c7a6485fed55168b1c8f6a2431ce735072e7893381e9cdc6875f48a05f4800726b9e8a1095c87569cf172360ad7041bd75236981055d070884a69e849d6a928ceecfb9c22de34f35162669d5a2b13bc15c61d7594fa024e8be7cee2d6ff47af5cc2b2ab9df2dd612a0362957e12a6dda10ae8ea0318bdc8721e7219da2e535a5a4e1d47a836d7c7ea1c77d3b3fa7a94df32c347059b557bf8af617c3d5c84a97ba879616100f7f96b61f7d0198dd7ec5f6b5770bfa5743fe3502f4232c13ef99069fbf4bb8246acce97d9fed1992c46c4ac3f39eecb9b1486eccc5f35940fcfe2b5f2bd00c44566e6c80abbd467ef0f47b631ab90f9128b619731f6236ddf62377c6b1e3e3082cb6276989b274f595d719c49ca377b38cde973c165f9cce54e4fbe956b1cde995598bb0f3f2d8a5b679e5f316fdd915433c1d9000000000000000006de0bf62ddd576098ef943f3d6f7aac91b864add2f832f1b950c13de29e73ac00189fbddda094209d5013b514236728c759be55df1d977b579aa0c3a79182f64a757669a18cb1868d9dcf8d39dee93711e890a71ac51d66284681e3b6c9e8cb1507e1b18f63c19e92313196076c8b6cd9da8bde3efe5e38c069dc64b7eefdffbbe3a7696f33f7ac2b83fc6ce2da332d98a6d679e53b2bb2cd1f1d3be7173e724151462f60e1d17207019b8cd374fbc7f762118c7f5727f610e9e3b3cd274056430e3368e65f1f18ed0edb5a72772a2f8f3b9fdf31f65875f31e36fc388525e7f7e4c4b2fe8cdb725f7ecaf7fde48e2f59c147dc23f02bb07e0a605ec46fa119c0279af0954a2774982c3558dddd94a3cd18198342c940b4498f54065269e9df32908dc61684b139a40c7da862f9bcfc4f48273c8a461688baa354a3cc3add5fc9d0a635bc6c1f09a15261b4ef7ee3b98e5acb46da39c71b7ed77468a608cbe4d344b6d5aa7c3774037261959fdc900640b9f1e3f00b5b807169208935543f4e0867cd593f58f1b0ce4e8c834268e9e6d9bf0c5521e15269b5f5a25fb74d28406540edae41cf47a396811987d0c659f1c956ec9b9b599142fe345e20264f2d652958631975dab92fc63a6"})
utimensat(r3, &(0x7f00005ef000-0x8)="2e2f66696c653000", &(0x7f000010e000-0x20)={{0x0, 0x2710}, {0x77359400, 0x0}}, 0x100)
setrlimit(0x0, &(0x7f00006f6000-0x10)={0x0, 0x0})
sendto$llc(r3, &(0x7f000093c000)="c6", 0x1, 0x4, 0x0, 0x0)
r4 = syz_open_dev$tun(&(0x7f000016c000)="2f6465762f6e65742f74756e00", 0x0, 0x0)
ioctl$TUNSETIFF(r4, 0x400454ca, &(0x7f0000512000-0x28)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs=@rc={0x1f, {0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd}, 0x0}})
modify_ldt$write2(0x11, &(0x7f000080f000)={0x0, 0x20000000, 0x4000, 0x0, 0x8, 0x7ff, 0x8001, 0x200, 0xc15, 0x46}, 0x10)
r5 = socket$inet_tcp(0x2, 0x1, 0x0)
set_mempolicy(0x4003, &(0x7f0000c8a000)=0x2, 0x5)
r6 = getpid()
fcntl$setownex(r4, 0xf, &(0x7f0000f53000-0x8)={0x3, r6})
ioctl$sock_inet_SIOCSARP(r5, 0x8955, &(0x7f00003c7000-0x44)={{0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x0, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4, {0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @syzn={0x73, 0x79, 0x7a, 0x0, 0x0}})
io_submit(0x0, 0x6, &(0x7f000010e000)=[&(0x7f0000872000)={0x0, 0x0, 0x0, 0x3, 0x2e, r5, &(0x7f00002b1000)="05d07c1e0b2778b1603c634d06fc01b6c2c4f5cca09f12206ba53a9b164333426f0b436a4c2779545fb54a857fe3badc4d8103baa55812eee38a87b745534a721451a051c808b0e225f062e33708279a382b1b5bed91490898098db92c7fe9d336dd1660c6ed00b080ad894e7aa9dd39ce0d3b3671a9c23874326ab20bd5a76f05edd2d83e7afff659317f2621a2f4bfbdb59368dcf63ed6a7cfe86f6ed2b5cd60cabf1e457a20edad81e95d3145fdbd88dbeff58484c217646deb", 0xbb, 0x6, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f000008a000-0x40)={0x0, 0x0, 0x0, 0x0, 0x2854, 0xffffffffffffffff, &(0x7f000003b000-0xd6)="a414cf84b896dc5b8742737918c8259741dfe16746a516aa23e98116477fa47165a9580dd96366a549b27a9a345e6780a4b703dc0949eec4f9f84ea009a020d6a25203324bf0f21f101acbb5212f6d539447e56062be71075c6c1f6d15277108a8cc02279bcbdf019c902a2a5826b44a3318fd22c543e3b017ffd3e77d8b2d8eeb30ae355a96e00b43b3de8568d7990a98876ecd29735c7f6984242822c1bb2e42c5268523b4097299db9833114fae940db9a54fc16079ec8ffe032bfed1a5d22ed7b7ca00b0f189078ca096b46a8bbd316b9123cb85", 0xd6, 0x2000000000000000, 0x0, 0x0, 0xffffffffffffffff}, &(0x7f00007ad000-0x40)={0x0, 0x0, 0x0, 0x0, 0x1ff, r4, &(0x7f00005e8000)="f50e2386d267e65ea1d68dd62fd93c2497d754ff254df13873ab0da33063a59717afd7e9411f6a8057b66e93c1b73aed1e09bcba5251266d6f7820ea85e537a038ee8ffd556d33cf5e3e8f24052216e4ac7e91b76ea8b5198f70c68d51d3dfc9540deeda68bfc0922a3695783b025252440adcfd1b398d93fa199d86e5d118af3652d0d815869666041fc7faa5740ccc748790ab983325ccc4788ed85016871e2aace12bf9c0e30ceeb0e44fa9006c3fca8034b09fb9c97c6cd86e261ec33a2c603cc2", 0xc3, 0x2, 0x0, 0x1, 0xffffffffffffffff}, &(0x7f00006aa000-0x40)={0x0, 0x0, 0x0, 0x0, 0x10000, r4, &(0x7f00005f9000)="995d3f27853e003e6b94ee4a0536e5b218679b7253a71deb2ac16d990796ba13149feb4cf92ea15056cc738b5b37fa995b6a12f841aca7374f69b8a9ca2b0c539b1c9c71ee4daf0b7fe3930bec5f249f9f480e6d6fbf5ec690e6303ebdc2c45c980bbe3c6dc45a9beb41c4b7daecdc42aee9cbff675b837839d1264c2215944658e11c32851c47a127d9d04d3f9b24836999c4ae4d62c5919b6d5d8042d0974cb3e495b9517ccc8a73704e0d8bf39ec2acd514a7674eeb375818b46aade96ae23c3f591935c041a5436fac21ecac161fda54f2f23d586bbbf11838b770c2", 0xde, 0x8, 0x0, 0x0, 0xffffffffffffffff}, &(0x7f00004a2000)={0x0, 0x0, 0x0, 0x3, 0x8, r4, &(0x7f00009c0000-0xc6)="db45a3553e1dbfb293d988e47f29272898c007bc1efb56c70427c38f49f8bc9e117ee62ab74a076061c33aeb21e6859794be3e1371911f2805591a567c651563c39a3010d49eb57218395a1aeffe376e8ff8e900686740c10638252279c303cd9f4dc012a55c58dbc3fd91352e09443d6e8752a62f450ed4abb83dc1cf9be7b32901da863dca25b54dbbebe5dfc97d86bb2c5e08b80674a586c7f8dd48640ef7d611a272567e019f893201138d480527083785a173920fbeb09ce8b2ff7313ae0a826f2b67cc", 0xc6, 0x800, 0x0, 0x0, r3}, &(0x7f000018e000)={0x0, 0x0, 0x0, 0x7, 0x2ea217f3, 0xffffffffffffffff, &(0x7f000065c000-0xb)="b5be9c42db5f23b6555f06", 0xb, 0x3, 0x0, 0x0, 0xffffffffffffffff}])
ioctl$TUNSETOFFLOAD(r4, 0x400454d0, &(0x7f0000cc3000-0x1)=0x0)
getsockopt$inet6_IPV6_IPSEC_POLICY(r3, 0x29, 0x22, &(0x7f0000f5d000)={{{@in=@empty=0x0, @in=@multicast1=0x0, 0x0, 0x0, 0x0, 0x0, 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}}, &(0x7f00007c8000)=0xe8)
lstat(&(0x7f0000353000)="2e2f66696c653000", &(0x7f0000b85000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
clone(0x0, &(0x7f00003af000)="", &(0x7f000006c000-0x4)=0x0, &(0x7f0000718000-0x4)=0x0, &(0x7f0000f2b000)="")
2017/12/08 15:39:27 executing program 5:
r0 = socket(0x41000000015, 0x5, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$bt_hci_HCI_DATA_DIR(r0, 0x0, 0x1, &(0x7f0000000000)=0x466, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket(0x11, 0x2, 0x81)
bind(r1, &(0x7f0000fe2000)=@generic={0x11, "0000010000000000080044944eeba71a4976e252922cb18f6e2e2aba000000012e0b3836005404b0e0301a4ce875f2e3ff5f163ee340b7679500800000000000000101013c5811039e15775027ecce66fd792bbf0e5bf5ff1b0816f3f6db1c00010000000100000049740000000000000006ad8e5ecc326d3a09ffc2c654"}, 0x80)
setsockopt$SO_TIMESTAMPING(r0, 0x1, 0x25, &(0x7f00005b2000-0x4)=0x400, 0x4)
pwrite64(r0, &(0x7f00001cb000)="0d9d0fbdd6e4289bc9056ba35af084d413dd7dd8d04d96df601a92df", 0x1c, 0x0)
getsockopt$inet_sctp6_SCTP_RECVRCVINFO(r1, 0x84, 0x20, &(0x7f0000d4d000-0x4)=0x0, &(0x7f0000a9d000-0x4)=0x4)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f0000e34000-0x8)={<r2=>0xffffffffffffffff, <r3=>0xffffffffffffffff})
setsockopt$sock_int(r3, 0x1, 0x23, &(0x7f0000b92000-0x4)=0x7, 0x4)
getsockopt$SO_PEERCRED(r2, 0x1, 0x11, &(0x7f0000ff7000-0xc)={0x0, <r4=>0x0, 0x0}, 0xc)
writev(r1, &(0x7f0000675000)=[{&(0x7f000053d000-0xba)="bc4b6ef43af281b06f612bd83195270996e798166faa3d193048dc3f17821596703ca70fd0b20218db755c80823038cd2e0690e430f6bc09cbf016efdb3570ad05f548b116cbfaf3f63db618f1aac99ad155f10c598db854aadacbde81a69714a0c27d2f78169f9d733b8cb2b8b731e5f130c1bd6fc4cacb723e887cb0b9c49a76573446f300eb2310b068e19a34ffa0fc94455932d33a5a16ecae28fd13d47c33d41b2ef2d0f097aaab663d4d51feb97c828bfbb992f493cb9c", 0xba}, {&(0x7f000095b000)="4faf9edc2e31f72d6cce251bbadec69bd972cfb1af66fb159f19b64127268d7a71ea288f7077c099c4d6c0ee3e443f8b1625fddb777d55f976099ef0dee121400ee7d5f2849c85ef00a5d4d6e5326309e0f897ca9d9b288c23f5d7b90e33ffc50e655870606fd00d00bae0822f28725543e48eb85f69bbf7b33db11ce5eaae5cb052f38e", 0x84}, {&(0x7f00007b4000-0xe5)="7f08369d779ba83aa1efbf95070dabfeda0969bec4dea6f43457f01f2ef791ab988eda3c1244731bae737f2b463755814b9aa653d02433692de9dc4283369fb558a8981fe1f09a325c77cf8cbdf4180f8943f579d4ebbaa20dcfc4c809fd7f6c1d1a051bf4cbdbed6a2fed2a9e8eeef97a41b761246a47a7aa92c4f52848f566f667c779c6ba4a405863243df581e4c39ec803c0c88b58b1a5dcd6272ec6a0f06b343a8379bec4d2107d63349fb39e975ce192fdbea14aff600a586a97b356520fc1f05e08f4990c80128b64e4c700000007074ca965b70ab39d0c2f3060c9e8b7a86dfd4e", 0xe5}, {&(0x7f0000a83000-0xa5)="194375dcef6344588e26aad376e6c2d251d265fbc482f818d5221ceafa0cd1c65607e6165abe01992e1f2955658510e3f98888bd1a5f05e19a53ebe73ddbcc6d4fc96c11c2f474cef1bf28dae357568250de485031f7a81b298308f1626fbdce0d393f406aa66e977354529e9f27a528e558b7e70e4d405ce6239e868cf7ffdc1e55c13a2a47e8f986c18be07bafe75e65413e2b613407f47019554f38d86b4f34b9f31368", 0xa5}, {&(0x7f0000dda000)="54c0978ca9183ee0a4f47407a99df5c82b5546eb3508fa6920b7dc1a5d38974e3af7a62bac5505904b4943c31fe04ebd5ac681ec0612fc8c4621ef38185dd5ca77e8bb1fefba95dcf544e7e342c22b7000917c824fbba72c7550026ee99524dbe61eede7231590040fa1c6233297d36536ea9ce39e49ce285f71cd20e8f7b7435cf8e2e2c44bf38cd5170093d77f618333355d1dda8073b114e11037bef0ce52b0f6a2333ccebf9a79117cd4f6fd1a317e1ec7e60ee1ba993f036ea8c4e9133165a2b46299f32b9625c073dc0b0e0efd8c408ee73b30f203b5c117b7fe21c5ca92bae3d71e0b16e76dd2b921250bca34a68fef2f13a59d96bf77fcdb5ac5944dbf7d21b4add26a58a96b103d9ec568cdbcb1386719670c56f02e386a817e89af6a39240bb33eed7ad53ed1e1355103723ba52693564ae4f38ac68afa25434a9564045846e22f5af2f23c89b7b1de181f0ad04ce05de43b799f940ceaa30a4d8421a56d52a97d82481de1843cf26354e8adf79b511cc3c92f9c6b835821f1381d6497f5f54d36fd257a6e33be7ff1ec5050dd0b6d46a912caa5933d07e080e4188de6d2694d0be13d9acc897e350c5c7b557089474d80449b8adc55d5631ca7eda864e09937e047b55dc2fb877ee705fe2c71737bb9a0d942f1e3c10c0b2b386362125072e1c3b8b01e15c7f952520dad076e875127e87727a961478713e434a517fee5717ff2ededc7b7201704decd85af2e3aefc2e612abc34fd9a8b1f317066ce456614c711ef4653d6e9551a51c0f3b61380129090028a41c27ca68f6dde4eeea8d85f997881055bfce7f6a3e999acd3c70a87a9b226e5b97bb6d2fe4686ce0a25df6f89cc5e06d149bb68798d379d96891a25ba4e7a2fff9fbe27589b18fdf542248a621531578df2ea2396fae93e4e683fb074ac343466aa64b1c54bb63390cfdfa28db85080f8d767fc90bf1e4a90a692224f438578d9c3a731359e843994357ac5ddd84533d5000886c3682ddd844487fe30608a6272be2e47f352b62f60e5338c7ac2daf59f176988b6caf6b99bf2f2bf25575cc912e4d86e920a5bea3aaa2c420e682f13825353e842d16b2c3dfe4f3533a8b2df1365fe500181033276491d4e3ee7d376b362be5b7c0f0a346fbcc91913f75d4b67df46cb6166fafca1f39570c3ff06dfa5e3e4dd6332a8473dd19a02a962d4887519a2844fe8b5817eff11e7ae5f4cbd96cd55a3297b2251e1809765d05f3b50ea67e1c3410483db2fd7345e1491ebce1d1db303378fbec3406e778928a15dedb03d954e6830412983c2d652a623db580d02158293474c63485ec5adf6455259c1c77198a178f138a165d13a0a63d553812d92dd66742963a3594746f260c20bfc1a92279a554e774cd3996b6e12b83145be961d56b867b3f027c9ae1da77d34297f956196f853d526c287c37d4920f991bad8293459cfa2e2cf2ef4464820ccd8efa985b2c1bbe17a4781bd39aefe9efecbdddcc06163ca49bdf4a74bc306e1b2d433711ef2452b5976dad554af093ea7d7646bec3c3771e52716140846799ce41e551320ad84282584e99921884f500a8689f0612843a8752dfb3048c90b71ab314874d499e1e0a747a56e87bf958f37c3bcfc25120849febff9d4ee171c3d9099c4426115dead7c18ce10f1b9a6b9ea9824492801dd24f08e4a8014dd0984d3c3d513d92a15469917be5f7a444c23937d2ffb25d90687b1bb9b8b887493d4f33f54eb688f721ea5c7d3b96c33b84ffee64e291273838cef8c941e0792472edbba606b691cfbf873dfca57567e28660b916c3610a542e47bb8e4d71702b20abd38ec0dc7b89363e86d94fcdc9b8c05cce1667cfdd0af3035f245c21dc411715d2d03d13f7690d4bf8d3a6f6a26b896092c6cea3c05abe11e5c36002ca1781c237045f6763826722c1169148c2759fbe047f6a7f49bd9c21664ca2d31e45752b5f8d69b71745ab9f1926c2a182c4fced4699cb483dede51ad6060b965d50b0d5e8e9f1e63101eba3d9430bdd3e4e6b22175672775195d0c7f162b7783d6422bc39d2c7431dd935c240265f8df518aa0423966fe8efb7bf6d7307d9eaea5a5368b8540710fa9a4365ef609b01d6432b0e2b6428c7b2752b28d2d510c5aca21788d9424b65963ad175fb5ef3a31e2ea5420f13d03a2a5703457498dc09ca8c7ea2d7d2a1daf11dde45a4cf2ef4afc56433840165281e11c36bd3fa4876d9ea788106f08f0c23c57fc03df5da3d4c5f5672fe33a5a89a73a90fc793b5816d75ae2059e9df3e29fdad2b3a62fb3495dab09d6fba97a5045eb09314b05bf6cbcf432db99cda969a07d4419a811f3dc3083562e83d5a70cd53ea467e639b7fd1f1df29307dabba6c90a37d87845b5686f03a2e4b2fa7b5a9a9203e153a839044d81dad0769897d50931728168af5cffc3264cb25d8d9d9c7586087a1f32bec1dad335e19aae3b9870ec134e7c9f055e4434ed0a4871659317e3a2f658caf7c729a1d35ab6f8b3a249c4cecb4b3e52c601740c10a1ed5cb836889da59a35f4073b77ce17f605062dc7fc194c1598f814e8dc6b674d784fe6a5999faff5d87b53eec159828d3b7ed1f40fc20e90e910cb15ee966e6e882b7455c9377897fd65362be4d111904ea37785afbe60c6c091c63f4d667371c4bea93574569ba87d46b60b585842c3096122f3a9d376d647d25ae8c2c1243206cb8a18d0b3465f6a2fc7edb1d0733255152d9da9fe31a255a3dea5b5171efff216c152ba18940e886256d08b37232ab960b3711cce155a6834505e396212c72e9d23aecb47d74b95e1414725ec4598e8ff01f73f77aae6495adb01a9b79f7e4f221a76c28983af3604da5941836b9966e485b1d2213727069edcbdebc348b1ee6ddcff4643d4e6b2b239083d37a93d262f2a5b92ac900b93055591ebc9f77ef49401a9bed349c9a4479dca1f67e0a7ce77f99aebf885b9a5f5ef969fb40fc519a6a624b68cef6fad43daec9e6c3a9314e18f116d18ed57d22f58208015c25e93f158e7b9f6f7ee876d4a8e196ae3ad9f73c08719dea38e97c8331c4e80a859158b524f2a67031b5da570f260e3202d32d907d204e49293f34ef5bd44e1c3bd9ceebc682e96677cfa6c8b3997cab5bcf3e4a6ac256dbeb3c1c1cff1da5222cc9519b69e8a5e191b09c4f15481150be070983da0f2e4ffe94f6221c4ad54701b3ff5d440aba76de49e3679f9043ccf7a39f5fb14be9b01c964ae63ee0c36465614b17f27b5b374ef500adc5e88bc49e159b3670e61d7bc8443a2856f54ef9526dac2a4a0541ccbd2ca54e028d7cd5495ba9d04edcd0d5fd8def29bc2a729a0621d519fdd4dd24140a17d2f8169ea6af878bbe07af381d82db263554ee8af1e17efdd1817af02b3235be96acffe980bd764c1b954f1061c90d69c4626f970a85bfd86295a26c9c48c09eba70465c10de3c7f78f521138f7fc2c18cb6f98df41a858a72ec1097d8c8009397ada9e6672125104645c169f5d380eb0abc8900b4c8a6b9d2a2af2b1163c0a77cd185a1d152c3dc80d5071f12450fd64bdb415a55712ac0aa11e5439345a19174fd3a51086c5206d937e3eed49c3887cdc3f00232cc180fb58b52d42a98a3bcb7eff252f50ffc6d8329be5cb0ded13b06915c0ab83687e7d6232563913427584f9bb4b9a788e25ecc9d4280ef3052da56689d0774ba3c7c513d77750bc95dda95bed5602b31746a30361fe750947ef8e2b0b44b2ac495645ab36bec8788aefeb7b828681ec44371a28bac43f1e5628a18b4689e617007b667b78283adfb0e87456658eda2876d3e7210542ac736a71e98246b86586178a7e2c35def098a54006f569dbc3725689d7b88be9f6d56eaf6169fae060b51613b9fc2e531e7de4a5494eb53383a8dbfe2c2433f9a64fadf44d841ba902663ab7801727b7851c72067e571e9735d289eba3dca602f6dd37a90ec494c568de13b3ecc5c214a65a443013b663f9c5d010a637978e12ec066b5bfbcd494147fbf6097d76cce9fee617a20514ea2adc8c0400bc2e6527462262a49749970fbba5b873fa2d658b85e3813b979e7ab6aff17599c2d9c272791a1134419758139c68d7d8c5cab91573545952bbdcb3c79ea4060ccd540d0e7b5cbc3d755ac0721bb8b706dbca8cc79001d8ab18da6313ee8bd1ad704448858813aeb374470d8f3f4c35c863b46ee783fd24d7917afc21235e0ec37ae91fb7a72e5b08a545ee08f9eb5233a1ff679e9d1a31481a215882fc3819d7cd0eed346fbf4480eb603835ebdf965217764b0dbe224999ab41e9dca6f63e2246d22860bf81489ad1ddeffdd8ee2b310a64e6238f76e67113e962fb378b3f282838ec5171ee58f4dbec467f46403bbdc0529a4f392800d319142766667429be06cde8be0e5fd37c5fc92a9f71ef280eb1ca829e5ba03b79f47afeb79680d61617786c42c5497c0e17c6ae9de3617270f27807151bf355dca330bc77649c2fa00b51a08423507819bbd1ad6f4b0712737f0fba4621cdc2313720965afa99dea3d0bfe28bba953f8e11a2bada5f825396b157bb99321df1580f519d00424682e8dbc5b2e3e0dbdca302accfaedd7cb4447ea1a7e820320e468437cc7ff53e227c5c5cc396bcf342e2d350bb3eaa0ca38053453728142097c8d750ff126e52a38d732cc8f7712894331be20a5f62ce70bc4e7cb1290954d14f903bb9b3603f7802f9965edd08ee2647db0ed9c3b04d9ee914469bfacf5683a243912fca28123e67d2044c308ed72c4e6734bd29dc912ba9c53e856dda805651c37e5060720bcacbdb57dd797b93594a4e89305785aa34b2ebd98d029d19798fb48bc0647df417ba18709af31b774f4199fc8204636aa5ad16d83baf6a3b028d2ea5fc79eb4f07de91d42700688462598ace304200a31dd8c1363b786f4bd0c71c8c695acbd51c167083ca34b3534232ff677539692a1f58a394db36484a3e988fb6645e42d37971a87ba01334ec7f739144a9d828bc450e36d91453a8859e5bbd366499ca7baa23d49bcabf4bb2d40c0fd4e03e6ea42b1741e2045ce495f035be08132dad6191eb956e346847646d76857e44a3aec2731a025134ebe73a3630792391d5fbca256bf8018afbaa13d77f028bc70ba9ce7455ee2d020a62d860c790510164200ac3628bfdaf44ef131b382fb36c395ead3cd530b18b5ce052146d33a18477e2b4d26cfbc82afef0f61e557c0afb06a4b9a1d80ca2bfc41b2c5a6865b152e8789d18bc6aff8639ff4da7624659457e69034db9a9146282a0a40e66d47985c6d2d6c925413d8900c1db49f89dbb2a4cbc4e460e8e8798d638092ff573bbdee9d598ca2aaa5418fe86b053fa6a2d15af556556f88152b1c1d0f71da69437af9472075015ce1954def8d813b00e7810c41c1e126b8b80350cdd3d1ae36dace52284e18cf6dcf4c5e538c13902d27db6e0aa61b6008d3d46649a45baf1ae51fe49e1c13ecf76c5f7e1df3a1d199124624be2af4a88a12f399f2c31dcbed001ae255e5d4be772a7148323071b8cb99ab0743290c711ef3d16a8a9c052ab73d966dc78c6a0266b8f9e944b1699ef7c1d6534b5719de6b387c2fa45849851e69bc52328e31183ec58e34e9b477ac1ad12eb2f899446edfaf06d50ba559f7ae0a6b9c77a33df2911769dde25f9ee5cf014d10b710799b4fede40261a3b6afe746e1f9840c3f85e8f197aa45d875ac9e1f5b042448b35e0f2e5f37339994d72a066a700ee6d33f8cca8532a5336a", 0x1002}], 0x5)
r5 = socket$inet_tcp(0x2, 0x1, 0x0)
r6 = accept4$packet(r0, &(0x7f00006c7000-0x14)={0x0, 0x0, <r7=>0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000499000)=0x14, 0x80800)
setsockopt$inet_IP_XFRM_POLICY(r1, 0x0, 0x11, &(0x7f000075e000-0xe8)={{{@in=@loopback=0x7f000001, @in=@rand_addr=0x7ff, 0x3, 0x1, 0x2, 0x31b, 0x11, 0x80, 0xa0, 0x40, r7, r4}, {0x100000001, 0x5, 0x100000000, 0x1, 0x7, 0x3c, 0x7, 0x6}, {0x4, 0x0, 0x4, 0x3}, 0x1bcb, 0x6, 0x9, 0x1, 0x40008, 0x0}, {{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x74a}, 0x2, @in6=@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x8, 0x1000000000000000, 0x3, 0x7, 0x6c6d, 0x3f, 0x1f}}, 0xe8)
ioctl$sock_inet_SIOCSARP(r5, 0x8955, &(0x7f0000609000-0x44)={{0x2, 0x0, @broadcast=0xffffffff, [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, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @common="6c6f0000000000000000000000000000"})
getsockopt$sock_timeval(r5, 0x1, 0x820000000000017, &(0x7f0000a26000)={0x0, 0x0}, &(0x7f00007b7000)=0x10)
setsockopt$inet_icmp_ICMP_FILTER(r1, 0x1, 0x1, &(0x7f00007d8000)={0x4}, 0x4)
r8 = socket$inet6_tcp(0xa, 0x1, 0x0)
getsockopt$inet6_mtu(r1, 0x29, 0x17, &(0x7f0000202000)=0x0, &(0x7f000037e000-0x4)=0x4)
getpeername$inet6(r1, &(0x7f0000113000-0x1c)={0x0, 0x0, 0x0, @remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f00005bd000-0x4)=0x1c)
tee(r6, r1, 0x1004, 0x0)
ioctl$sock_SIOCINQ(r6, 0x541b, &(0x7f0000535000-0x4)=0x0)
read(r3, &(0x7f0000898000)="00", 0x1)
syz_extract_tcp_res$synack(&(0x7f00005d6000)={0x0, 0x0}, 0x1, 0x0)
ioctl$sock_bt_hidp_HIDPCONNADD(r1, 0x400448c8, &(0x7f0000b4a000-0xc6)={0xffffffffffffffff, 0xffffffffffffffff, 0x0, 0x3f5, &(0x7f000058e000-0xe1)="", 0x0, 0x0, 0x400, 0x1, 0x0, 0x0, 0x0, ""})
write(r2, &(0x7f00006a5000)="240000001d0001000d00fa080000000403390004100001000c000100000000ffffff0000", 0x24)
ioctl$sock_inet_SIOCDARP(r5, 0x8953, &(0x7f0000825000-0x44)={{0x2, 0x3, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x306, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2, {0x2, 0x2, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @common="64756d6d793000000000000000000000"})
connect$inet6(r8, &(0x7f00008e5000)={0xa, 0x1, 0x24d, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xb83}, 0x1c)
[  110.614191] audit: type=1326 audit(1512747566.831:269): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 2:
mmap(&(0x7f0000000000/0xfe0000)=nil, 0xfe0000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCGARP(0xffffffffffffffff, 0x8954, &(0x7f000094f000)={{0x2, 0x2, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x302, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x2, {0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @common="6c6f0000000000000000000000000000"})
ioctl$sock_inet_SIOCADDRT(0xffffffffffffffff, 0x890b, &(0x7f0000ee8000)={0xf2, {0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x3, @broadcast=0xffffffff, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4, 0x8, 0x83, 0x100000001, 0x100, 0x0, 0x4, 0xfffffffffffff000, 0x80})
r0 = socket$inet(0x2, 0x2, 0x0)
epoll_create1(0x80000)
r1 = socket$inet6(0xa, 0x10080003, 0x400002c)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r1, 0x29, 0x20, &(0x7f00002d7000-0x20)={@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x94, 0x2, 0x2, 0x6, 0x0, 0x1, 0x7}, 0x20)
setsockopt$SO_TIMESTAMPING(r1, 0x1, 0x25, &(0x7f0000fd6000-0x4)=0x200080000004a, 0x4)
r2 = socket$inet6_tcp(0xa, 0x1, 0x0)
mmap(&(0x7f0000fe0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet6(r1, &(0x7f0000fe0000)="b800", 0x2, 0x8040, &(0x7f000085d000-0x1c)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
accept4$inet(r0, &(0x7f0000e63000)={0x0, 0x0, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000bad000-0x4)=0x10, 0x80000)
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(&(0x7f0000fe0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r2, 0x1, 0x11, &(0x7f0000fe1000-0xc)={0x0, 0x0, 0x0}, &(0x7f0000fe1000)=0xc)
bind$inet(r0, &(0x7f0000fd8000-0x10)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000fe1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$SO_TIMESTAMPING(r0, 0x1, 0x25, &(0x7f0000fe1000)=0x0, 0x4)
setsockopt$inet6_MRT6_ADD_MFC_PROXY(0xffffffffffffffff, 0x29, 0xd2, &(0x7f0000a32000)={{0xa, 0x2, 0x99, @loopback={0x0, 0x1}, 0x3f}, {0xa, 0x3, 0x10001, @loopback={0x0, 0x1}, 0x10000}, 0x6, [0x7, 0x9, 0x401, 0x0, 0x7, 0x8000, 0x931, 0xfffffffffffff4e8]}, 0x5c)
sendto$inet(r0, &(0x7f00002df000)="", 0x0, 0x20000004, &(0x7f0000fda000-0x10)={0x2, 0x0, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
connect$inet(0xffffffffffffffff, &(0x7f0000003000-0x10)={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0xe55000)=nil, 0xe55000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet6(0xa, 0x80003, 0x3a)
mmap(&(0x7f0000e57000/0x1000)=nil, 0x1000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000e55000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet(0x2, 0x6, 0x8)
mmap(&(0x7f0000e56000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_int(r3, 0x29, 0x7, &(0x7f0000e58000-0x4)=0x0, &(0x7f0000e57000-0x4)=0x4)
mmap(&(0x7f0000ce4000/0x4000)=nil, 0x4000, 0x7, 0x24010, r3, 0xfffffffffffffffc)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[  110.658461] audit: type=1326 audit(1512747566.831:270): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.683438] audit: type=1326 audit(1512747566.838:271): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=365 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(0xffffffffffffffff, 0x84, 0x13, &(0x7f0000001000-0x4)=0x0, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = gettid()
r1 = perf_event_open(&(0x7f0000940000)={0x4, 0x78, 0xfffffffffffffffc, 0x0, 0x0, 0x38, 0x0, 0x4, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x3, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0}, r0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000967000/0x3000)=nil, 0x3000, 0x3, 0x1010, 0xffffffffffffffff, 0x2d)
mmap(&(0x7f0000010000/0x4000)=nil, 0x4000, 0x1000008, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
open(&(0x7f0000001000-0x4)="2e2f66696c653000", 0x80, 0x80)
r2 = dup2(r1, r1)
r3 = openat(r2, &(0x7f0000ac4000)="2e2f66696c653000", 0x400, 0x2)
r4 = accept4(r3, &(0x7f0000294000-0x10)=@in={0x0, 0x0, @rand_addr=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000efd000)=0x10, 0x38a0ad4f5ef426e5)
mmap(&(0x7f0000efd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$hwrng(0xffffffffffffff9c, &(0x7f0000037000-0xb)="2f6465762f6877726e6700", 0x4201ff, 0x0)
ioctl$sock_FIOGETOWN(r3, 0x8903, &(0x7f00008e0000)=0x0)
r5 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_ifreq(r5, 0x89f0, &(0x7f0000853000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_data=&(0x7f0000b35000)="1100000000000000db0e01a24af840000000000000fff500df7fe8000d722a32"})
mmap(&(0x7f0000000000/0xdb6000)=nil, 0xdb6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000956000/0x3000)=nil, 0x3000, 0x2000003, 0x40011, r4, 0xfffffffffffffffe)
r6 = socket$inet(0x2, 0x80a, 0x800000000000000)
setsockopt$inet_opts(r3, 0x0, 0x4, &(0x7f0000d13000)="000704001c", 0x5)
setsockopt$inet_mtu(r6, 0x0, 0xa, &(0x7f000026a000)=0x4, 0x4)
mmap(&(0x7f0000000000/0xa97000)=nil, 0xa97000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mprotect(&(0x7f0000a93000/0x4000)=nil, 0x4000, 0x0)
mremap(&(0x7f000019a000/0x3000)=nil, 0x3000, 0x1000, 0x2, &(0x7f0000000000/0x1000)=nil)
fcntl$getown(r3, 0x9)
tkill(r0, 0x5f)
futex(&(0x7f0000a95000-0x4)=0x0, 0x80, 0x0, &(0x7f0000001000-0x10)={0x0, 0x0}, &(0x7f0000001000-0x4)=0x0, 0x0)
mmap(&(0x7f0000a15000/0x2000)=nil, 0x2000, 0x3, 0x33, r6, 0x0)
connect$inet(r6, &(0x7f0000861000-0x10)={0x2, 0x2, @rand_addr=0xfffffffffffffffe, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f00008d2000/0x4000)=nil, 0x4000, 0x3, 0x32, r6, 0x3fffffffffffff)
setsockopt$inet_mreqn(r6, 0x0, 0x24, &(0x7f0000185000)={@broadcast=0xffffffff, @loopback=0x7f000001, 0x100000008362}, 0xc)
2017/12/08 15:39:27 executing program 7:
r0 = signalfd(0xffffffffffffff9c, &(0x7f00006b4000-0x8)={0x1cc}, 0x8)
mmap(&(0x7f000010f000/0x4000)=nil, 0x4000, 0x3, 0x32, r0, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0x0, 0x2, 0x800000000000, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x7fffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffc0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x54000)=nil, 0x54000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = signalfd4(0xffffffffffffffff, &(0x7f0000006000)={0x7fffffff}, 0x8, 0x0)
r2 = epoll_create1(0x80000)
epoll_ctl$EPOLL_CTL_ADD(r2, 0x1, r1, &(0x7f000001c000-0xc)={0x2000, 0x0})
mmap(&(0x7f0000fb9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000054000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
timer_create(0x7, &(0x7f0000055000-0xc)={0x4, 0x9, 0x0, @thr={&(0x7f0000fba000-0xd6)="9870658bdde6d859b3211562bd12aa149528f880ca3918ad022b647a9fd3ab33b5d0f804460c740abcd36da29e8aef28b8ce234af398a7650e1eb9afb15cb2acc0e9f39f96af32f81b47e9a25dddfa00060cc4b39ece2fe743fbad0738c6067eab34d493235817f5821e94cea85166eaeba7fa8671e8209c883e35384eb0d18c3a8041095e00d6f7045973c4ccc076c672d21aa4cec6276f6a6445048f7ec938e65beb71502d2b773edfdb4c0b011d624e4dffe840a93d11071d514a532d3fa7d11ccae63042f25a45c84e764ac7e6f50d7af5644c0c", &(0x7f0000049000-0xf8)="c84e8a908778b5507595cc109982ca71db2371bc094dd97e20bc8b51e856d28d123b20d2cba370c04ef34bb5303da04c84029e3de5e83e1b3fa2aa5fd111f9f7e322afd6829fc4e2bdfeee001879df13507d7dfceebe99476141fea616f5bff4a61b342ef9d0d6bf11f0ca5ef647cd880aa90cc10d11ce9af580f40a0a0022c4bdb69a198e3c4222c86b2eb278b2a8e5c310a26be0f66f2b37253890ebc522606c3a36bdc38b60d3e0a3b258a85e4d03d95d8f1270cba58a01af15e22cffb862068f5964694caa99814af9bb9961767d7ad9d6a30c00dd0168a6a22d41857e2df514e2c03ff60f888cba6857c37f1d8317694b0981089ea5"}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000ca5000-0x4)=<r3=>0x0)
timer_settime(r3, 0x0, &(0x7f0000052000)={{0x0, 0x3}, {0x7ff, 0x0}}, &(0x7f0000050000)={{0x0, 0x0}, {<r4=>0x0, <r5=>0x0}})
mmap(&(0x7f0000054000/0x1000)=nil, 0x1000, 0x3, 0x14, r2, 0x0)
r6 = memfd_create(&(0x7f0000023000)="00", 0x1)
mmap(&(0x7f0000055000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0xffffffffffffffff)
fcntl$setpipe(r1, 0x407, 0x3)
mmap(&(0x7f0000056000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$getown(r6, 0x9)
mmap(&(0x7f0000047000/0x4000)=nil, 0x4000, 0x2000001, 0x32, r1, 0x0)
r7 = gettid()
rt_sigprocmask(0x0, &(0x7f0000024000)={0xfffffffffffffffe}, 0x0, 0x8)
timer_create(0x3, &(0x7f0000044000)={0x0, 0x14, 0x4, @tid=r7, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000044000)=<r8=>0x0)
timer_settime(r8, 0x1, &(0x7f0000047000-0x20)={{0x0, r5}, {r4, 0x9}}, &(0x7f0000046000)={{0x0, 0x0}, {0x0, 0x0}})
gettid()
r9 = fcntl$getown(r1, 0x9)
mmap(&(0x7f0000fba000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000057000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
timer_create(0xe, &(0x7f0000fbb000-0x50)={0xfffffffffffffffb, 0x200000007f, 0x0, @tid=r9, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000057000)=0x0)
mmap(&(0x7f0000058000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000059000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_HANDLE_TO_FD(r6, 0xc00c642d, &(0x7f0000059000)={<r10=>0x0, 0x80000, r6})
mmap(&(0x7f0000059000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r2, 0xc00c642e, &(0x7f0000059000)={<r11=>0x0, 0x80000, <r12=>r6})
mmap(&(0x7f0000059000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_GEM_FLINK(r12, 0xc008640a, &(0x7f0000040000)={r10, <r13=>0x0})
ioctl$DRM_IOCTL_GEM_OPEN(r6, 0xc010640b, &(0x7f000005a000-0x10)={<r14=>r13, r11, 0x7})
ioctl$DRM_IOCTL_GEM_FLINK(r6, 0xc008640a, &(0x7f0000015000)={r11, r14})
mmap(&(0x7f0000fb9000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r6, 0xc00c642e, &(0x7f0000030000-0xc)={0x0, 0x0, r6})
mmap(&(0x7f0000055000/0x1000)=nil, 0x1000, 0x2, 0x32, 0xffffffffffffffff, 0x0)
read(r1, &(0x7f000004a000-0x86)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x80)
2017/12/08 15:39:27 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0x8000004101, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x8000000000000, 0x0, 0x0, 0x3, 0x100000000000000, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = syz_open_dev$usbmon(&(0x7f00004d6000-0xd)="2f6465762f7573626d6f6e2300", 0x1, 0x131400)
ioctl$TUNSETNOCSUM(r1, 0x400454c8, &(0x7f0000d41000)=0x4)
fremovexattr(r1, &(0x7f00004f5000)=@random={"6f73782e00", "656d316574683000"})
r2 = socket$inet6(0xa, 0x2, 0x0)
r3 = dup(r0)
ioctl$KDSETLED(r3, 0x4b32, 0x401)
ioctl$KVM_IRQFD(r0, 0x4020ae76, &(0x7f0000984000)={r3, 0x7d, 0x6, r3, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r4 = syz_open_dev$tun(&(0x7f0000820000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x10b000)
r5 = fcntl$dupfd(r4, 0x0, r4)
ioctl$TUNSETIFF(r5, 0x400454ca, &(0x7f0000db4000-0x28)={@common="67726530000000000000000000000000", @ifru_names=@generic="16f1a03340487c8735db24a266325d59"})
fallocate(r3, 0x1, 0x3e, 0x81)
r6 = syz_open_dev$tun(&(0x7f000095f000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0x0)
setsockopt$inet_sctp6_SCTP_RECVNXTINFO(r5, 0x84, 0x21, &(0x7f00009c5000-0x4)=0x0, 0x4)
r7 = fcntl$dupfd(r6, 0x0, r6)
ioctl$TUNSETIFF(r7, 0x400454ca, &(0x7f0000928000-0x28)={@common="67726530000000000000000000000000", @ifru_settings={0x7de, 0x7e3c, @te1=&(0x7f0000875000-0x10)={0x8, 0x2, 0x1, 0x9}}})
ioctl$sock_inet_SIOCSIFFLAGS(r2, 0x8914, &(0x7f0000630000-0x20)={@common="677265300000e4000000000000000000", @ifru_flags=0x2fd})
ioctl$TUNSETNOCSUM(r4, 0x400454c8, &(0x7f0000500000-0x4)=0x40)
setsockopt$SO_ATTACH_FILTER(0xffffffffffffffff, 0x1, 0x1a, &(0x7f0000fa4000)={0x0, &(0x7f0000580000)=[]}, 0x8)
fchdir(r2)
ioctl$DRM_IOCTL_RES_CTX(r7, 0xc0086426, &(0x7f0000dee000-0x8)={0x3, &(0x7f0000ce9000)=[{<r8=>0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}]})
ioctl$TUNSETTXFILTER(r3, 0x400454d1, &(0x7f0000fa7000-0x22)={0x1, 0x5, [@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @random="1a99135aa83e", @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0]]})
ioctl$DRM_IOCTL_SET_SAREA_CTX(r7, 0x4008641c, &(0x7f00002f2000-0x8)={r8, &(0x7f0000d11000-0xa6)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"})
sendto$inet6(r2, &(0x7f0000f0a000-0x2)="", 0x0, 0x0, &(0x7f0000f06000-0x1c)={0xa, 0x3, 0x4ed, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x1c)
r9 = socket(0x10, 0x4000000002, 0x0)
sendmsg$netlink(r9, &(0x7f000061f000-0x38)={0x0, 0x0, &(0x7f000047d000-0x40)=[{&(0x7f000057d000)=[{0x24, 0x26, 0xffffffffffffffff, 0x0, 0x0, "d45029db0300000000000000ffffffffff"}], 0x24}], 0x1, &(0x7f0000cdb000)=[], 0x0, 0x0}, 0x0)
setsockopt(r5, 0x94fa, 0x8, &(0x7f0000469000)="5e162ac5a9a7cc3f190f37c20cfa48e811a533f9f809d190e1f5bf6fe424e2fc210b8ec657deac8a5b08eb7799b72d99d356027538c527b438ac44d7fd47ec8f4b0b4f4ff88650ddfbe39a94f18a1a9f9874fc01d0098b204ebb61ab303b265cee7863286ae201c2e55f346c3a295589552143bcae46b55f111c9480890e68a719f5f074de4c7b201bb96d619813986ea0b24cca39746bc0deecf1fc63b60d04730d4eddaf9426fe0cfa5efdc2130f94a42e662ddd0b784ff53b26436eb116f4930bc35fba7ec62d80a6a52fc148142e4ff398fd8be6a3f1fbce7d1b63b8b452f4f0006b44aff313f66841", 0xeb)
[  110.715728] audit: type=1326 audit(1512747566.838:272): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsn(&(0x7f0000238000-0xa)="2f6465762f7663732300", 0x6, 0x1000183001)
getsockopt$inet_buf(r0, 0x0, 0x0, &(0x7f0000205000-0x3)="000000", &(0x7f0000c5d000)=0x3)
r1 = syz_open_dev$binder(&(0x7f0000564000)="2f6465762f62696e6465722300", 0x0, 0x0)
close(r1)
ioctl$BINDER_SET_MAX_THREADS(r1, 0x40046205, 0x6)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000a2f000-0xc)="2f6465762f72666b696c6c00", 0x81, 0x0)
getsockopt$inet_sctp_SCTP_PRIMARY_ADDR(r2, 0x84, 0x6, &(0x7f0000ef7000-0x8c)={<r3=>0x0, @in6={{0xa, 0x2, 0x4, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x8}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f00009b6000)=0x8c)
getsockopt$inet_sctp_SCTP_GET_ASSOC_STATS(r2, 0x84, 0x70, &(0x7f00005c7000-0x108)={<r4=>r3, @in={{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]}, [0x1, 0x2, 0x7, 0x4d0e, 0x10000, 0x7fffffff, 0x98b, 0x5, 0x6, 0x3, 0x8, 0x8, 0x718c, 0x1, 0x5]}, &(0x7f0000723000-0x4)=0x108)
ioctl$sock_bt_hci(r2, 0x0, &(0x7f0000f9f000)="170e64e52b0dee4165925715638a36579d3ca9b734aa586533eff3fa7a9ba384e43057bd7e850daf20eda07184d7a1412acbcffdca78d60614c0beb4841082dcd31b306fa5143160fd4dbf8c31daae7182e5c14b64eb3cca6fbd44c2ef97be78b02f18b566d75b5e4ae99272b85cdedf1065d161e6db641e0e2fa2ac29236151bce119ff3f03e849bcb032259ffc26604f6aff857d8c15d23f840774d087648fdfdcca942e66295183eac464132d2fe7a6e89436a5040d9f2ea6dd5dd0eef9e4d792d4d9acbcd3e9cd424d11678ae2f5c89b098bf6a7a3b1ede90d8990fd1a60048194529b1775e67f6e23ce340c3dff6e01a2b630df82452658845808ec4fd4a9653e0f1e2193740bfae2ec25dff2902434b80aaa32d91040a976559d5fe3be36d9b9322f7d96296904c279fcbf528936058eb2b655c14506515ac2a2478e7f71f62a2656031b132968fd7bae120c68cbd1d9e6b65ade27d75175e6b8dbc49c5e75b7dd1beecfe0c1bbc37f769003b04682293ff269c6db63ce4e09c202047288b2b0ab8d477338bf60db641574f5b4c31ea3708cbe9b94495e4b1fa1be78c146ec2599d7e589bd5249354c1c0be1cd290c927ebdb9ff71346d1560a680d8e45c5618b081aac57e413a23ca566d2dc4cfd79706fb1ac404b550068d410ed24101ff84cd37b392428d34943703b0026ca3968049b908618a999fa6be564ae2587742e3e9c4409bd30470ee6c6718b82e7ff1e34593dbbe2574c025b232e40a5fe7cf1714625ccef06ddfd6f05c4ef08f13220281b0ef2236229db1305377f346d35433596991a433e970af8bfd1670bcc7bdb1c7c926b6d2754ddb4c405ac0247630b705f3a59b43ba2e67d970ee3261d8072dec87735402cfb4b53d1b1914e8e09d40a8c50018e7c9033fd2e164442e3d57b07a23634d88f97d1560749751c9cff48d4884bd1f98e109ea7dfa5030fba60738898513aff87b960c24e3da8392fc42c2f85519174a5bc7dfcebd8560e94a2eb7fe8be6c9d3ade3e64cedb7bee9a6e8d6d609e46481b5e776a589686e22ac0084015a4c86d1c795a965be673fe2486d2aaeb0e359e4755e04baec853188400b7988edd2e0ca79e1cebf5b61fd8fc053cb8f0266c58c67c1d18d3d15d9d3faf15b0dbb060dbbd97a6966ed76aef410a8759d9826d6a1a5466be53c91776248760a6339ebd6cb8c6ec9b7784deb1a2105cccfe85c9ac2cd5739002c33ebe5582e3a6237cdb5dced3084043853ac693b913a5c691e9dbe07912eb2fd6da24bee6e4ff6fd87451f3823c6e21a6fe4b624687e067d3f7776f1f7f9c37380001c9aa8da44a363e4f6ea57efa358beec8e705ee5537854f370b43e1682b5e78bc9142582b4621cf57b18a9d1a2d1c1f8e89bfad94445fe1f89348947fcc0e36b820749596395a579addf000718640129b50fd1995be6e40ad81bfce1c6719f3569efdaebe868b0548e528abeab3ac46a8edf59bbfa33b25021049cab242c8825cc675759c7a9c76b7adc6e4e139b1057dbd27ebf92c14d489bf06eb16c16efe2528b90f12fa5f9b170414c04c2301fe9eea52c5fcfa4d5beda3c7ada30d0317b6a0c054b60aba7810f82f30a6ce53692d2b56f439cbe05bd22bbc320e05229e2c08c3d12eb4c8c54bf5bb8c2812af1b4769f21c8b887a2ba2e8fe7afc4f98a2bab73d530472c3411ecc3cc43391d34a5774c52adcee93fa79f2551305f918b20c4969d4a6dc7cc57c3256a7c319ccacf6b6754ce47b57a03be7f587cb20616ef35404c74fda89386180649eabc9311ac3b779592de20b43e5bb7ca7e016894fcd0bd475a1f6e96dc856f2821c4a1f43232abb1d341017ffaaf5531597b309aaeb4bc965746e1fc86fe05ebe899dceb72ccb53e2e63ab0d4821615314d87b0a3303db578019de471f0f3099d46fd456d22bbfb53fa212ffdd26ce4506f04861a82af91eb54da184a037bc0a393592cec13bbdd7944ec67033e9d054814881be0a8dc3107dfea3ccc1979d242a0e57011df36802dbaa11232dfa05c79eff12a254fdecaa8401a35e6d469c589f2711e4a44db140a518a4c7f6df44fdcd6f6d081afda587b4e59b9f1b95cfa95669b23df45b56d1fab48b648a5e54531c7a9f3e15bedab64bcbcefa9a3ce1463a9621ebcc139ebe52f23c1f097710000c5d3d942e47e352da364105ab28b2a66dd6c054236d2ea29bd373620791c386aad6ac2cbe47582d66355df6fb135926d42a3c28834aae95db9d450085ba884de8a97d486e79160ea1c40924bb2722696b78daa4c042d475b267fde8203a0c125f450f0abfc105ab9da752678d2fb18df141b5b2f08783b519e800f2a6a5d4682f66beb89a2893179e3e1532eb10571f671d59d89add0c82a23e4ceb68b1064e9141fe3a53a8835a3180a4c2946e460a89ce1efc90f9294c7929d76238a9c1778970598c4eb153fda050bf26d679d24f69b2a600dbcf6de92473ea59c2d659f089a89295fd809968bc4740df24e61717d5476b54b4b4dfa36fd36d89292a24900a33204d973fe9ce067f264e0ccd4454392a92e20b7a9a9121c375e9a4d079e305fe61e018ba0a790f62a0ca252dfb40b847a07c98259c26751bb060b47a6bd5d9db412c5ec49623938430cc198c0472097bbb2a83e60fa8ecc278477f73f1a06ad30dd7757d8a2f9421feda6e90632dd6013a413c6a72d9ec9f274c17e3610a0821dc6466ac1edbfbfae586f0ab91bd020c5230844f67c17b4a4c5e534d636bf8e2288cdc75348c9c81866cfb994bdbbd6697d065135ec3fc437f81e963b44cfbd130c6278a17df991bae7799f5b4fbad1b3e1ac80c88e74b67c1f310a7cd5497ea70b08d9edfeae8c73facf15ffb83ffe1aab08866827413cd6a6dda2aadb616e8e9bf51a15e64a51331dad0c682c4b81b18c59b48808ee7ab471d2d51ca11c3a733acdfb1024f76bd63907e7379d04cb83c563c6e8b052e9ac72b297a8018ba5885b53a72dce7f144164a9d96c1a66bfbc60d3ffc82e915cfa43a44298c11d04710ea716739eade2ec7247032195e762a273144a41f25030884056b32160e04832df9889498d90f4996235f700a3635454a5fae1542f97841fa6b4179f979667f54c0aa9a5e0985846f088575b6cfe4d287e8ceb0ebe6f4996aa7a708abab21cc7057916bbefc6b4faa0db19af0a58eb184204dab3f30c8990d541c6e5de4626bd3d9435b2327266199ac0367c73471f0c30a8d9a21822934b3a85ef7ad8dc4fd1bfe590cc0b4f5b890ffdc2035378434e579b87bedd78d7c756a84913d0c3411a76676ee4620dfa7d11d9600a033c36aa70e7b4d9a26c261172567d7640378de4e39d6d6d7474c6e7aeb124091565f26ac3a6a19154bbb5fcd3f75c127cbda8c495d4d29cb89683c1db007887dc63b62291b640bf95aae53176bf4e9151e5cd70b40eb4f1d2f88a3d2aa326772ce55a5ffc51f24ba0df5bfaa4a9dcb46e3117671a8234538d57da90d14f745eb03f422a9d7a6b9434bcbfecbef7b761520a2f1a9fd6558e08008f274d8370a3581ac5b0eacc10444ab9b929bc2f013a4f9c66a15ebcd6b863b2aad20fe00ad2b60f0b49b5828aa1d9e7173bfedfa67d3bf17997ca080c127bd03afa1ae41aad36bf35cce8012b7cfbdf774397962906d3009b5fa0c04d05b87f23bf30e5f388deb28732c6f72ffd69287a09ae2c56354371e341a35ac5b3782ed020d0884625a64e4238fd6a0594aeb15b7dc5415bff7a83e49e6fedbc87eba5eec3a9e05f785dfe6f252e4a6cdb8b234af594a01d29a416d6f0f09cc665b6f1811e495df6eb961d6992d47ae77544cca4fcffc24b3802d27da5b3a37fb0cac510b0a47e15e71b2ded784b1a5a62f4ea421e3523d8457bc4a050c1b3fdfa3227992223b2194d58c4bca22eea1857ee3888cf8e00a4e183a05da5597405add54f431b5fb33fa49da3e11c9c4000f65ff7c25186177f92691df447445f387b3a322e17b4562b036b8929f824b506ca81b576e5748b6ec55f43863b35fecd0b33a0ca282eb135235fbe28dd548b8430023210090107cbd1cef56fc4c6fcb9626fcf4214d9d498c97c628e23fa8cfcede60b7a0aa6c0032ef1f610022e8e3600e3fa3a6b6b8754bf77bdc23c39f7ac9a00b37d357bf304304baf18e59c9d3eded975a06cdef4ba2065dab157d8b56668d1dd12f364b6c4472324025d2041e86bea1ba443ae13db609e053d314c5544d47c70b1f4a7f09082a4b3f2735d1db712f978ac2d2ebdbbb4b921f73207127383a527590fd172536b33263560a0e3dbfb506875b362b477d1d6ddf059f74bcfb67d2139f7c53c779de5a51b0baed0a39e5e2a98a3910a762fc1bb4891c1bff36d27fa2eed0f7bc78d1d9a93b9ce7a331ecb10ecb468e53ec6e025046107464317c4fcda86572ffb84bfc65f878a3b43e7f2bd041fe90bda81d0ca3f254751ae9359870b30e47041d4caf60a582c06af68be110584fec16d39de37b2f8034a0b31e05b4dd1f1849e27b0031d730c76fd55193472ae2b6f7bd2e2d2d1efecbc8a97f7538f4e893529fda2492c64a2ae78de97b20df37bbadc7a85756d0fb735e6872d458979950a1345e47293ad2f08ed208a5b446bd4f778ee8113e910cdb9e93236447e30cd4bd75fdb9012e7cedd882a852635a26dd86df988acb919eb985910b7f5556575bdec7aa44483b3fd76fc8a7b8dd1ee65eb2392bbd32d5625f9439878a048cdd7795fe1f4620c0a55bfba3584b11c52af18c91041ca3cc2a3d6d2114743e07ab51dc6b2773dca5de51ce4185708183a4986d49938a0d2fbd79b2193efb50e9a2758ae43afd51183748fcce8d5779ecf971f83bd5de4ee2f0d32c1312e24f67a106d86cc8d5472e8f6d0554ee2aa836c9336b7ede5e8d0620e80b70f87293d73b5f7414ad8429798eca62efa6739786923220ea650207d16f1af8c5eea11bcb4b38ed9de6095779b8dfd46ca8157a0f4f0f9b98af3b6becd94cba2fde3f790b05ed927c49daa0975adfc88c2b7d6a15d25876c3d3a8ce7fbad35465a07a829aa59321f812d9af9e96bc404433c5c490379412e7a8fe175c009324b690b2d7289ef066dd846be467a63dd0c3d1114cd677b833e0913eba4132cc9435f5cedc0fdc4f283fc46873aedb67fc22289bd07532f3cefad907787b199a4c3614990ffed76b114ba3e43bc71dc7b298fce8868afa4ad88600ee866d33377ece4d2f464ae3b5eac9147f1aeaca940419c520ae96f6f4f3466e181c57a3f39e81a3bbd20da9c8ecb77b445605a9d4278a9bc9b39268f808912150777eeea8b397881627a6ce974f6c9ac5a88992d91083a6fef96bb7620b8b816139d8ad5892f2725df39a2898f21798e0139bb449210cc2256a5cc2fdaac0a976f89e6323894802647252a825f750e8666f19a9a1613de0c159b955535ac94f69a9ab11f525b2188b5d5de1d9c8712fd138e94d8f662d5c44f89577167f4feec3fcf14345d1f42819f559aa352d3099936c372e0a4f3c88582803ec622fc1ca8ffa126860f908a17df227d110bb793e2142b8528863f3eff2b8f65c89a43d08d6b99d27b1013a22007463018f49f7cd20af2bc92edad71a5ff4703b7046efe6b84c442837b6198e03285ae7d2601aba4bbefaa8723523f2253f76a516117f428873137f5ced6586ecb35607f2dd428f7369aec6eb7740ef02032018c6d2254be8a8995dbeed2266f6669b728fced460c890c945b3ad801c1b94bccd9317d07525e73383bfb91a")
getsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r0, 0x84, 0x12, &(0x7f00006c6000)=0x0, &(0x7f00006da000-0x4)=0x4)
setsockopt$inet_sctp_SCTP_RESET_STREAMS(r2, 0x84, 0x77, &(0x7f000084f000-0x8)={r4, 0x1}, 0x8)
ioctl$EVIOCSCLOCKID(r2, 0x400445a0, &(0x7f000056e000)=0x0)
ioctl$sock_SIOCGPGRP(r2, 0x8904, &(0x7f0000ea6000)=<r5=>0x0)
r6 = syz_open_procfs(r5, &(0x7f0000147000-0x11)="617474722f736f636b63726561746500")
readv(r6, &(0x7f0000bac000-0xa0)=[{&(0x7f0000a17000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x97}], 0x1)
ioctl$sock_inet_SIOCSARP(r2, 0x8955, &(0x7f00000fd000)={{0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x1, @random="56bef178c949", [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, {0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @generic="09040bb031bc58dc10b304a512d4e578"})
r7 = syz_open_dev$binder(&(0x7f0000009000-0xd)="2f6465762f62696e6465722300", 0x0, 0x0)
ioctl$BINDER_SET_CONTEXT_MGR(r7, 0x40046207, 0x0)
ioctl$BINDER_WRITE_READ(r1, 0xc0306201, &(0x7f0000009000-0x30)={0x4, 0x0, &(0x7f0000004000-0x18)=[@register_looper={0x630b}], 0x2c, 0x0, &(0x7f0000009000)="d8fc1d016de371f1d99e3b4d488546c2bbb067efde7b55e9d1008602c19fe0b0078ade697201170fdbcc3481"})
r8 = perf_event_open(&(0x7f0000837000)={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)
r9 = creat(&(0x7f0000908000-0x8)="2e2f66696c653000", 0xc0)
mq_timedreceive(r9, &(0x7f0000da4000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x5c, 0xbf32, &(0x7f000041c000-0x8)={0x0, 0x1c9c380})
ioctl$BINDER_WRITE_READ(r7, 0xc0306201, &(0x7f0000006000-0x30)={0x44, 0x0, &(0x7f000000b000-0x108)=[@transaction={0x40406300, {0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, &(0x7f000000f000-0x20)=[], &(0x7f000000b000-0x18)=[]}}], 0x1, 0x0, &(0x7f0000000000)="ef"})
r10 = socket$inet6(0xa, 0x2, 0x0)
getsockopt$inet_sctp_SCTP_EVENTS(r6, 0x84, 0xb, &(0x7f0000480000-0xb)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00001e3000-0x4)=0xb)
setsockopt$sock_int(r10, 0x1, 0x200000000000029, &(0x7f0000fe5000)=0xe88, 0x4)
sendto$inet6(r10, &(0x7f000054b000-0x5ad)="", 0x0, 0x0, &(0x7f0000df8000-0x1c)={0xa, 0x3, 0xfffffffffffffff6, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
ioctl$LOOP_CHANGE_FD(r6, 0x4c06, r8)
2017/12/08 15:39:27 executing program 0:
r0 = openat$sequencer(0xffffffffffffff9c, &(0x7f000028f000)="2f6465762f73657175656e63657200", 0x2, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$nfc_llcp_NFC_LLCP_RW(r0, 0x118, 0x0, &(0x7f0000001000-0x4)=0x400, 0x4)
r1 = open(&(0x7f0000001000-0x8)="2e2f66696c653000", 0x0, 0x4)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_AUTOCLOSE(r1, 0x84, 0x4, &(0x7f0000002000-0x4)=0x2, 0x4)
getsockopt$inet_sctp_SCTP_MAXSEG(r1, 0x84, 0xd, &(0x7f0000a8e000-0x8)=@assoc_value={<r2=>0x0, 0x100000001}, &(0x7f0000dbe000-0x4)=0x8)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(r1, 0x84, 0x70, &(0x7f0000001000-0x42)={0x0, @in6={{0xa, 0x1, 0x8, @loopback={0x0, 0x1}, 0x740c}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x2, 0x6, 0x2, 0xd3, 0x7, 0x40, 0x2, 0x8, 0x0, 0x2, 0xffffffffffff37b9, 0x0, 0x774, 0xca58, 0x3ff]}, &(0x7f000040a000)=0x108)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendmsg$inet_sctp(r1, &(0x7f00002a1000-0x38)={&(0x7f0000556000-0x1c)=@in6={0xa, 0x1, 0x9, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x3}, 0x1c, &(0x7f0000001000-0x10)=[{&(0x7f0000311000)="fd0e4abfc2e136ddf43a0a193a9bc7824356de136d34c4af97f98655cf6148c6a9888767256b7ac19de09a89f33d47e7c5547dc67eb861b57a", 0x39}], 0x1, &(0x7f0000001000-0xc0)=[@init={0x14, 0x84, 0x0, {0x5, 0x8, 0x5, 0xfff}}, @sndinfo={0x1c, 0x84, 0x2, {0x1, 0x4, 0x4, 0x100, r2}}, @init={0x14, 0x84, 0x0, {0x2f09, 0x4, 0xfff, 0xff}}, @sndinfo={0x1c, 0x84, 0x2, {0x80, 0x0, 0x8, 0x8, r2}}], 0xb0, 0x800}, 0x14)
ioctl$EVIOCGID(r0, 0x80084502, &(0x7f00004eb000-0x5b)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet(0x2, 0xa, 0x0)
ioctl$DRM_IOCTL_SET_MASTER(r1, 0x641e)
r4 = dup3(r1, r3, 0x80000)
ioctl$sock_ifreq(r3, 0x8922, &(0x7f0000dc4000)={@common="6c6f0000000000000000000000000000", @ifru_settings={0x4d, 0x0, @sync=&(0x7f0000869000)={0x0, 0x0, 0x0}}})
mknod(&(0x7f0000001000-0x6)="2e2f62757300", 0x1000, 0x0)
pipe(&(0x7f0000799000-0x8)={0xffffffffffffffff, <r5=>0xffffffffffffffff})
r6 = creat(&(0x7f0000ccb000)="2e2f62757300", 0x0)
r7 = open(&(0x7f0000043000)="2e2f62757300", 0x6000, 0x10)
fcntl$setpipe(r7, 0x407, 0x7)
ioctl$DRM_IOCTL_CONTROL(r5, 0x40086414, &(0x7f000082a000)={0x3, 0x3ff})
dup3(r3, r5, 0x80000)
getsockopt$inet6_mreq(r1, 0x29, 0x1c, &(0x7f0000003000-0x14)={@remote={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f00005e1000-0x4)=0x14)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(r4, 0x84, 0x22, &(0x7f0000125000)={0x8001, 0x1, 0x2, 0x7, <r8=>r2}, &(0x7f00005ed000-0x4)=0x10)
r9 = dup3(r6, r5, 0x80000)
r10 = epoll_create(0x2)
epoll_ctl$EPOLL_CTL_ADD(r10, 0x1, r5, &(0x7f00003d7000-0xc)={0x0, 0x0})
open(&(0x7f0000b8c000-0x6)="2e2f62757300", 0x20000, 0x1)
getsockopt$inet_sctp6_SCTP_LOCAL_AUTH_CHUNKS(r9, 0x84, 0x1b, &(0x7f0000fd7000-0xa4)={r8, 0x9c, "c7a9ea4714f3eb99ff3126f17a44f01fa1d9240385beb549661215d89f9109d7b3adbf328e0eff7b1e2d813cb98538acdceae959c1d3c02e0f138fb3fe275c6cb24baa99f73ac5a5ad9014dc0ce861d45c2d0fcae574154403681f437df901b5efeced0cd5736c4a7212d699b2709f7a648b1b4c3a00535c2c6d768fa13736556e4c6da9fbed169b5a286cb85118555baf81b4140894be6ac42ad4a6"}, &(0x7f0000951000-0x4)=0xa4)
2017/12/08 15:39:27 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$vcsa(&(0x7f0000b37000)="2f6465762f766373612300", 0xfffffffffffffffc, 0x40)
ioctl$DRM_IOCTL_RES_CTX(0xffffffffffffffff, 0xc0086426, &(0x7f0000110000-0x8)={0x2, &(0x7f00002d2000-0x10)=[{0x0, 0x0}, {<r1=>0x0, 0x0}]})
r2 = getpgrp(0x0)
syz_open_procfs(r2, &(0x7f0000a05000)="636f6d6d00")
ioctl$DRM_IOCTL_UNLOCK(r0, 0x4008642b, &(0x7f0000c15000-0x8)={r1, 0x8c0ce0ab69b91e87})
r3 = memfd_create(&(0x7f0000f7f000)="6b657972696e470900000000000072707001312c0093", 0x0)
ioctl$TIOCLINUX2(r3, 0x40305828, &(0x7f0000b7c000-0xc)={0x2, 0x1, 0x0, 0x0, 0x0, 0x7})
2017/12/08 15:39:27 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x80003, 0x2)
connect$inet6(r0, &(0x7f000077b000-0x1c)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
setsockopt$inet6_IPV6_XFRM_POLICY(r0, 0x29, 0x23, &(0x7f00003e8000)={{{@in6=@loopback={0x0, 0x1}, @in6=@local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x4, 0x0, 0x1, 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=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0}}, 0xe8)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x3, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCGPGRP(0xffffffffffffffff, 0x8904, &(0x7f0000630000-0x4)=<r1=>0x0)
r2 = syz_open_procfs(r1, &(0x7f0000a75000-0x9)="6e65742f7261773600")
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = bpf$PROG_LOAD(0x5, &(0x7f0000ef2000-0x30)={0x100000000000001, 0x2, &(0x7f00003f8000)=[@generic={0x8db7, 0x3, 0x0, 0x8000000000}, @generic={0x7, 0x10001, 0x6, 0x1}], &(0x7f0000b4d000)="737933654f00", 0x1, 0x80, &(0x7f000013d000-0x80)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x400000003f7, 0x3}, 0x30)
r4 = socket$kcm(0x29, 0x80000000002, 0x0)
ioctl$sock_kcm_SIOCKCMATTACH(r4, 0x89e0, &(0x7f000083e000)={0xffffffffffffffff, r3})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x80000040fe, 0x204, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_SET_UNIQUE(0xffffffffffffff9c, 0x40106410, &(0x7f00008a4000)={0xea, &(0x7f0000e1c000-0xea)="50ddddb959be5213128ff4f3c7f51fd873d5f7b0ff75ac6eb4ee077f6f289a244e501ea6f7b0717e125765d5f238f6e1c1c605792e2ad3926ba685f20cfec402526164c73470272a25947212a5e466271cf755d073578a517c44194a0b7acf455a54756c4aee24dfb09beabd2a0d5e93cdfafe55e596f3e6ed786b04f96ced804ad4ff3b89273b8a0c7a7cfd080000000000000077a7879e86b6fe879693a3c36439356b5f62155cc60ea6fb2d4ec55192e51e7e33130c0cf279a94687096fb445659fd731f1facd000000000000000054b303ca8d604c8a14165e94879d955274ed820ef8b918a2cc89"})
r5 = memfd_create(&(0x7f00006cb000-0x6)="2747504c3a00", 0x0)
bpf$BPF_GET_PROG_INFO(0xf, &(0x7f0000344000-0x10)={r5, 0x28, &(0x7f0000b33000)={0x0, <r6=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, 0x10)
bpf$BPF_PROG_GET_FD_BY_ID(0xd, &(0x7f0000cb1000)=r6, 0x4)
socketpair$inet6_sctp(0xa, 0x5, 0x84, &(0x7f000008e000)={0x0, <r7=>0x0})
link(&(0x7f0000f5a000)="2e2f66696c653000", &(0x7f00007b6000)="2e2f66696c653000")
r8 = syz_open_dev$loop(&(0x7f0000b7c000)="2f6465762f6c6f6f702300", 0x100000, 0x40000)
fallocate(r8, 0x11, 0x0, 0x44400004)
socketpair$unix(0x1, 0x2, 0x0, &(0x7f0000487000)={<r9=>0xffffffffffffffff, 0xffffffffffffffff})
getsockopt$inet_sctp_SCTP_RECVRCVINFO(r5, 0x84, 0x20, &(0x7f00003af000)=0x0, &(0x7f000099e000-0x4)=0x4)
r10 = accept4(r9, &(0x7f00002cf000)=@l2={0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, &(0x7f0000542000)=0xe, 0xffffffffffffffff)
preadv(r2, &(0x7f00007ed000-0x18)=[{&(0x7f000013c000-0xf2)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf2}, {&(0x7f00001df000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x52}, {&(0x7f0000084000-0xdf)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xdf}], 0x3, 0x40)
getsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r7, 0x84, 0x13, &(0x7f0000d7c000-0x8)={<r11=>0x0, 0x3}, &(0x7f000009a000)=0x8)
ptrace$cont(0xffffffffffffffff, r1, 0x7, 0x10000)
getsockopt$inet_sctp_SCTP_GET_LOCAL_ADDRS(r10, 0x84, 0x6d, &(0x7f0000f70000-0x4e)={r11, 0x46, "37d1831cc4e46098cf06239b52b6ffebdb624de2b3b36d2c6f5891b316857246f58925ede193cdfaf9a0ec131c19dea9fff06b03c78e2fe60bd4083e066d02385023b848bd5b"}, &(0x7f0000d7c000)=0x4e)
accept4$ipx(r5, &(0x7f0000f03000-0x10)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f00009b7000)=0x10, 0x80800)
sendmmsg(r0, &(0x7f00006cc000)=[{{0x0, 0x0, &(0x7f0000efc000-0x10)=[], 0x0, &(0x7f0000c67000)=[], 0x0, 0x0}, 0x0}], 0x1, 0x0)
2017/12/08 15:39:27 executing program 6:
r0 = openat$hwrng(0xffffffffffffff9c, &(0x7f0000d1c000)="2f6465762f6877726e6700", 0x4000, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r0, 0x84, 0xc, &(0x7f0000433000-0x4)=0x0, &(0x7f0000000000)=0x4)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_AUTH_CHUNK(r0, 0x84, 0x15, &(0x7f0000001000)={0xfffffffd}, 0x1)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_HMAC_IDENT(r0, 0x84, 0x16, &(0x7f0000002000)={0xa, [0x5, 0x4, 0xba, 0x8, 0x8000, 0x2, 0x3f, 0x816, 0x1, 0x5]}, 0x18)
setsockopt$inet6_MCAST_MSFILTER(r0, 0x29, 0x30, &(0x7f0000000000)={0x0, {{0xa, 0x2, 0x700000, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x6ad7}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x3, [{{0xa, 0x1, 0x4, @loopback={0x0, 0x1}, 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0xa, 0x2, 0x11a5, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1ff}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0xa, 0x3, 0xc887, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x100000000}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}]}, 0x210)
mmap(&(0x7f0000003000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_EVENTS(r0, 0x84, 0xb, &(0x7f0000001000-0xb)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000004000-0x4)=0xb)
mmap(&(0x7f0000004000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$F_SET_FILE_RW_HINT(r0, 0x40d, &(0x7f0000004000)=0x2)
ioctl$EVIOCGREP(r0, 0x80084503, &(0x7f0000003000)="0000000000000000000000000000000000")
mmap(&(0x7f0000005000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
fcntl$F_GET_RW_HINT(r0, 0x40d, &(0x7f0000006000-0x8)=0x0)
ioctl$TCSETSW(r0, 0x5402, &(0x7f0000003000)={0x100000000, 0x0, 0x1, 0xa680, 0x4, 0x9, 0x10001, 0xffffffff, 0x80000000, 0xf7cd, 0x5, 0x1})
getsockopt$bt_rfcomm_RFCOMM_CONNINFO(r0, 0x12, 0x2, &(0x7f0000000000)="00000000000000000000000000000000000000000000000000000000000000", &(0x7f0000000000)=0x1f)
fcntl$getownex(r0, 0x10, &(0x7f0000004000)={0x0, <r1=>0x0})
r2 = syz_open_procfs(r1, &(0x7f0000004000)="6e732f6e657400")
fstat(r2, &(0x7f0000004000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r0, 0x84, 0xc, &(0x7f0000005000-0x4)=0x0, &(0x7f0000007000-0x4)=0x4)
setns(r2, 0x0)
ioctl$KVM_IOEVENTFD(r0, 0x4040ae79, &(0x7f0000005000-0x18)={0xd000, &(0x7f0000004000)=0x0, 0x0, r2, 0x2})
ioctl$TUNGETFEATURES(r0, 0x800454cf, &(0x7f0000004000)=0x0)
write$tun(r0, &(0x7f0000002000-0xeb)=@hdr={0x3, 0x4, 0x5, 0x0, 0x7, 0x7, @ipv4={{0x29, 0x4, 0x20, 0x8000, 0xe1, 0x3, 0x2, 0x800, 0x7e, 0x0, @multicast1=0xe0000001, @rand_addr=0x5, {[@cipso={0x86, 0x8, 0x200, [{0x6, 0x2, ""}]}, @cipso={0x86, 0x6c, 0x7ee, [{0x6, 0x6, "2fe84860"}, {0x6, 0x7, "c58adaef66"}, {0x2, 0x12, "d60521caa53a7accd516a220ad7445fb"}, {0x6, 0xa, "fbe94a89f2aefce8"}, {0x2, 0x3, "93"}, {0x7, 0x12, "1f38ec5cf109457294c336f078d2108f"}, {0x6, 0xf, "745270fb4227d71db618416218"}, {0x0, 0xa, "da62eb023012e085"}, {0x2, 0xf, "0a31469669e96b8d38e4d77b2b"}]}, @rr={0x7, 0xb, 0x800, [@empty=0x0, @broadcast=0xffffffff]}, @ra={0x94, 0x6, 0x6}, @generic={0x8f, 0xa, "c0b355c24ef6e600"}]}}, @udp={0x3, 0x2, 0x3d, 0x0, "5c832efcbde3874baa1a6bbd93e28236928c6e40487403d37a55624e104232976a252165e8cf227307a20d0e791008ab92dd9f085f"}}}, 0xeb)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TUNSETNOCSUM(r0, 0x400454c8, &(0x7f0000007000)=0xffffffffffffffff)
ioctl$KVM_GET_MP_STATE(r2, 0x8004ae98, &(0x7f0000003000)=0x0)
mmap(&(0x7f0000008000/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)
mmap(&(0x7f0000008000/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)
mmap(&(0x7f0000008000/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)
mmap(&(0x7f0000008000/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)
mmap(&(0x7f0000008000/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)
mmap(&(0x7f0000008000/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)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000008000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
recvmmsg(r2, &(0x7f0000008000-0xe0)=[{{&(0x7f0000009000-0x58)=@nfc_llcp={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0}, 0x58, &(0x7f0000008000-0x8)=[{&(0x7f0000009000-0x82)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x82}], 0x1, &(0x7f0000008000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf1, 0x8001}, 0x2}, {{0x0, 0x0, &(0x7f0000002000-0x8)=[{&(0x7f0000008000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x56}], 0x1, &(0x7f0000008000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xed, 0x400}, 0xff}, {{0x0, 0x0, &(0x7f0000009000-0x18)=[{&(0x7f0000003000-0xa6)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa6}, {&(0x7f0000009000-0x9e)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9e}, {&(0x7f0000004000)="00000000000000000000", 0xa}], 0x3, &(0x7f0000002000-0x7f)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x7f, 0x101}, 0x6}, {{0x0, 0x0, &(0x7f0000000000)=[{&(0x7f0000005000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xf9}, {&(0x7f0000004000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd4}, {&(0x7f0000009000-0xb5)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb5}], 0x3, &(0x7f0000009000-0x33)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x33, 0x2}, 0xef}, {{&(0x7f0000009000-0x5a)=@un=@file={0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x5a, &(0x7f0000003000)=[], 0x0, &(0x7f0000005000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x73, 0x1}, 0x8}, {{&(0x7f0000001000)=@ethernet={0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10, &(0x7f0000008000)=[{&(0x7f0000009000-0x28)="00000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x28}, {&(0x7f0000008000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x53}, {&(0x7f0000008000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x89}, {&(0x7f0000008000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x96}, {&(0x7f0000009000-0x85)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x85}, {&(0x7f0000007000-0xb7)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xb7}, {&(0x7f0000004000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}], 0x7, &(0x7f0000009000-0xd8)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xd8, 0x80000000}, 0x80000001}, {{0x0, 0x0, &(0x7f0000003000-0x18)=[{&(0x7f0000008000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x4c}, {&(0x7f0000008000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xe4}, {&(0x7f0000008000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xab}], 0x3, 0x0, 0x0, 0x3}, 0x2}], 0x7, 0x1, 0x0)
2017/12/08 15:39:27 executing program 4:
r0 = syz_open_dev$sg(&(0x7f0000572000-0x9)="2f6465762f73672300", 0x4000000, 0x400203)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x31, r0, 0x0)
r1 = gettid()
r2 = perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x10000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r1, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCADDRT(r2, 0x890b, &(0x7f0000a46000)={0x8, {0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x200, 0x8, 0x1, 0x1, 0xffffffff, 0x0, 0x10bbeab7, 0x7ff, 0x7000})
mbind(&(0x7f0000ae9000/0x1000)=nil, 0x1000, 0x0, &(0x7f0000117000)=0xfffffffffffffffd, 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket$inet6_tcp(0xa, 0x1, 0x0)
getsockopt$SO_TIMESTAMPING(r3, 0x1, 0x25, &(0x7f000021e000-0x4)=0x0, &(0x7f0000002000-0x4)=0x4)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept4(r3, &(0x7f000044f000-0x8)=@sco={0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00006d9000-0x4)=0x8, 0x800000080000)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e2, 0x0, 0x0, 0x20000000000, 0x0, 0x9, 0x2, 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4018, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x8)
r5 = openat$ptmx(0xffffffffffffff9c, &(0x7f0000954000)="2f6465762f70746d7800", 0x13c, 0x0)
ioctl$TCFLSH(r5, 0x540b, 0x0)
ioctl$TIOCGSOFTCAR(r0, 0x5419, &(0x7f000043d000)=0x0)
fstatfs(r4, &(0x7f0000239000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r6 = memfd_create(&(0x7f0000c97000)="5e2a2c6c6f656dff0f00006367726f75ff75738272402e5d075f", 0x9)
r7 = gettid()
socketpair$inet6_dccp(0xa, 0x6, 0x0, &(0x7f0000b14000-0x8)={<r8=>0xffffffffffffffff, 0xffffffffffffffff})
r9 = gettid()
sync_file_range(r8, 0x40000040000014, 0x1, 0x5)
ptrace$peek(0x2, r1, &(0x7f00003ce000+0x9f7)=0x0)
perf_event_open(&(0x7f0000940000)={0x2, 0x78, 0xfffffffffffffff8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x180000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r9, 0xffffffffffffffff, r6, 0x0)
ioctl$PERF_EVENT_IOC_RESET(r6, 0x2403, 0x1)
r10 = perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x10001, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0xd38, 0xffffffff, 0x0, 0x0, 0x0, 0x6, 0x0, 0x400000000, 0x0, 0x4000, 0x1000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, r7, 0xffffffff, r6, 0x0)
ioctl$PERF_EVENT_IOC_PERIOD(r10, 0x40082404, &(0x7f0000fb3000)=0xf1a)
2017/12/08 15:39:27 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 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, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000837000)={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)
r0 = socket(0x15, 0x80005, 0x0)
getsockopt(r0, 0x200000000114, 0x8, &(0x7f0000002000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000000000)=0x1000)
[  110.852409] audit: type=1326 audit(1512747566.838:273): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 7:
mbind(&(0x7f000017c000/0x3000)=nil, 0x3000, 0x0, &(0x7f0000d90000)=0x0, 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x2000000000001, 0x0)
setsockopt$sock_int(r0, 0x1, 0xd, &(0x7f0000ed7000)=0x40000000000003fe, 0x4)
r1 = dup3(r0, r0, 0x80000)
write$eventfd(r1, &(0x7f00003a5000)=0x1, 0x8)
setsockopt$inet6_MRT6_DEL_MFC_PROXY(0xffffffffffffffff, 0x29, 0xd3, &(0x7f000096f000-0x5c)={{0xa, 0x1, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, {0xa, 0x0, 0xf6b, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xffffffffffffffff}, 0xfff, [0x0, 0xfff, 0x3f, 0x1, 0x0, 0x8, 0x7, 0x3]}, 0x5c)
getsockname(r0, &(0x7f0000658000)=@alg={0x0, "0000000000000000000000000000", 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f00006a4000)=0x58)
connect(r0, &(0x7f0000ee9000-0x80)=@generic={0x5, "99cb807a5a69fc2569bbddeab611a1710a9c6a2a5484b09d0d57a83fa0bd694ebacd36dfb81e3cbf64738ddb2cbdfed822482abbef8bd51efd7702ff3ec38ef4506ccc8cae06da8212aab6c672e340d010669fe4ac3289956b45c068b53cad2c9926fd285ca482389503edbd1100a69dcf0c8e75cd8b5e4be5d190aceaf3"}, 0x80)
bind$inet6(r0, &(0x7f0000895000-0x1c)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
fsync(r1)
r2 = getuid()
getsockopt$sock_cred(r0, 0x1, 0x11, &(0x7f0000fc8000-0xc)={0x0, 0x0, <r3=>0x0}, &(0x7f000058b000-0x4)=0xc)
getgroups(0x2, &(0x7f0000d2c000-0x8)=[<r4=>0xffffffffffffffff, r3])
r5 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
fcntl$getownex(r5, 0x10, &(0x7f000065a000)={0x0, 0x0})
getsockopt$inet_sctp_SCTP_RTOINFO(r1, 0x84, 0x0, &(0x7f0000b43000-0x10)={<r6=>0x0, 0xb9e, 0x5, 0x3}, &(0x7f0000ce3000-0x4)=0x10)
setsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(r0, 0x84, 0x9, &(0x7f0000aa5000-0xa0)={r6, @in={{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]}, 0x6, 0x7ff, 0x10000, 0xffffffff, 0x2}, 0xa0)
r7 = perf_event_open(&(0x7f0000337000)={0x5, 0x78, 0xfffffffffffffffc, 0x200, 0x0, 0x6, 0x0, 0x2, 0x0, 0x0, 0x668, 0x0, 0x3, 0x1, 0x0, 0x0, 0x3, 0x20001000, 0x8, 0x0, 0x0, 0x0, 0x100000, 0x100000000, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x5)
r8 = socket(0x15, 0x80005, 0x0)
getsockopt(r8, 0x200000000114, 0x1000000000000005, &(0x7f0000002000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000efa000)=0x1000)
fchown(r7, r2, r4)
sendto$inet6(r0, &(0x7f0000979000)="", 0x0, 0x40, &(0x7f0000ac6000)={0xa, 0x0, 0x3, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xffffffffffffffff}, 0x1c)
write(r8, &(0x7f0000bc7000)="4b94e700a9030017ed7965b91a4d5d9d9cfae4900dd300000000000000c77b140aacb9878c4d90c06d4ad20603898b58750000001f0997f7ba39b5e1b15dd46c00040006a0193d2083ca7b24e50569eae5d8fca4054fa2352195b56ea0", 0x5d)
setsockopt$SO_BINDTODEVICE(r0, 0x1, 0x19, &(0x7f000055f000-0x10)=@common="73697430000000000000000000000000", 0x10)
sendmsg(r0, &(0x7f0000a45000)={&(0x7f0000a86000)=@hci={0x1f, 0x0, 0x0}, 0x6, &(0x7f0000c85000)=[{&(0x7f0000e2c000)="cb", 0x1}], 0x1, &(0x7f00008f9000)=[], 0x0, 0x0}, 0x200007fd)
getsockopt$ax25_buf(r8, 0x101, 0x19, &(0x7f0000c68000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f000023a000-0x4)=0x51)
r9 = dup(r0)
recvfrom$llc(r9, &(0x7f00003bd000-0x45)="", 0x0, 0x0, &(0x7f0000553000-0x10)={0x1a, 0x0, 0x0, 0x0, 0x0, 0x0, @empty=[0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [0x0, 0x0]}, 0x10)
setsockopt$sock_str(r0, 0x1, 0x19, &(0x7f0000f54000)="00", 0x1)
write(r9, &(0x7f0000f02000-0x2c)="ef687ee08fdf836ccc89039831466069131b046f04003043c2ffad00610000000000002b7d399cc4b6a18d22", 0x2c)
[  110.852426] audit: type=1326 audit(1512747566.840:274): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=365 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.852442] audit: type=1326 audit(1512747566.841:275): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$PROG_LOAD(0x5, &(0x7f0000b3c000)={0x0, 0x0, &(0x7f00001b8000+0x421)=[], &(0x7f0000abc000)="21656d3128766d6e65743129776c616e315b00", 0x0, 0x0, &(0x7f0000137000-0x71)="", 0x8, 0x0}, 0x30)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
modify_ldt$read_default(0x2, &(0x7f00000ec000-0xa1)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa1)
ioctl$TIOCGSID(0xffffffffffffff9c, 0x540f, &(0x7f000095f000-0x4)=<r0=>0x0)
getpgid(r0)
r1 = openat$sequencer(0xffffffffffffff9c, &(0x7f000068e000-0xf)="2f6465762f73657175656e63657200", 0x10001, 0x0)
ioctl$TCSBRKP(r1, 0x5425, 0x5)
timer_create(0x0, &(0x7f0000002000)={0x0, 0x1003b, 0x0, @thr={&(0x7f0000001000)="", &(0x7f0000006000-0xb7)=""}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f00003b3000-0x4)=0x0)
r2 = memfd_create(&(0x7f000030d000)="7d2a76626f786e65743076626f786e65743000", 0x4)
setsockopt$inet_sctp6_SCTP_EVENTS(r2, 0x84, 0xb, &(0x7f0000d08000-0xb)={0x8, 0x0, 0x56, 0x1, 0x0, 0x1, 0x100000000000, 0x5ab, 0x1, 0x7fff, 0x4}, 0xb)
ioctl$TIOCLINUX2(r2, 0x40305828, &(0x7f0000002000-0xc)={0x2, 0x0, 0x4, 0x0, 0xfffffffffffffffd, 0x0})
openat$ptmx(0xffffffffffffff9c, &(0x7f0000074000-0xa)="2f6465762f70746d7800", 0x20080, 0x0)
2017/12/08 15:39:27 executing program 6:
ioctl$KVM_CREATE_DEVICE(0xffffffffffffffff, 0xc00caee0, &(0x7f0000192000)={0x2, <r0=>0xffffffffffffffff, 0x7ffffffffd})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2001000000000fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = socket(0x0, 0x1, 0x800000002)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_mtu(r2, 0x0, 0xa, &(0x7f00003b2000-0x4)=0x0, 0x4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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)
socket$alg(0x26, 0x5, 0x0)
getsockopt$sock_cred(r2, 0x1, 0x11, &(0x7f0000161000-0xc)={0x0, 0x0, 0x0}, &(0x7f00005a4000)=0xc)
mmap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet6_sctp(0xa, 0x5, 0x84)
sysfs$3(0x3)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000c74000-0x78)={0x2, 0x78, 0xe2, 0x8000000000000000, 0x20000000000, 0x100000000, 0x0, 0x0, 0xc00, 0x0, 0x80000040fe, 0x8, 0x80000001, 0x10, 0x0, 0x4, 0x2, 0x400004, 0x0, 0x0, 0x20000000000002, 0x7, 0x0, 0xe18, 0x0, 0x80000000000, 0x0}, 0x0, 0xffff, r1, 0x0)
mkdir(&(0x7f0000447000-0x6)="2e2f62757300", 0x0)
mmap(&(0x7f0000000000/0xffd000)=nil, 0xffd000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_icmp_raw(0x2, 0x3, 0x1)
r3 = socket$inet6(0xa, 0x80005, 0x8010000000000084)
bind$inet6(r3, &(0x7f0000710000-0x1d)={0xa, 0x3, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
r4 = fcntl$dupfd(r3, 0x0, r3)
setsockopt$inet_sctp6_SCTP_FRAGMENT_INTERLEAVE(r3, 0x84, 0x12, &(0x7f00001b5000)=0x3f, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
r5 = socket(0xa, 0x3, 0xff)
shutdown(r5, 0x1)
connect(r5, &(0x7f000003f000)=@in={0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendto$unix(r5, &(0x7f0000161000-0x33)="e390517a0d692cd4f44c0900000026705fb30a0002b3724c7d655f885c5ba7d8c342a601d9119677", 0x28, 0x0, &(0x7f0000000000)=@file={0x0, "0000007f0022ff02200c000000bcbb5b340100000000"}, 0x18)
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r0, 0x84, 0x13, &(0x7f0000678000)=0x3, 0x4)
getsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(r4, 0x84, 0x9, &(0x7f0000ff9000)={<r6=>0x0, @in6={{0xa, 0x2, 0x100, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x2}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7, 0xb22442f, 0x6, 0x9, 0x23}, &(0x7f00008e5000)=0xa0)
mmap(&(0x7f0000ffd000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_STATS(r4, 0x84, 0x70, &(0x7f0000d98000-0x108)={r6, @in6={{0xa, 0x2, 0x6, @loopback={0x0, 0x1}, 0xfffffff7fffffc00}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x3, 0x6, 0x0, 0x1, 0x5, 0x5, 0x0, 0x3, 0x105, 0xbe, 0x88000, 0x1ff00, 0x80, 0x3, 0x81]}, &(0x7f0000ffd000)=0x108)
2017/12/08 15:39:27 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r0, &(0x7f0000634000-0x58)={0x26, "6861736800000000000000000000", 0x932641397dd030c7, 0x0, "7467723136302d67656e657269630000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
setsockopt$ALG_SET_KEY(r0, 0x117, 0x1, &(0x7f0000019000-0x3)="9230", 0x2)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000b78000)="2f6465762f6b766d00", 0x0, 0x0)
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
r3 = openat$vcs(0xffffffffffffff9c, &(0x7f00002af000-0x9)="2f6465762f76637300", 0x20007e, 0x0)
getsockopt$inet_sctp6_SCTP_DEFAULT_SNDINFO(r3, 0x84, 0x22, &(0x7f000015c000-0x10)={0xffffffffffffff94, 0x203, 0xffffffffffff8001, 0xff, <r4=>0x0}, &(0x7f0000bbf000)=0x10)
getsockopt$inet_sctp_SCTP_PARTIAL_DELIVERY_POINT(r2, 0x84, 0x13, &(0x7f0000495000-0x8)={<r5=>r4, 0xffffffffffffffff}, &(0x7f00001ad000-0x4)=0x8)
getsockopt$inet_sctp_SCTP_GET_PEER_ADDR_INFO(r3, 0x84, 0xf, &(0x7f0000c2c000)={r5, @in={{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]}, 0x10001, 0x7, 0x7fffffff, 0xffffffffffff1124, 0x1}, &(0x7f0000362000)=0xa0)
ioctl$KVM_CREATE_IRQCHIP(r2, 0xae60)
r6 = ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x0)
r7 = fcntl$getown(r6, 0x9)
move_pages(r7, 0x0, &(0x7f000029a000)=[], 0x0, &(0x7f0000755000)=[0x0, 0x0, 0x0, 0x0], 0x0)
bind$alg(r2, &(0x7f0000470000)={0x26, "6861736800000000000000000000", 0x0, 0x0, "63726333322d67656e65726963000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
setpgid(r7, r7)
uname(&(0x7f0000cf7000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
setsockopt$inet_sctp6_SCTP_AUTOCLOSE(r3, 0x84, 0x4, &(0x7f0000169000)=0x10002, 0x4)
setsockopt$inet_sctp_SCTP_DISABLE_FRAGMENTS(0xffffffffffffffff, 0x84, 0x8, &(0x7f0000a62000-0x4)=0xfffffffffffffffd, 0x4)
ioctl$KVM_IRQ_LINE(r2, 0x4008ae61, &(0x7f00008f7000-0x8)={0x100000001, 0x200})
ioctl$KVM_SET_MP_STATE(r6, 0x4004ae99, &(0x7f000021e000-0x4)=0x1008)
ioctl$KVM_SET_REGS(r6, 0x4090ae82, &(0x7f00009cb000-0x90)={[0x200000000000000, 0x200, 0x5, 0x0, 0x101, 0x0, 0xffffffffffffffff, 0x4, 0xfffffffffffffffb, 0x0, 0x3, 0xdc, 0x7fff, 0x0, 0x28, 0x0], 0x6, 0x301})
ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
getuid()
getsockopt$SO_PEERCRED(r3, 0x1, 0x11, &(0x7f0000157000-0xc)={0x0, <r8=>0x0, <r9=>0x0}, 0xc)
setreuid(r8, r8)
ioctl$KVM_SET_VCPU_EVENTS(r6, 0x4040aea0, &(0x7f0000d71000)={0x0, 0x5e, 0x0, 0x0, 0x1, 0x1000, 0x8001, 0x4, 0x2, 0x1, 0x104, 0x10000, 0x0, 0x7f, 0xa, 0x1, 0x8c62, 0x3, 0x800})
fchownat(r3, &(0x7f000058c000)="2e2f66696c653000", 0x0, r9, 0x800)
ioctl$KVM_RUN(r6, 0xae80, 0x0)
ioctl$KVM_SET_BOOT_CPU_ID(r2, 0xae78, &(0x7f00008d2000)=0x2)
ioctl$KVM_SET_IRQCHIP(r2, 0x8208ae63, &(0x7f0000ae5000)=@ioapic={0x2, 0x0, 0x40001, 0x0, 0x0, [{0x0, 0x3, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x4, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x6, 0x0, [0x0, 0x0, 0x0, 0x0], 0xffffffffffffffff}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 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, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x80000000000}]})
2017/12/08 15:39:27 executing program 0:
mmap(&(0x7f0000000000/0xfdd000)=nil, 0xfdd000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_SIOCETHTOOL(r0, 0x8946, &(0x7f00006f9000)={@common="6c6f0000000000000000000000000000", &(0x7f0000939000-0x5)=@ethtool_wolinfo={0xc, 0x0, 0x0, "00009d07c801"}, [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(0xa, 0x807fd, 0x80000004)
r2 = socket$netlink(0x10, 0x3, 0x0)
socketpair$inet6_sctp(0xa, 0x2000000000000004, 0x84, &(0x7f00002b0000)={0x0, 0x0})
setsockopt$inet_sctp6_SCTP_AUTO_ASCONF(r1, 0x84, 0x1e, &(0x7f0000340000-0x4)=0x8, 0x4)
getsockopt$netlink(r2, 0x10e, 0xa, &(0x7f0000766000-0x11)="", &(0x7f0000be6000)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = socket(0x15, 0x80007, 0xa)
getsockopt(r3, 0x400000000114, 0x5, &(0x7f0000b7d000)="", &(0x7f0000e09000-0x4)=0x0)
setsockopt$inet_sctp_SCTP_SOCKOPT_BINDX_REM(0xffffffffffffffff, 0x84, 0x65, &(0x7f00005d6000+0xdb1)=[@in6={0xa, 0x1, 0x10000, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x7e}], 0x1c)
r4 = socket$inet_udp(0x2, 0x2, 0x0)
ioctl$sock_ifreq(r4, 0x89a2, &(0x7f0000001000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_flags=0x1})
getpeername(r1, &(0x7f0000578000-0x3f)=@un=@file={0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000ac6000-0x4)=0x3f)
r5 = openat$vcs(0xffffffffffffff9c, &(0x7f000037c000)="2f6465762f76637300", 0x9fffe, 0x0)
ioctl$GIO_CMAP(r5, 0x4b70, &(0x7f0000b2e000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
socketpair$inet6(0xa, 0x3, 0xa45, &(0x7f00000af000-0x8)={0x0, 0x0})
clock_getres(0x5, &(0x7f00002d6000)={0x0, 0x0})
bpf$OBJ_GET_MAP(0x7, &(0x7f0000f87000)={&(0x7f0000031000)="2e2f66696c653000", 0x0}, 0xc)
r6 = socket(0x40200000418, 0x5, 0x8)
setsockopt$inet6_buf(r3, 0x29, 0xcc, &(0x7f0000fbd000)="a694255faf764a53e655fbe0f070d3e347f8ff507b954958bf16ab50a77b2a27e90be32b347d24b760149a8eb49fb9b1eef6f9cfa407874f5199c7e20000002005963e16b6841469a32779446e5e973c9fcb620865a0adf6e577ec19db0f82d54a577b657bb925c258f15701afe4b529ca1ec6971a785d22847e", 0x7a)
ioctl$KVM_CREATE_DEVICE(0xffffffffffffffff, 0xc00caee0, &(0x7f0000d7d000-0xc)={0x3, <r7=>r4, 0x1})
setsockopt(r7, 0x100000118, 0xa, &(0x7f00004e1000)="34000000", 0x4)
bind(r6, &(0x7f0000006000-0x10)=@in={0x2, 0x2, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
pipe(&(0x7f0000969000)={0x0, <r8=>0x0})
getpeername$inet(r6, &(0x7f0000f36000-0x10)={0x0, 0x0, @loopback=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f000071f000)=0x10)
setsockopt$netlink_NETLINK_CAP_ACK(r8, 0x10e, 0xa, &(0x7f00005d9000-0x4)=0x8, 0x4)
times(&(0x7f0000414000)={0x0, 0x0, 0x0, 0x0})
[  110.852458] audit: type=1326 audit(1512747566.841:276): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
2017/12/08 15:39:27 executing program 5:
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdc, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x401, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xde, 0x0, 0x0, 0x20000000, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x20000, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x8, 0x0}, 0x0, 0xfffffffffffffffe, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x3, 0x0, 0x15fd, 0x0, 0x0, 0xfffffffffffffffe, 0x1, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e8, 0x0, 0x0, 0x20000, 0x0, 0x73b, 0x0, 0x0, 0x2001000000000fa, 0x3, 0x3, 0x3, 0x0, 0x20, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0}, 0x0, 0x83, 0xffffffffffffffff, 0x0)
ptrace(0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfd6000)=nil, 0xfd6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$unix(0x1, 0xfffffffffffffffe, 0x0)
r1 = socket$unix(0x1, 0x801, 0x0)
setsockopt$sock_int(r1, 0x1, 0x22, &(0x7f000018f000-0x4)=0x40000018, 0x4)
bind$unix(r1, &(0x7f0000003000)=@file={0x1, "e91f7189591e9233614b"}, 0xc)
listen(r1, 0x0)
connect$unix(r0, &(0x7f0000932000)=@file={0x1, "e91f7189591e9233614b"}, 0xc)
r2 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f0000f6d000)="2f6465762f7667615f6172626974657200", 0x22001, 0x0)
setsockopt$inet_sctp_SCTP_AUTH_DELETE_KEY(r2, 0x84, 0x19, &(0x7f0000b30000)={0x0, 0x400}, 0x6)
mmap(&(0x7f0000fd6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fd7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KDSKBSENT(r2, 0x4b49, &(0x7f0000db6000)="5b18e1c03fccfac194f1acd215483a60a0c50c8a82a23f8bcca4545465e0cdb5a0774a77a7268c6270595a5f78ad164a9a81600cf61c824a82d36e2a01a0f835d7857164ec277da0744d52c66fabf7ca7c9e6d784d8b1e98c6b958edf4e82fb319a1e63ea1ada6f6b388d1fd30f1a3995906e961af54b8ee56fed093bdc6cb1d99300b34b05ef2b71c8318e22d1fc6faca377f18b2b931c54ae3a7c9bf6980a29933")
ioctl$TIOCLINUX2(r2, 0x541c, &(0x7f0000051000)={0x2, 0x7fff, 0x9, 0xedc, 0x3, 0x3ff800000})
getsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(r2, 0x84, 0x1f, &(0x7f0000ad0000-0x98)={<r3=>0x0, @in6={{0xa, 0x2, 0xfffffffffffffffc, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x3}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5, 0x7}, &(0x7f0000e0d000)=0x98)
getsockopt$inet_sctp_SCTP_DEFAULT_SEND_PARAM(r2, 0x84, 0xa, &(0x7f0000407000)={0x4, 0x4, 0x203, 0x553, 0x4, 0x4, 0xcae, 0x8, <r4=>r3}, &(0x7f0000819000-0x4)=0x20)
setsockopt$inet_sctp6_SCTP_ENABLE_STREAM_RESET(r2, 0x84, 0x76, &(0x7f0000d74000-0x8)={r4, 0x101}, 0x8)
getsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(r2, 0x84, 0x9, &(0x7f000006b000+0x865)={r4, @in={{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]}, 0x2, 0x4, 0x2, 0x1, 0x10}, &(0x7f0000664000)=0xa0)
getsockopt$inet_sctp6_SCTP_PR_ASSOC_STATUS(r2, 0x84, 0x73, &(0x7f0000fd7000-0x18)={<r5=>0x0, 0x9, 0x0, 0x6, 0x6}, &(0x7f0000144000-0x4)=0x18)
getsockopt$inet_sctp_SCTP_DEFAULT_SNDINFO(r2, 0x84, 0x22, &(0x7f0000c32000-0x10)={0x0, 0x0, 0x8004, 0x0, r5}, &(0x7f00002f9000)=0x10)
openat(r2, &(0x7f000001c000-0xa)="e91f7189591e9233614b", 0x501000, 0x82)
connect(r0, &(0x7f0000932000-0xc)=@un=@file={0x1, "e91f7189591e9233614b"}, 0xc)
setsockopt$inet_sctp_SCTP_ENABLE_STREAM_RESET(r2, 0x84, 0x76, &(0x7f0000c2c000)={r4, 0x2}, 0x8)
setsockopt$inet_sctp_SCTP_SET_PEER_PRIMARY_ADDR(r2, 0x84, 0x5, &(0x7f00000cd000-0x8c)={r5, @in6={{0xa, 0x3, 0x8, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x8c)
accept4$unix(r1, &(0x7f0000fd6000-0x8)=@abs={0x0, 0x0, 0x0}, &(0x7f00007be000-0x4)=0x8, 0x0)
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = open(&(0x7f0000995000-0x2)="2e2f66696c653000", 0x7d, 0x100)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
socket$inet6(0xa, 0x3, 0x6)
r1 = socket$inet(0x2, 0x1, 0x0)
r2 = syz_open_dev$tun(&(0x7f0000520000-0xd)="2f6465762f6e65742f74756e00", 0x0, 0xa)
r3 = fcntl$dupfd(r2, 0x4, r2)
ioctl$TUNSETIFF(r2, 0x400454ca, &(0x7f0000705000)={@common="67726530000000000000000000000000", @ifru_flags=0x2002})
ioctl$sock_inet_SIOCSIFFLAGS(r1, 0x8914, &(0x7f0000630000-0x20)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_flags=0x1000})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$TIOCGSID(r0, 0x540f, &(0x7f0000a37000-0x4)=<r4=>0x0)
r5 = syz_open_procfs(r4, &(0x7f0000937000-0x9)="6e65742f7261773600")
ioctl$EVIOCGABS3F(r5, 0x8018457f, &(0x7f0000943000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
r6 = socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
sendfile(r6, r3, &(0x7f0000b1c000-0x8)=0xd, 0x6138)
request_key(&(0x7f00006b2000-0xa)="626c61636b6c69737400", &(0x7f0000fb1000-0x5)={0x73, 0x79, 0x7a, 0x2, 0x0}, &(0x7f00006f0000)="2f6465762f6e65742f74756e00", 0xfffffffffffffff8)
r7 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_IPV6_FLOWLABEL_MGR(r7, 0x29, 0x1b, &(0x7f00000aa000)={@remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x20)
write$tun(r3, &(0x7f0000c0f000-0x4b)=@hdr={0x1000040, 0x0, 0x3, 0x0, 0x0, 0x0, @ipv6={0x0, 0x6, "85b7e3", 0x19, 0x6, 0x0, @loopback={0x0, 0x1}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {[], @tcp={{0x3, 0x0, 0x42424242, 0x42424242, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, {[@sack_perm={0x4, 0x2}]}}, {"eb"}}}}}, 0x4b)
syz_open_dev$vcsa(&(0x7f0000148000)="2f6465762f766373612300", 0x1, 0x5b75fe4515593402)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r3, 0xc00c642e, &(0x7f00003aa000)={0x0, 0x80000, <r8=>r3})
getsockopt$inet6_mtu(0xffffffffffffffff, 0x29, 0x17, &(0x7f00001e9000)=0x0, &(0x7f00002d6000)=0x4)
epoll_create1(0xffffffffffffffff)
r9 = gettid()
r10 = getpgrp(r9)
r11 = syz_open_procfs(r10, &(0x7f0000788000-0xd)="6e65742f616e79636173743600")
syz_open_dev$mice(&(0x7f0000e05000-0xf)="2f6465762f696e7075742f6d69636500", 0x0, 0x40000)
preadv(r11, &(0x7f0000e0b000)=[{&(0x7f0000c54000-0x1)="00", 0x1}], 0x1, 0x3ffffffff)
preadv(r8, &(0x7f0000d72000-0x10)=[], 0x0, 0x0)
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x400000000000000a, 0x2, 0x0)
connect$inet6(r0, &(0x7f0000d6a000)={0xa, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1}, 0x1c)
setsockopt$inet6_udp_int(r0, 0x11, 0x0, &(0x7f0000653000)=0x400, 0x4)
init_module(&(0x7f0000272000)="802d00", 0x3, &(0x7f00009c5000)="00")
bpf$BPF_PROG_GET_NEXT_ID(0xb, &(0x7f0000005000-0x4)=0x0, 0x4)
r1 = openat$ptmx(0xffffffffffffff9c, &(0x7f00007dc000)="2f6465762f70746d7800", 0x2, 0x0)
r2 = openat$selinux_avc_cache_stats(0xffffffffffffff9c, &(0x7f0000c9f000-0x19)="2f73656c696e75782f6176632f63616368655f737461747300", 0x0, 0x0)
bpf$BPF_GET_PROG_INFO(0xf, &(0x7f000073b000-0x10)={r2, 0x28, &(0x7f00005dd000-0x28)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, 0x10)
ioctl$TIOCSWINSZ(r1, 0x5414, &(0x7f0000a27000)={0x0, 0x0, 0x0, 0x0})
2017/12/08 15:39:27 executing program 3:
r0 = openat$rtc(0xffffffffffffff9c, &(0x7f0000131000+0x15c)="2f6465762f72746300", 0x40000, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_tcp_TCP_MD5SIG(r0, 0x6, 0xe, &(0x7f0000001000-0x160)={{{{0x2, 0x3, @rand_addr=0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {{0xa, 0x1, 0xfffffffffffffffc, @loopback={0x0, 0x1}, 0x4}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0xfff, 0x400, 0xc3ae, "7ef6a8ceda6d1374a72f13631cb9a23dcd5ef8fd72af3a56cde843718441b3043df11364dabdc46429a3d3d4ae22ad1d28ae4ab72137040668313d0adf669969ac18fb33142cf1c2db07093b53080224"}, 0x160)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = open(&(0x7f0000fde000-0x8)="2e2f66696c653000", 0xfffffffffffffffc, 0x14)
write$eventfd(r1, &(0x7f0000803000)=0x5, 0x8)
r2 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000d1d000)="2f6465762f7161745f6164665f63746c00", 0x191002, 0x0)
socketpair$inet6_icmp(0xa, 0x2, 0x3a, &(0x7f0000990000-0x8)={<r3=>0x0, 0x0})
ioctl$sock_bt_hidp_HIDPCONNADD(r1, 0x400448c8, &(0x7f0000479000)={r2, r3, 0x100000001, 0x9, &(0x7f0000dbf000)="4995691b0d96ae4ee33de321ba8acdd27cdcb20c52aef9d4e5a4006835db22c9605828245f3621df8978161e0a44bb62ec6edb996101de84c6574dbe4b764df1978b564b7799f7b3981f65fca4bf900c13ddb8b48edd22901f4e700211bb234525871ad816437c95890a8e47fac15f2b9724fc3d1007ea94774a9ca723d8c67d44dcb1a1de08be7749825dfa89178d8f6156", 0x100000001, 0x3, 0xf1fc, 0x9, 0x7f, 0x8001, 0x100, "2b51ba3ba15bf070661bb3b50e9e4638f24f64b42f31460a8b37aa1cd5"})
r4 = socket(0x10, 0x3, 0x0)
pipe(&(0x7f00000ea000)={<r5=>0x0, <r6=>0x0})
epoll_ctl$EPOLL_CTL_MOD(r5, 0x3, r1, &(0x7f0000270000)={0x10, 0x0})
write(r4, &(0x7f0000bcc000-0x1f)="1f0000004a0007000000f40a000008ff0a3f8009f300000000000104441951", 0x1f)
getsockopt$inet_sctp_SCTP_RECVNXTINFO(r4, 0x84, 0x21, &(0x7f00004bc000)=0x0, &(0x7f00003ca000-0x4)=0x4)
getsockopt$SO_PEERCRED(r6, 0x1, 0x11, &(0x7f00006b5000)={0x0, 0x0, 0x0}, 0xc)
[  110.852475] audit: type=1326 audit(1512747566.842:277): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=365 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.852491] audit: type=1326 audit(1512747566.843:278): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.852508] audit: type=1326 audit(1512747566.848:279): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined_u:system_r:insmod_t:s0-s0:c0.c1023 pid=14561 comm="syz-executor3" exe="/root/syz-executor3" sig=0 arch=40000003 syscall=240 compat=1 ip=0xf7fb9c79 code=0x7ffc0000
[  110.960197] binder_alloc: 14611: binder_alloc_buf, no vma
[  110.960234] binder: 14611:14626 transaction failed 29189/-3, size 0-0 line 2890
[  111.198812] netlink: 3 bytes leftover after parsing attributes in process `syz-executor3'.
[  111.199363] binder: 14611:14676 ioctl 40046205 6 returned -22
[  111.219701] binder: BINDER_SET_CONTEXT_MGR already set
[  111.219713] binder: 14611:14668 ioctl 40046207 0 returned -16
[  111.219717] binder: 14611:14672 ERROR: BC_REGISTER_LOOPER called without request
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xf79000)=nil, 0xf79000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r0, &(0x7f000024f000-0x58)={0x26, "736b636970686572000000000000", 0x0, 0x0, "6374722d73657270656e742d73736532000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
setsockopt$ALG_SET_KEY(r0, 0x117, 0x1, &(0x7f00001ec000)="0a0775b0d5e383e5b3b60ced5c54dbb7295df0df8217ad4000000000000000e6", 0x20)
r1 = syz_open_dev$sg(&(0x7f0000489000)="2f6465762f73672300", 0x8, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0x0, &(0x7f0000abc000)={<r2=>0x0, <r3=>0x0})
mq_timedsend(r1, &(0x7f0000001000-0xee)="a35006a22c49425048194705bfc60eb8e9da482d1865f52acc0c47b83e9706ecf6ed649a279e374961846ad1da1af32c43b97f5e10ea051fdbe9f08559fe9b2e8ada316db794df518098feaa3f2da0cd922f2896f4e2d1fc3eb9531e2e15e926f7304a68a74de3bb6e3edf89cceb282de49c646e587c82122d350be4545c065d2a6520f3507ac6b7c975a50bfc08c0d42d4cac74ab9619a4156e73a17cfd4d25840a8dc764ec4c17ee26b8d7023cc353d295935a38d0bd81ea55f18bd60967a0b78ca1713d3592ef902dcecdc8c8e6eb61b8637e2296c6e7c3e443c1c7547c5214529ef2ae9d09ceedc2aa82deb3", 0xee, 0x2, &(0x7f0000099000-0x8)={r2, r3+30000000})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
r4 = socket$inet(0x2, 0x80a, 0x0)
ioctl$sock_inet_SIOCSIFFLAGS(r4, 0x8914, &(0x7f00008a4000-0x20)={@common="6c6f0000000000000000000000000000", @ifru_flags=0xfffffffffffffffd})
r5 = socket$netlink(0x10, 0x3, 0x0)
getsockopt$bt_hci(r5, 0x0, 0x1, &(0x7f0000950000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000eb0000-0x4)=0x79)
ioctl$sock_inet_SIOCSIFFLAGS(r5, 0x8914, &(0x7f00008a4000-0x20)={@common="6c6f0000000000000000000000000000", @ifru_addrs={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
setsockopt$inet_tcp_TCP_CONGESTION(r4, 0x6, 0xd, &(0x7f0000503000)="6c7000", 0x3)
r6 = socket$inet_tcp(0x2, 0x1, 0x0)
r7 = socket$kcm(0x29, 0x2, 0x0)
mmap(&(0x7f0000f79000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f79000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f79000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$packet(0x11, 0x2, 0x300, &(0x7f0000a83000-0x8)={0x0, 0x0})
ioctl$sock_kcm_SIOCKCMATTACH(r7, 0x89e0, &(0x7f000039f000)={r6, 0xffffffffffffffff})
bind(r6, &(0x7f0000a9e000)=@in={0x2, 0x3, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
socket$inet(0x2, 0x80f, 0x14)
mmap(&(0x7f0000f7a000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp_SCTP_GET_PEER_ADDRS(0xffffffffffffff9c, 0x84, 0x6c, &(0x7f0000f7b000-0xdc)={0x0, 0xd4, "4f44e132d6865c09edfc62fabf3370ada636b3b58f6ab2d56dd4d4f7fe24c2fa2b16c4ddf56da8bf6ba5bca5e9ccf08aad1265d594428e5597584c008f5223e530ff16e4b15e43d458e2c9d834f2ac691c06c91d00000000000001f9f18efc17d9da48c47d76530edfd9c84efd6db7d6dd4cffd9a46c77a5b91b3692dca00000000000000008ec1b4c5fb73a1acf9be8d58ff20e16d8b34b5f30e52615731cd18cf34b2dfa665ee7e277cacce0becff9dd6fe9e4b9513a0282117cafa7c78c077f91acd4c94bd1b0703f3a339bce93369b74847d"}, &(0x7f0000b22000-0x4)=0xdc)
mmap(&(0x7f0000f7b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000f7c000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:27 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f0000b77000-0x1)="fb", 0x0)
fcntl$setownex(r0, 0xf, &(0x7f0000702000-0x8)={0x2, 0x0})
r1 = fcntl$getown(r0, 0x9)
fcntl$addseals(r0, 0x10, 0x0)
perf_event_open(&(0x7f0000f1a000-0x78)={0x0, 0x78, 0xffffffffffffffe0, 0x3f8000000000, 0x6a7a, 0x255, 0x0, 0x20, 0x5010, 0x8, 0x9, 0x1, 0xa8b1, 0x2, 0x0, 0x400, 0x2, 0x400, 0x100000001, 0x1990, 0x800, 0x2, 0x6, 0x10001, 0xffff, 0x6, 0x0}, r1, 0x5, r0, 0xc)
2017/12/08 15:39:27 executing program 4:
r0 = socket$inet_sctp(0x2, 0x5, 0x84)
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)
getsockopt$inet_sctp_SCTP_AUTOCLOSE(r0, 0x84, 0x4, &(0x7f0000b26000)=0x0, &(0x7f0000001000)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf72, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = socket(0x40000000015, 0x5, 0x0)
readv(r1, &(0x7f00007af000)=[{&(0x7f0000454000)="", 0x0}, {&(0x7f00002c4000)="00", 0x1}], 0x2)
setsockopt$sock_int(0xffffffffffffffff, 0x1, 0x0, &(0x7f0000456000-0x4)=0x0, 0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_inet_SIOCRTMSG(r2, 0x890d, &(0x7f00004b9000-0x78)={0xfd6, {0x2, 0x1, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0x100000000001, 0x9, 0x5, 0x9, &(0x7f000045a000-0x10)=@common="69706451703005000900000000000200", 0x6, 0x7fff, 0x1})
ioctl$sock_SIOCINQ(r2, 0x541b, &(0x7f000030e000-0x4)=0x0)
ioctl$sock_inet_SIOCSIFNETMASK(r2, 0x891c, &(0x7f00002fd000-0x20)={@common="6c6f000d000000000000000000000000", @ifru_flags=0x2})
r3 = socket$inet(0x2, 0x8, 0x101)
connect$inet(r3, &(0x7f0000503000-0x10)={0x2, 0x3, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
socket$inet6_dccp(0xa, 0x6, 0x0)
r4 = bpf$PROG_LOAD(0x5, &(0x7f0000168000)={0x1, 0x2, &(0x7f0000ef3000)=[@generic={0x8db7, 0x0, 0x0, 0x2}, @generic={0xd395, 0x0, 0x0, 0x0}], &(0x7f0000b4d000)="737973654f00", 0x1, 0x80, &(0x7f000000a000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x0, 0x0}, 0x30)
setsockopt$inet_int(r2, 0x0, 0xd, &(0x7f000024a000-0x4)=0x3, 0x4)
socketpair$inet6_sctp(0xa, 0x2, 0x84, &(0x7f0000d8d000)={<r5=>0x0, <r6=>0x0})
getsockopt$inet_sctp6_SCTP_INITMSG(r5, 0x84, 0x2, &(0x7f0000dad000-0x8)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000b76000)=0x8)
ioctl$sock_kcm_SIOCKCMCLONE(r6, 0x89e2, &(0x7f00006f7000)={<r7=>r2})
accept4$ipx(r7, &(0x7f0000411000)={0x0, 0x0, 0x0, "000000000000", 0x0, 0x0}, &(0x7f0000010000-0x4)=0x10, 0x800)
syz_emit_ethernet(0x57, &(0x7f0000ea0000-0x57)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x86dd, @x25={0x3, 0x2, 0x1b, "946ab240ea0fb3d36717d1756e9900f30fb28f82febc5eef866b25ce4d0724a222ce31982d3a0e1242a27865211155e0be90af9fb62f9917686b5220c713d3a6805d3221b672"}}}}, 0x0)
getsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r4, 0x84, 0x12, &(0x7f00008d8000-0x4)=0x0, &(0x7f0000ec4000)=0x4)
socket(0x10, 0x800, 0x0)
socketpair(0x15, 0xfffffffffffffffd, 0x2, &(0x7f0000c1b000-0x8)={<r8=>0x0, 0x0})
bpf$BPF_GET_MAP_INFO(0xf, &(0x7f00005e4000)={r8, 0x18, &(0x7f00008b0000-0x18)={0x0, <r9=>0x0, 0x0, 0x0, 0x0, 0x0}}, 0x10)
bpf$BPF_MAP_GET_FD_BY_ID(0xe, &(0x7f0000a14000-0x4)=r9, 0x4)
bpf$BPF_MAP_GET_FD_BY_ID(0xe, &(0x7f0000ab7000)=r9, 0x4)
2017/12/08 15:39:27 executing program 0:
getsockopt$SO_PEERCRED(0xffffffffffffff9c, 0x1, 0x11, &(0x7f0000954000-0xc)={<r0=>0x0, 0x0, 0x0}, 0xc)
sched_rr_get_interval(r0, &(0x7f00000f7000)={0x0, 0x0})
mmap(&(0x7f0000000000/0x6000)=nil, 0x6000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = dup(0xffffffffffffffff)
bind$ipx(r1, &(0x7f0000005000)={0x4, 0x7, 0x0, "facd9cabe744", 0x7f, 0x0}, 0x10)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_buf(r1, 0x0, 0x2f, &(0x7f0000006000)="", 0x0)
waitid(0x0, 0x0, &(0x7f0000006000-0x4)={0x0, 0x0, 0x0, 0x0}, 0x0, &(0x7f0000005000-0x48)={{0x0, 0x0}, {0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
unshare(0x0)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = syz_open_dev$mice(&(0x7f0000006000)="2f6465762f696e7075742f6d69636500", 0x0, 0x20800)
mmap(&(0x7f0000007000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = inotify_add_watch(r2, &(0x7f0000007000)="2e2f66696c653000", 0x24000004)
inotify_rm_watch(r1, r3)
mmap(&(0x7f0000006000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$ALG_SET_KEY(r2, 0x117, 0x1, &(0x7f0000006000)="1cbbae01df0fea0207cb33123cf8ddf84cf28b78162b489e2bf18efcd59d01cdef9547c463ba0a18925988366f7e263752af6e418c3627e4bd5bb09fa4dbdb7845361f70da6ba99231ca3309d2b754994cd87e648dc820972f0af08f5330b08fd6cd394fa753d6b5aa78ae1b78caf53bd005a61b0eb8f16977dde70f24f6617a5d414c114d", 0x85)
2017/12/08 15:39:27 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_tcp_int(r0, 0x6, 0x13, &(0x7f0000d06000)=0x1, 0x4)
setsockopt$inet_tcp_int(r0, 0x6, 0x14, &(0x7f0000b96000)=0xfffffffffffffffe, 0x4)
bind$inet(r0, &(0x7f00001da000-0x10)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
sendto$inet(r0, &(0x7f0000589000-0x1)="", 0x0, 0x20000000, &(0x7f000033f000)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r1 = openat$selinux_status(0xffffffffffffff9c, &(0x7f0000dab000-0x10)="2f73656c696e75782f73746174757300", 0x0, 0x0)
getsockopt$inet_sctp_SCTP_LOCAL_AUTH_CHUNKS(0xffffffffffffff9c, 0x84, 0x1b, &(0x7f0000183000)={<r2=>0x0, 0x30, "5e227a5519c46e45e57f930ac28265ef4bc32559c9719586b78b1ef24ce7fa48f2b96fa17ed3ec046b89463e2475d739"}, &(0x7f00007e2000-0x4)=0x38)
setsockopt$inet_sctp6_SCTP_MAXSEG(r1, 0x84, 0xd, &(0x7f00001ef000)=@assoc_id=r2, 0x4)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(r0, 0x6, 0x1d, &(0x7f0000a73000)={0x0, 0x538, 0x6d0, 0x7fffffff, 0x0}, 0x14)
getsockopt$inet_tcp_TCP_REPAIR_WINDOW(r0, 0x6, 0x1d, &(0x7f0000ed6000-0x14)={0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000051000)=0x14)
sendto$inet(r0, &(0x7f00004b0000-0xa6)="50", 0x1, 0x0, &(0x7f0000469000-0x10)={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
openat$selinux_avc_cache_stats(0xffffffffffffff9c, &(0x7f0000ec0000-0x19)="2f73656c696e75782f6176632f63616368655f737461747300", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_procfs(0x0, &(0x7f0000892000)="6e65742f6e65746c696e6b00")
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x200000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x20000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
kexec_load(0x4, 0x1, &(0x7f0000667000-0x20)=[{&(0x7f0000351000)="c3510f594e39eb6341a2e97ce22f96d5d34d1705bc2a7d31f9d466cf6a489a97c13f8a30d2d68220cb309a8ce68cfb41705aa0f9cc6f132efa6fc97ca154ac86eccd7fdd9c970c311061e790f920efe7c8056d99fbcdafee0b982c6e02091813f49b4610fae1cd5249db0b2075", 0x6d, 0x9, 0x1ff}], 0x2)
ioctl$SNDRV_SEQ_IOCTL_SET_PORT_INFO(0xffffffffffffffff, 0x40a45323, &(0x7f0000000000)={{0x20000008, 0xfffffffffffffffd}, "700200000000003c0000000800000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000008", 0x8000087, 0x0, 0x49ab, 0x200ff9, 0x1, 0x3, 0x36, 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, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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 = openat$kvm(0xffffffffffffff9c, &(0x7f0000001000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
socketpair$inet(0x2, 0x6, 0x0, &(0x7f0000c5f000-0x8)={0x0, 0x0})
r5 = ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x4000000000)
ioctl$KVM_REGISTER_COALESCED_MMIO(r4, 0x4010ae67, &(0x7f0000a1c000)={0x0, 0x14000, 0x0})
setsockopt$inet6_dccp_int(r5, 0x21, 0x10, &(0x7f000012f000-0x4)=0x20, 0x4)
ioctl$KVM_SET_USER_MEMORY_REGION(r4, 0x4020ae46, &(0x7f0000001000)={0x10005, 0x3, 0x0, 0x2000, &(0x7f0000000000/0x2000)=nil})
ioctl$KVM_SMI(r5, 0xaeb7)
ioctl$KVM_RUN(r5, 0xae80, 0x0)
ioctl$KVM_RUN(r5, 0xae80, 0x0)
2017/12/08 15:39:27 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$kvm(0xffffffffffffff9c, &(0x7f000081a000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r1 = ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
getresgid(&(0x7f0000859000)=0x0, &(0x7f00002fb000-0x4)=0x0, &(0x7f0000813000-0x4)=0x0)
setresgid(0x0, 0x0, 0x0)
r2 = ioctl$KVM_CREATE_VCPU(r1, 0xae41, 0x0)
r3 = syz_open_dev$sg(&(0x7f000021c000-0x9)="2f6465762f73672300", 0x0, 0x0)
ioctl$KVM_CREATE_VCPU(r1, 0xae41, 0x2)
fstatfs(0xffffffffffffffff, &(0x7f000039b000-0x5f)="")
ioctl$KDSETMODE(r3, 0x4b3a, 0x103)
ioctl$KVM_SET_CPUID2(r2, 0x4008ae90, &(0x7f0000e5b000-0x148)={0x8, 0x0, [{0x8000000a, 0xffffffffffffff59, 0x1, 0x7fff, 0x0, 0x100, 0x80000001, [0x0, 0x0, 0x0]}, {0x0, 0x3ff, 0x4, 0x7c, 0x8001, 0x3f, 0x3, [0x0, 0x0, 0x0]}, {0x0, 0x4, 0x2, 0x5, 0xc89, 0xfffffffffffffffb, 0xa2, [0x0, 0x0, 0x0]}, {0x4, 0x6, 0x5, 0x3ff, 0x1, 0x6, 0x1bc0000000000, [0x0, 0x0, 0x0]}, {0x4000000f, 0x5e49, 0x5, 0x42, 0x8, 0x1, 0x4, [0x0, 0x0, 0x0]}, {0x8000000f, 0x0, 0x5, 0x100000000, 0xffffffffffffffe0, 0x11bb000000000000, 0x9, [0x0, 0x0, 0x0]}, {0xd, 0x9, 0x1, 0x7f, 0x9, 0x3ff, 0x9bf, [0x0, 0x0, 0x0]}, {0xc000000f, 0xc6, 0x2, 0xffffffffffff0001, 0x7, 0xff, 0x1, [0x0, 0x0, 0x0]}]})
ioctl$KVM_SET_SREGS(r2, 0x4138ae84, &(0x7f0000ef2000)={{0x5001, 0x4, 0x0, 0x3ff, 0x2, 0x6, 0x2, 0x100000000, 0x4, 0x7fffffff, 0x5f10, 0x4, 0x0}, {0x2000, 0x2000, 0xc, 0x3, 0x5, 0x6, 0xe4, 0x80000000, 0x5, 0x2, 0x8001, 0x1efa5306, 0x0}, {0x10000, 0x1, 0x10, 0x6, 0x400, 0xbcd0000000000000, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0}, {0x10000, 0xf000, 0x1b, 0xffff, 0x9e4, 0x200, 0x8, 0x1, 0x95d5, 0x101, 0x7, 0x7, 0x0}, {0x4, 0x3001, 0x0, 0x8, 0x4, 0x4, 0x5, 0x7, 0x3, 0x8, 0x1, 0x761f, 0x0}, {0x4, 0xf000, 0xa, 0x4, 0x2, 0x1, 0x9, 0x3, 0xfffffffffffffffd, 0xfffffffffffffff8, 0x6, 0x80000001, 0x0}, {0x0, 0xf000, 0xc, 0x7, 0xfffffffffffffffa, 0x800, 0xfffffffffffffffe, 0x9, 0x5, 0xff, 0x6, 0x8, 0x0}, {0x0, 0xf000, 0xf, 0x80000001, 0x100, 0x6, 0x1f, 0x1, 0x3, 0x80000000, 0x3, 0x400, 0x0}, {0xf004, 0xf000, [0x0, 0x0, 0x0]}, {0xd002, 0x2, [0x0, 0x0, 0x0]}, 0xa0000008, 0x0, 0x10f000, 0x400, 0xd, 0xd01, 0x5000, [0x96, 0x1, 0x401, 0x8000]})
ioctl$KVM_CREATE_VM(r0, 0xae01, 0x0)
2017/12/08 15:39:27 executing program 6:
mmap(&(0x7f0000000000/0xea0000)=nil, 0xea0000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000ea0000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockname(0xffffffffffffffff, &(0x7f0000b36000-0x6)=@hci={0x0, 0x0, 0x0}, &(0x7f0000ea0000)=0x6)
fcntl$setstatus(0xffffffffffffffff, 0x4, 0x4000)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8000000, 0xdd, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
getpeername$unix(0xffffffffffffffff, &(0x7f0000933000)=@abs={0x0, 0x0, 0x0}, &(0x7f00003d2000-0x4)=0x8)
accept4(r0, 0x0, &(0x7f00004cd000)=0x0, 0x80001)
r1 = openat(0xffffffffffffffff, &(0x7f0000893000)="2e2f66696c653000", 0x40083, 0x0)
setsockopt$inet_sctp6_SCTP_AUTH_CHUNK(r1, 0x84, 0x15, &(0x7f000049b000)={0x3}, 0x1)
r2 = perf_event_open(&(0x7f0000fb8000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
openat(0xffffffffffffff9c, &(0x7f0000566000-0x8)="2e2f66696c653000", 0x840, 0xc2)
setsockopt$inet6_buf(r2, 0x29, 0x28, &(0x7f0000039000)="b2000000002ee5c2b03600000000000090be6d8dd3d64541e9b95902f8cb5a1ae7fa", 0x22)
r3 = syz_open_procfs(0x0, &(0x7f00002fe000)="6e65742f69705f7461626c65735f6d61746368657300")
preadv(r3, &(0x7f0000008000)=[{&(0x7f0000007000)="00", 0x1}], 0x1, 0x0)
readv(r3, &(0x7f0000e1f000-0x20)=[{&(0x7f0000c75000-0x22)="00000000000000000000000000000000000000000000000000000000000000000000", 0x22}, {&(0x7f0000100000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000}], 0x2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mkdir(&(0x7f0000018000-0xa)="2e2f636f6e74726f6c00", 0x0)
r4 = open(&(0x7f000003e000-0xa)="2e2f636f6e74726f6c00", 0x0, 0x0)
mknodat(r4, &(0x7f0000009000-0xa)="2e2f636f6e74726f6c00", 0xc003, 0x0)
faccessat(r4, &(0x7f000003b000)="2e2f636f6e74726f6c00", 0x2, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_NUMBER(r3, 0x84, 0x1c, &(0x7f0000ac4000)=0x0, &(0x7f0000bd5000-0x4)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_icmp_raw(0xa, 0x3, 0x3a, &(0x7f0000000000)={0x0, 0x0})
socket$inet(0x2, 0x3, 0x2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = epoll_create(0x10000)
fcntl$notify(r5, 0x10, 0x80000004)
timerfd_create(0x7, 0x80000)
2017/12/08 15:39:27 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
connect$ax25(0xffffffffffffffff, &(0x7f0000859000)={0x3, {"645b3df35d4ef8"}, 0x5}, 0x10)
r0 = epoll_create(0x7)
fcntl$getownex(r0, 0x10, &(0x7f000000d000)={0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0xfffffffffffffffc)
r1 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$SO_BINDTODEVICE(0xffffffffffffffff, 0x1, 0x19, &(0x7f0000f07000-0x10)=@generic="a611556d8c66ba8502d132d030f05eb8", 0x10)
connect$inet6(r1, &(0x7f00009e2000)={0xa, 0x2, 0x1000000000020009, @loopback={0x0, 0x1}, 0x3bd}, 0x1c)
getsockopt$inet6_int(r1, 0x29, 0x50, &(0x7f0000434000)=0x0, &(0x7f00006a0000)=0x4)
bind$inet6(r1, &(0x7f00008d4000-0x1c)={0xa, 0x1, 0x7fff, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3}, 0x1c)
listen(r1, 0x8000000000000000)
syz_emit_ethernet(0x72, &(0x7f0000001000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="de895db1468d", [], {{0x86dd, @ipv6={0x0, 0x6, "a228af", 0x3c, 0x6, 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}, {[], @tcp={{0x0, 0x1, 0x42424242, 0x42424242, 0x0, 0x0, 0xf, 0x2, 0x0, 0x0, 0x7, {[@mss={0x2, 0x4, 0x6}, @sack={0x5, 0x1a, [0x8000100000000, 0x100000000, 0x1, 0x27d, 0x7, 0x101]}, @sack={0x5, 0xa, [0x7f, 0x3]}]}}, {""}}}}}}}, 0x0)
syz_extract_tcp_res(&(0x7f0000f82000)={0x42424242, 0x42424242}, 0x5, 0x2000000000)
r2 = dup(r1)
link(&(0x7f0000b35000-0x8)="2e2f66696c653000", &(0x7f0000fa6000-0x8)="2e2f66696c653000")
perf_event_open(&(0x7f000002f000-0x78)={0x1, 0x78, 0x5, 0x0, 0xd705, 0x0, 0x0, 0x2, 0x40040, 0x8, 0xd30, 0x0, 0x80000000000, 0x0, 0x0, 0xffffffffdffffffd, 0x2000000000, 0x0, 0x0, 0x0, 0xdda, 0x0, 0x0, 0x4, 0x40000, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x4000000008)
syncfs(r0)
r3 = socket$netlink(0x10, 0x3, 0x0)
setsockopt$inet_tcp_TCP_REPAIR_WINDOW(0xffffffffffffffff, 0x6, 0x1d, &(0x7f000021d000-0x14)={0x1000000000005, 0x8487, 0x4, 0x979, 0x0}, 0x14)
writev(r3, &(0x7f0000d18000-0x10)=[{&(0x7f000030f000-0x2c)="2900000021001980013d7524000a00080200001600000000200000000900130000000000080249cbe0c890bc", 0x2c}], 0x1)
fadvise64(r1, 0x0, 0x401, 0xf0f8482defb872d)
r4 = dup2(r3, r2)
r5 = syz_open_dev$usbmon(&(0x7f0000c6f000)="2f6465762f7573626d6f6e2300", 0xfffffffffffffff8, 0x400080)
r6 = openat(0xffffffffffffff9c, &(0x7f0000cd8000-0x8)="2e2f66696c653000", 0x400, 0x90)
ioctl$KVM_DEASSIGN_DEV_IRQ(r4, 0x4040ae75, &(0x7f00000fd000-0x10)={0xfffffffffffffffa, 0x100000001, 0x2000000000008, 0x2fd})
getsockopt$inet_sctp6_SCTP_DISABLE_FRAGMENTS(r4, 0x84, 0x8, &(0x7f0000947000-0x4)=0x0, &(0x7f000087e000-0x4)=0x4)
ioctl$TIOCLINUX5(r5, 0x541c, &(0x7f000015b000-0x28)={0x5, 0x3, 0x9, 0x45, 0x9})
getsockopt$inet_dccp_int(r6, 0x21, 0x1, &(0x7f0000738000)=0x0, &(0x7f00004e2000+0x31e)=0x4)
syz_emit_ethernet(0x14b4, &(0x7f0000974000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @random="de895db1468d", [{[], {0x8100, 0x3, 0x1, 0x6}}], {{0x2000086dd, @ipv6={0x0, 0x6, "a228af", 0x147a, 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}, {[], @icmpv6=@param_prob={0x4, 0x3, 0x0, 0xffff, {0xa2, 0x6, "36a0b1", 0x81, 0x3e, 0x6, @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]}, [@hopopts={0x3e, 0x64, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [{0xff, 0x0, ""}, {0x0, 0xc9, "9d20e12dd437ccbaec331e8e664dc68a2ce37cef7af3616436653078e0c72ad82f7b4f0f640499121417bc67d55e9f75e553dbe3f4e66f18772a0fee2364119238d00d6d5b513945bbd36b0ed1b67bfdcc0d4ef0254e1f4a692d9a48ac63a6ca43a6151c703dffc0ee7b5cd62dac325f49eb986671ad078a68120061b325b249d9f86262a0958c0d404b3e08c8df307974e3f10fd1c9b3b4e13a2dbc0689c1242cb97022e63fd58f45afb67930b61d7ccb5182a589d2db329d0db48cc1ea4a8521a222b9a182c23753"}, {0x0, 0xf9, "973ab76c9d55dc856eb0696e6f6f73c3b8148705b686387fe2a0cb4967eabb26e9ce5f97f6bfbde1f755c33b5829c0a598256be83bca29ccc001c3f5667ef02d29a07b7525c0f22cced4b4de214bf67774a0f25b5bfbfb2c790b6830803aa95a5245f26c13119566128737c6be02dcf2d23bc49b8c523bbfabb7dae026040c6fd063ffbedc1e7cb85ec35cbac40f10696a299c355270aa6a9a33c9f88eca1549ef0b50cd698c785fb6bf213cd7327347626e5c7a55ce1ffcae52b203ff7538346ba770468856edfd928c9b9ee19388b10cfb006e740b29e03321c20069b8ac88fe3df7f087245f6db167677424c5249eb9f4490275aef66f0a"}, {0x1, 0xec, "fce41d7ef077bf97fe1f62e440bc671a1e4e754416cd136136f88c4525011d392a3de8ec29e222e4ee31d42b9174c6f60c15a640c9f1a1132f6fec46118fd29fca5db98b0c624893cea2e15c9135c5b3ff9d8b9efb5fc378fa698aec49bcda010a2ce39763b60b90448d6219bd1a1666853935bc689cb06260c40f107d5ba7dc8478079ef15b0a389d65dda682ffc02a35ad396d83e0ecb15649734af67b492b5cd6f4960d1924cd640ccfd199fa706e913f221e87a0ddcd911271cbd7dea3ac9012bc47c1385d4ab58e14267cc1f122d949c7a4777db4e3a826424d5f06acb24903afd9084e5e9959492b9c"}, {0xff, 0x52, "42e30c0df8615e2d9fe3c34b517156fe03dfe269e75bfdf972f36a207412ae2df67652da602c8b2ca32f7fc430f94ec8e92707dce42ae9ac6d8052bd24c3ec6215a699050824c3c019db47eef7ac2a927292"}, {0xff, 0x15, "e3da2e2f1ce91590da3427c2d0cead96d8420a98b5"}]}, @dstopts={0x7f, 0x2, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [{0x7, 0xf, "262e2e632505d28c6f0794535e5b6d"}]}, @dstopts={0x2, 0x214, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], [{0x0, 0x1d, "9e73862c2533055e67a19ce87eb0575e4eb4e3a9a1dedd251d282917c6"}, {0xff, 0x1000, "f9dd183701193419c9e385148a9ab17233a49aa99196e1809f624e81e34e8a99096045ee06a2c5fe92a9adc663549c309c06e99f082416bd1cb32d4b0e5bbf0904f47df594dd275e5f0b5ea20f4c998557181e4fdbbaf5be99d3c55a7d35b188e30a4fac76f2e058a97d569e3cfea8c75ebf18c84110124de1064ac8589b1306c55e0b6e6ee90a69acc12959052ebe6476d52b288eff0d1295661edc7507fa8d9af0ec0c4715b21879a894d352edc61b0978751af18fdcee1d22daee0f1efaeb9789ae3ef478f2568bacb06b4dbffe2a75e452bfa3291b12e833afd186f5728bdd2f9d2b621e754fc53ba8abd5cfc0f3d6e6baf8d6619c7e4ee3fd4a14a6219b48681167e40319d16c8668da9dfdf959ad5bf7d552177fba52fea0edb13bfc123642b41704387265f9a6003fdced8727ffe607c8eec7cdfaaccb1731a64f06f2790f51e01a514f7294114a3a6433282316d3c516ef054bb89e812ae542ec1a2a97c9e3f52d7f6786d1561b8792db7f6617f830cc6e6715b9a27021ce1cf1e250eda10d78ceeec35c5191e05317b7346c50f0fa5acbb70027bbfe030d66122720c3a3740eebd9517e68936afebedfee568b9463df77688ac5c7a79f0a252c4ef3a6351ca59ab6bfd53de50c02f6ec0325d444f72e90b19db542eec1570553c822ee35fe2d079120c73c7aa5411d1e20589680b9f1f17eb30065a816d7daf2b8d684b01be2baa6304915262508e2c9461f04625b6c200f51dd94aef106f4da41087fdc8a5afa57ea0c295a92f44b0ca840695015ffed89a0f4829719876c02208c866687a4b16d772559fb7ffbda472ee31797377bf8e191f2430bf83ca3795321002e0bc62f241e149c2396b47ff45e4dce3172758b0fff07e91fd7fed51c7589c75de7376e3466a7634f368523b8217e57d740159ce4ace00f7fdcefaed6c13860cde58f37f216603319a1125aff977e38e1f350c9e198ea522eeee8346f68d261db41d9d257c033421e45dc09cef4acb2befd5eb6ad04a1dc87ae649d09f3c883dfb365189b1b49776c47c686c3b73ef71a5e8c2c14a3b62e5b561a4918abbb49828d0007a4972ca9f97b69c5a10dc14ffacb0d7196944e6cf0143526dcb4dda8b2a050e51366dd8a45193fc6f305b6edd19b2d841669d23fd92b19e9bd978670077c771e62d9652f2b42ef572df5f773415f5e064debc508564594a1fce3774b29ff1b7e11b2fe79ace5963a9cd3017df8035ddeaede71123d1047ef7c069490824977aefe74f8aee95fb3eb5d447470cf25d5fe3c2e13737b81ddd429ab9b8ea8b75b67ec5740f15ab94122d7fad70c26e4d59483abb4e15dfee4fe74292f481cd721d0316769406db580c3b4d67fca92a7af41e71163a464ec61cdeb1fe14ebf36cc4c79095532bcdac51cd27643b87e3a7e1d18c3d6487b7aaed9ade37be26c2849667e920c4a985915f9376e374fad62046992695fd34804a1951395b4f76b9f65c4306cd23378f20b2129018922a0e1310282c9a8cb4b9c1e928f16f3ecebffa3bfa5dda64ce51a493709162e0729f86df6d1633e0e46021de210037aa78f231904369700eb2d5e275de71be8d9a7951f2bd0ee46ac6ab3da707ba552dd0752fdb5c8bb08cba5315c5498bd70e5a58236014ff3f790c871cbb50ce9cadbf773d6437661880ef3765b25030cc333c523b03cf8de9a4bea975dbb75f8fa0517ec13f9b39848d778117ed95cc2f860bb926330cf385089176b8a9c393d9ddcb1c916e3a88f75b3dae90f1aef6a76b88ed5d3b0f95919d40fab899cdd0bd7119e0d72703379f6f0ea8dd4ae702b1c5dd6bcf22bfe68e53a38808e856109d0129086345c2ac5ac7d19240d6f89c04773f5c95513c8d24859e1dd8f1415f28569d505f9cd1ecc4015131222e24ace0d0d4a772cb7625b0c01a3ff6461e3c45fb0942a00128dfd0c3889afc7beefd15374739d95b0998404f10063850412c5c49a7af87b3291ae788cc6a979ce753292247935d6131f9afae1f7bf1a1aec1f2d78611ca099dbb52223d3b8c8f9ab035d0b3a5679242e3b6ade53871857087a58ec32e0a2c1eff757473180d1f98e7676f20875cbc2d825ab85e8bf01fbe0f1527aa9324061a5c8e73ae8cb57e8e1aead6c0287c85212bc02f034b7be39c58af81e70ea3cbf08394b738e51cd6096b417fdf573a2f51be75a53efce8c49d89f743835f78d239368a952efb944425be1d462b940c81c6e8d69116a7af2f98e6b0e07aac116cf1c1e040434a7f9618a59ab03a453231290f415bb8fc2ebd0c5c5b07a3694ddaa4a6fa6a45bb8f99bd01a140c129993927becd1543c2a45db53a3c9be14d961c51c6bb87ce30b85af069ce8647cabfbfefb3a79c428e43c09e4691e7d241cf47bf1c5e7dffc40f724301a265671cf1271fc1ac36925f09ad8fd26aaec2f535bb0bc2f26973d7be40073f0540082510c72b036a3c2fa0cf04c9fe1547e45062a937de1f051b645149ab950d6f7fddf3490549d58afacb48163d2ab89a5e0d9ca3eb39acaf56690dcc24688bdbe422127359ea285350aeb0c435991ba2eea096d558e63bfd3656ea7e90cd0002fcb98285c5ce3f1c1bd7a567e7ff9bd852ccf2371abe34044fb7a94e16305249ddd7d72102935f313b0be44d76d616a491016c4578b87e5ff4964705cfce123863629bfdc122fa9df25e93e5ba5a02ca59347f6bd58276aea79499acf9b9b17be8869ec2a9865c59a5a731f9aa18b06bd69767919ca3c4f8dd74bc786d7f17768f550d457d7fec78bdf60a1dae990cbbb8171e1a06f08524c18edaf89aa509b1e8ac403f434c02027fbc380f7c5378bcef8fd849d2029c2696c74da657e3106cdb31c1a492e78c2e810d16000b9e6c838149d780f4577c02b6775ad2c662fb7c3fb59fdf97a1e791e7c7fe8e53c9e74ef9fe5e2162cf6eab6b5dce59bbad084c2a3b5cc467b39e9a893676a88db5e4baa610cfacd25441eda8c1462372c2d66bf0df421362daed375fbb9b35a6c5c249588193c7a4974a982647d1eda8b845f60bdb30cdf3ee6dbd5ced5ad48fc701a587ec34c5244bc8299986a2b993c7902e6e55c63644ac239d4646c43293aaaa3c1809f3908499c69f94153d5aaf34d8eaa118d880a0ee0f7df4fc21b8c4c886badfcd2fa1ec67ea32243d9fc72f5fe9cdd5414035d8d405d8e775dc9032d740faff7eb8a2060ed3d043280728694ad9b0879f3fb80d79aeeeb4ea87dbece9daf2be9a8970c0f1658be2808f6901adf3d3908270f752908e0e61c014eaa53111ce6175609ba28a1b5b69a617f5bd6909ef641ab57934ccfb8e4c2a528847d0e4ec9c9ce494a276c8ba0eda70123d8b256488a969c4e6a7ef3cb8e0d7834e2b5d24699d733d5d0f8a33a05d87cf9e2291a66b6af4fdb1dceaab46d71c0786b45b3496a2b099a43feba414375bfb919fc9fe6f0a620a936367d3f13efe8ab93faff2fb609cd0e478b06344ef94ea62e5f48813ef2af623e3cb019b7852a420c5e969fc0d5e41491f3df4143bf1f176e6f0fa2d6bcaf0d4e705dc80b8235a11222a330254ad15c85f72ad7d8122c659f44339819e316228525879777511a14129a6b057ef30dc6bc2727c536152e54b04505a47bbd006f0bd6a1371fcae3e021e69abeabe9c77f7e7c55f9d4cc8bf9fbee2fa6aa1b4b3e7b49c8b17a1b594492625f97f3c54878bd0e3925599d0ba7b684db02e5e41877c2ea549b724da7bb0aa1ea6be602a6e1c62aa95b403b3ade649979cea097d0adf34a1620b9edbdb9985619b94b99c67bd107856090530d7b48f00857fe377284d42ca74da8aefd9a1864a601f2ea7346ed55100954762614d8f9ba0c23d840fabc1b0102ee0153ba0352f4d09b7b6cf9d7e7bf1597d660b6c66bbf5452cdb523fb6dc9ad17f1081b8789c78d66230ff4c9d009f633371b721b1508898c88af1c1ebecb8f441b3b670f4306b33752ec5fbeef1fc8eb4cfc0e61a1447d9207fd1ba6b406768852a27adc1cf3027776dcc6edaef9e5111b3cd8debec4efd2af4655c0dc0bcd569dcfb96d0a9d2692343bab2bb84dfa31eda2edf22d6ad98bef462013abf988cdd65bda4465afc5ab7df1288d1aa97ca468dec29b47dbf292f578cfeaa711c65d8ee68def807f9024aa51f94fa901b1823849944a364d5a65a32d124b8aec4806b9d78a8997bad22547819af05fcd95f4aad1d64d6fad30978e39dec4e1209f17ccaa09c9ab4053e457ae11f2605507da6afa36e41eb9ab7fea568ac7819c2d86584fccfc79b429805b67f922b5ae0c23d6ab2217266fb83387cd452a46101ce51be3af6c1b44be935996f6a824f2198992c269c657c444a5e7b42a9c6f09d74e158e086cf8400552771c8f0f86f54936a76911e9ebbfcabf26832a364a77056746bd4efa82eee93aa40bcb4cebb3e3df83026ffea0a2b60aa856c0d1b24fc54c4b02b4875e33e8cc98b502473a71309efb2b0c204a092a82abedfcfe2f52c846874900a8360686dc5a75f64c3fa0e592e888e17b1f272aab6fe8cc43175a7bccdb7ddbf6a9ce4120ad1cea2184af45e511618e0e65999fb73ebf448444fb3fe39c65db7837da93333d7000096e3c60db51ab0fa34379e1eab505a15b09810ff59823938dfdd80445456528914de22c8093d397bc05d0b261f2df3c26c90357bb2171c386be2861a3a7cdbb9a3b5065930c2fbba927276896d4545311aa26e01bdd4cc6bbbb2860c012e08c125b84a0aeaecc54742c4d93d2089a17fcd8330c3a3fc2f19ab17926edce1b4cfa4041aa3c83b8d964030c7a71e9c12989177af8ff1aea11b30454da09f60815b0f17b3b11485a6455ccdbc5efc9b45bb64db1f98240760728134d81a05f72daaaf81463e4835f27be6c25d83623af35d2570cf78262a2f5eb1946b95ee71b148591118c686ec970096082593166cd2f961b0d7c1b41eca5f3bd2a451da8664c5f2dc19fa7c25f0123542a6d88ac0d5aa71a3499efc1df9b8f23d39d8b3cae544b5cba03483e2c6dc9da583da87258b0b27d95e8e5581e5d2f76d7f6fae28cd09bf35ef7018cf8be3234efbff0dd86919cbada67323e15f966e97b0cbf44e547b467b1014b161330e47466a74a179da80dae880bf8fd7ac9ce2856ceee3a01bccdabe557e3e561da180a6aadadbb1446930b5d26c51f3224f4a9c2a0d408e0694d7c31048ac184b1697848fac2be21a584b9c9c9519f51c75c96d22e3c0c59c3e1ac97e8a0ec5260f3e8de0da72489a92521fd7ba9a2d25aaaac56607d41effc20863aec7a84d2a0968ed05062b5a8edc7d5565dd86a2250cf3d494ef2e669156a074cab78464d0cf0fde8adf00ba4657cb2f60826f1c2083729db07c8fea2599a48ffc78277a25bbab74d7f0d7409f26ba6d786dfc61a2217981c78eac45c7a3561c37afa47e62cc2c8168f34b927111496324194676871f60dc722fd60dd8fffd91bb5b9dd4db83ce0ca65c1c4e640503577a6996ea9a02dbc79abedaf3f2ef5efdb099fcc9537ce9fdbb7c1ce772785d002a07954a9e899406c0d557b76af81e470f033f5dbdb4c1c115974285cf113745c4ce1d6873f6c91d8090ca34a3300095977781df4c5f3aa29a437d723569c15b8d12863deed126c0ecbdbc37184e967cb39fe627c365db626c7493e6a79149b7e3906659685a4ea68d9476acb58de421067a632ce781daa033918a64220621c00cfecee4e76203e7e880c63e64e5d9015db8b861880755d02112a783375b1a73f822a246d8e750071"}, {0xff, 0x7d, "3340f5a837248399f14ddfb8f4f39643dedebbe6edd9eaed0d34379b06863ed636da03f4688bc5217a50ce0abb85aa34730b779978dcdb107e56a26f18329c0b39c0e4c6dc727a86f9211e4660f2ac8bd8c161bd29c4ada696d5994e9f121ae4c8042d7113dc1d88005deadb0d136a5c4ba22e48ef42c5c728d19d596f"}]}], "c576a862f4076cb4d3392221a94b58e289145275f3e6c2ed497918df3993f001816d9cb78a3ef6f77c19bc87ef09048f468e9159318670df1f57facf29a8b8f5459f09fb8a1600fdede42b97690f5011a70c6107f7f92b0fef"}}}}}}}, 0x0)
name_to_handle_at(r2, &(0x7f00001da000-0x8)="2e2f66696c653000", &(0x7f0000630000)={0xf6, 0x1, "0a573a626660dba11aac925d7826788b97632a67aaa9398bb4037c53276dbfd2a16193c62bd5fa4f7e41947b4b2c16b31dc5e44d1fb88349d0f275bb06d2b83802ef06aecedc1a9a58c473835783dde0bd1cbe2475e4467fa9c3e174e9b01a08b13f21f92f10fa81c13e1796437601a7026c049d3ca72ef9e0c78877e0a848941cb4f00dfaddd8b56bbd46681372691f0caecec5d96fb4e6d01cb32acb55817fa6fd4bcb1debe596c70fc64b7d4047d30988cd85904a46cce3cb184e6aa7b17f813d04a978a0fa3f4553b7a7776eaf2deaa20937ebf6a18d54ae4a7c55185542e4a55eb768562e7c109d64f64da0"}, &(0x7f0000f4d000)=0x0, 0x1000)
2017/12/08 15:39:27 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x6, 0x0)
r1 = socket$inet6(0xa, 0x803, 0x6)
ioctl$sock_kcm_SIOCKCMCLONE(0xffffffffffffffff, 0x89e2, &(0x7f0000a8c000)={<r2=>r1})
getsockopt$inet_sctp6_SCTP_RESET_STREAMS(r0, 0x84, 0x77, &(0x7f00001b1000)={<r3=>0x0, 0x84f2}, &(0x7f0000150000)=0x8)
getsockopt$inet_sctp_SCTP_PEER_ADDR_THLDS(r2, 0x84, 0x1f, &(0x7f00002b2000-0x98)={<r4=>r3, @in6={{0xa, 0x0, 0x5, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x5}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0, 0xfffffffffffffff8}, &(0x7f000041a000)=0x98)
bind$inet6(r0, &(0x7f0000276000)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
r5 = fcntl$dupfd(r0, 0x406, r1)
ioctl$EVIOCGABS20(r5, 0x80184560, &(0x7f00004ae000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
listen(r0, 0x9f18)
r6 = socket$inet6(0xa, 0x806, 0x0)
setsockopt$inet6_int(r6, 0x29, 0x38, &(0x7f0000dc4000-0x4)=0xffffffffffff1f2d, 0x4)
connect$inet6(r6, &(0x7f0000141000-0x1c)={0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x1c)
r7 = openat$selinux_context(0xffffffffffffff9c, &(0x7f0000cf4000-0x11)="2f73656c696e75782f636f6e7465787400", 0x2, 0x0)
setsockopt$inet6_tcp_TCP_REPAIR_WINDOW(r6, 0x6, 0x1d, &(0x7f00008c5000)={0xfffffffffffffff9, 0x1, 0x1dd, 0x3f, 0x5}, 0x14)
getsockopt$inet_udp_int(r7, 0x11, 0x1, &(0x7f0000ace000-0x4)=0x0, &(0x7f00005e5000-0x4)=0x4)
ioctl$DRM_IOCTL_AGP_ENABLE(r7, 0x40046432, &(0x7f000005c000-0x4)=0x0)
ioctl$GIO_FONT(r7, 0x4b60, &(0x7f0000398000-0xf1)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
getsockopt$SO_PEERCRED(r6, 0x1, 0x11, &(0x7f0000f04000)={<r8=>0x0, 0x0, 0x0}, 0xc)
ptrace$getenv(0x4201, r8, 0x9, &(0x7f0000d48000)=0x0)
ioctl$KVM_GET_IRQCHIP(r7, 0xc208ae62, &(0x7f000039e000-0xd8)=@pic={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getsockopt$inet_sctp6_SCTP_PEER_ADDR_PARAMS(r6, 0x84, 0x9, &(0x7f0000eba000-0xa0)={r4, @in6={{0xa, 0x0, 0xffffffffffffff00, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x4}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1, 0x2, 0x4, 0x9d6, 0x2a}, &(0x7f00001ff000)=0xa0)
socket(0x11, 0x4, 0x44f8)
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000474000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = socket(0x10, 0x802, 0x80)
socketpair$unix(0x1, 0x5, 0x0, &(0x7f000003a000-0x8)={0xffffffffffffffff, <r1=>0xffffffffffffffff})
close(0xffffffffffffffff)
getsockopt$inet_sctp_SCTP_DEFAULT_PRINFO(r0, 0x84, 0x72, &(0x7f0000580000)={<r2=>0x0, 0x5, 0x30}, &(0x7f0000d78000)=0xc)
r3 = request_key(&(0x7f000099b000-0xb)="6173796d6d657472696300", &(0x7f0000ae1000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f000097c000)="e921296d696d655f747970652700", 0xfffffffffffffff8)
add_key$user(&(0x7f0000030000-0x5)="7573657200", &(0x7f00006aa000-0x5)={0x73, 0x79, 0x7a, 0x2, 0x0}, &(0x7f00006e5000-0x1000)="24cb32b4615e8a81b057efa5ace5ca7174a0c8fce11973f8eeadeba9539b97cf8856c31776b1f72b3e5ca7cd7f50525fbe2580028b977295627c60abc5ceaf89b706960b24b4f5c49450f1ca0aaa520b21bb718894b617c15137fcabb70e1e3ca432dc61d90969a14c24ade9c05b2942b30bbfb8b8a0db5258bff2d05f1cba8e77dd018d7fcb1b21264a87f4b483bd5d5e2d736d81421c377c5c2c57ca68e1dc76b72b87438fed31e85c21efed949a6417c3cc139d2fcca68a4c4f3d44fa2eb42ad3a8d7376b4c6a03bfba1a63680cd2fc626298c6a12dcf3a866dee2ba3d1aa3a12e2eb856e30f32a740c8d2f72efe4badec53d5b69b00a5ed4de9fadd2779aa4c7a2fa83b698fdc109d60d66259258445c6f90631bf4b26253a7ac011d1e412cb2ad2db93da0b871041d6e4af386146cb71097f534a47ae33a81f09687b0b2a5794f64b2d9a3a3fa23168e2bfaab48369087d0026567c69de77c0a82d37e0977815ce5d5a294d1cc108acf700a76d0a0ecdc33901515832dff31d2977f2d190c5971d1b69850f0c1827d69b79bd3efccf34b74d1d41e72d735ff2b5df31af230f026649b47302d39d07febe9227036108df40c4ffcf620833ae80223add976b94c9b622683d83ba5302a3792e02efa9f349e5d6834abbff552feee348ba5a48ffb5628c0cca56d5ed50bae06cd14f0b74a1b83a4766306746dc5f9f58722a3a5ce665dcec1f4052d8333b1f12cd4c1a9d7d57f5909dd6bf5027e771685379e049ed1db9c943dbcc5b6d1809ff3ea395626de7f42e1c0d939d7f0def69f2f68fe1cd734bc33d45e92567367762e4e99c909d373d2598b7dea33cb14123248d0146844e82e8de7181e8c8d29f04c44f3a9407d3dff499b837eb8b9de6a07d9fe27630353e4884053dfd4cdb123e9deeb3f8c5cfd69282db26d222e423866258bf562ff6f29c798b3c2c8ff0ad5affe3baea278ba1ab2098165357c37fa075f1569ecefce15b99e43443023a95e4def8d827904540202d631fb98018a544c6fa5d8a1c21d298356d2097d47b371f1e904d20269d86bdd0421c98b2cd617e7a98aa7e2d15f1391a84b62955cb38d90ec3a6771e1038d9b687f527cc178ab1fe0ff9551af0ceaa674e02aaf1ce1df225733006736977cc964774233a4fc23719d244c391164ee72d5ea4e46642050e683e947c359339d6d3e333271f52039eec9f3606c0357296a564d87c041323aa48b8d2d83f9a7032240496cc5398e470f8d71a6576d377a9f020d889b2604d1f11c46b537fbf9878903248d61c56338d39b83658ef10ed60ccc28d584b0593ce4af5b1b7d3201d5918d369a3ed382dd54b876bc0a874e5dae84d692f005ec4170d8ff01462080e32a3dcb427603ba288b66fbe6f34abbec52f397b47801b826283c3b98231693f148f62d0809a8a4a78be419f5f866041f9b0b3df1487616f9881eba179cef215c0ab22b864b9880606707a58602d4088766d60eaf7cb45358da1a803333af174196656933299d506d85c7e72f5790f6632136c24c4ee2aac93761556f67bcb6db51784957143f5aa8738a29b8ae2128f492736bb66522e64c0eb072ca36eb5d6107d54c4f063857b871438f2bfe5e953c40df06003d45d8813149e49884d7af193a793ce5787a1ca3005a1b628d6bb72c5ce7957b01c83b91876d648d3902c368618ab65ba199c38c85b4c3c46065618fbda9acc32767c4ce224762b63a478698f832038e4bce6ff31b6fff6305990509247d1ca0102727a30677a58843f1b3e4190561b9e2ba391f4bb3329e97933f5b8afbb8f608147d53a6c792bb6eb281b7291d70736e80701e589e88a7066a04dbfa4df65ca9f4f6cd50f4891f8a56d60a5d98d2a6b10708a0c87ff221f651d99b97686fe67adc0f42568a99e9992ffbd46743004e7924f99272c2093841c6d048839ddadeb4c7cdeb94adf19a99b1afc45d11c5e877ddce062d0d45c37943d503d5e700fc6ce817790fa444f76295da5fa0b72239a439694a1f56951da9e8c522ee25c7824a98cb0227eaa1dfbcc009256a8f1a077022022a5a7bcdd091902c2ebeaf12779dd4d3681713e147be076884cf071571fcb5afd35c94edb92371c2259a06ba9fb44f9f61106125365efe218e0c490b7e657360fa3f8add347a51c7c0b041dbe66a3cf71dcea7cfafd19969d0e9c095f7c98af2d20c1c839d42bd10303cffaf60785ac1e1f6589fcfc7864e2f18c6906c5f641c82344cdb7d6a464329fef54c4aa86a2d30dc031816388a422191c470798e1e839a27707f91509e4f97dfa53549c48f1e82b12dd9a5276322dafaaf232576342834f23a33f46fa239159b6bc1429ccb36a820ad41797391846b683e1b299abd559d41f6d49b8759f9fc966304701b4f02a1ac74c6fcda5fc3179a377ddcc2a5403e8d50a24f00e5b59c98d646802a576f11dacc4504bceef233030bff19aff48c44aba73ee0a65444a863d50752b7d537e01c402c7290d38afd9ed6eb321ad0f3a0bb2bc4b2a2162b7e76a2c40c46a104e867a41716373dba294a679d7c7f2dc87dd2926c2f143228267a9583bd5f8e58151a6ed3bde5c9550962408dfb2fe84edc51f5bba568cc9072ad3567a094860723f9dad51e6e1d2a5c2e5fae2f04e28979e40ea2b0a978e5cc1d4abb788d0c722961ba2ced44d25578b44f19a3c935ad762039d4e0102b3e1d27f10bcd196d0278297c59be4b45ad96ae6d117249a56bff2813cf37ca4c2c1bd4d7249505a9ffac27dae06dca832d613f97b17d9515e27563b5ad07c3aaa747b5751531a38f90d4eb7feb3c01b0a912ad5ebebd5ef95e9c1e1f90bf4791f1c71b04076b01c76e9ce9ef9ea07581b4e460860fab8c211f5737b15dd65a56f57922665936cae5d31b8a5d0b8172ac3b950d90a9352e49cb5f633574a9a7636c79d85ddf3a515396e090b4da2a377db7f82d90077f730e61b4aa0727f62fa7eef00f1cdf414bce4a5f3e762c1aa38a5b9cbcb8b3cd13f48147add70f4f7035dedb9e0a45196cfcff5820b3bd73491249ce8db341850280de7e46e5576eab5502927864b092fd8b17a4cec0099c675e5b57e3b85d6b3136ef36c405f9c3048e6fab8bfbb7b9dc77d54803402a07c10c6ebee04551b3b48943261ca76c310b1a1a0c0674e1760db39793a23d5bd46ae584a2f6d89b8c66ccc4830e1f735ade3bc6457d6fa05a8995a27f4960990451cbfd5a06362da1285765af93bd8a26f96f7d4b4865f62bfb8fc2cbcbfdae38361e6d90b09f421bdb0b24616c2cad0b662748d46c5411d48d9e5aa62ca939319799967084d8768e2fde974188ce94807f7b251bce34e3be55abef7df5d77ab8cabaa48dc6fb4ffa123f6e068a0329cf30ce08d13e80c5fa6e18dce9ebc5ed468c2a5f28423c87c5473579d2eb8de2d2a67239c3641070a1135b95f8ed19a33c38005e65d20560df7a4c68689a8a657168f7d1088c4b58f2f13959e9119a2468e12eeb9e0b3a2abc9b66f0ba57a5f1d37fa6d98b089bbddebf27b2a5e04895b1046192ce5c1f17aaabbb2ab8cd771d6c00a902ac9301a5b5f96844eeff68ddbfa08cd274b28ee2eafff594ca92189763507de6d2322bcc334b28038d89742b55a927d0bde2f9e28b40dd042681780471e2de652306c6d1e6ab6be010e05868afbc1039f6322a116fcdeb3a79c5bd6980c28961b2748c4377569d7b8131266f0a01336086a1dee06fdf7402262f53add50ebf33c7f41f311adfe65af96395849b7b6c641661e8b6f4433a78401f606e95a9f9a438862177d818dd150987c5b81a4f5e6b67546b90e4af74104000140fd2e426f06e82b247abaec5aba7dfc7a409fbc4938dc040186ce6738007c020e9959ebf0a89a8515397b99bbf116d14193be6c975673e4a20c05f9da5f88b38b7400607f30b330db11536c25ff878d61384ca5b00e664f16cd7ebe89e09f3f92ce14e0f385d706a48bf61d53d970bbc205970be3bc61783de81bc8f4f2034f6a6366fc333d731c36ff03fd870a763dc4d6f5667805bfca15237b26fefef2f54b347ea8255b665d3859b046f6a84d95fc1ba4cc0e367e8a12e6ccfbb4c0e3fbc4d69797f7fa8eb9709dbfea240ce23dd8be3f37c4fe366363b0d250447c72511a1eac3c341d16a72bc43929de0a4e95891052f40692810fcb0a6b7b01e9dd81b4637957579399b3729e58f9ef205177acdda8c88b4b769d1ac5aea1dcb36aa0896d5d80495d20e863a8685c35c6bccae6676c0fde84cc62f169acc326eaa9e50e7c0ad208cd977afeb341cf59692112e75ef40656cc51193ed2c619e2bfa83de487c7c9c648d31bde35e1045d1afa318610d1039ae43989a27e425528f943cfc90a0004a4a4462d5629da86f343068c9a8aa97029290f6496e1bab69913e1f80494d195913135da1574c9ff75dee570c1353d3bcf7084547bd8590983afd9c71c2113832921592b5d57994d248d6836a11f790493c62a2ce234ab803c8c147284e6dc1599f55aa381de6790614271f8dc05efafdb974fc7be28a2fcc17a66152d9548f91f2ddb554740743323150c44826486bf5fb1a177ba7095a91c42158c44fdb99c04fa8d79bec8c4045162ecb2ea412423c1af6bac47a7ec1fd037bcb3b43106f64356e6e3d082f77e13cf570576a361e1987e04408939aa82c3596a72100591631d3ef78583e9bf20c450ac127e74440102924cd4929cad1904c91d08cadffcd1ac35694ec31e07fe464fda95637776976b1888e8296c13b4d68c0682009afb18b0dc59da85ea4de0a620a14330513a919407804ca7943353e0051e883ee62630b1a67728d071f5bcd2f45babdca32d074f9a99971369208e4f27dcc29a181bac4206e2511be632329ab2b9e9497a5d442b59bf7fd6fcf5568f5437bd2d4abe04fb41f478117e6f99a50f005220d261472f8da7fe3c043c28f40700c12b19fc7eb9ee7b22157a5ab9a5fe8ffe3a84358e9a3b6de12a81290870d3b406d1867d5840e846977080c1ca2a2edd45c417350d88c466b1fe3bfdf967f1411b68e00ab975223186eee22399b324d1174fb8de2cae83dc124b229b9bd42ef1257fdc048d6e237ab08d0ae8d2efb194036036dfcb6678985ab87fe13ed8f034d9016e597f64f293779b6b2b7d1e07aeede0f4a141e511e588bd5c0430904e5e85daf81af0da77235e729898806eea4694991ff9b114fb3029a712d72ea616c414b5dcb7d1ab85b7ffb0edf013d145b4674d438834d5417b7942c69ccb467caace7e2b1fee855123d4e490fc6b3574c508f26a867d757f9670507a77f3497ed62c8344558a7888b90545d55160b65c3db1e0942e9044d40b5d66b0fa9735ca6104d516a9cf83f4eeefcf82118a4ae2cc900cb13658ff80a004c0238d933480440aeb0d00442b5429adf2626f111e7435c37fffaf6a7b26a9ebf7848b3febd8b116150954d3272bfd8adb0f26fcfec0e1eb7693ffc62cd9dfc258692ac91a9c754834672d13225d6c68edaffdf4fe3ff5ab8c634fe1fd69431ca145fdfec67889bee38257be80dc9779726c7cd8813c60dd0a1f091d93274bb5fb2fa19d598be3116485e1a5e68e49f347af112d6e70bc279c2c6412ea246de15bd4a2c69fd7d7b502486c49113f2c016390a742fbe7cfdb1fb8bca3f6159ddb7917e4ec7043fd03ef18ab3823fca876e256274af7952aa2dfb04b9525021fcc7e6663a098832ed7c9fc40609727252743a8e38549efa3ba7f326ac5194364b5ecb4e890de72aff9eab", 0x1000, r3)
setsockopt$inet_sctp6_SCTP_RESET_ASSOC(r0, 0x84, 0x78, &(0x7f0000a31000)=r2, 0x4)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
r4 = syz_open_procfs(0x0, &(0x7f0000008000-0xd)="6e65742f6d6366696c74657200")
sendfile(r1, r4, &(0x7f0000084000)=0x0, 0xe9)
2017/12/08 15:39:27 executing program 6:
utimes(&(0x7f0000a55000)="2e2f66696c653000", &(0x7f00000aa000)={{0x0, 0x2710}, {0x0, 0x0}})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$packet(0x11, 0x6, 0x300, &(0x7f0000c69000)={0x0, 0x0})
syz_open_dev$sndtimer(&(0x7f0000967000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x4440)
r0 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000ecb000)="2f6465762f72666b696c6c00", 0x200000, 0x0)
openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00001fc000)="2f6465762f7667615f6172626974657200", 0x1, 0x0)
ioctl$LOOP_CHANGE_FD(r0, 0x4c00, r0)
pipe(&(0x7f00005a8000-0x8)={<r1=>0xffffffffffffffff, <r2=>0xffffffffffffffff})
fchmodat(r1, &(0x7f00001a9000)="2e2f66696c653000", 0x80)
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, 0x670f564, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
add_key(&(0x7f0000387000-0x5)="7573657200", &(0x7f000065f000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f0000785000)="eb204abad96799f737754fb8de7667e94aa64f0b74d383727f737a1900ca603100c37d98152a369c0f8113296c1b7418100e6e1f75467883a0be99fbbc87e6457b9d3f71827b9735d940f4d500c4abff4aae99bf8feb692a0880066b4d07ac9cfb02cbce167b8d5424b61e27303ba417ee0339f83fcf92ffceb143ca6d405103f940944ac0af4dfc444c3a9fa44490a16da489582508e5db0c3f4ee57fedb20d3d25562c787db1c83f90bf2aa27c43d262e5d3ef213d76714987b4eb48de43999ab83b80347c", 0xc6, 0xfffffffffffffffb)
socket$inet6_sctp(0xa, 0x5, 0x84)
exit_group(0x979)
add_key(&(0x7f00008e6000-0x5)="6465616400", &(0x7f00009f2000)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f000032c000-0xe9)="af2d28d823291fdb717bc7b8780a7534b10fe6c4502907e4d158f6f3813f98d27ef430c7391f5dd19abef4f4f87ab3bacf705e7358b1cfc4a8f6cb96eeee41fad37ae6825af301536b0ea247479581418e2e2a5d1cdac6e5cf677ec9d2d36989b4f8b0d0fa9bc883c4570dbb4485500f1b07d82d25ae5d63215afa4403160462d17233b7e302914422331d97ac6d184aac7a9eec0a056b4ca0c434df68f152a3099949c6d757bf01ae33cb5cf2669b0aefd940f04320153314aaf76304b6c5a964dc16d5c46a98423e70a3c5385979a58f86094c9ba6bf0821d7206e4b4e2d38b69634c15a979bcf37", 0xe9, 0xfffffffffffffffe)
sync()
r3 = memfd_create(&(0x7f0000b1f000)="2f6465762f72666b696c6c00", 0x2)
mmap(&(0x7f0000000000/0xfbe000)=nil, 0xfbe000, 0x7, 0x31, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000055f000/0x3000)=nil, 0x3000, 0x0, 0x10000032, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000fbf000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mbind(&(0x7f0000844000/0x3000)=nil, 0x3000, 0x4003, &(0x7f00002c0000)=0xcb9, 0x7, 0x0)
ioctl$sock_inet_SIOCSIFDSTADDR(r2, 0x8918, &(0x7f0000456000-0x20)={@generic="8d46c90ff160878a47f6af6dcf60ea08", @ifru_flags=0x200})
mincore(&(0x7f00006ca000/0x3000)=nil, 0xffffffffffffff3f, &(0x7f0000c91000)="00000000000000000000000000000000000000000000000000000000000000000000")
mbind(&(0x7f0000380000/0x800000)=nil, 0x800000, 0x4003, &(0x7f00003d2000)=0x3, 0x5, 0x3)
ioctl$sock_inet_SIOCSIFPFLAGS(0xffffffffffffffff, 0x8934, &(0x7f000044e000)={@generic="0ec114c2e3b1ec4f2f5dc08d9acc0725", @ifru_flags=0x0})
bpf$MAP_CREATE(0x0, &(0x7f0000b05000)={0x7, 0x5, 0x0, 0xffffffffffffffff, 0x1, r3, 0x80}, 0x1c)
syz_open_dev$vcsn(&(0x7f00003cf000)="2f6465762f7663732300", 0x6, 0x180)
ioctl$DRM_IOCTL_ADD_CTX(r2, 0xc0086420, &(0x7f0000f6c000)={0x0, 0x0})
sync()
ioctl$sock_inet_SIOCSIFBRDADDR(r0, 0x891a, &(0x7f0000d76000)={@generic="31ab3ba85ce0700dfdf9aae58d18bb29", @ifru_flags=0x9401})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[  111.219734] binder: 14672 RLIMIT_NICE not set
[  111.224063] binder_alloc: 14611: binder_alloc_buf, no vma
[  111.224104] binder: 14611:14672 transaction failed 29189/-3, size 0-0 line 2890
[  111.243449] netlink: 3 bytes leftover after parsing attributes in process `syz-executor3'.
2017/12/08 15:39:27 executing program 3:
mmap(&(0x7f0000000000/0xde4000)=nil, 0xde4000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet(0x2, 0x806, 0x0)
ioctl$sock_inet_SIOCSIFFLAGS(r0, 0x8914, &(0x7f000003b000)={@common="6c6f0000000000000000000000000000", @ifru_flags=0xfffffffffffffffd})
r1 = epoll_create(0x1)
setsockopt$sock_attach_bpf(r0, 0x1, 0x32, &(0x7f00001bd000+0xd59)=r1, 0x4)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_SIOCINQ(r0, 0x541b, &(0x7f0000de4000)=0x0)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r2, &(0x7f00005d6000-0xd)={0x2, 0x2, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$inet_tcp_int(r2, 0x6, 0x200000000000a, &(0x7f0000350000-0x4)=0xc88, 0x4)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto$inet(r2, &(0x7f0000de4000)="7a", 0x1, 0x20000091, &(0x7f0000ae9000+0xa9e)={0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
setsockopt$sock_int(r2, 0x1, 0x2d, &(0x7f000098d000-0x4)=0x5c8, 0x4)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000de5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = accept4$inet6(0xffffffffffffffff, &(0x7f0000de6000-0x1c)={0x0, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, &(0x7f0000559000-0x4)=0x1c, 0x1080800)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet6_tcp_buf(r3, 0x6, 0x16, &(0x7f0000de4000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000ca1000-0x4)=0x85)
sendto$inet(r2, &(0x7f0000de6000-0x1000)="11a58fde7649496403db92ed306004b3d3cbfc195485c3b895d864ab91a3aebde4f70a917391ec9612d004000a7b43a35bb73249ede41bf5c05ab608fb7b74ffd57f6e8e43cf9cb723fc0d8d8cabbbbae3a5fde8ad6f52d667c512596f50b9962aa2193688d872a7eeca57801742d74d39c4b003a5e292e077ed102e7999329aab95a3d96363505f76c86a6d2352dd8025207ae531701f1ce353d6b017eb64000000bc2e9f8b66fe4a8e64f0fc7a0aa55d4103e1d7d5b0dd5750071e9b3a786021678a86fcbb0b9f9364ec0f0310306fef9c21b3b20d8b44423b495299cea2c6f40c377a72534453ad7f5af27b1efb2514ace1f9a68cf205a9ddb8fd954e34bde3612e6e05686cf3b968a14bd3a356f7b8d20214c0f7a388ef5ea8d063c65f2aabff685e69f86b4a0b3697f8bfbfe66796f0489ad2e49bdbc1742941c28c88cb93e1f8ccc3db4782cdf9cbd797ddc8d7b1364da50ad48e081a38622280169eba5c6a3bf9b5f15bdf8a8b6483340a3297c31154905db209195c28f15d10153204fbe0586516c714ddc939e0eb68c73969e81fc6f215b476ddf3fcf1a604603360089dadba2779cfed9027ac163067fc0d7592ac8a013b907372a42b242405241ac1f63f85a52fff2d78b30e87a156b5cfa133dabc259bb027bec5eb8c8eb623e9776a13d3ce972a6769de8a78153f498084a244b0146b77be3d1cba7b02fe8906ed8a88f105c763d1772825b986d52823bf38b6f95eca494fd9c64497874b9f450bec65311493cc108b27611eaa6819305a3730d29368f25f7e816d60884a1e0271c3c786ad36391366ac3b65f04c148974f6973005c5ff73d6f0b3f7e44c65da7c4115c4ee543991e4ad26938384cafffffffc8f7e79aaf1b8ef37f627e3c7168ecda2cf224a491bea6129fcd954b88dbb2d29464931bcd5378041db67ddc70ee856ae09c1b26b9ada008a7d52bf1a160606865a29794f36b2a3811c66e9fe27af8fc8356374e37f3eca244367fb535dde71fae4683710761b89e28820d4f06065450c3d1f76fa26ef28320edf6c36480af14f4444edb40ebb3f8ea264486ec31c40c7e43c7a69c24da10db6f60da3e648f16b5fc6b5a5c6217e46c1f3ff354a8b49beb3b46a69dcb4c5d547a7b7ba8fe22da0173f9fe80f4bd47afbec4d2e0d3c91b1a326d8bb9fded873e87f847032af52bd6d129f3ce3f11ea9d0b4250af7eaa2649d9972b9b8dc773c869b3a431eac7f55d6bb92dc29f08d7d8959e2af7571efb7ec88eac4b62850e8f6b60d4a5d06d66875b4bd260a9014a2eb88621f4c6eb3f9ed2190b48acf0358d8b82fb4794535fcb8dd50ba86d23d230a94f07a768142ff3b4c8558dac21726b6279980c238041f26e86c8e3fa83028345999ff4e3e37d610ab7c15daaffb744a505a3dd9802b3721f29553ee23e1cf376f12cc3fe6b7ac76bd13da44356855be096155e355c9cad31fcdeedc6679c531bc1a2765dc8777108ec5e31d793005e718a9ced77d6505e44f649128a29f5264fecba132f9f5016eaf690751edd64d903b36ceb2b08042c60e9e97f8bc985476e6088a5ebd3743c2358171b30b16d730a5dd49c92fa19cc267e2c1927f200fc3d23a804f0a12b06a6a88a2685051ab28f1721209ada2c14b557a49423795b07040d510bb21ce5d15acedd18cb7cb7a93389ceb934206e4ffb220048a7a82fb3c251d0a31ba5af9eb0c16e29f33f9d0a78f5e6300cf04d17eb5f67711cafa0d4e99eeaf0f8fdbd34170318879a0d12c01891127ba7b677d204268524c5af1d7dc27176826302e34f9d35d2f2eefad5f22f68929d3456c11d5f00d4a8ce8b784bca8088805731eff2d47024c2da68abc2d2c0f7806d7d76cdf489f3bffa75cb826bc0809331d89a3255a498b8150d4ae31d03414ab244939455b6377c2917cb2d8a9f9ebf282657e417860e49ac94f4a838aefd34f28960a78da47933252d8cb2fdb27d413ee54502cd1bf75585468b77b8dca627cab29ef0a5297ee3dcb4c987520804e9a5f45e8241019281bab7e30f4b008bf0edf3b6fb5e8d1c2ab619b2eb84293d636a6a37d716cd8e102b7099676693cb7b01031b57ee93fd22cb18229893fd4d4ef87f1596879ac9f61b2f0c35be34cb6e6f75087ff963c188d43bcb464a95e956e75559eb1f6f2224fb2ca8f0bdc90ae5c2ce712498ee4026b13b8f3137000aa1545a75e5b48e80da30e6dac5529cac1099244e79ad542f45dcfbf16c62b5eb63daee8185c5e79ebfa1ca60880f9e2895f54ab95bbae38ae62200c1e439d73fa63d0bff75935a8ad2ae73b82132e8d4eb4bd55844b2f55c65d5ffa0c65aaf0cc5bc73925d05cf7c1c4383af074feb3a53919d2a3b5bef96115aab966821dbfc4577d19d85911a485c58a5b87cf44d230cfdc255486bb09d5c16f2164397f0fc5f652a171f0269bdcd98291410c010cc377d2690a6032fe5701117adbd0f6b847c9617a9b3d20529024d8d9749b9c49827694d346d3b1bbe434122331986b9f6e84430dfd75d123f3e307d6f5514f3da09b527408bfb6816da54beeefad160e4b095517f3292c2e17fb3bba47527671d0afe7c35d54d25ab307b15d069a05395a9cddd4b519224fe3c689d14827ede6d91ebace2a80afaad3dcd1f8ce20e92012b8934d7ff3ebdd285cc24202a86d70b96674a6af05a3c29065afa4e38b9c34006cb3eb9c87985cfc511a8c261cdeb0c7a3c7a682c40c5b9f1d7d5ef6f97e32d02fdd3f2ded413f4a36c4db899b96c8e40d91c2743cd1d435013e3c3431c82fc5b3345b66cce79fa49f10baa4ef28535eee8c5c1a4b38bace2fb14ec11d34d620b1cc2396dc1fa857ac6ac9f5689b5935f2f25184edd40f8f5c70714f941beae3e1bc9af757edd9d68fb24218e2a02aad4dc0b3c2e54694ce547f358f38e52673473fd0e57497978324aee16559e9cdbe5b3a0b96dd69fe5bc97e644487274b6158a0412bd60172bb66f774b8eae7bc1f52ed64d44c553bdc26823e35f18683554e7359802173d1fa86a66104abb1977c3e9fa6970ed7ee483b14b65673a81786fe0ed301f8edb0669fd25bfa0d565e3e93b19b8572c98dbacb103053527a95ee758be002e03df756bbc486def0db079124db72fadc26f0a26b42e21f260f902bb4cd881baae57eff1c3cc15063be17e48208b9a69622adfc03991d204fe0f5ae2528b22c7743f97e0669a1c3c0d0d90f39846fd954d681be0265d14b12285fb1b20bcbaa95915ad51ab8f84094674cbac0071021b261c39a46b0177b98f1662100ef31a3e981236d51e6c1429144a89d46b149301873ef99959f8ab15c12309620d5d548b62ff92233a3f200e0d0a9c2122be615dd91e6a6cd89290d24895540635fead9a56f481ee3fd7890852e271fa7c37b1836a3e1764574960e1ab9fda1d25693cfc33defea84f65c08cce479c66dc16b28d453a1b717fdd9f6ff46b1fa1b6866b4a8c1ad53439c5958403953b3a844b660b28b11d427b392a7c710edbf25725a65e6b94e4c64ae458a8c97c9f7a05a7d8ebf6c76e3afc0204ced97be84986da5403ef31eff1790c039fe00a89976ccab7638d2e217fc64609a41f3a008ed78b25d1a9420b782deef6ce2db0c6d427580087b69c75c1357ed2908c32cffee1c6ddd08510562ab015507a4eb4f54ae5c097cdca34f521f9fa8df7667645a696a472650c1ca9c035e95f34db54722897159c31dc6be5693a5f3871ccbb48a7ead233d03b76875590fa20bae4f37a2011622d0203a3e9d9e198cb075aba26f5e78a8f0b0cd27052527daf0f8e77858dbddec7038c198b868e93ae32f1745d166afed4129460e07af8cb6c3debb6503e87f3cb309e39ed3d682d24adec48ea22702c4d8d48386977a89b73e585f8c2c5fcb0a693cd5028a601b04b833a41ec705735c767c70d316b60aba2da24bd6523533f3180accade90f47e412b393ee1d2456cf8bb430289ddb824350764985c5e35f738f830a378bfa65fd167c7307c13acb912beefa69e499d4a750e820a7af08a7c204ffb64e09fcc921a4e79999757d608880bfd52255bbc16369af4f779edfd9439cfcd17fcc02d5aaa81bac66fa2e551cef55779bd90e8be587ee698575918fced59ec652af26718b3afd1471379132ba0b5143a78f84605b1ef51e49e820a8a8c1639f66bca5afd83602287e982eb125a3a032e4cc5b5be91ab4d8d958fd4dc4cbd310eddc91d89ada4d33fcc963d259e222520281d14e13577906e33665a31afa7cb501cc0c1198d1f755005e82f29bcda62bbf8680bc23d09cac6a8c89709b30c91d27ea148f01ba745346f1ba9ce89cd9b71ff18668a0254c07479762dbb78117c50450506e2a0a606309aa383ec55a49d2569c3a3fef8aad456aa81cb859519765de18a4b92194e8a6a43f1dade801f71eb56699bc021fa48f320f4128d6c153a2ec1fba1c5ca55c5058641692365d311c8902aaf1428d83281aa970af5d98591cd3af30fbb5ee4a1b697491ff6dd727a329feb17b782f254d691f949baf96afa195c62f2c3fd1855a79b25268cef9822e3c6a1b3aa226ec494b070a8774426a5f8877714fe206e569635805208ac7823c8546ec33e4482a85d6fddf86a37a1c60f0a19b5dfe88031b7541af0e93cac8a3bb1ff3e60190b96faedc3b6f63d38f3ee4286fbaa053e8e27ed13b77b2c576d824d777ca53df76d9572e71f74ff180778bf57458b37fe9dbaa6f9927b48b059e5c7fd908ac826aed8f68764285022f4b5cb6b73ef7222ecb0d701c782ed5c16a7c94235fe7c3e0bef9da7310c5f3cda407c5ae7ecfb6b392ad576610b48af17b3fc8a2fd6cd2eee1153cc48a21ba6768a88367a807be008bea547402da4c92c2006c83d74c9d0ef2ca711c54036c8e76ac26c7d22060c9bfc2e67f1d1c6f6bd2f751879295ee21fcf8588c9504cacb02fa3e3fc6e2bed352447a5c2677caba0538960357d6d1706adef5e7d4f6298ed4ecacb7776de15d9bbd672f9991f4bdc4f07401f67cf3a74c0495ea58d0f76a2e6060cecc1d04b93808dc8d61130305740b408359d5552cc23a7b1eff4285d563b4b6b011a4a11372a2bb01cbda724482f95c4487b02c85cc121012b3213041ff6a689072daa4d86a4c125b110f4e2eeed2dd73db0f94ce995896e0b8a9f8f3e9559024251a5b1726b0b3775bac9fabed968d2d4ea31bbdfb2910331d92cb4ff5cc9037cc08cd35f88c4d7b89e46a8cbd05e3c35732b5046b33060dce5372b171daa526a46c3444b331e71f0455fb8b43dc46e2c9f2c4effccf040e56de00000007b16de337f13e7a610feac2f336e75405a530815366e7edfbb429babfd0e68db56892b94621edd9df6ff454ab1dcdb8d39d282fa7932ec7ba5203df2f4196538a1fa040c8014d20ff57fdb8515325a6997b9b71f2094e053f126402a47e628eeb7d8f665fbabe8f1a409ca9c7c5c25baaa0e9945acf27e96f8241a445f7d3352494ba4210b348fa0ec11ea67dead4fc1e5e4f9202931386468882bee59f8d12174198142ef7764d6b930e937e20d018c0cc5a780490356f5521aac74d2c1736e20ae5e0cd8cf6676ac337e8a8976aac75a698e34e72bac561038f228c13b6e974bc21bb79618111db507f3ba314dd2d05fd050d684cf33d8da5f8e5f723a092098ac5b180a6579d543515c2e1d0eb502193aedab526d354b625990c7d5a9f90d86c4e374054f1d14270b603065293e7fa3840de575413b74bfbc4f8c139947ade9a6f48907053f1ae3a95", 0x1000, 0x4004, 0x0, 0x0)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
epoll_ctl$EPOLL_CTL_DEL(r1, 0x2, r2)
r4 = socket(0x9, 0x6, 0x6d68)
mmap(&(0x7f0000de6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_int(0xffffffffffffffff, 0x29, 0xc8, &(0x7f0000de6000)=0x0, 0x4)
poll(&(0x7f0000939000)=[{r2, 0x40, 0x0}, {r0, 0x40, 0x0}, {r2, 0x2008, 0x0}, {r4, 0x111, 0x0}, {r0, 0x410, 0x0}, {0xffffffffffffffff, 0x0, 0x0}, {r2, 0x1000, 0x0}, {r1, 0x4, 0x0}, {0xffffffffffffffff, 0x8001, 0x0}, {r0, 0x40, 0x0}], 0xa, 0x5)
mmap(&(0x7f0000de4000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000de6000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
accept4$unix(0xffffffffffffffff, &(0x7f0000969000)=@file={0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, &(0x7f0000de7000-0x4)=0x1002, 0x802)
ioctl$sock_inet_SIOCSIFFLAGS(r2, 0x8914, &(0x7f00008d2000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_flags=0x100})
mmap(&(0x7f0000de7000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_mreqsrc(r4, 0x0, 0x27, &(0x7f0000de7000)={@multicast1=0xe0000001, @loopback=0x7f000001, @empty=0x0}, 0xc)
socket$packet(0x11, 0x3, 0x300)
read(r2, &(0x7f0000de3000-0x1000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x1000)
mmap(&(0x7f0000de5000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCDELRT(r0, 0x890c, &(0x7f0000de5000)={0x4, {0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x2, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x0, @loopback=0x7f000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0xf4, 0x3c, 0x0, 0xae35, 0xff, &(0x7f0000754000-0x10)=@common="73697430000000000000000000000000", 0xea5, 0x100000000, 0x0})
2017/12/08 15:39:27 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet_tcp(0x2, 0x1, 0x0, &(0x7f0000fb2000)={0x0, 0x0})
bpf$PROG_LOAD(0x5, &(0x7f0000134000)={0x1, 0x3, &(0x7f0000e14000)=[@generic={0x200015b4, 0x0, 0x0, 0x0}, @generic={0x1f, 0x0, 0x0, 0x0}, @generic={0xd39d, 0xfffffffffffffffc, 0x7f, 0x7}], &(0x7f000093a000)="73797374656d00", 0x6, 0x80, &(0x7f00009b3000-0x80)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x9, 0x0}, 0x30)
2017/12/08 15:39:27 executing program 5:
mmap(&(0x7f0000000000/0xa6b000)=nil, 0xa6b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0xa, 0x7, 0x80000000)
r1 = socket$inet6(0xa, 0x6, 0x2000001000)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_ID_LIST(0xffffffffffffffff, 0x84, 0x1d, &(0x7f0000822000)={0x4, [0x0, 0x0, <r2=>0x0, <r3=>0x0]}, &(0x7f0000fb5000-0x4)=0x14)
setsockopt$inet_sctp6_SCTP_INITMSG(r0, 0x84, 0x2, &(0x7f0000d2b000)={0x1, 0x0, 0xffffffffffffca95, 0xbb}, 0x8)
getsockopt$inet_sctp6_SCTP_GET_ASSOC_STATS(0xffffffffffffffff, 0x84, 0x70, &(0x7f0000f75000-0x108)={<r4=>0x0, @in={{0x2, 0x3, @rand_addr=0x3000000000000000, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x7, 0x3, 0x0, 0x3, 0x8, 0x1, 0x20, 0x4, 0x100, 0x7, 0x1, 0x2, 0x190, 0x0, 0x2]}, &(0x7f000027e000)=0x108)
getsockopt$inet_sctp_SCTP_PRIMARY_ADDR(0xffffffffffffffff, 0x84, 0x6, &(0x7f0000fb1000+0x428)={r4, @in6={{0xa, 0x0, 0x8001, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000fb1000)=0x8c)
r5 = socket$netlink(0x10, 0x3, 0x0)
splice(r0, 0x0, r5, 0x0, 0x10001, 0x1)
writev(r5, &(0x7f0000d40000)=[{&(0x7f0000be1000)="290000001900ff0900000000000000020a1300000000ff06800800000d0009000900001900000006c7dd", 0x2a}], 0x1)
r6 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r0, &(0x7f0000199000)={0x2, 0x3, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r0, 0x84, 0xa, &(0x7f00007c1000-0x20)={0x95c, 0x80000, 0x8002, 0x4bc, 0x2, 0x8, 0x4f, 0x400004, <r7=>r3}, &(0x7f0000241000-0x4)=0x20)
getsockopt$inet_sctp_SCTP_INITMSG(r0, 0x84, 0x2, &(0x7f0000dcc000)={0x0, 0x0, 0x0, 0x0}, &(0x7f0000823000-0x4)=0x8)
ioctl$sock_inet_SIOCSIFNETMASK(r6, 0x891c, &(0x7f000073d000)={@generic="40c93ff71b96000000000000008f3a45", @ifru_flags=0x1000})
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000b6f000)={<r8=>0x0, 0x0, 0x0}, &(0x7f0000ed1000-0x4)=0xc)
ioctl$sock_FIOSETOWN(r1, 0x8901, &(0x7f000011f000)=r8)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDR_INFO(r0, 0x84, 0xf, &(0x7f0000730000-0xa0)={r2, @in6={{0xa, 0x1, 0x80000001, @loopback={0x0, 0x1}, 0x2d1e}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x9, 0x800, 0x7, 0x6, 0x6}, &(0x7f0000a43000)=0xa0)
getsockopt$inet_sctp_SCTP_PR_ASSOC_STATUS(r5, 0x84, 0x73, &(0x7f000006f000-0x18)={<r9=>0x0, 0x5, 0x30, 0xd, 0x81}, &(0x7f0000f14000)=0x18)
getsockopt$inet_sctp6_SCTP_DELAYED_SACK(0xffffffffffffffff, 0x84, 0x10, &(0x7f0000655000-0xc)=@sack_info={r9, 0x4, 0xfff}, &(0x7f000006f000-0x4)=0xc)
r10 = socket$netlink(0x10, 0x3, 0x13)
bind$netlink(r10, &(0x7f0000ee8000)={0x0, 0x0, 0xffffffffffffff73, 0xb1}, 0xc)
socket(0xd, 0x4, 0x0)
setsockopt$sock_int(r5, 0x1, 0x3b, &(0x7f00006dc000-0x4)=0x2, 0x4)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDR_INFO(r0, 0x84, 0xf, &(0x7f0000569000)={r7, @in={{0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x8, 0x9, 0xfff, 0x0, 0x5}, &(0x7f0000bea000)=0xa0)
socket$inet_sctp(0x2, 0x4000005, 0x84)
setsockopt$inet_buf(r6, 0x0, 0x29, &(0x7f0000dce000-0x11)="7e80e09302fe119a0800000001000000f4", 0x11)
setsockopt$inet_sctp6_SCTP_ENABLE_STREAM_RESET(r0, 0x84, 0x76, &(0x7f00003c2000)={r7, 0x9}, 0x8)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xf5b000)=nil, 0xf5b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat(0xffffffffffffffff, &(0x7f0000000000)="2e2f66696c653000", 0x8000, 0x0)
r1 = openat$kvm(0xffffffffffffff9c, &(0x7f0000022000)="2f6465762f6b766d00", 0x0, 0x0)
r2 = ioctl$KVM_CREATE_VM(r1, 0xae01, 0x0)
ioctl$KVM_CREATE_PIT2(0xffffffffffffffff, 0x4040ae77, &(0x7f00003a8000-0x40)={0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$KVM_CREATE_IRQCHIP(r2, 0xae60)
ioctl$KDMKTONE(0xffffffffffffffff, 0x4b3b, 0x0)
r3 = ioctl$KVM_CREATE_VCPU(r2, 0xae41, 0x0)
ioctl$KVM_SET_LAPIC(r3, 0x4400ae8f, &(0x7f0000aec000)={"c5ca00d337b14b1b74efe3f365e2fbf1dc0d5b0483f310d1662258cbe40215a92ffbd7d2994c78158c72fb8bd0eafaeab74823a92fbdb41f5218e0ccd40c972a5b9578525d2e526bbfcc3f3a3c9065b869e140d8c060a6931505fc87ee6cb86465fbd6ee3c68b19c378cd1ded516a204501946fa060df887c2cd68bc0ae71c561b6f6913ddabc88a30f3dcddc906000008798a48d4b1fc80a6f996db4b48a5eb7b2e888ff3267f83b137cfa6135d97065c58ce13fb6dad4c9aab79d98d05514f5469cad826890d0824cd52625ae43767fe5cde46cf4d6b7430c8e052b3952fd3961b9e46e9e1f49f125fa507d77913144b4de48f94ddc3e88739fbcb4f56d269c6fa0bf7cb655cd9b50b1305b5f52f1fe49c72b98158b23a84ac0fb6e0a8dbaa57d16c1cfc371adce5316a7b19d46b323ac20f44eb5fea5d417547a7f4e6d6991d96cdecbeb394b93dbde9511b4972bc35dfd6f2dc2a993a408e331d0baeffffff7f00000000afcc9df862c08d184bf6fdb2701b884c95f713b017cf23c76bf2bdb6de07b277c2989c090fc38311781eed4c17a9135b5471a3dc51f055f7072b5f7624cedb9a5df4e176f2f705d03ab3a5c408c42592d6157e325edb5dae4bea660409f546e6726bb6de31fcd7351aa25f77816afdbf69ea667250703125fe8b4fadcc8c17cb7bb2823802e77dff7909279cb60db10452e9829313d515e9f002fb7388f451b75cae8deee804e8db37125e5b15c9b4c2c0ae6463924a3509171581eb877614cb1f1c2bf126bf0924b53b0c02851d50b1e4728e940a99658d1a3982fc7ea510e4835e5781f043a949c761ddda83c9e96113b9ed47660ce3a6e0575835b30da328420d29238298ff079f90e4aec4399b131115eff6c447c2a7c17af2d48409680161216a0f3ce7ba1eb8223ae0600ec5679715b17cd5e3d01a3bd4b3659e94d865c7133de2168d81baaf710ca04ee52e822d72f9ddfde06f7d34a0af7cb2452dd62f0da14f1133f1ffb39c03adfe10023f6e35391f9a3be4f38b3511c98b5f15c64999de42501a7ad5bda10415f5a03e174c21ac18134e3023eaf537b02ca9333087042051392733acef4c5ac9878462ff04095a06c8750a3a2b8b7b29343c53c1cb3177b6c69b2e6d7005725f4b57c37f404f810c43d95538f74b57ab4997fe4551f6d2339ce21382a2668706a81382c4cd0a97534d3f9a7bb28d5ce80d4f42463ac8c5af4d1c0113c6c5f4f9ef35665662c7b938da6241dbb2f76251cbc071b5f0f7475972dd1b2dd9fc3d01197069595ea297b1b630ce91b8d6b908cc1ec25920d5d29acef12d42d670b48a587bbf719f07a271ff223c35de0131c2475225dd4fcb6b5c9d90f9ba7331521f973a91c21954beb81f34fb5cf17052e2b5b187c5d70a3e49e31d4c5c12798129729ebb6a38ed763032a61182011d"})
ioctl$KVM_SET_MP_STATE(r3, 0x4004ae99, &(0x7f00008a7000)=0x5)
ioctl$KVM_X86_GET_MCE_CAP_SUPPORTED(0xffffffffffffffff, 0x8008ae9d, &(0x7f0000706000-0x1)="")
ioctl$KVM_ASSIGN_PCI_DEVICE(0xffffffffffffffff, 0x8040ae69, &(0x7f00001b9000-0x14)={0x4000017ffc, 0x0, 0x0, 0x0, 0x0})
ioctl$KVM_REINJECT_CONTROL(0xffffffffffffffff, 0xae71, &(0x7f0000e45000+0x7b8)={0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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(&(0x7f0000f5b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r0, 0x84, 0x13, &(0x7f0000f5c000-0x4)=0x6, 0x4)
ioctl$KVM_SET_IRQCHIP(r2, 0x8208ae63, &(0x7f0000134000)=@ioapic={0x2, 0x0, 0x0, 0x4, 0x0, [{0x0, 0x100000000000009, 0x2, [0x0, 0x0, 0x0, 0x0], 0x9}, {0x0, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x400000000000000, 0x1, 0x0, [0x0, 0x0, 0x0, 0x0], 0x6}, {0xfffffffffffffff9, 0x7385, 0x8, [0x0, 0x0, 0x0, 0x0], 0x80000000}, {0x8, 0x1f, 0x5, [0x0, 0x0, 0x0, 0x0], 0x4cabdc08}, {0x9, 0x400, 0xfffffffffffffc01, [0x0, 0x0, 0x0, 0x0], 0x80000000401}, {0xfff, 0x7a7, 0x0, [0x0, 0x0, 0x0, 0x0], 0xeb2}, {0x2, 0x446, 0x400008, [0x0, 0x0, 0x0, 0x0], 0x7}, {0x401, 0x8, 0xb89a, [0x0, 0x0, 0x0, 0x0], 0x6be7}, {0x6, 0x9, 0x6, [0x0, 0x0, 0x0, 0x0], 0x10001}, {0x80, 0x5, 0x10001, [0x0, 0x0, 0x0, 0x0], 0x67}, {0x40, 0x7, 0x400, [0x0, 0x0, 0x0, 0x0], 0x5c}, {0xab, 0x400000000, 0x1f, [0x0, 0x0, 0x0, 0x0], 0x3}, {0x6, 0x4, 0x80000000, [0x0, 0x0, 0x0, 0x0], 0x80}, {0x7fffffff, 0xfffffffffffffffc, 0xfffffffffffff000, [0x0, 0x0, 0x0, 0x0], 0x7}, {0x401, 0xffff, 0x4, [0x0, 0x0, 0x0, 0x0], 0x0}, {0x12, 0x1, 0x3, [0x0, 0x0, 0x0, 0x0], 0x1}, {0x2, 0x40000004, 0x9b, [0x0, 0x0, 0x0, 0x0], 0x10001}, {0x20, 0x9, 0x40, [0x0, 0x0, 0x0, 0x0], 0x2}, {0x8, 0x8, 0x80, [0x0, 0x0, 0x0, 0x0], 0x5}, {0x80, 0x9, 0x3, [0x0, 0x0, 0x0, 0x0], 0x243}, {0x4, 0x6, 0x4, [0x0, 0x0, 0x0, 0x0], 0x7}, {0x400000000000003f, 0x1000000000000000, 0x48b, [0x0, 0x0, 0x0, 0x0], 0x80000000}, {0xb6, 0x2, 0x1, [0x0, 0x0, 0x0, 0x0], 0x6}]})
ioctl$KVM_IRQ_LINE_STATUS(r0, 0xc008ae67, &(0x7f00007a5000)={0x8, 0x5})
io_submit(0x0, 0x1, &(0x7f0000af2000-0x4)=[&(0x7f0000006000)={0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, &(0x7f0000007000-0x29)="123bcd92297bab028d58d69b27ad5e20a03bb99502c989087719c5d5216ddc", 0x1f, 0x0, 0x0, 0x0, 0xffffffffffffffff}])
2017/12/08 15:39:27 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_tcp(0xa, 0x1, 0x0)
setsockopt$inet6_int(r0, 0x29, 0x0, &(0x7f00001f6000-0x4)=0xdab9, 0x4)
setsockopt$inet6_buf(r0, 0x29, 0x40000000000036, &(0x7f0000340000-0xd0)="dc13b51a5b31306e78dd581b71ab2144ece4740434cf0195f75d34c82d9d233f08008861ffccd64ade0e8ce0442fbc50974e8e1195c604f8800000040002663d75dd050000000000090000f2ffffffffa36611f99ef96f7d4ff812a8f9fc3f0739e6000000004f000000d300bdeb62e18a769c862f856d59f8b9f3aee345e59eee7026fe40be9cda06a2f10008c339d0fffdffffffffffff3d328501902d973e668fa3f9b8974fec92b836614657ade603936ca6556ddfaeda0896440f396f4ba23e752db8352780dff40bb45a788385", 0xd0)
setsockopt$inet6_buf(r0, 0x29, 0x77, &(0x7f0000f4a000)="", 0x0)
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$inet6_udp(0xa, 0x2, 0x0, &(0x7f0000fd3000-0x8)={<r0=>0x0, 0x0})
ioctl$int_out(r0, 0x5462, &(0x7f0000583000-0x4)=0x0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0xffe000)=nil, 0xffe000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
gettid()
r2 = socket(0x0, 0x0, 0x0)
getpgrp(0x0)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f0000f9d000)="2f6465762f6b766d00", 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
r5 = openat$sequencer2(0xffffffffffffff9c, &(0x7f00007a8000-0x10)="2f6465762f73657175656e6365723200", 0x2, 0x0)
ioctl$TUNSETSNDBUF(r5, 0x400454d4, &(0x7f0000b12000)=0x8001)
r6 = openat$kvm(0xffffffffffffff9c, &(0x7f0000505000-0x9)="2f6465762f6b766d00", 0x0, 0x0)
r7 = ioctl$KVM_CREATE_VM(r6, 0xae01, 0x0)
r8 = ioctl$KVM_CREATE_VCPU(r7, 0xae41, 0x1)
ioctl$KVM_SET_USER_MEMORY_REGION(r7, 0x4020ae46, &(0x7f0000d52000)={0x0, 0x0, 0x0, 0x1000, &(0x7f0000005000/0x1000)=nil})
ioctl$DRM_IOCTL_MODE_GETCRTC(0xffffffffffffffff, 0xc06864a1, &(0x7f0000025000)={&(0x7f0000005000)=[0x7], 0x1, 0x0, 0x0, 0x8, 0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "5c398106405e3048688f9251517d632912a33d99975bad7b15a7a79e44e8d117"}})
ioctl$KVM_SET_IDENTITY_MAP_ADDR(r4, 0x4008ae48, &(0x7f0000b05000-0x8)=0xd000)
ioctl$KVM_SET_SREGS(r8, 0x4138ae84, &(0x7f0000002000)={{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x100000001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffe01, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, [0x0, 0x0, 0x0]}, {0x0, 0x0, [0x0, 0x0, 0x0]}, 0x80000016, 0x0, 0x0, 0x200000, 0x0, 0x0, 0x0, [0x5, 0x0, 0x0, 0x0]})
recvfrom$llc(r5, &(0x7f0000fea000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3c, 0x22, &(0x7f00007f2000)={0x1a, 0x17, 0x2, 0x8000000, 0x5, 0x100000001, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [0x0, 0x0]}, 0x10)
getsockopt$inet_sctp6_SCTP_DEFAULT_SEND_PARAM(r2, 0x84, 0xa, &(0x7f0000b55000)={0x3, 0x1ff, 0x8000, 0x6, 0x2, 0x7, 0x3, 0x0, <r9=>0x0}, &(0x7f00000f5000-0x4)=0x20)
getsockopt$inet_sctp_SCTP_RESET_STREAMS(r1, 0x84, 0x77, &(0x7f0000bd7000)={r9, 0x1}, &(0x7f0000fec000-0x4)=0x8)
ioctl$KVM_TRANSLATE(r8, 0xc018ae85, &(0x7f000001e000)={0x0, 0x4, 0x0, 0x0, 0x40000002})
membarrier(0x10, 0x0)
membarrier(0x8, 0x0)
2017/12/08 15:39:27 executing program 4:
utimes(&(0x7f0000a55000)="2e2f66696c653000", &(0x7f00000aa000)={{0x0, 0x2710}, {0x0, 0x0}})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair$packet(0x11, 0x6, 0x300, &(0x7f0000ce2000)={0x0, 0x0})
r0 = syz_open_dev$sndtimer(&(0x7f0000967000-0xf)="2f6465762f736e642f74696d657200", 0x0, 0x4440)
r1 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000ecb000)="2f6465762f72666b696c6c00", 0x200000, 0x0)
r2 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00001fc000)="2f6465762f7667615f6172626974657200", 0x1, 0x0)
ioctl$LOOP_CHANGE_FD(r2, 0x4c00, r0)
pipe(&(0x7f00005a8000-0x8)={<r3=>0xffffffffffffffff, <r4=>0xffffffffffffffff})
fchmodat(r3, &(0x7f00001a9000)="2e2f66696c653000", 0x80)
r5 = 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, 0x670f564, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffff, 0xffffffffffffffff, 0x0)
add_key(&(0x7f0000387000-0x5)="7573657200", &(0x7f000065f000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f0000785000)="eb204abad96799f737754fb8de7667e94aa64f0b74d383727f737a1900ca603100c37d98152a369c0f8113296c1b7418100e6e1f75467883a0be99fbbc87e6457b9d3f71827b9735d940f4d500c4abff4aae99bf8feb692a0880066b4d07ac9cfb02cbce167b8d5424b61e27303ba417ee0339f83fcf92ffceb143ca6d405103f940944ac0af4dfc444c3a9fa44490a16da489582508e5db0c3f4ee57fedb20d3d25562c787db1c83f90bf2aa27c43d262e5d3ef213d76714987b4eb48de43999ab83b80347c", 0xc6, 0xfffffffffffffffb)
getpeername$inet6(r1, &(0x7f0000422000+0xed9)={0x0, 0x0, 0x0, @loopback={0x0, 0x0}, 0x0}, &(0x7f00000b5000+0x9b8)=0x1c)
add_key(&(0x7f00008e6000-0x5)="6465616400", &(0x7f00009f2000)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f000032c000-0xe9)="af2d28d823291fdb717bc7b8780a7534b10fe6c4502907e4d158f6f3813f98d27ef430c7391f5dd19abef4f4f87ab3bacf705e7358b1cfc4a8f6cb96eeee41fad37ae6825af301536b0ea247479581418e2e2a5d1cdac6e5cf677ec9d2d36989b4f8b0d0fa9bc883c4570dbb4485500f1b07d82d25ae5d63215afa4403160462d17233b7e302914422331d97ac6d184aac7a9eec0a056b4ca0c434df68f152a3099949c6d757bf01ae33cb5cf2669b0aefd940f04320153314aaf76304b6c5a964dc16d5c46a98423e70a3c5385979a58f86094c9ba6bf0821d7206e4b4e2d38b69634c15a979bcf37", 0xe9, 0xfffffffffffffffe)
sync()
r6 = memfd_create(&(0x7f0000b1f000)="2f6465762f72666b696c6c00", 0x2)
mmap(&(0x7f0000000000/0xfbe000)=nil, 0xfbe000, 0x7, 0x31, 0xffffffffffffffff, 0x0)
mmap(&(0x7f000055f000/0x3000)=nil, 0x3000, 0x0, 0x10000032, 0xffffffffffffffff, 0x0)
mbind(&(0x7f0000b5c000/0x4000)=nil, 0x4000, 0x4003, &(0x7f00002c0000)=0xcb9, 0x7, 0x0)
connect(r5, &(0x7f0000cba000)=@in={0x2, 0x1, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$sock_inet_SIOCSIFDSTADDR(r4, 0x8918, &(0x7f0000456000-0x20)={@generic="8d46c90ff160878a47f6af6dcf60ea08", @ifru_flags=0x200})
mincore(&(0x7f00006ca000/0x3000)=nil, 0xffffffffffffff3f, &(0x7f0000c91000)="00000000000000000000000000000000000000000000000000000000000000000000")
mbind(&(0x7f0000380000/0x800000)=nil, 0x800000, 0x4001, &(0x7f00007fe000-0x8)=0x6, 0x5, 0x2)
madvise(&(0x7f0000b01000/0x13000)=nil, 0x13000, 0x2)
ioctl$sock_inet_SIOCSIFPFLAGS(0xffffffffffffffff, 0x8934, &(0x7f000044e000)={@generic="0ec114c2e3b1ec4f2f5dc08d9acc0725", @ifru_flags=0x0})
bpf$MAP_CREATE(0x0, &(0x7f0000b05000)={0x7, 0x5, 0x0, 0xffffffffffffffff, 0x1, r6, 0x80}, 0x1c)
syz_open_dev$vcsn(&(0x7f00003cf000)="2f6465762f7663732300", 0x32, 0x180)
ioctl$DRM_IOCTL_ADD_CTX(r4, 0xc0086420, &(0x7f00003e3000-0x8)={0x0, 0x0})
sync()
ioctl$sock_inet_SIOCSIFBRDADDR(r1, 0x891a, &(0x7f0000d76000)={@generic="31ab3ba85ce0700dfdf9aae58d18bb29", @ifru_flags=0x9401})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[  111.432741] device lo entered promiscuous mode
2017/12/08 15:39:27 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_procfs(0xffffffffffffffff, &(0x7f00002ee000-0x16)="6e65742f69705f7461626c65735f7461726765747300")
tee(r0, 0xffffffffffffffff, 0x1, 0x5)
r1 = syz_open_dev$mice(&(0x7f0000000000)="2f6465762f696e7075742f6d69636500", 0x0, 0x20000)
r2 = socket$inet6_icmp_raw(0xa, 0x3, 0x3a)
r3 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000000000)="2f6465762f73657175656e6365723200", 0x80100, 0x0)
r4 = fcntl$dupfd(r3, 0x0, r1)
setsockopt$inet6_MCAST_LEAVE_GROUP(r4, 0x29, 0x2d, &(0x7f0000eb7000-0x88)={0x4, {{0xa, 0x2, 0x5, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x1}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, 0x88)
r5 = socket(0x20000000000000a, 0x5, 0xfffffffffffffffa)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r6 = timerfd_create(0xfffffffffffffffe, 0x80800)
dup3(r5, r6, 0x80000000)
openat$rfkill(0xffffffffffffff9c, &(0x7f0000d34000-0xc)="2f6465762f72666b696c6c00", 0x1ffee, 0x0)
r7 = socket(0x22, 0x5, 0x0)
open$dir(&(0x7f00001cc000)="2e2f66696c653000", 0x1, 0x10)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r8 = syz_open_dev$vcsn(&(0x7f0000d32000)="2f6465762f7663732300", 0x36a3, 0x1000)
ioctl$SNDRV_TIMER_IOCTL_START(r0, 0x54a0)
getsockopt$inet_sctp6_SCTP_MAX_BURST(r8, 0x84, 0x14, &(0x7f00000ca000-0x8)=@assoc_value={<r9=>0x0, 0x0}, &(0x7f00006bc000-0x4)=0x8)
getsockopt$inet_sctp_SCTP_CONTEXT(r8, 0x84, 0x11, &(0x7f000075a000-0x8)={r9, 0x8}, &(0x7f0000b7a000-0x4)=0x8)
getsockopt$inet_sctp_SCTP_ADAPTATION_LAYER(r8, 0x84, 0x7, &(0x7f00000a4000)={0x0}, &(0x7f0000bc9000)=0x4)
r10 = memfd_create(&(0x7f00006f5000)="", 0x2)
mmap(&(0x7f0000000000/0xaa2000)=nil, 0xaa2000, 0x0, 0x11, r10, 0x0)
fsetxattr(r10, &(0x7f0000829000-0x11)=@random={"62747266732e00", "2f6465762f7663732300"}, &(0x7f00004eb000)="70726f632d656d3173656c696e75786b657972696e672a2d00", 0x19, 0x2)
sendmsg(r7, &(0x7f00001e9000-0x1c)={&(0x7f0000fdc000-0x80)=@generic={0x10000000001e, "02ff010000000100f7ff0000000007e77f5bf86c48020002000000f1ffffff009a480075e6a50000de010300000000e4ff064b3f013a000000080000008f00000000ac50d5fe32c4000000007fffffff6a008356edb9a6341c11d45624281e00070eaddd0000c39750c40000fd00000900000000000b0000db000004da36"}, 0x80, &(0x7f0000d24000)=[{&(0x7f00007eb000-0x43)="2e1de9417ca4f145162497e6df76272c2a6936fc07c3ce908f21d26f543e5d8b055c9931e3c1396f4d223c9bfc090bad005720aa84f1aeee8e8efe9c0294d8238d48fb", 0x43}, {&(0x7f0000a62000-0x6e)="17c8736c00f34f55e8e1d13ea49e71672ee455fd8c3ffd0e4d4a5befeda8fdd49cccd2d68faa4cb190f7b6baf45a75548b28f632fa21e37874d8de663b66fd9cf00f621753637fc2ea4dd74ba9f4e87a055a0112d6ccae9f1677e12900c61f2c13a612d6c5a08c97efabac751435", 0x6e}, {&(0x7f0000046000)="361a33806848c73ea556b39384d4bf90a5c645d9a1c54d01994ff2b48a6623f539a30ce7a3c6252587fff7c0edd1c34695954847e603a0983eca7dad412b9c2ff5c0f42c15acad953192e9d80f8eba41fb6b733252a0506bfe9f3f950858f78890ec903f7225e8c8f4073918b1fead4e7e802964853866c11f815aa0033d857d0d174851318afee6099b0f1a9c8880060a734ddfb740d68211f9cee22dc197f1d5712bd9b4aec897dda1ee4bb2973268bed9eeb0", 0xb4}], 0x3, &(0x7f000012e000)=[], 0x0, 0xfffffffffffffffe}, 0x4)
close(r7)
ioctl$sock_kcm_SIOCKCMCLONE(r3, 0x89e2, &(0x7f000011b000-0x4)={r2})
ioctl$int_in(r7, 0x5452, &(0x7f00005b9000-0x8)=0x140)
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f0000721000-0x4)=0x0)
link(&(0x7f0000f28000-0x8)="2e2f66696c653000", &(0x7f0000768000-0x8)="2e2f66696c653000")
2017/12/08 15:39:27 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$sndtimer(&(0x7f0000379000)="2f6465762f736e642f74696d657200", 0x0, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6_sctp(0xa, 0x1, 0x84)
setsockopt$inet_sctp6_SCTP_SOCKOPT_BINDX_ADD(r0, 0x84, 0x64, &(0x7f000092e000)=[], 0x0)
r1 = open(&(0x7f0000b7c000)="2e2f66696c653000", 0x4000, 0x0)
connect$inet(r1, &(0x7f00003df000)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
r2 = socket$alg(0x26, 0x5, 0x0)
close(r2)
socket$alg(0x26, 0x5, 0x0)
mmap(&(0x7f0000000000/0x12000)=nil, 0x12000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = syz_open_procfs(0x0, &(0x7f0000ddd000)="000002")
unlinkat(r1, &(0x7f0000131000-0x8)="2e2f66696c653000", 0x200)
exit(0x10001)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mknodat(r3, &(0x7f0000ac4000)="2e2f66696c653000", 0x20000014, 0x23)
2017/12/08 15:39:27 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
madvise(&(0x7f0000945000/0x2000)=nil, 0x2000, 0xc)
r0 = perf_event_open(&(0x7f0000d6b000-0x78)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x8, 0x8000000000002, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x2208, 0x0, 0x0, 0x0, 0x0, 0x40, 0xfffffffffffffffd, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x4)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdd, 0xfffffffffffffff8, 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 = syz_open_dev$sndtimer(&(0x7f0000274000)="2f6465762f736e642f74696d657200", 0x0, 0x0)
ioctl$TTUNGETFILTER(r0, 0x800854db, &(0x7f0000953000-0x51)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
r3 = inotify_init1(0x0)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000cd2000-0xc)={<r4=>0x0, 0x0, 0x0}, &(0x7f0000be9000)=0xc)
fcntl$setown(r3, 0x8, r4)
fcntl$getownex(r3, 0x10, &(0x7f0000c54000-0x8)={0x0, <r5=>0x0})
ptrace$setopts(0x4206, r5, 0x0, 0x0)
rt_sigqueueinfo(r5, 0x22, &(0x7f0000d77000)={0x0, 0x0, 0xfffffffffffffe01, 0x0})
r6 = getpgid(r5)
rt_sigqueueinfo(r6, 0x3d, &(0x7f000099a000-0x10)={0x13, 0xb0, 0xffffffffffff7fc2, 0xa})
ftruncate(r3, 0x3f)
r7 = add_key(&(0x7f0000fa6000-0xa)="626c61636b6c69737400", &(0x7f00004dd000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f0000d9f000-0x8d)="7fb4378c6391d6684b7c8519aee6ba10f6f796de12902f1b012aab138e70552af87c92cc63a9fd4c94ff0e72d49e584300003a3122d241f3250eb346359c92b78ce3dda257940c07fbde352784f5acbc45ffc813ed7485a621e95f6c95d797678eb0a80cee124734d122c1825e4c2817b4c621db14ee505f4e6d6101e51f5ec5f80a2ff309236385ef9e9fcfe3", 0x8d, 0xfffffffffffffffa)
r8 = add_key(&(0x7f00006d3000)="646e735f7265736f6c76657200", &(0x7f0000990000-0x5)={0x73, 0x79, 0x7a, 0x1, 0x0}, &(0x7f00004eb000)="30edfe02dbbf57b1ea8980d33c6a8a1026b02bd4d20577e4a53891b5a199471a40c04ab6deeec2fd34983abc8176f0cf3c925398b7ff3123c73e9558717f4a7d6dff6a588fb96023e6cbf36cf8f8e42f4027c77130d4ce657148631c305f390d12dec6e3ed0dfdd041b9755c8c34c43005cb6bd73a2fab95514857ced268916bed562827fb9c168bd9722bdefa7bc1ee67223fad2e4367f3d376077d764a713c19b5f192315543d06417cf54eb1aaabc2a365f1174bfea5c4c96856e48b962b0e3697170456992642e434c27f5db78a14052c51f3555be78fc87124a3e7abd1b33936a988e3b6793015a8536601863a6", 0xf0, r7)
ptrace$cont(0x7, r5, 0x0, 0x0)
syz_open_dev$tun(&(0x7f00001e9000)="2f6465762f6e65742f74756e00", 0x0, 0x400)
ptrace$setregset(0x4205, r5, 0x202, &(0x7f00004b3000-0x10)={&(0x7f0000f92000-0x87)="a7a3b9f70cf32d343ddafea96da6f47ad839c2de344983334820849593f599e5b05ecb70aa723c2d3219763ad54dd6849718544824f825bec4d1cbadb8e9e33482c3b6bdda75f9e67006a8d5119029ea4908bed638c8715b492b67641190256025cbe0cc20c1b7c79aa4ed98896662173791eafcc52bf839ef339dd95152eec30d7a91007e58f1", 0x87})
r9 = fcntl$dupfd(r3, 0x0, r3)
ioctl$PERF_EVENT_IOC_SET_OUTPUT(r1, 0x2405, r1)
ioctl$TUNGETFEATURES(r9, 0x800454cf, &(0x7f000094f000)=0x0)
openat$rtc(0xffffffffffffff9c, &(0x7f00006bb000-0x9)="2f6465762f72746300", 0x1a3000, 0x0)
keyctl$instantiate(0xc, r8, &(0x7f00004cd000-0x27)="bb3d9bc9f16367e0f5a7c22bdc7f94a5214761e7802015689e852337970261b2e52901e7098b1b3b8e903003f36173bada839213c4e6cf82f9fc0718b3ba89a0b16b50425a86f059d8c756ce6ef3bc2c9288eb10f91d3e92afd8b88c960650a6fc0e564e5e600e83512688a07177ca5c71776774f05d7c9c1b49123353c0ab62c201", 0x82, r8)
ptrace$setopts(0x4200, r5, 0x1e, 0x339f13a44c5dcacd)
syz_open_dev$usbmon(&(0x7f0000fd3000-0xd)="2f6465762f7573626d6f6e2300", 0x1000, 0x4000)
read(r2, &(0x7f0000e31000-0x9d)="0000000000000000", 0x8)
ioctl$SNDRV_TIMER_IOCTL_SELECT(r2, 0x40345410, &(0x7f0000001000)={{0x100000001, 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]})
ioctl$SNDRV_TIMER_IOCTL_START(r2, 0x54a0)
2017/12/08 15:39:28 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0xa, 0x1, 0x0)
ioctl$fiemap(0xffffffffffffffff, 0xc020660b, &(0x7f0000000000)={0x0, 0x2000000000, 0x0, 0x2, 0x0, []})
sendmsg$kcm(r0, &(0x7f00009aa000)={&(0x7f0000354000-0x1c)=@in6={0xa, 0x0, 0x1, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7bcd}, 0x1c, &(0x7f0000569000)=[{&(0x7f0000d99000)="992f5f3d752d02b6c10baf1716477cf9c15fdda5c46671a8c8f240d4fa103a0036f2809d5a1124f60bc41190acd0572de741234f8274abc88317b66878afdce84bfab89d76331ffc9917ed1416d6b758d61a809cb14b0a79cd0c35c820a11014bfbcd58c90b83903b84f98e9a1f3758e0fb7171eb32c1548c75c4f320172f1c2e3f74da6dea170252f2e1df55db63fc48274287632c30c552987ca", 0x9b}, {&(0x7f0000e16000)="b81323f5dfad6952959595205786bf45a3ea37b9255f3a18271cef3edfdea4e9d1643b3396064a61be104c9cd6ee6dfd", 0x30}, {&(0x7f0000a1f000-0x63)="e7d4c06091d540bb9262910b0ce92a843a4c7833b5046eda79b62f28c6f964799bcd4151963d40d5d67792bf1ded16525dfb715f5d8cb8798d96e7481a6a30c06f7118296e1de618f5f4414390dc06c4403c27940cc6a23c800bb6c410bf6507eba7dc", 0x63}, {&(0x7f0000dd4000-0x31)="07acc5b5bec3ef7f2ba18be7cf0a9fd2613260ed58ea1cfb5af6f2f71f83416a212ad96f7ac2d73542455857052c81e9cb", 0x31}, {&(0x7f0000f3a000-0x38)="6b8d786d6709e613498bac198156d9d9655df807c972c6e1752141270824c50eebabbd93cc50025a773a474944b84d91a1b4977a2599d39a", 0x38}, {&(0x7f0000c23000-0x79)="e2942fd24c980cfa7a1ba594a3670a14064cb7f0ea5a7b23b44a05384b2eaf4d7717499f7ac5e4992ad16db86ea42c4ebbcc4e087a3b84f18682c6a15346ca9cafca32dfc65120437ab9120903f94546b8cc249a6f0f40c47ac64d800015963128be2b61c9414f68a2ca47e91f5f52eeb689633bb82e59a3f2", 0x79}, {&(0x7f0000f12000)="2852ae80060954af2c9f449981790f9e50f0772e69290d1f5f3ac9ebf4dbaf499abb7d281f4b6ef8ee64964e6efa62c02bce181fb21c01a20e36cabd63e389b6153e2849dd0b37982bff3cbce90124ef1cd8975c61993c7ff8b5b76a7673ed3dd0d94e852de00fbd32ea76be5d6c3bdfa59bf82de744d580e167d812d01062cae06a999b1b81a3afeeb974ab4f5af74752099acd328b9c30f59c6e9034a45b7e29c73361ffb847aaad24263bc71b427c562c18886ecea9e3d9f6e011313be3cca3807fd9a33202054b35ac36f759666ac07c5d3484745ce6409a017857aded31ff6b18", 0xe3}, {&(0x7f0000dd3000)="7ea4596b37516551cac82f098c1fda8eec3f903745392b7cbc519e5d249c4a04995e85bb55a83ca80dad8cfbf839be581e0619fbc8aa3f0803ca8c4470bbc04a5f3410417eb3f89d60ec1878997fa9fab168f22d36b715ccf0ec3d8938db8b1f88262cbfffa77466bcd97f65707117fe3b68804872ae12e45423c33e3814dfceb943e7be163c29ac00bf587927b8c8dfc7d1bdd8f0be5a94cac2965323da3bf50422d1fa3ca980dd8cb89fdbe174d8a9dc6fa23fddbed974cd8a7428469ff2a61608e5fa3d4e25b258022c90590682b9718f9a477def2467426417c445019bf9e5346e1a597b7f9c1a342233711e579bd9e6714671691fdf4c54ab2f811c80", 0xff}, {&(0x7f0000ea4000)="1bbfb702374b2309f1973dafb3c9a991b66501b2c8e211cf83520473b8beac49a6e9667a38899fa6d760203c8b1b25260f9c73d857d8df6bc14a5901d2d71923fec1ef85c1d0ef27b380fb84c526829142934a2ac61e187942dbcf119d7bb0db4c95090382794f784267342e12e1ebc9efbd8a9cb96b5a856ec520449d800102c1814d62d5cb522d6846343e08822fdc9ac685c367", 0x95}, {&(0x7f000086b000)="b1b7435d1f2cd3527f8562e2e1486f257c4a2bcee034ddc660951cb5017ce7190d04a9192c8c4101adf54c64e7d6c1821fea5ccd725b6d2b8cf58ba6885a7069c4b4a4e84df8b4b9cfc9033a92fe081b827d60be463f2bbc456006b3d03eb515ce46544d91c0a068b172e9e721debb1e4d76f3cfec7539773ee0ca6aad23c13942ebd4d90470adf9e258dee16a809d2c36dd6a98cfde", 0x96}], 0xa, 0x0, 0x0, 0x1}, 0x4000884)
ioctl(r0, 0x8918, &(0x7f0000000000)="")
r1 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000c89000)="2f6465762f73657175656e63657200", 0x0, 0x0)
ioctl$SIOCSIFHWADDR(r1, 0x8924, &(0x7f00008d8000)={@generic="af7e490c733c0fa44f0b7d38e1858fc4", @ifru_addrs=@nfc={0x27, 0x1, 0x3, 0x7}})
syz_open_dev$random(&(0x7f0000001000)="2f6465762f72616e646f6d00", 0x0, 0x0)
r2 = creat(&(0x7f0000be9000-0x8)="2e2f66696c653000", 0x139)
r3 = epoll_create1(0x0)
epoll_ctl$EPOLL_CTL_ADD(r3, 0x1, r2, &(0x7f0000eee000-0xc)={0x0, 0x0})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO(0xffffffffffffffff, 0x402c5342, &(0x7f0000a7a000-0x5c)={0x0, 0x0, 0x0, {0x0, 0x0}, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_ENABLE_CAP(0xffffffffffffffff, 0x4068aea3, &(0x7f0000000000)={0x0, 0x0, [0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$TCGETS(r0, 0x5401, &(0x7f0000182000-0x24)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$sock_SIOCGPGRP(0xffffffffffffff9c, 0x8904, &(0x7f00001f1000)=0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r4 = syz_open_procfs(0x0, &(0x7f0000365000)="6e65742f70726f746f636f6c7300")
setsockopt$netlink_NETLINK_LISTEN_ALL_NSID(r4, 0x10e, 0x8, &(0x7f00001de000-0x4)=0x60000, 0x4)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdb, 0x0, 0x80000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x76, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x200100, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0xc)
r5 = openat$vcs(0xffffffffffffff9c, &(0x7f00007a1000)="2f6465762f76637300", 0xfffffffffffffffc, 0x0)
r6 = eventfd(0x10001)
getsockopt$llc_int(r5, 0x10c, 0x2, &(0x7f00001e0000)=0x0, &(0x7f00009f9000)=0x4)
unshare(0x20000400)
pselect6(0x40, &(0x7f00000ac000-0x40)={0x3ffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000768000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00007fc000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000349000)={0x0, 0x989680}, &(0x7f0000f14000)={&(0x7f00001da000)={0x0}, 0x8})
fcntl$getown(r6, 0x9)
2017/12/08 15:39:28 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$KVM_GET_REGS(0xffffffffffffffff, 0x8090ae81, &(0x7f0000e1a000)={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0})
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mknod(&(0x7f00008d9000-0x8)="2e2f66696c653000", 0xc001, 0x401)
r1 = dup2(r0, r0)
r2 = perf_event_open(&(0x7f000001d000)={0x4, 0x78, 0xe2, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r3 = socket(0x10, 0x2, 0x10)
write(r3, &(0x7f000080e000-0x20)="1c0000001e000720276822081d000000010000140000e4ff0180f70000020011", 0x20)
syz_extract_tcp_res(&(0x7f0000019000-0x8)={0x0, 0x0}, 0x30b1, 0x7fff)
r4 = socket$unix(0x1, 0x5, 0x0)
r5 = socket$unix(0x1, 0x0, 0x0)
bind$unix(r5, &(0x7f0000003000)=@file={0x1, "2e2f66696c653000"}, 0xa)
listen(r5, 0x0)
connect$unix(r4, &(0x7f000000e000)=@file={0x1, "2e2f66696c653000"}, 0xa)
pipe(&(0x7f0000008000)={<r6=>0xffffffffffffffff, <r7=>0xffffffffffffffff})
bind$inet6(r6, &(0x7f0000015000-0x1c)={0xa, 0x1, 0xe68, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x278}, 0x1c)
syz_emit_ethernet(0xd9, &(0x7f0000004000)={@remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, @random="c7df9e6ef678", [], {{0x60, @llc={0xc9, @llc={0x0, 0x7e, "6f0c", "26a350dd123acd937fed618ed370284bba62704425178c7d253775a3f189f286672f36a9ad4b12b7b2a7ee94b9adac4d2508965337fa467314bfcc512410c332544b85ba30098e0831d82bab77c15168a864bcd2285dcc9334ed7bdeb8e064e81a44c988b22555a782e0ead4b54f3f453c7a925a18939f61dc3f91d737990e0249abf750c2f9d154c00122861c96f4d8f6bd0a6e54ea391e4ca90859679a6eae0e1246a66aca26c16caa39a24968a99b68d28b6a998bde774d76180e28905d753221c11ca2"}}}}}, 0x0)
writev(r7, &(0x7f0000003000-0x30)=[{&(0x7f0000009000)="105a01558cefc33d30e824e8756b28a788ef79f00f158ee58b81801d62fe49c92b6568c3ead4fc61877ffa13bbfb5905774731881e66238cbae2e837457c57b1e4292a6f96902ec238d5f36e7c30fc38429ced7e4405ebd09cf2e8b1113f7307850c61d6bcce8996d971d6e5c28cc02639f6516d2ee1965fbb5a360b9a3134520b1d81618be981099c09ba99135a0190fb667f7ad5f3277ab8e5bd45d747b931208820ad75ecc52705570161094ee91273a53b268f7fec14aa92104d34d718940c509ba78d9d0c3a481505dd06822703b36b8b5881dee30535439e9da6637dcd12821acacea40247b65cce9aff8198e302f4b137fe00d8eb344e1dff8d4b31493ef26ac8e18e995dac238a222096a2d74caabc21b789bf1642e76ee8864f6599e2d8f790160e23eaff4369eec03cdd2c02b917a0efcff2ba1cb13e8c8ee49e0d4a2fd3a8c8a8b7bfee7ad55e020f042673588e6b557b9d097a2181ed71bb79e3ad43a4b85ea27546e2115af52afb9de932898f9f1402f7ffb1cb024fd6c4ec859f1329d01f7699d2765adddba621d653d3a3e3cedd1359d5af55788e4e501a02638f637224512b5105e20122961885f0432aa6ab3b68235f8fd6a9562ee6c8059ad3583b0db5e499847ebe9e409d345c1ddf08e77bd7e1dfb4e907a7e7e08a3ef4387901e8400743ae1528b9599836445d62b4fafe7498edcada47ee241268a36940b7005184f82c4db008a0b049b9e2757207749386ef160b7475b00d9d9eddbb433c7e5fb943a3c93a6a4a6e35aaeeb757052550da7c88f785f10f22962046f79b79a20d8a918cee4e7bdb35d261a7558877c5520a9eecc2b9b62c858436158074ad1a5b19b8cdf19e09f6589a6301d22634b4cded8800c7632fbdf374c4c94f9b4d797411647f7eabdebe4a2fc964cdd19c4837430254b55e922258fdd2ba7dfe13795e0cd691aba2c3f5bf4b885c9f510ea7781021c843ed9313620a200bfca401637ac4fefcd165bb6be2ee0d01fbeb40871ca3149ff3bb8a58d075f03f7a9e4093d1fce07de96e831b02e97186a574b24ff410babf286c5a000112c957cd7e102ae7c49b9e45cb3b513c0d25dc49a46746803e98a2bf5efe3d77c9dec633111a9412a0c1372c11527c3235a15149479cbe5d42be79e767d810aeec02bd71d221d3ca532133e5c620f190ba7a233aa9d277a2e575c5db0b4d0926661ca09ac0515854eb674b0f4ddbd6c2285b82bf3c9664a31b30fab460878f45be3445dacab64ac2f0d787433151effad1a0c682673b3c4967cb8130bd386da2e93c1393a17964f0ee02f1ce8abd94325c2445120b6969f4fc1550b32c9035b1382e35a043096c4aed5704d99ee2be0efff453948b43166671c4afc8d3b5922fcf74ac1525bc60fdb5768af9d0973079a7c8c4e35d6d1ea72ad190d361fdd26b1debd41608e6d7a12061bfa12a8ef11987030c82732a4b920a242b74ef216a380413c0afa2df75fb64d71d217efc3edbab26fba63cf8956cf37f752134b9395dbd74968ac24884ff64856c8e102131a9e530601f26cc1f486241ec0d2cb44404f95ee363f2aa24fb9b12c376e4abfe53e0499212a134e4df430273c085fde974610617c5fcbbf51de7bff9351faaf5c4f0adeb9ddff006243f79cf0c354073861a189862fc0948c7dbf4b9cfac986d400491929c0a66cb6f8fdac5aa85b743186872a4b9c025c583adc907efbc22e8cf143a015cd5f7d75ad2ee1f67095cd632d3c843eee205b827caf0425aa791ffc1f933417eb16df4a300092be98bf3ef2e4c6146c2f6d6cb2a7dbc7c339757bd1df4798a2524b05fe8c3e8a4ac353ef1fc3a92ffb083d7a4109107f590305a045945060eacf029fb181003cad8acd6cdb3cbeaa09ae6d0ca914d7168e4a54fbb22ce431a0a3d123d95b923aed8e9102244723cfddf2f50b3e3e40186b7497ef1522ad5a888cb382a62943ed221742223c731a67da32c364785a17b2e841202301f16b34f5e61bb1837dc60a6610e3058e1c7ad1ebdbeb3ba5a46725e952d26d12e003d53413474ac2e3ca0cfc51cb6bed45ca42b52ed63bbb7d6dbea13865c7a6c74ea31e15024c9e0b3a87e67764b67a7045a14cc131fbac731593150b9f856a8d3994baa2a1f4e1ff24b2100921434e9fe0dc6e3f7165ee2a6f1d8b6a620254c529274522c60cbc740cd6fa8c3cc08f64c2a1ace2f91fa4d40c7b8438ff44cf0f18d278bf4993d15d440d0c946c28ad4cdf21b33685027b18f9afd9b6fdc4f747c8fcefe070577f463dd45cae278bad80ea25a23f115b35ef679c5d967db29a9487fbe71097be3be070f7575d9b3b6f665ea844a6740348f39b160501eb3fdceed2c4cba9cc2a23b04179d623d4c5fed93ad3e11a7e6ba7cbd49efb68240d93d1128cd4489ddfc1d9b32808b4a722aca8de3a145eb586f48410017b4711a099f1eefb6cd87d243ffba4a9b701070d0dc728cb02e9d4542b09facdd9e116b105754eff7f4bc1a44f941006566902d7f71c06bfb47b473e62a13ac1bcd980055387a90a9d14ac385eebd6c9c5d6dea398ebef74b3477f1e3789147bd2ccbac9c1c304e86efc606ebcc3b5f2fcc9f66261fb9347c0990adc10805179b785a458383070f70cca15cf427babb84898f5f0b9cd6c352c5d5d330f5b1df10dc229f95ae5298c87ed351fe76479b26fb1758d8633b47304248ad8c74c6fda0a5d0dd0cfbfc7496757463594493048a0c27eb67c9b98ec6338a6653efad6dfb43b2f96f2d31adb77c24e57b74a06c22d9c7a4854c7a0f07fd953dc1e01e22eac9093bc4549f366b6c7e16bb048614218bd694e23a469c93e303ce57e47ae9ceab72408fe78fc1eb11e9b57d1e11460decce6a4dd80573adb5a777748b6c9f96928c615c7faf14ad30bb60a123cbe372378357d4b1dca6e29735057b5cc9a87f23b9e856ae79f0d99c5941d2962010ae33773253a177441a9a0f80c81d266cb0e9c5f60ff9b905dfa628dfccb35426172e8c8f2e8190cef268e3003f9b1993712aaab4ab5d2e4b157e25a09b71c32188d3a82a96e2d96d67f810ce9e3e3e0adeb6ef6349c9f162d225dc86c260b497c6e6675ab1daed17a8ffc59b14e8df90a0fae97760e459878dce39015bb6ccf238debb6cd27dd08bd0a991d74371ed654589b5f04ecdcc3980117978fcc9ef9397c37dbf312a3f2481d3acb3a5f5b5e6653f3fd363d06692562fa6a6095cfc184c0cf9d12e2294ced392f7a3313a6801fd902ca8a85f00d2b83693a3940fbeec2be005b72cea63515999892ba9e323e297e3528cf6f3a193736a6a780435a6641890938ac4c83a291e76e19cf27243feaec09f888aa8906e38d7b4537a101e8cd341164468d065b54c941a0f0adf606ff4b02ee2c7a9123aa03d2c68eefc08b5f1df15e34369557a808d7009192cb8804d537f4547c630605c2dfffc9bd99e6ed67e1d158303fe6d6c63d29d8ec878500f212cebddb9ea5ee44a5bbac3cfa4631a2f59f41337a7ab4d62a16af70c96ddce5a7e501b2516990aa4fa904e8b0d14605ce28d548a15fc7bc8be05ecc3c6903968a189bb2e9fd599f53706f739f93ff38c2ba69d1d5e2dc6e095f995b6caf85bfe0568ff5fd04b4af7787318d1a68adac434b1f5236e08d04d745484b231a8b6341cc90ccb20cebed8af442f2ff7446e6d7835c73c8f34777738c25d7f1f74128ad12271548a263b082b5ebb03b851ea7d2bed60901c3d23e04e28dfe6afb41f60a373c318e412e508f4bb32d5c2d2a777070393a44ff5d2d542a7c4b7a487d9aac76b92bc5a2e16dace42a03a3d67b3c586d3e6be0b4afa6badce19c1464e579b752c0f3c08dd1495439e51e3ef907e9cb05a6c6e88ddc6c74a9a55dc63158ec4e404514182bc2a72033cdbba2e1fb077851433f4927d911b7298ce8d95eccb50c02c5745cae821584e8165a15a8c76a0c25364a94548d45f914ceed6c99a39dc038c8af6a5ecfb00e2f0b062a903d6166ad7e6cfeba0f5dccfbce40637ec1490b5837fc15cef1949c5711d7346c96c33f44ef44bf0a1a26b8b553ae5165c84ad40dc052dcfe5631d1d421f59976b800c5cff4505225db933ac5d992305b6e11626d34c6162d474b784e2389dd3db952417cf5d27693dac6f349e9f55b759b6fa04fef63537c35f3c4e46dd6a1cbd186c358c33cde578a4f876c0b4e338ec27534d117b772c4321aebf28de384d198f6ee0defc74f155712ea44d7eb152e340ad7e77047fa9291af32f38975d9254f5a3a7276ea6bb03499a7b1d69933a7b7230bdccda6354eeab90170d716cfb6b6be866442f55b2594bf3f5dd49def269aea28ba00d4e072a923019541b933ae3c993d017c332a2f24e9c6ad9fd4740775e546786fcfc68f545ef6c1d47f21a9849f71d090d94bdd7b7d84eb234e4037f310ebdaf7c94218a97d971828e332509e9b054def9645a96c5f917b3f9e951f26986755b5e15516c5531a6c42e40ade07b15c81bf6bb6a3321e90b089569468a10b1ed249b7ef528165cb364cd969a25c62f2fcb3a8569af3a98feabc5fcdf2e47e98fa7e0bdf32081d05631c46d3422695240aea197b5502470d79e0f8eec6c7932e1a4f6e187d75d66ead6224184fa5b47b0121c53747bff5c9af4f03ce56bffbd0e39e4c8d5d2dd18dc1b57a6faee40f803a38be5ad4f5a585e31cfb8bb5307e01575803733c7ee8f9247c0396e70055efdf80f962bcef1dccb6e317ea8c8a8ae97225846eecc6452d945932b66f0eee3699a7b8f7af911b7873aabdcdee6e80923744ff97cdf300659b4538e717a20f4622158c2dcf6e92925605958ce5fe6ed3dded49e515596a7eac816a2ed2709d45d5b2a4ab6464824ee8bca662cc170309947dd53aa837ce75a297cdc33b2bd04ffe26f8b209893a1b1ed4ae4f31fd3070b35f90a6bcdcc58db1e055c67603aa3e8d4ac021bac542d2df054c924153990268c0f036c2907a8520f3ce269829091013fcb601f33469204892bda9a3bf46046a7475316d3b84da2785f0cf9fdd834494206c94179ca", 0xe00}, {&(0x7f0000005000)="14e5d369765a258b987ecfaa47d5fec5dc9f75e5d03b882c1ca63ff07811d9662249ec8d9c0e4caf84f911f792e4f47334d81add7ee2571512a4907d106a94daecb802d73d76dd466bbfed0b45d4741298af0706a5bc90840f17b17929d4fc567cf5fe76dca56af4537a1df2ff26c3b183adbb38e9f6ae4118a2bed3347666b8f9b1d480551b1c5dc5e1f0fe60543d73933ac7341c90a1719038aad6620d1ee2ba4f68b4e02908a667f7177978b797945ba69a35cd2f", 0xb6}, {&(0x7f000000a000-0x4d)="814d581233149f1728ee930c6d2ac2ad025ed95811d588c18ace0d1732358b9c375998bc789241fbc9009f63bdd19b7b6dd80203a2c0d17ca80a6b25239b54597f0efb4aae2011f6a532b0d8b6", 0x4d}], 0x3)
getsockopt$inet_sctp6_SCTP_PARTIAL_DELIVERY_POINT(r3, 0x84, 0x13, &(0x7f00006ff000-0x8)={<r8=>0x0, 0x100000000}, &(0x7f0000672000)=0x8)
getsockopt$inet_sctp6_SCTP_GET_PEER_ADDRS(r3, 0x84, 0x6c, &(0x7f0000f5a000)={<r9=>0x0, 0x1f, "e6f2afeb55410b1b776db426ed4052fc720d0d571fbc90d420c1d277a4580e"}, &(0x7f0000856000)=0x27)
getsockopt$inet_sctp_SCTP_STATUS(r1, 0x84, 0xe, &(0x7f0000cba000-0xb8)={r8, 0x8, 0x9, 0x3f, 0x7, 0x1, 0x9, 0x4, {r9, @in6={{0xa, 0x0, 0x7fff, @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]}, 0x9b0f, 0x1000, 0x8, 0x2, 0x8}}, &(0x7f0000ad0000)=0xb8)
splice(r6, 0x1000000000000000, r3, 0x0, 0x5516, 0x1)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2001000000000fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_RES_CTX(r1, 0xc0106426, &(0x7f0000779000)={0x3, &(0x7f0000f84000-0x18)=[{<r10=>0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}]})
ioctl$DRM_IOCTL_GET_CTX(r1, 0xc0086423, &(0x7f0000c99000)={r10, 0x1})
r11 = socket$netlink(0x10, 0x3, 0x0)
ioctl$PERF_EVENT_IOC_SET_FILTER(r2, 0x40082406, &(0x7f00000fd000)="6b657972696e6126217072ef632b230081")
syz_open_dev$usbmon(&(0x7f000094b000)="2f6465762f7573626d6f6e2300", 0xb3e, 0xe2000)
writev(r11, &(0x7f00007cd000)=[{&(0x7f0000fae000)="29000000180031090020000100000007020000000000ff06800000000c00080004001000000ef4ff01", 0x29}], 0x1)
socket$inet_tcp(0x2, 0x1, 0x0)
2017/12/08 15:39:28 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x968, 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)
mmap(&(0x7f0000000000/0xdbb000)=nil, 0xdbb000, 0x0, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet_sctp(0x2, 0x200000005, 0x84)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_MRT6_DEL_MFC_PROXY(0xffffffffffffffff, 0x29, 0xd3, &(0x7f0000675000-0x5c)={{0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, {0xa, 0x0, 0x0, @loopback={0x0, 0x1}, 0x0}, 0x0, [0x0, 0x0, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x5c)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0}, 0x0, 0xffffffffffffffff, r1, 0x1)
syz_open_dev$tun(&(0x7f000051f000)="2f6465762f6e65742f74756e00", 0x0, 0x20000)
r2 = syz_open_dev$loop(&(0x7f0000042000)="2f6465762f6c6f6f702300", 0x0, 0x0)
io_setup(0x1, &(0x7f00005a2000)=<r3=>0x0)
io_submit(r3, 0x2, &(0x7f000063e000-0x10)=[&(0x7f00007ae000)={0x0, 0x0, 0x0, 0x0, 0x0, r2, &(0x7f000096b000)="13", 0x1, 0x0, 0x0, 0xfffffffffffffffc, 0xffffffffffffffff}, &(0x7f0000250000)={0x0, 0x0, 0x0, 0x6, 0x1, r1, &(0x7f0000588000)="8c358e8863519a35411cf09bbc9447ccf5efbb62201b1ddb4cdb8a8d26eda8356903ca51d0586d4c7b3cce44289e6e749182974f77fa322d0049aae0d6b172dad957bd79f276441dd51df3c0a9da061415195df59bba64f6fc84bc351ee7", 0x5e, 0x1ef, 0x0, 0x1, 0xffffffffffffffff}])
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = gettid()
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0xa21, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x80000040fe, 0x0, 0x2, 0x1, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x2, 0x0, 0x0}, r4, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
pipe2(&(0x7f000060d000)={<r5=>0x0, <r6=>0x0}, 0x0)
ioctl$KVM_ENABLE_CAP(r6, 0x4068aea3, &(0x7f0000801000-0x68)={0xf5, 0x0, [0x3d, 0x0, 0x400, 0x6611], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
flock(r0, 0x4000)
syz_emit_ethernet(0x128, &(0x7f0000d36000-0x128)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x20086dd, @ipv6={0x3, 0x6, "a228af", 0xf2, 0x29, 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}, {[@routing={0x0, 0xc, 0x0, 0x0, 0x0, [@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]}, @loopback={0x0, 0x1}, @loopback={0x0, 0x1}, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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, 0x0]}]}, @dstopts={0x2f, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0], []}], @udp={0x1, 0x3, 0x82, 0x0, "751ad155e0b7469850da09286d1f9e3b2fb49aae3026c584e8ecd5f9ba7ec732d5da6040dd450a12d206000000000000001b02403b7a3800a664b30aab396bcea1cdaa100edc3bec84ad4ad70c19e3c23217f0d79e7ba4e594fc46fff900000022171f12f98ffea76e1ce71de82c3b56a8e6a7d78f96f3bfc81d"}}}}}}, 0x0)
r7 = syz_open_dev$vcsa(&(0x7f0000d8a000-0xb)="2f6465762f766373612300", 0x4, 0x100000000004006)
ioctl$sock_SIOCOUTQNSD(r7, 0x894b, &(0x7f00001d0000-0x4)=0x0)
ioctl$KDGKBLED(r6, 0x4b64, &(0x7f000032e000-0x1)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
openat$rfkill(0xffffffffffffff9c, &(0x7f0000759000-0xc)="2f6465762f72666b696c6c00", 0x0, 0x0)
syz_emit_ethernet(0xc6, &(0x7f0000db9000-0xc6)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [{[{0x9100, 0x1000, 0x8, 0x10000}], {0x8100, 0x0, 0x0, 0xe0}}], {{0x800, @ipv4={{0x5, 0x4, 0x0, 0x0, 0xb0, 0x0, 0x0, 0x0, 0x1, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, @local={0xac, 0x14, 0x0, 0xaa}, {[]}}, @icmp=@dest_unreach={0xc, 0x0, 0x0, 0x0, 0x0, 0x0, {0x25, 0x4, 0x0, 0x0, 0x0, 0x0, 0x9a6, 0x0, 0x11, 0x0, @loopback=0x7f000001, @empty=0x0, {[@end={0x0}, @timestamp={0x44, 0x14, 0x0, 0x0, 0x0, [{[@empty=0x0], 0x0}, {[@rand_addr=0x0], 0x0}]}, @ssrr={0x89, 0x1f, 0x0, [@remote={0xac, 0x14, 0x0, 0xbb}, @multicast1=0xe0000001, @broadcast=0xffffffff, @remote={0xac, 0x14, 0x0, 0xbb}, @multicast2=0xe0000002, @empty=0x0, @rand_addr=0xca]}, @lsrr={0x83, 0x13, 0x0, [@broadcast=0xffffffff, @rand_addr=0x0, @rand_addr=0x0, @multicast2=0xe0000002]}, @lsrr={0x83, 0x23, 0x0, [@multicast1=0xe0000001, @multicast1=0xe0000001, @multicast1=0xe0000001, @broadcast=0xffffffff, @local={0xac, 0x14, 0x0, 0xaa}, @multicast1=0xe0000001, @rand_addr=0x0, @multicast2=0xe0000002]}, @cipso={0x86, 0x13, 0x0, [{0x0, 0xd, "df21741175882f00000009"}]}]}}, ""}}}}}, 0x0)
dup(r5)
r8 = socket(0x10000000010, 0x400000002, 0xc)
write(r8, &(0x7f00002e6000-0x1f)="1f0000000104ff00fd434514234d0000000000000800010001ffdcffdf000d", 0x1f)
write(r8, &(0x7f000067d000)="1f0000000104ff00fd555400800000800000000008000100020423dcffdf00", 0x1f)
ioctl$KVM_SET_SIGNAL_MASK(r6, 0x4004ae8b, &(0x7f0000016000+0x804)={0x6, "2ba342ae0b9a"})
2017/12/08 15:39:28 executing program 7:
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x4, 0x4, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f00004c4000-0x78)={0x1, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x400, 0x2000000000, 0x0, 0x10001, 0x4, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
getsockopt$inet_opts(0xffffffffffffffff, 0x0, 0x6, &(0x7f00007f7000)="", &(0x7f0000001000-0x4)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0xfe, 0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
listen(0xffffffffffffffff, 0x8)
epoll_create1(0x80000)
socketpair(0x401, 0x0, 0x73, &(0x7f00005d0000)={<r1=>0xffffffffffffffff, 0xffffffffffffffff})
mmap(&(0x7f0000000000/0x26f000)=nil, 0x26f000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = perf_event_open(&(0x7f000025c000)={0x2, 0x78, 0x3e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x772, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$sock_ipx_SIOCAIPXITFCRT(r1, 0x89e0, &(0x7f0000556000)=0x5)
mmap(&(0x7f000026f000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT(r1, 0x40505331, &(0x7f0000ea5000-0x50)={{0x1b9, 0x6}, {0x8, 0x40}, 0x4, 0x1, 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]})
ioctl$sock_SIOCGPGRP(r2, 0x8904, &(0x7f000026f000)=0x0)
ioctl$TUNSETVNETHDRSZ(r1, 0x400454d8, &(0x7f00008ea000)=0x100000001)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
seccomp(0x0, 0x0, &(0x7f0000045000-0x10)={0x0, &(0x7f0000000000)=[]})
r3 = socket$inet_udp(0x2, 0x2, 0x0)
ioctl$TUNSETQUEUE(r1, 0x400454d9, &(0x7f0000742000)={@generic="6996e3730f7c3e2e71b8caaf44b57a09", @ifru_addrs=@llc={0x1a, 0x102, 0x101, 0x3, 0x17dd, 0x9019, @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [0x0, 0x0]}})
r4 = syz_open_dev$tun(&(0x7f0000adf000)="2f6465762f6e65742f74756e00", 0x0, 0x100000000000004)
ioctl$TUNSETIFF(r4, 0x400454ca, &(0x7f00006b0000-0x28)={@common="67726530000000000000000000000000", @ifru_map={0x2, 0x1f, 0x0, 0x0, 0x0, 0x0}})
ioctl$PERF_EVENT_IOC_SET_FILTER(r0, 0x40042406, &(0x7f00008b8000)="2600")
bpf$OBJ_GET_PROG(0x7, &(0x7f0000ad2000-0xc)={&(0x7f0000d3a000-0x8)="2e2f66696c653000", 0x0}, 0xc)
ioctl$PERF_EVENT_IOC_DISABLE(r2, 0x2401, 0x9)
ioctl$sock_inet_SIOCSIFADDR(r3, 0x8916, &(0x7f0000769000-0x20)={@common="67726530000000000000000000000000", @ifru_addrs={0x2, 0x0, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
connect$inet(r3, &(0x7f0000561000)={0x2, 0x3, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
dup2(r3, r4)
writev(r4, &(0x7f0000d9c000)=[{&(0x7f0000564000-0x1000)="fb50e53737877e21697bf3a6699f232e17b21e0278edf8e132e5955f842173b756d1818cf5a097b4d84037a16ec8ad8c41eb81bc54d4995b02bdda29d3011c9427adf13c4397cc89aaad5ed047591d62e7e8287a42c1ccb2a8655ba1389bd0fdc7bd9313bdf18765ed002bc72bc0bf31f29f549278d1fdfdb88c5a1501a89fcd555d2c83b718ac0f0cc5a5fc284f34ca748321b9bed25ddf3d52ee966c835c89c7179ee8692c12fb61d337e81d9ba4f7e49d3e5a8c9b71a89accb2ea501e86125b81fb38aaa1dbb10c59485b8c3157bb4b9480f0c098880e21f55dcad82b0aa0eae895aba45d1422aec8c1c5d75a4c2edc23bbd70985dbabd678d2b8f843e363a2ebea132675002ee05b22c8824a3ef1972c37b6642c94b60e72828be19d42851f7ea68da064c8f2123cd0c4b608e9eefcb0277c9cc3606082b7f184c8a957689bc8486f7f9b7fd9e9e19a28607604ed593298bffa8d1baddea8f71c68dff9ddfd803a8b5e1b52c00f6de13ae409adf7c1f4607ff7d5f6aa55bc8d67771d0a493f36cefc5ad835a65baee9b9ea0b3d37056b0df774b20f525d3e850825d972096baee52e727649f9a38ee8c24d11bd6cefbd9ddc0afc2b86894cc928c1a71b488829321873f3972332218b99349e9f0c08d43372f01d68c7d08a575b9e4b25b74d52f970153987683abc040e8c2daba59efdae96a3f285c626de7b900a7f65fb792c72f30aceb547eb2bcbb84bf8f8ab4a4008437e30f938b89cb96d48df12047af74e78c8b06b357e23531bbea03a87e43dfe82307791b77584146c2466edb22c9b5a4da6bb1f2648cb9f0ba1f91554c258509947c2c1848c368a9e267445003e3e6ad04679ae8429d14e61bb8c0e108f1b82b27956fd85a6a5cc655b57c004c94380551f8e89ceea8c5efc2f25aa4c35c0f222d0f434376336d8bdbb06a064e4f6a7508f413cbaffbc0ecd62433c59f2932828f03f29f15eff2f205e1e0f852a82d05acd92611886b413f5e980d80de8ddbbaaea71f14faf8c368c41d46bf46a3458ea8b9d2d758c76877faad215993a6f0cb8437319c5bb28537092e9b672bd3ce617c3b6ede7995ec7992caf774998b887fe8e7b7750149d161cd6d10b542d4679b3e459e1059200f7469f9f9a5d98fae80e1151be8c2bdbee2b46c84124707ae8a2df45993f803649ebc67195c9d6e87263d38266f69f1a84984f845db740ad6c770f47f1a2dfaffe0ce96465dc2d75f4cffdda2fbdf7ab5d2ffefe112d8f36a92216414810c17769836d4546bdb4f0bf1c1980ee0c86db1026a5878d46147d2f72be4fce1d19fe5e3833c0f4f9977db6a2deaaee1a62f6d877ac5b2039d92c1e86444300385f4039142a0c15d0798a02c830c43cb6d5131c8b12f3ca1843b6da16831f174cfe984520987f0b705f772ccc9d9aef8ab3127ead581cdb8047209d7f2e8c6dbc54a3eaa1815055a62f5a18f014ee3c77336386884047f80072cad0fbf2259fa971a0374aba76de132960b96ad14d20b190e95c9591c457e8af926bfe4899b9f9492fea7b59f26edf221e118c95650cc01efcc7536b2c6c0ef648db7d3188ca51226bd3cf904730a8f849f0eaa70880a93e991d47ebfb68dfd47beebd7f6810ade04ac71bd03986f66a8eb8d999a8f9be94d5e38ee95bf773580e3d66d739a737d725e7b220bbdb509e651777357fd45b54a39c84ad79c03338014dfc1c8c2f17ebb1589403ba6caf555bde97dd41c8a6dd2ca5946ceb10de13f9e02256ba932643330f4bb0bc3f00d936d9ab0ab7577b82d656012738e3f06707c8bb0dd955ee46c2dfe1f09475ce1470488dbe577eccbc84c449bf90d57f2800b5e6837507c22b47586f091954e1de2e75bb6de4754e35a82d791e256b4848814b4407fec2ad2817680768a65d9157bc4aae71615e75219c9f7d640f642c1b0836d442834da51ee595f403e27605c77e476af9a9d9dfee3887aaa19b9c5eee72fdd544890d12aa36dfbce7865801dabd89ff0e3ef53b89cf760ee4115ef6705331981f33e879f4ddc1aaff7e24cd5bcb7211e93e2f47515bbd36377e721bfd0bdc26bf2622b40b53af85e81256eda82cd04ad64b4926c349e1569214e7fce5fe7df5d92651891d47af13d9b2a8c4cfd316f9a344c61902535ab5d23e02547e09a897fbd9d5707ae10e8ac11c327a6d1daaa666fbf3b7e51f398b3c11ce4ffa33f78cd0bf90de0cf598ee55d5604e092bc8e6aabf2cdcd648d36b63d4319897b844f8da853073e77bc9c5f82a96cac0744de8dff68875bfa6c5c1234427a5b1f53b793bde1eb3190c3e20cdbab5948734f94ac37efa8109a46ed53cfbe3e9d097793a9098524b80268341207fafc5bea7dcce22653b9dfc06cc70813e6e089345bbd198c8373e6b744acf0053f1801581dfc6fd2bf30775bc312dd76c8d1b153748a49ab48f51b2252b4d7e68266b65edf5842f40d0604d289a9b8051f22a6896ea50b3e6f92a718a64b190180b528a9ed8179ed2e4e65f01d5996ed12501d30d39ee334b7b9e3fe9067b70ae8ea1b99580de17cf342a141665bb03824f6a7cba19c6329513df693db33d45a9c023aad9cbd4ce99656e0ab28a04d965b47448ea4d1ea03de66f10e5938428a2d40ace71634fb03101b3493d7cf0fedc1afdd288305ac134e4cf379f88b65699123c16fa83fad1b9aada37dd55fdb1a33ade943c1a7cc0cb4126c9621477ee91dcc1174552e71e05e688f3ad9fa2678bc8f84609ece3cce41363b5650d3417dfcfc6c4def42c33f73d58db0af2afde647f0d884b56224a4bd112ec0bb034104d7154995ca2414d73947e8a39cfcce91ac614dd62c23a0d3c527b962ce58221d952cde7f296f88ea82283f9e79849c3ee0f7ba6bb36f84a864cd8c321abd418939e81cc451e232c6392cdfafc1f3df9e3ca8bac96bc3f0539833f7dc49c4ece596ff7974d05f0127cbcd7284a9446512da5a62228cfa4fa202283b5bac664b7822a83475fe4f1636757e8c36b9b66c22bf7521377085f2985a27b9458c73e0c3157871b7c2e9656b5eccaee712ac4c724e80c6f0d8654b96297b7cfd0ccabd311f2440a5d22c53ceca7176e9cce774b202974795c3d2d6c4f79ce03bc7397ccfd56886c93f1cbd95559d30a7b2631793e8481bb00572f0b51aa5765192bc06994f8064182961aa144ccdab75ae1ed2ff33641ec139632da9fbe14a40d7bf04c98df84bcb930e59f49da4f82639c67c090e1e513a3c42ec1c5e78ef844b6989cb46e24fd858234233e8dc295f44e8340a6afb4b814e9b8d7bcb445f3254a9da5204e2f79a21aeb7fd699d168185f1d9fc184d88e819db8d70ca72e628dfc245e5d803045fb3f6d77de0682858a543535dc83fd91814d173cdf0596d2c9e70b1551ccb0e794561f2e5eafb692fa14cac05c9bd3413543612c6a955508a2ae706d884893e63ae255ed1fd0a2695ad4a61187853a2e587cc303225cb8fd0220f61a1f2bf8e5ddacee5f6e02c30b80ad7173e6fb29119ceeb300be25917292327ccb8b7b9a7b3ffb29e9b52be234bb17dc63a3728d435cff56e5e26a963dcbd2d07e0bb44e873ffab538c127b2c144b0e27c1490268ea89dfdc9b2ac90b49097b3469056a6c307cff726ff1ec298eaf395fd1cc2f76f54a8cc80f4507acd46295ed0b2fa48115a56362b6c3b3e7ec3f233b86b342c923cdc2828d25130fd4e9a81f6f18e6ccb247a2c60fa90a115fad6c0126dd926eb7bf38af3c3b7c9a3315f6cc9d35e5042afa47a7acfad0093f106e0eee0dc7947a4d35b59b29e2d7a2e49e22430533220472555dee941bda09ce8009e132f6abbb5dfdc7510a3855d2fbe8c283b0bcd991249e02a5b0b1f239869e32111713e70ed3cd57302e9971bd2bfbaa3ca6e16a540334568ec8914039d57f9a1b498eaa80293b48b816dfbb20166eaee55e77dea66223b438df9d9320b431df0a7802daac46c6704b18f2b6f34db7ce0d29cfdba7f7477522385b70cdac210f2cb1212a61b37db49d15684dcc4aa5d29f522037a066f49114dcf07d5ae33585206f3e75ba88d31d6ea80e04cfab33ecc98eff1e6c2217c720321d39399b55b11d7d7a10f90533bf2478888e5cc9373758192d7ac6eb016c881854dbef2b4a012788817652c687c362f14a026dd8fac013d10561c62905331f3830645da4be9a3a809e2b3befffd618517a34b9cc1475d1e437465fb2256bb7b922910b165f368ac389c4ee72985bf30f1dde90ba37e34eec259d2c60d6b3423b97c922f9d7f163e9eb04ce8a15faffd4291b6b10dc582e9477e258a5780d45b23d65587a77771749015d56729255e9f45f7db53015d3d1ba0650b57b3ccd507749bac1ca64f63dbfcae9aa832753577b5f7493e578d9c6d668d51a145209175b38b3ff3a10e009c836660795c542b7be30cd3a77eb16406547b26565dc5f2fe9c4124fcdc2f525dbe7d9983bfea2e1f94d6642b4dfbec687e9ba8df87793a100a2173d96190903779022b543b300a18fb5393e75184520dc09971bc6394e8716e9263181148173669a292f98bb82583248054df5b42db3214d4062dea60f7f1262d9e225dd4b536442ff05985161a7345365a701d2ec7c6fd7b4cf261a4546d3184cff0ec925e116809fea621671dd25033aadb12c1b06a71bff7713e8048f1bbe22e9eb2acd8b25402340467cc9078e181061313d0b27d412a271e4754806abf698f4436236eaf5a1053472d26cebe9e906e6bd7491ad1f2a1eecdee9b62be8bb894a138f94134580e90e556d0a1fe70658ca5de9063e8196ecc82b4a0e22554151716c56f59e434ff3f93bd617782290b760079bd02ef5b78fd0efa120eb3d6a0b0263c40c6fe7b24b7e0bad14a9194e7e51e368b86b33bf3089a9d4c7dda20d002c640a38b46f41c41ffed397e6851bb8d1756dee007274f65b475fdbc4756b71a0a3a6c19b2d323645a69dca87f7a0cf93296d255470df09da16f4e98a0c004280e1030a64fde62a7b56e97d3690e57625f9cedcf6e67846c8ef9535aa1d9960ef6c5b66ab94c247df66fa0066095067fefe510ca1c26bafe575b234823a1f2326b077c7deb1a8f1151a407857247a87433c36a1131092dd661b2614a873b31c00beaed88b9813e8a902d9e98a450416aa266bbe388b37d99e7652b2cc5d5c6ed341d5005f4fdeed5f6a8133f281c30681973028af94a3f57f35f9269ec1dd5281d50dc99fe9df62130833089c3ab20df08b3d8ad2c8cccc6fc004b46fe1cd4db872c37270a199b6c65efc8c860e6f3788078a5a9e0c11b729fc4e0371baa76b76a47a93c9e85c0d3249ea31c501dbbe3680527d5974d7c02ecd3a4edb3a0eee65bc22609ce493945d9d17a6794f354ec7a93623d67e9501e0a49570942fb726f73a7b3233811fa7df7461fd67e222e756938a0e87e8e5252685766912d8d3428dcc39b470f4b1713836e75968d59fc62509ace437a66668272f6f974b6f6179861c5217b7a3a07d3f8c8d0349bbbe60cd2cd9b58f97878b0c910769053877ee01d4e3e6d378be78201b3f6a40e47dcda0004d0cd461e250d1c4b297dfe91ab749f3ce2b1e50a9d8785192d51077d8b40ff666aae8ba08cc310cbe5ef157b40c11701f50d053b1cb21dcca249b764a97ab918901f4178e61e2105d2ee1d76fe093defd189dee001af30013c626126217631274a99971782cece37ad57f3f1cee11fa8cc2550bc045cbcbe1e35829a860c1ce649d945c252d4e2254f548765f51b2d1d1ea932832b", 0x1000}, {&(0x7f0000321000)="fd8989c65187ba4a8876aef4f403662d363d38b0d65252bba2f3acbb44dce50c398766beaee25500e9b882d206155792820a7380401e21dc0e1cf10aca62820d5976344e9590e2fea795cd4b23720d31c9dcd1893754a41ef56f8a95", 0x5c}, {&(0x7f0000fd6000-0x1000)="066dc62d195b93f18a3edd24fc1a46007947e17d81bbe7d62f77b123d09cc5a706df37094e13ba12e0fe3ae664b48c383d962bedee242fca2b1cf1ae64893f57e6e327d2e47dc083d4031748f9681e7e51dd97091d841d304ddcc73445fa0a4ddf187d3f7acbd41e37f40ec36a287f374f3ec60dc049368d39b352fec0700313d0d694f756f9b11d83015d08041c5256750e39530e54f2e02eb7c4abedb03b7add7693d2c7ff6a4ef6ca14ec7ce36ad1b4f3d16f8d263f0b5c9b4d96115484e819a53ed7aceaa038a5e0805f31b286fa1fe329e4b8e82c8e45c289fd399a09ab7efc9ed6bea70771fb186548130c5ef57ccc1ee871cea1dc7c9edced22a1943ba733157171b6e3f7715dc686fa43655983e331617428a6aa040eac52bb8a734263cae1afc0fb214e58a26dab988693dc3f67a55984c94ec2e6d9c70b1a007072451064c645e89ca87bf42d683eb710bd370332663f1c09a805d6b70eed07affa5852e167d764a3433d6a27f1b2448cb6c27e555ff15fd571a5bc0e3c1472a50a784ea431bb4ceac251497e37eed5ec44d5e8d889045c34cecfa0cdff51bc80fbd02f26ca7350ccd8ff4fbd96990a2739841a66655ca6df6cfd27cb504edd0a8b48e51a1b08253ec2da2ad2faee044552c9384e0bfdfca7a494629e9e95b44c0d063cc973bdfdaa7e6327e7d951c0fffec6ac1abd7ff02b32c0075d2d086f09e77e421ea6a2bc56178b6f92df544fd8d174580a68c42d58d6a42ca2c66c077decc042924a44ca288f6287e0b368121cf64dd64a22cde2d82f6a49ad370d1b94ec5374b63ae967c7f557b425ea7d2832394f17999c1bea0692189b5d433f6412172bfe314bc1d30d93e6e2fab4283308284239cf6322bf3ad3baef8ef88d77eb9395fa88a472ac71b670e0a373f1a1aae3a1a33c9355eb1615df43f7e3c02d2dd227fdbbbd07c5df09d2e7e9c767703ad2d86839434f90801ab5c6840290a35806520159e03130c417600cea3579ce1559c90ff3db653fb378752c29936af11716295e30a404af192aa5f16aa3bbe70ac21b4090d8c7b0ded83528d3d5898c3bdc755a7ee2bce93e22fcd5f3d9117340beda4fb2accde2c8b3b2d806a333d838f177b230b6536465fdb6248cd478f3019dcfe9264a3370596e51ec84194e71be9bf3ebac09cad453d348d092c1436c1011b8715c28088b44449333a1478c1163d96d65890b52fee177f0de225887a4bd95fa5c60a574687e12a19335b63e9c756cf324e9905f440e9276289a267f20532bfb3a530c6dc16e589037ebbe736114f0f3066a827bf293920a0cab369ad1eb64d65964fbd9116de5df8af5d6ce166b9324bad010a7f2d3be84dcb736471c591a84a7614b3f06a16ad36e49ffa81fd98da76e41af274f0204c1f46318695735ecff01e83501397de8cb73f1bc603be2dbf1410a04289388de28f3be6ce0b1c6c0f7dbc0da889b563c4ac82542b71bff89a4f56bbad10ba5a2dd84d2f4a8792b022ac5bd2db2fa09fa5f55c32288c50008da995ce448ddeebc9539c6d6d94e7085470da82cf9f50714daa6fe9b304d538f54d717ffe45fa2d0b32613f59764e3d83277cd4e38abd586a492a58f6004917ed78ca7a4709cf7e09981479ec95a93c2433e47b772377478dc2360a842130ca7a0b1743d7434b6c60cb52269e6a59b64088da2856c8284ab2e6850ea9aade9166307a425cee7a454c8da3e1e09d73fadcdf41df3d0e2c58ead12d545ae32afef140c4bd4f7b1bd124a77e23ba053027a31e402979a3e65e148b9d7244596295de9babff0fbe0424fd0b43a582c9b0ebb442a855994a9ad3ea5adf54f1038b718c151bbf10b4cb2b64834fe9f10cc74c99897d0d0fa85831acf07183de6bf8f54605b6ac2dccc25afeccaf87f0993881b486a72239527b624e4690e5063152be5e0c5f06416381804e9ce7f0f0e710b2edf0683e4e2ac1255a8baca46cecf565a8a622d21b29da88caa31671d8261a26067fed7da14c90b49cd1d9a951087f586adef47118cc60abd496fe4a4145224c519fdd97dc8b9794af9aefdae7a4a7f08c99298f4844efa748a50c1d78f5842e373c3ad188e4cf946e8fe907cbb7e4332d2b6857c37de753cb648395465025eab2a6819b895660a4d493635559cb543f6819b667e892ed06feef3ef72f631faffb64eb5980168c622d9c68a096f972e3275143b2d4b6867311b5de43c6c6a523cc0239cfbf8adb686259233a6beea591c37d947f720fc8a450e321f81941cac8e5649916bfb5ab4f023dd8659bbec6f7a5d536e9bb61e06de17a3d5ee0129d522c0a0a078ff6c7562cc0f10372a0efaaf234ac155f0874ff0da7bae72bff9d1811f4890df1bbc9708e16e53f0e3826a7cfac3e320b80385a18393f474e4800d3d94561c400793dae563470a14f167e2789c30fdbedc6b892d710da394135d22b27f97e0d0a059d49e072fdf21dc20d619701b671db5862d93c72f9c59d64e418671196ef7b3ac57515f16f07c6772a9ff5c9fa58eed4c2c16026c9f1cfb38194c842321d3000ddaffd83ede8a1fdf475e065b748480a6bd8efc17e494e0af45fb2692070b0f11f61544f0a2926f1c5967490bf793adb5bf01fd07cdd4f9c1658a003971e13585ded2fee6576517be799649153a8c4c3eaa84a45e36b2f4c9a7b3a4e3ac0344645cab8c0df2e627b84297737c91abc4b222be97caae21039ed79347f41bbbda74a21ef7f2b994324f4e32dc890a6dab416b83d3daee5c836c9eb2e76de778486e276a0a91e3578a0f66ed0284ba32792097c4b3e2561985fc96c17e1f15df6beec132e73c53726469b7ad14adb8926e49e57fd06e4d62837e813d1847f67ce6c1cffbb162c5ace1ccd5ef76b82bfabebe69a0c143ba04cf8c38c2fc361c6e48669726c4001a1a677a41e2de1d18a621fb82655099156de262c3bb21b37402d179eca58c8d94a01323e218b2ab0f3eea844eac5d7e440894cec784cf63c48df9b7030938335d6a893db8e62667b7fa1006f4ccc5ee584d9612be30e4feae3bf51260844b2f67a54a22fb1cc7e011f86bac967708704a5f507af403ba0f7789597b384850ca716d0b5dba0f6d8eeb3bb764bab15117734eb0dfdda57c6df505c760318f615933a948f2e6fc0656089d964e4d3e0ddf80e4815f32268da3fcba9eee8264d3c419802780acb90c40750667bade9bad95af136c35ebd7f5a58dd44f0652c7ee235f31e5edfa7c01fb68ae7f6c62528ea5d7aa2dee09694592f9328d98a3cce8cb58ac6cb104d4f3f9f4f8d9d194083368942e788a2dc17abeedb8fff69a8a9530baf18eb87c33d689d12a88fe0cb4d529e66aee54a9533220a3c3eb41d6adc34dfaac7a3ecd232375f1b1d926cd0675d85058a2a2893c0a483ab808eb06cc0aa478782dde70c58b58822ee1b2a05d9c2fc44854901e22afceec210a62c1da67aa02ba7baae13e0eb2a3243e187d36501d9f6a2e71e8bb48de7021c09636b897a87d8a0d2a7527bbb6fa414372e5d6ed970c2772f0a58ae0b2594d02f3f9d94c00c6a79dc3f7a5a21e4fc16dc1ad192f81e51d1ffe13f3ad28fb4f7b09d9d68e672ae262bb68c76100123915ba8925a1dc80e29d83a0e2e9e873b01da7d66ce472fc61b993db0cee00c47252255c56af3ee4dea9027283f409d960e69a037b4586daf8973038426e32515c01e5756af9e3923e700ff6947bcd06b7eb58f9be169bd5c737c3431f0b5d1b618154e297f17e51c938b300c95a3fe33918704c920690f2b7d3e385675922ee5cb38b50566620125bdaf09a9279005b54a8ce572dea30d0d76b37a8d1cebe0dd6a6580e1e59acb39788422eb1a1d23f9ddb4222b569ad8728a8e7570e2200d88028b562fca7eff6149dcb5a5a2569f1ef53a4f63006543c574a6e0c6d6bf1abc5f9986a0149965f162192c6b1b51aa8a83da509fde4a0eff17bda0d80829963b3b335ba2aee01b5dbc14060e4355605da994749ea7ed585c9d58380a638f1860afe6ae5e44c65567dc1ebb969afeabb6261d5892f1bc9bf0b5e55bc7fc46910401bc536b111f49a472e83072de7fb07a06253ac648e5814772b6b8bf78fe37c85234dab8863ee4502b5402d89b2048fa9fa2521ca634a2abd7b3d87f4c34e37bc0bac797ffb9abe6a4200a5002547dbed524d15e6862111a0135623711b4a2ae352b5822d56d09bbe2b158adaf27282f8187d06d26c53592ed555665126928418c3a948978db9052acb312461575db9e16c2e826ca0206723f30d91e6b3a898d3a1f4019360ca9c91e76991bc3b5713b527ba73d2ac4c50dbc103d0d564593ee7c1bbdb5a1b830b1e626395565ef2bb2449eaee52d36c8cc20537671b9a3098494c7f1e37828afdf8b97b0e6059923e88fdf74432e4120df441b8915c88ffac28240fefb8b100e6df0a72496aa7bfb98b4af49bc4183cd6fd02974a692ef9341c5bec794e400e3bb2fbcc4d75e00393992cf9b990fa5f4fff95914d1b897677e2cf567cd0084728d4c0eec17cfe9cae1e570f28be06d693569a7a42133377a4ddd3c8b70fc9195f82b00aea9f3e2201163b4c7399c82c97d2826f3595380dd4034cfa15f751bd1d91e1d61fc09109cc9d890f3c4e288071d90e51997d8445ba6c6cbc85e88cb27b42138d9f0ae60efc40a1f922ebc330a108c8903a607a482eb90e36d9cc7f60e3d81eefb471a8a3f61a29e3704507a3acb305ba72b8573773e4daace79541c980298e60918d858c1feced43b0248bbfe24767c6e87a520457382068f98dc844292f86086a477630a7eace2d0cd359a1f261b918f2cc030a736dc0041e8ac6cd17983e627b80bf34d4ce64a4d7f723c6d810367b728566660e920312de06f551dd11ea4ffbfd0644d9d9b758869799c85387297c6d85e60eddc9e48dc039b3a01dc2d9a2a8290f3a1706317f2c4667de918aed3b027a83baa82464e7d5d7870d2e4d13b0f8e79ac8b7ce296dc478427c7b99cf69cae30fc9c6d84a038e37e8e6ebb3d9b351bfc560320dba81a30c099e538f9837febb5411f24ff6242779bb5fefcd1e536b2cd2fd41463614094520d88eb82e8441db042dbcb9c4717bfeff0dcd77e5291bc9151018df125c1987b6a9ec73371f4645361e60c1e0efd711ee2851c9b0f88224d265b97ff3943ba6d9191fea3256ddcea0b51869a5aa88275764bf55c54e6e51bebf2fbc57ae56f1f652901dcfa57e16b1577d214e82dc598221bf928c45dccb17a5ee0c8a4744c31802451ec97cac83fcb36dfde8a711389880a75df973e614459f9927be7f52d8768a9e1f59240bd623445772f2aace6d54a2918c563ab0e27e1654d41e1d77d037d70dc4df60cb825e11aa8625a53ecdc06a503b8791e5c87fbee81de772c2950d7c3d852e1cc78436693d06d572906c256820039982d63ddd56272e9c69bdefa55331723c53e8a33aa6008e404b0c5a033e696f8e4e45d3e4d1ca46c900c0a37f70e6dbc97ea7a00ed07d849c9845a53a31ec0001d6292d53325e02bb03da9b4290311a59eb58fd6d001ec8b5cc60ba06bdf23ddae7c8867296d0414d16ef8fca0318c50f3706c58832a309683e4498bb767c1e7d613303a3d0446b65fea667186468265875bf2fd06fdd0f7483d50d074131cc2634c323b4a49d3b2bf57b6ada8ae26075ec3fea1fb80d5a2cdd0918a68d22dc82d5a5cb0af712bb17c9a2f2332db3c708c9c017488ca957e7fd246c2114e8f814db5dd1c637eb62dfac3cd89613f27ab8f416cb", 0x1000}, {&(0x7f0000773000)="ac76362a3e1628d646d6bf4d706e8502b8f84ab6f30e3f9bfd59f8857b8b15714144fdd4a14422353b836bf1742afc05c34ed67fd739d95931559caaa914495838a88a6a24c08f1a3d6d0041dd37063fa44e448ec0843700927e3e45825526e27c96fa315d4f6dc4182bfaae4755dcbf128192957520c21cc2ccb32f5095b3c814ee9c987bfdef2b011cd5a012b66681c6fa42a7eab33ec4a669210492245a3c0f9590692e191f", 0xa7}, {&(0x7f0000b54000-0x1000)="d1a3af2aaf26272c6422040363d9cc0d42e5b31dd2cf99e0a8afe43dfea94f75650883cfff6b37abf18200eb56238819603ef3232413f2bf400ce595d7bd3798339f2cc03c6f6733b274c05f5a853434d309f0e4d4593d71ebed9e085b6b7084464bfe802200d44a973b33ac691a16c06219546f0d9bdc434a48f07d7b704c5a9aa98c41781c0a9881a5eeb7999515789acf3ad284b926bb5ecabe21b11384c890860ced4525c7f052dc569f73d63d47b3a997accab765915a070e3d70d466731ebfe4d221ea2ba49aa3566752d1fb3c88a0e91915bffc05046f08efa69d7d751a95736c945f8274447b96cc0fec5324af4eab27012c2ea7eb8a67f1fa9c80064d2834d75125c283870578d80792b452a49d046a316c1865064beb8b75faa90e5a58d542e7d6e75ff0e0b6aac5304d58dea44d1c8a76e7562853b5048f2767f37e5fe45b3b897c1917b5cc1465479a470db6753ac87ea1345ae637e413fe226f5fc9845bbe5f3b9ee7d72d88281478cbb123551626b022b0cd6ce0feb7612cd2d72cbb46a33a4fa34c140807c6071aa34297cdf9638c0502ad5c03c07ed0807857460c126898aba07352e18af90f9c5074373382237063de1828222c5ec147accdb5628ff781ab73d0f5046835f54ff289900029cff58b70c6cfdfd9d3444625388d6437ef959735de5da15d8b514692bf72cd1cf6fe8342035fb803cc51c98a2beef3fa6c8fecb3dfeb1de630401fd62d30a4cbd1838312f14c1da3d3b5d9092f63b086fcc6e23928230db73ea54b3fc1236dc4df8051e44e1ce1d280654203bf606a475e31609b94edfa1f2693b98c4eba6f7aeca5b79638f24f5da9f0366cebbde12460efaa05575eea9bbde00c645513e6572a5840e44dcc142b327789ddd434f255815e5b1432ce5837223f7a8d10cb50e05996f98fb031a9e0c4fea04d436f570a69cbc0b7776ebc5d45b2055482472be16ba609978e125b3df66994e29c72b75582f7bbfb194bd58c477481a9c621256f2bd3c4f5bcc0737fd98150e99c16d27845da8e0d16b486796ee9bde1f57360e8f11650f5009c7f5371101ad719cc601341beeed61f5afe2cda0a987d34c29bbdb1d22147baed298dba96b43e951102c5b5fd281db647b47075cef261aa187dc645f8cbe7a93012b455bc1b65d4358f012362f4965fe4e8f1bfd38af1526a876c748dd94c25fbdef4bba79a07b48292c19fae293f9bb0cb56ef5d42da0aef2712917955b15142e95f9667ef67bd2b55ce2d11b730c40376da5c7fd0678221507ccb69b48468e8d2e85e8932f9edf4268b6ad6af10457c450f275f45ad04b8a91f880aff1a9eaf52d05b6722651d06a3e940a744f16fbb9a83516e354506f289de05a5a88867fa4a8cee734659d68167c8a97a771109c4c83987f3259281690f35054bdd3b6a19750449ee6114270185c9819db7c348e12778620d618f0f4c4e8483a59c07fe41875ced21b765329752923f5d45f23cbf555e830a893dce953bd2bb416eeeec952087b5bcf42bef0f4f6d5bdd2ea9454a8e9e069c4edad8a2518600a7a5f8f518e8b542885db5e04565f4fc6040b83842e10f35da7dc837584e634522c01a8cb8549e0cc967713eba7523d874b37dd45ff92804e1a6b18a2aef354e7ff6064ca5d6f63f9f828fc8ed69afae2c0448716207f97c171580b45c6f1331226ce80395daefff5dcb306ae5dd0a0f33105678884a10b067cc7878045ecd42818b92bd84e7ccfbdb4c0979f9470b3c61bada56c0316ccb690157252662c15ea30a2742b3a48d3727406902d8747901c50254a92676bab74f43e35c52e2f16f8a3445d5a41e1de2f6effd02c7a2d17b3fa0b652d4ceced16fcb7d8758067d65045201b2af3e2ee0d3f42553a10e80ac494e84a3730e8f70729de99e4ff84183abd32e46c49effaf217368a738b59344ef7dc453f444c3bfda0692777b0317c61da7fba561cf9ca5e91812da391e03616d3f76624028c96dff2b1189bb80bb1ca45b5caee6144fe420467be61a2c1297431656eb349695c9c991d5fa5059dd3c877929445056c2a0161fc903461e0ec15b610799cfebc94d4238d52092f86f8365e4619862e8e078a0cf89a3ced28bdffab14f96335e434ccb43cf2ac9761374f1e522c229a88ff5fe62ef4c4cb2cc980eb44fa488c3ccec7dd54521abf8fc8400dfa103fcf6d121d9b461eaff3c2399b47ca4017028708c173bf6ef8ba5a87724c708b09d60bc4218c8a2ffef21b0f8dc155cc67be9c6220566758f63d714cb8a85b89d1977587ed286c4ea241879de3b6f1b106d3d010c10b082b4f5bc3938e1f67c06da5132e577403829ca0e42740c0fe4bafbc053a62e27e7a8150cda44cf5c2c0c82c7dd86622a1a20d928dc994b4ea0a73c851aeb33fa1e1e38a12cba3c3b0b6ed3ead91e277e711a5f44553e7d40b16c265f8c9d1edf562251a963318175edc0ed6df893b4b3779096b5d0e337e2b8c1928aedc21e5159b49203200bd600fef56d2a9de2ce5a0bbc9479243f78395784ca2324a70b7e164cbb5fe4ee04f6b7e47e77c32ab8ae402affb6082f9457582a4e0ca739ed512c6548cd7ea424473a28e83d234bd920b5ef3796e20931ff1ec8e2092c25436fedc961b08053020457106a0821ed626e684e03ddd8dacedf2fdf14d32ea7c1b6e316cc158804128145c02e8b20f7fc0eb24957c73879d9974950d4a823a1b1f5c89130487346c70ec294f92aa0269b537b88b796b8239254ff9f1a12384f234bc86a181aac886c7a9465453c343b5f9ca157d3cbe61c37018e00b397a9b324b9f6ed1e760b73e679e5133cc20575b631b99041540bd071f8d72ee8b7dbf7bec63d331152d2753f93919fd5e16f0d089a3874e0a49b64212ceb338b03f36773a3555b1571b6acb9a27da7db8dc43bc7d5825c6ac9203f500c8f86d048c505638ecfd2226e3a6d14f6efbb132f85470877f4fb37d4ad795674de6e862c89ef8ea84b7f664a0bd3ef54c1487072ff2a8833bb397c2e498e0752a8dfd337f59fc3a89014460061d9ba70e22bd5e6f4085c22a0e253f0af3c80b682b6e99e173733f2fd3defff3e5c40e148e6b191ea3b6954f4b7b2e040505b23d43d7dbf4ca58d10e2de5fcb6243a94bf2191773900ad6e736ed8292f8e7f7888a02a2464844ebe25097140d04c712b4076951e57d21f45de3c0fb60eb1782cb34e1d38f69339d9ed9ce9c1b99db2c9d045af6c63d3d22d9e7165cedeb1dc3df3acd25efcda30827b870160d5ed89f2d9bbf1d64211ae6e5beb49f6bb033ed6a0fa307672ae21a1df7d406cdfba2b53ecc7cf4c9db7ab9da1e6688f3527150cdb8824601f1a499622b86fe58df8379546a4b98240e584a9a64e0f88b8a830d47d88c6c941a0ba99e7f7798601d4d84bf3726579761ad4d03d28fca4f2ff630129b31387c1fe2598987e9b0d294d483badf6bf30ceaf158e9e235d4d2096f5b5fa92af0deb62eab571e566832344354b2343f469fadaf13f65ee6bc37a53022d82a06ec451b52c0b9fe03030a960b683d48b98ec23e45529e2ba85e4c86dd5f5b05dc1175872f16bcee13096fa6b225455f2d0b73b6048718269064553f2b2f2c3d1f6c2e166089ea4300310975589857448009592b2c3faa7f8c3cfc2996d92e2d4e57c71846d4ddd3dc2babde97add27d4b660cdde113d3ae3829119e6c9a8d6cb534cfc09a41f60d2fb95a689104e16d8d64b60efa3ed1d70b2b9abc00af6588f64e8b8b82fc9ff57952ae3743268aefb31930d0e1e02bfbea41b9a06d5a1446086e1c9cc43b1dd5f5fe04bc44ed20ceae60bdc428594e84bfbd5d4bea49622865977dfc7999a468487fdfa6f9c31da8199df0083e6167919a85b1c03c95fc9207763b3e7057a40aa4e61d105fa10504ffece14e7774619c52f3b24716c2ebf33157a5fa723850dc1ba89ca9c7bea842b76dfbb0f0830b74a1f449bf02d6fa82dded581843146af7865cc698e87721455492fd39ed48bfd7c6922af06de0225ae7c7529e170e9042939a40c43c4ae1977f34d4e90da3b79ece3d16c26162e1b450dbcf407a7feda24a54c2ecca0a9ee7627c710de273280d6a1ca5782b703fae927d31591721f642ed198a725c2d4a24a65b70a67268ba5395e502e224ad352ef61b4413eafed80001b83c5b55ac27913ad14a97559f5a835de951760c11a5a214af52615e8b85d583179de0c53fb3adc08aa6d54613fd8461d30963b3409ca914aeb7fbb2dde1de29fba2ff45fbcd23e99ed8e98c732a34d5f4161341723c363c7c0cc3a800fc4a4d248886cbd1a156e73e4296535b1a86b0edb20c052768d33295242a5c48a162dcd3288c14b50a39c97c9a072c397351b3bd01f7bac1a128319aad4ffaa747c2dad1283659aa29dbe8aa0697f1b53a38a0e0201e249750bda9f4bb04ffca92caa73ee4c9e8a6c10ebfc491d3c892a67e079f93ee1cf747bd549192d296cdb6283f7392fd1083b5c0b8eba85e99c1a1837fea42214b8b5b997b6d74b67b4f3b977f40c39990f72b819403f82526beac11291356a9f5e318dcc50a91e4d84cad8a3db851e27aee7f3206cbbe4ca0306391011dd39d902ac8a9fc4c1628d2e50877d60f0b4d893d2f50c3447e98dcded8cc1fe29b10595a42d592063b9d25aa492032dab05a006141eb97fa41351df685bb08aa7073cf2df907ee643bbb30f8c463059093abd023cf8270239d638bc3d93ce88d946422104712b004bb0b5fd0441837d0ce6199bfc5a11412e825c45c4499b68d183ef8459e5b338ea578cf419256e13d8ae8ddccd9072ba4a5ac880b3e33bef0fde69fe2299efc18dcd5e8338a2cdace387c653d3c9c5051ca801a56a57cbb6964ffdd33de9d870a8ac06d2a03341dbfae7e6c2c23dbcd5056815a32ed0ad4950325fb71ac7c5c634472a51460f765eb0021b393ca7b5937177457005917a7e2317d53ba9d11b03825d56e977251aa8c902fcbdb4f6e046df388908c389e5dd9f230fbbe6b266b07576996b4deda845c3df1bc80eb7da6dc9d913c7f2ea7098450bd6ca603569bea5c9fc1a2cc08d3a58b35b282dbba92943a81ce2e7c25370ff346ec6ccde430271f4f416da203378a8dda60f03431b188ed487e89041a0c4de40fd4d6f6021e21d69026c0a791be3e13e3109a9c859a7525f8d4eac84343934a9010459f0c9c4fcf01f4296e1b07e77d119ba91cf21b9620090f5b843deadcc5f33d07656e36fea1c5276219804de3a0bda9060ec7478ea27b76a863a4153eded316bceacccf8954564cecfd9448b85eeccbbd806c40ed370c054b926796f9d91d19fb511f0ceb09ae420e29998a39df4201097a55fd5896be970f1af13bedaddbbb2774cbdc78236ed7cc24b7de20738228263fff29642c7e2743c607eedb0533d4d55db18738c175dde9096b5f5a66cbabebd80a215936fcd02433cd26a6431c607b2bd807a8bd0c66d6a65334425c7d841bbc9028afbffb2e1939c2e5d39be734a3c5c637ec2512f2c8a937f4bca8e57115c18efc6056f487ab7caf3c2eb1e31109a28ae9d53055f0984dcdd3d73e1ab4e0c710303ab35bc5cd6656a99c4ca022e3bbccf7d7a17fd95373bc0eb83d5fb302a97a811e2365216bfccf0d6622990347614255ec0671bd08fe44e29f27bb9ff0c315717535dc628b20bc84459ffdcef45c7c841dc31f408f776c36cf753f5a5597a171d76b2404e78ae403ee38bd75dfa60260871903e99b4437b1ea6c1908de02421b32fa7da1c4d6f9", 0x1000}, {&(0x7f000015e000)="a39c636dd6d292883a2bf3effdb8c69f51b6e89fad19763700b04d91d8ba8649fd8842462fa5934375de59b6d60ff7afe93045fa304e999f74032d2773573bef412898801956b00cf4be1f23c458681f206ca3d57d6292206fb3bb457a148b746b5d785900189753b44f55c8646465ecc4341f2456fe846dbd85ddc71e2a8681c4f8374f8af4c868d19de13676ad9056146c54e51f2009de6e7f09f3c81135a904c89b58af4a26c9fcba0e214932339fcdfbb77be5da5c854b42d72c2f37003ffd606540762906d0a728a302573ba7eae77713a4", 0xd4}, {&(0x7f000036a000-0xcd)="6149fbc2b246c0c4cd9f129d93871d68d8c8a3ace2c484a6ed90020000000000000005bd82d6f2aad1cb7089466a9e581eb2acce112c7440e4899a7adc1d25f0d124cc0c16b417bf5ea2f14eef279fd08be92dd3d9c3019efae1d805c6b5ae34b1cb079291366c7ac5a86969071abd575323a0a99b7e7bef6a8cc4ff419a7613e3992456992ec5d0a7a4644a5b4b9b8bcf0d22102600647e8cb7af56d03ccb21dbf699e4c4e091c5cbdcdc30bdd52ac1f2c83944a2464312eda8f74ab80e022bb6707d1daa50561d4c597af811", 0xcd}, {&(0x7f0000769000-0x3c)="b1d83927f7380128f24c37f6a27939e9bf045b3cd629b6d1e8d1d673aa521e1a1646e317c8502d9a189b3cf76c2750c4efa27a1f62b7de4fb4240026", 0x3c}, {&(0x7f0000718000-0x5b)="75b4f03b45ecc378bffe83ed753eea3caf2926c6fcda9774bf98aa9022f99d4b5c7399081b47004decd28b5add6451aa9d0688f0c5014dbaba6c949226a19a0c676b4bb930350e1652d6b284d37922ea48b96a03ff81fbdcee62fa", 0x5b}, {&(0x7f00005ed000-0x9a)="6f39ae95f8a2e60accf0feffffffffffffff1752d8639791c9d5a206d296dd1d387f7cb947517dc1924c4cd960e6dd966ffdedc1d2e654e913d4a97b91cda9dc73c9c10ac60c2ac95c4a2dee193b918092876baa6dc14efac403c04ada35d585ca70c2c021d6dc8a325866d2a8b7c664ae9254b05b280ae38babf2ce014d246948000a48db27e75544302f2fe63841cd65dbc0877c240d64a5c8", 0x9a}], 0xa)
2017/12/08 15:39:28 executing program 3:
mmap(&(0x7f0000000000/0xfbf000)=nil, 0xfbf000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000380000-0x78)={0x5, 0x78, 0x80087, 0x0, 0x0, 0x0, 0x0, 0x100000001, 0x4, 0x0, 0x668, 0x0, 0x100000000, 0x0, 0x0, 0x0, 0x3, 0x20001000, 0x80008, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000a49000/0x2000)=nil, 0x2000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f0000681000)={0x2, 0x78, 0xfffffffffffffffb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0x0, 0x200000000, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r0 = socket$inet_tcp(0x2, 0x1, 0x0)
bind$inet(r0, &(0x7f0000a8c000-0x10)={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
listen(r0, 0xffffffffffffffff)
mkdir(&(0x7f0000c46000)="2e2f66696c653000", 0xffe0000000000002)
open(&(0x7f00003d2000-0xa)="2e2f636f6e74726f6c00", 0x0, 0x2)
socket$inet_tcp(0x2, 0x1, 0x0)
openat(0xffffffffffffff9c, &(0x7f0000e75000-0x8)="2e2f66696c653000", 0x200000, 0x1)
ioctl$TUNSETQUEUE(0xffffffffffffffff, 0x400454d9, &(0x7f0000000000)={@generic="cf114f3e17ab82b32acf9585813689bc", @ifru_names=@common="695a01007674691b0000e2ffffff0000"})
pipe2(&(0x7f0000799000)={0xffffffffffffffff, 0xffffffffffffffff}, 0xfffffffffffffffd)
fcntl$setlease(0xffffffffffffffff, 0x400, 0x0)
mremap(&(0x7f0000ce0000/0x6000)=nil, 0x6000, 0x14000, 0x0, &(0x7f00006f3000/0x14000)=nil)
chmod(&(0x7f00007ec000)="2e2f66696c653000", 0x40000000011f)
r1 = syz_open_dev$loop(&(0x7f00002a0000)="2f6465762f6c6f6f702300", 0x4, 0x800)
r2 = memfd_create(&(0x7f000039f000)="69703caa7600000006000003ff2001", 0x1)
pwritev(r2, &(0x7f0000869000-0x40)=[{&(0x7f00003ce000)="8927cb911b59897d403cdc823cd5c9e288ff9fe71bb159ccfc1b71c2557db94b03446618780dfd0813916f45a02ff6c05d43d4ef", 0x34}, {&(0x7f00008c8000-0x58)="4f7e4d0b48ac8012d266d0166ec9e45bc22b302b8cc87bebc47b287f0904b7f02006479249425d575e4808ff0395cc4bd74f1072df0aafe5b62a696f6da846e129ae8d8836ef832f32f263601f5d73c7297d6af018b73bd8", 0x58}, {&(0x7f000007d000)="0085", 0x2}, {&(0x7f00009f0000-0xfa)="e957cc5291337209d18ebd6f14d10a79b08ae555066c471c683c25fd508ccb08c2283db0b4da688f576101198d720efcabba8b5b4dee5c540562071558dcee2a5da3cffc44d6e29d2ba8a7539a9b2b59a7f48b8e565fb228c3503161a3131561e65d0d5a4fc423ec1dc74502df03be2503ee7d0095fb94f779c704991a6d80451890a00a070e9f80b97cd2a97de9da1f71f9a7d8c4ed93025219667fb605ed569c46eb6fe11facca535ea939d7ded294913a758c4227fcdeb8e994169ab4054b1a749a4fd8980a41fb03122fd9c88692327e9d46e2071fabc3f6d6c21aba0434a554fd3d260ae03cfb4d3a0e706edf7343e870e91c0d74a73fe2", 0xfa}], 0x4, 0x20003)
ioctl$LOOP_CHANGE_FD(r1, 0x4c00, r2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = syz_open_procfs(0x0, &(0x7f0000f0c000)="636c6561725f7265667300")
getsockopt$inet_sctp_SCTP_MAXSEG(0xffffffffffffffff, 0x84, 0xd, &(0x7f0000b97000-0x4)=@assoc_id=0x0, &(0x7f0000515000)=0x4)
fcntl$notify(r3, 0x402, 0x1)
writev(r3, &(0x7f0000b97000)=[{&(0x7f00000e9000)="33", 0x1}], 0x1)
ioctl$LOOP_GET_STATUS(r1, 0x4c03, &(0x7f0000001000-0x98)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "0000000000000000000000000000000000000000000000000000000000000000", [0x0, 0x0], 0x0})
getsockopt$inet6_tcp_TCP_REPAIR_WINDOW(r2, 0x6, 0x1d, &(0x7f0000b71000)={0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000033000)=0x14)
2017/12/08 15:39:28 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xd4e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2001000000000fa, 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, 0x0, 0x10, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0x0, 0x0, 0x0, 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)
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000f03000)={0x0, 0x0, 0x0}, &(0x7f0000e58000)=0xc)
r0 = socket$inet6_sctp(0xa, 0x1, 0x84)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x1, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_sctp6_SCTP_PR_SUPPORTED(r0, 0x84, 0x71, &(0x7f0000c78000)={<r1=>0x0, 0x800}, &(0x7f0000e61000-0x4)=0x8)
getsockopt$inet_sctp6_SCTP_PEER_ADDR_THLDS(r0, 0x84, 0x1f, &(0x7f00007c3000)={r1, @in={{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]}, 0x6, 0x3}, &(0x7f00009a9000-0x4)=0x98)
timerfd_create(0x0, 0x0)
r2 = memfd_create(&(0x7f0000017000-0xb)="63670000000000000897d2", 0x0)
ioctl$sock_inet6_tcp_SIOCOUTQ(r2, 0x5411, &(0x7f0000146000)=0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x0, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
clock_gettime(0x0, &(0x7f0000000000)={<r3=>0x0, <r4=>0x0})
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_STATUS(r2, 0xc05c5340, &(0x7f0000001000-0x5c)={0x8d0, 0x4, 0x1, {r3, r4+30000000}, 0xbff0, 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]})
mknodat(0xffffffffffffffff, &(0x7f0000000000)="2e2f66696c653000", 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getpeername$ax25(r2, &(0x7f0000d32000)={0x0, {"00000000000000"}, 0x0}, &(0x7f000078a000-0x4)=0x10)
ftruncate(0xffffffffffffffff, 0x0)
mprotect(&(0x7f0000000000/0x3000)=nil, 0x3000, 0x0)
mremap(&(0x7f0000000000/0x2000)=nil, 0x2000, 0x4000, 0x0, &(0x7f000005a000/0x4000)=nil)
mmap(&(0x7f0000002000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
name_to_handle_at(r2, &(0x7f000005c000-0x8)="2e2f66696c653000", &(0x7f0000003000-0x1a)={0xc, 0x0, "f4296b42"}, &(0x7f000005e000-0x4)=0x0, 0x1400)
getsockopt$inet_sctp_SCTP_PARTIAL_DELIVERY_POINT(0xffffffffffffffff, 0x84, 0x13, &(0x7f0000006000-0x8)={0x0, 0x0}, &(0x7f000005d000)=0x8)
2017/12/08 15:39:28 executing program 0:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$bt_rfcomm(0x1f, 0x3, 0x3)
setsockopt$bt_BT_RCVMTU(r0, 0x112, 0xd, &(0x7f0000310000-0x2)=0x1008000200008, 0xa0)
r1 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4080, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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$packet_fanout(0xffffffffffffffff, 0x107, 0x12, &(0x7f0000388000-0x4)={0x1f, 0x5, 0x8000}, 0x91)
getsockopt$inet_sctp6_SCTP_ASSOCINFO(0xffffffffffffff9c, 0x84, 0x1, &(0x7f000021a000)={0x0, 0xfe84000000000000, 0x80000001, 0x39, 0x1000, 0x6}, &(0x7f00003a7000)=0x14)
ioctl$VT_SETMODE(r1, 0x5602, &(0x7f000025e000-0x8)={0x7, 0x1, 0x101, 0x99d, 0x7})
setsockopt$inet_sctp_SCTP_MAX_BURST(r2, 0x84, 0x14, &(0x7f0000773000)=@int=0x3ff, 0x4)
getsockopt$SO_PEERCRED(0xffffffffffffffff, 0x1, 0x11, &(0x7f00001f7000-0xc)={<r3=>0x0, 0x0, 0x0}, 0xc)
r4 = getpgrp(r3)
kcmp(r3, r3, 0x1, r1, r2)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r5 = eventfd2(0xfffffffffffffffb, 0x1)
r6 = syz_open_dev$sg(&(0x7f0000224000-0x9)="2f6465762f73672300", 0x0, 0x0)
ioctl(r6, 0x2275, &(0x7f00004a2000)="46cd")
mmap(&(0x7f0000001000/0x2000)=nil, 0x2000, 0xd, 0x8012, r6, 0x0)
ptrace$pokeuser(0x6, r4, 0x7, 0xe77)
r7 = ioctl$LOOP_CTL_GET_FREE(0xffffffffffffffff, 0x4c82)
ioctl$LOOP_CTL_ADD(0xffffffffffffffff, 0x4c80, r7)
truncate(&(0x7f0000c66000-0x8)="2e2f66696c653000", 0x7ff)
ioctl$SNDRV_SEQ_IOCTL_CLIENT_ID(0xffffffffffffffff, 0x80045301, &(0x7f0000f2b000-0x4)=0x0)
socketpair$unix(0x1, 0x2, 0x0, &(0x7f00002eb000-0x8)={0xffffffffffffffff, <r8=>0xffffffffffffffff})
r9 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f0000c84000-0x11)="2f6465762f7161745f6164665f63746c00", 0x200000, 0x0)
fcntl$setstatus(r0, 0x4, 0x2000)
ioctl$KVM_TRANSLATE(r9, 0xc018ae85, &(0x7f0000d31000)={0x2, 0x0, 0xfff, 0x3, 0x3f})
fcntl$lock(r8, 0x8000000000000007, &(0x7f0000002000)={0x1, 0x0, 0x0, 0x0, 0x0})
ioctl(r5, 0x296fc6d5, &(0x7f0000bcf000-0x69)="41519cc221772a5764e891fb42b0fddbad032fc7bfd9a8e004b45305426aee4a4ad86888aad19251466069b4c523d925aad4fee402876da19c5ff719a75393651bb553f2fac992f7bb7bc93a15ba008b85bf3b0e561604cfd06ac16149551eedb86a37292f880f64d57e1a0c6eb78e2ab0ac22f5624d6833a531f926d352da640dce7144ef6c9a2b230f626dc4687244e856030d1d2e4dc67b1cf64debacb6ec4855e00082bcc73c1f7c6f160c7881b4b3c1c963725149b27928887eb0b23bd033265009917dc24116a0002805")
fcntl$lock(r8, 0x11, &(0x7f0000004000-0x20)={0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:28 executing program 6:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_open_dev$usbmon(&(0x7f0000001000)="2f6465762f7573626d6f6e2300", 0x408, 0x10000)
ioctl$PERF_EVENT_IOC_DISABLE(r0, 0x2401, 0x7)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x7, 0xf528, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
clock_gettime(0x1, &(0x7f00004cc000)={<r1=>0x0, <r2=>0x0})
select(0x40, &(0x7f0000ed2000-0x40)={0x3f, 0xccde, 0x4, 0xfff, 0x2, 0x5, 0x5, 0x8000000005}, &(0x7f0000fdf000-0x40)={0x400, 0x2, 0x1, 0x6, 0x9f0, 0x4, 0x8, 0x10000}, &(0x7f0000a0f000-0x40)={0xed9, 0x3, 0x10001, 0x101, 0x20000000008, 0x23, 0x4, 0x6d15}, &(0x7f0000ed1000+0x6cf)={<r3=>r1, r2/1000+10000})
ioctl$SNDRV_SEQ_IOCTL_GET_QUEUE_TEMPO(r0, 0xc02c5341, &(0x7f00008e2000-0x68)={0x0, 0x0, 0x0, {0x0, <r4=>0x0}, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
timerfd_settime(0xffffffffffffffff, 0x0, &(0x7f0000007000)={{r3, r4}, {0x77359400, 0x0}}, &(0x7f0000006000-0x20)={{0x0, 0x0}, {0x0, 0x0}})
r5 = openat$autofs(0xffffffffffffff9c, &(0x7f0000487000-0xc)="2f6465762f6175746f667300", 0x101000, 0x0)
r6 = syz_open_dev$evdev(&(0x7f0000000000)="2f6465762f696e7075742f6576656e742300", 0x0, 0x0)
r7 = inotify_add_watch(r5, &(0x7f00008b9000-0x8)="2e2f66696c653000", 0x858)
inotify_rm_watch(r5, r7)
ioctl$TIOCSBRK(r6, 0x40044591)
ioctl$EVIOCSREP(r6, 0x40084503, &(0x7f0000b31000-0x8)=[0x5, 0xffffffffffff3b5b])
setsockopt$ipx_IPX_TYPE(r5, 0x100, 0x1, &(0x7f0000241000)=0x8001, 0x4)
socket$bt_cmtp(0x1f, 0x3, 0x5)
r8 = socket$netlink(0x10, 0x3, 0x0)
writev(r8, &(0x7f0000665000-0x8)=[{&(0x7f0000d2f000)="3900000013000904690000008000fffd180000400100000001004507000000140d001a000400020004000a00000000000000010c00001ee400", 0x39}], 0x1)
lseek(0xffffffffffffffff, 0x0, 0x3)
pwrite64(0xffffffffffffffff, &(0x7f0000339000-0x1c)="583046ff49ffbf632580b705dd2de13500000000937344709403f52b", 0x1c, 0x0)
setsockopt$inet_dccp_buf(0xffffffffffffffff, 0x21, 0x2, &(0x7f0000c0d000)="4a75c9d3b3408f895ac339c338e928ff421a97424d7de8d9b05842b6498bcb21f70066a6b9baa9e4d2651b1de568e9838b82523a5ee86f546f0465543c73961834bf98d0e84f99a269e22422fd2eea8362b9145473fcf094d7715a00e7ce71f4f76543e5a92fb72af27bd3de2d65a0a67b476325e6e8609c985bedfdbeafa3baae3f581341d41b25bb2d07e30d531b5245f40911001099d9b18a33a7d0e5db22e527efa603af10a4a32078114647be11a29b50041915e454a0b92fd900109d25c28524463e508594807c9deaa347e318d7542ef99f4b57412fbdca34139b37", 0xdf)
seccomp(0x1, 0x28000000, &(0x7f0000e4d000)={0x0, &(0x7f0000d3e000)=[]})
pkey_mprotect(&(0x7f0000277000/0x1000)=nil, 0x1000, 0x8, 0xffffffffffffffff)
socket(0x9, 0x1, 0x9)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socket$alg(0x26, 0x5, 0x0)
socket$inet_icmp_raw(0x2, 0x3, 0x1)
r9 = socket$netlink(0x10, 0x3, 0xf)
sendmsg$netlink(r9, &(0x7f0000012000+0x808)={0x0, 0x0, &(0x7f0000009000-0x10)=[{&(0x7f0000dc7000)=[{0x14, 0x1d, 0x719, 0x0, 0x0, "08"}], 0x14}], 0x1, &(0x7f0000025000)=[], 0x0, 0x0}, 0x0)
[  111.719995] Started in network mode
2017/12/08 15:39:28 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_fuse_mount(&(0x7f0000df4000)="2e2f66696c653000", 0xe000, 0x0, 0x0, 0x8, 0x10010)
socketpair$inet6_tcp(0xa, 0x1, 0x0, &(0x7f000086d000-0x8)={0x0, <r0=>0x0})
fcntl$getown(r0, 0x9)
ioctl$TIOCGPGRP(0xffffffffffffffff, 0x540f, &(0x7f0000dcf000-0x4)=<r1=>0x0)
r2 = getpgid(r1)
perf_event_open(&(0x7f000001d000)={0x4000000002, 0x78, 0xe3, 0x0, 0x0, 0x1, 0x0, 0x4, 0x10000000000, 0x0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x10000000, 0x0, 0x83fe, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffc, 0xffffffffffffffff, 0x0, 0x0, 0x0}, r2, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$sndseq(&(0x7f0000ec7000-0xd)="2f6465762f736e642f73657100", 0x0, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000b55000-0xf)="2f6465762f73657175656e63657200", 0x400002, 0x0)
connect$nfc_llcp(r3, &(0x7f0000c9d000)={0x27, 0x0, 0x9, 0x0, 0x2d, 0xffff, "8cd2eb0c8ffd690c03254df49c7d23ed41a242e59086649c9c17feb42b77df6454eba7665c6425cb9358c0229017ab0d99daf0a96e87cacb33500978a18de7", 0x8b54}, 0x60)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x2, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x0, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x6, 0x0, 0x0, 0xe5, 0x0, 0x0, 0x20000000007de2, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = socket$inet6(0xa, 0x6, 0x0)
setsockopt$bt_BT_SNDMTU(r4, 0x112, 0xc, &(0x7f0000c3e000)=0xc000000000000, 0x2)
bind$inet6(r4, &(0x7f00008d3000-0x1c)={0xa, 0x3, 0xfffffffffffffffb, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x100}, 0x1c)
socket$inet(0x2, 0x4, 0x4011)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x237000)=nil, 0x237000, 0xfffffffffffffffd, 0x32, 0xffffffffffffffff, 0x0)
r5 = syz_open_dev$mice(&(0x7f0000339000-0x10)="2f6465762f696e7075742f6d69636500", 0x0, 0x141)
setsockopt$inet_sctp6_SCTP_AUTH_CHUNK(r3, 0x84, 0x15, &(0x7f00007fe000)={0x800}, 0x1)
r6 = socket(0x80000000000a, 0x3, 0x3)
connect$inet6(r6, &(0x7f0000c56000)={0xa, 0x0, 0x70, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3}, 0x1c)
getsockopt$inet6_IPV6_IPSEC_POLICY(r6, 0x29, 0x22, &(0x7f0000f7b000)={{{@in6=@local={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, <r7=>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, @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)
lstat(&(0x7f000026f000-0x8)="2e2f66696c653000", &(0x7f000023a000-0xf)={0x0, 0x0, 0x0, 0x0, <r8=>0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
setsockopt$inet6_IPV6_XFRM_POLICY(r5, 0x29, 0x23, &(0x7f00003a3000)={{{@in6=@empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6=@loopback={0x0, 0x1}, 0x1, 0x0, 0x3, 0x0, 0x10, 0x80, 0x0, 0x101, r7, r8}, {0x0, 0x100000000, 0xffffffff, 0x1, 0x231b, 0x2, 0x0, 0x0}, {0x7fbb, 0x3, 0x1, 0x10000000000}, 0x89, 0x4, 0x9, 0x0, 0x2, 0x3}, {{@in=@broadcast=0xffffffff, 0x5, 0x9}, 0x11, @in=@local={0xac, 0x14, 0x0, 0xaa}, 0x9, 0x4e3c6049da0df8c3, 0x0, 0x4, 0xf177, 0x7ff, 0x3}}, 0xe8)
connect$inet6(r6, &(0x7f0000dd9000-0x1c)={0xa, 0x0, 0x0, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0x1}, 0x1c)
sendmmsg$nfc_llcp(r6, &(0x7f0000237000)=[{&(0x7f0000003000-0x60)={0x27, 0x0, 0x0, 0x0, 0x0, 0x0, "0fcca4bb22f2892559edddba1a892f216c6adb6dac3291add84e7dd1b9b1e1043844071c4d783ef83c7baa707bef6850ccd339c111743913f1b7601256cf03", 0x20}, 0x58, &(0x7f0000006000)=[], 0x0, &(0x7f0000474000-0x20)={0x20, 0x29, 0x2, "f1eb437ee62fa89f7006e4a66e02000000"}, 0x20, 0x0}], 0x1, 0x0)
recvmsg$kcm(r6, &(0x7f0000361000)={&(0x7f000071d000-0x6)=@hci={0x0, 0x0, 0x0}, 0x6, &(0x7f0000169000-0x10)=[{&(0x7f0000b66000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x49}, {&(0x7f0000827000)="000000000000", 0x6}], 0x2, &(0x7f0000711000)="00000000000000000000", 0xa, 0x7}, 0x60)
getsockopt$inet_sctp6_SCTP_CONTEXT(r6, 0x84, 0x11, &(0x7f0000798000)={<r9=>0x0, 0x4}, &(0x7f00003a6000-0x4)=0x8)
ioctl$sock_ipx_SIOCAIPXPRISLT(r6, 0x89e1, &(0x7f000002b000-0x4)=0x80000001)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r4, 0x84, 0x6, &(0x7f00002bb000-0x8c)={r9, @in={{0x2, 0x0, @rand_addr=0x1, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f00003c6000-0x4)=0x8c)
[  111.743312] Own node address <128.1656.2950>, network identity 4711
[  111.776736] 
[  111.778386] ======================================================
[  111.784683] WARNING: possible circular locking dependency detected
[  111.790979] 4.15.0-rc2+ #122 Not tainted
[  111.795014] ------------------------------------------------------
[  111.801327] syz-executor5/14751 is trying to acquire lock:
[  111.806935]  (cb_lock){++++}, at: [<00000000faf7628c>] genl_rcv+0x19/0x40
[  111.813860] 
[  111.813860] but task is already holding lock:
[  111.819802]  (&pipe->mutex/1){+.+.}, at: [<00000000609357e3>] pipe_lock+0x56/0x70
[  111.827401] 
[  111.827401] which lock already depends on the new lock.
[  111.827401] 
[  111.835680] 
[  111.835680] the existing dependency chain (in reverse order) is:
[  111.843263] 
[  111.843263] -> #8 (&pipe->mutex/1){+.+.}:
[  111.848863]        lock_acquire+0x1d5/0x580
[  111.853755]        __mutex_lock+0x16f/0x1a80
[  111.858129]        mutex_lock_nested+0x16/0x20
[  111.862677]        pipe_lock+0x56/0x70
[  111.866617]        iter_file_splice_write+0x264/0xf30
[  111.871771]        SyS_splice+0x7d5/0x1630
[  111.875975]        do_fast_syscall_32+0x3ee/0xf9d
[  111.880782]        entry_SYSENTER_compat+0x51/0x60
[  111.885673] 
[  111.885673] -> #7 (sb_writers){.+.+}:
[  111.890925]        fs_reclaim_acquire+0x14/0x20
[  111.895570]        kmem_cache_alloc+0x29/0x760
[  111.900292]        getname_kernel+0x54/0x340
[  111.904663]        kern_path_locked+0x83/0x350
[  111.909214]        handle_remove+0xbe/0xb60
[  111.913497] 
[  111.913497] -> #6 ((completion)&req.done){+.+.}:
[  111.919703]        lock_acquire+0x1d5/0x580
[  111.923990]        wait_for_completion+0xcb/0x7b0
[  111.928806]        devtmpfs_create_node+0x32b/0x4a0
[  111.933878]        device_add+0x120f/0x1640
[  111.938165]        device_create_groups_vargs+0x1f3/0x250
[  111.943665]        device_create+0xda/0x110
[  111.947952]        msr_device_create+0x26/0x40
[  111.952499]        cpuhp_invoke_callback+0x2ea/0x1d20
[  111.957652]        cpuhp_thread_fun+0x48e/0x7e0
[  111.962286]        smpboot_thread_fn+0x450/0x7c0
[  111.967009]        kthread+0x37a/0x440
[  111.970866]        ret_from_fork+0x24/0x30
[  111.975063] 
[  111.975063] -> #5 (cpuhp_state-up){+.+.}:
[  111.980660]        lock_acquire+0x1d5/0x580
[  111.984946]        cpuhp_issue_call+0x1e5/0x520
[  111.989582]        __cpuhp_setup_state_cpuslocked+0x282/0x600
[  111.995432]        __cpuhp_setup_state+0xb0/0x140
[  112.000240]        page_writeback_init+0x4d/0x71
[  112.004962]        pagecache_init+0x48/0x4f
[  112.009249]        start_kernel+0x6bc/0x74f
[  112.013535]        x86_64_start_reservations+0x2a/0x2c
[  112.018776]        x86_64_start_kernel+0x77/0x7a
[  112.023497]        secondary_startup_64+0xa5/0xb0
[  112.028302] 
[  112.028302] -> #4 (cpuhp_state_mutex){+.+.}:
[  112.034159]        lock_acquire+0x1d5/0x580
[  112.038446]        __mutex_lock+0x16f/0x1a80
[  112.042819]        mutex_lock_nested+0x16/0x20
[  112.047366]        __cpuhp_setup_state_cpuslocked+0x5b/0x600
[  112.053129]        __cpuhp_setup_state+0xb0/0x140
[  112.057936]        kvm_guest_init+0x1f3/0x20f
[  112.062395]        setup_arch+0x17e8/0x1a02
[  112.066687]        start_kernel+0xa5/0x74f
[  112.070885]        x86_64_start_reservations+0x2a/0x2c
[  112.076129]        x86_64_start_kernel+0x77/0x7a
[  112.080855]        secondary_startup_64+0xa5/0xb0
[  112.085659] 
[  112.085659] -> #3 (cpu_hotplug_lock.rw_sem){++++}:
[  112.092038]        lock_acquire+0x1d5/0x580
[  112.096322]        cpus_read_lock+0x42/0x90
[  112.100613]        rollback_registered_many+0x58b/0xdf0
[  112.105942]        rollback_registered+0x1be/0x3c0
[  112.110836]        unregister_netdevice_queue+0x2e3/0x5d0
[  112.116338]        __tun_detach+0x1177/0x1550
[  112.120799]        tun_chr_close+0x44/0x60
[  112.125000]        __fput+0x333/0x7f0
[  112.128770]        ____fput+0x15/0x20
[  112.132536]        task_work_run+0x199/0x270
[  112.136910]        do_exit+0x9bb/0x1ae0
[  112.140851]        do_group_exit+0x149/0x400
[  112.145226]        SyS_exit_group+0x1d/0x20
[  112.149514]        do_fast_syscall_32+0x3ee/0xf9d
[  112.154324]        entry_SYSENTER_compat+0x51/0x60
[  112.159214] 
[  112.159214] -> #2 (rtnl_mutex){+.+.}:
[  112.164462]        lock_acquire+0x1d5/0x580
[  112.168749]        __mutex_lock+0x16f/0x1a80
[  112.173134]        mutex_lock_nested+0x16/0x20
[  112.177697]        rtnl_lock+0x17/0x20
[  112.181552]        tipc_nl_node_dump_monitor+0x222/0x410
[  112.186966]        genl_lock_dumpit+0x68/0x90
[  112.191425]        netlink_dump+0x48c/0xce0
[  112.195712]        __netlink_dump_start+0x4f0/0x6d0
[  112.200695]        genl_family_rcv_msg+0xd27/0xfc0
[  112.205590]        genl_rcv_msg+0xb2/0x140
[  112.209789]        netlink_rcv_skb+0x216/0x440
[  112.214333]        genl_rcv+0x28/0x40
[  112.218103]        netlink_unicast+0x4e8/0x6f0
[  112.222651]        netlink_sendmsg+0xa4a/0xe70
[  112.227196]        sock_sendmsg+0xca/0x110
[  112.231396]        ___sys_sendmsg+0x75b/0x8a0
[  112.235856]        __sys_sendmsg+0xe5/0x210
[  112.240145]        compat_SyS_sendmsg+0x2a/0x40
[  112.244791]        do_fast_syscall_32+0x3ee/0xf9d
[  112.249600]        entry_SYSENTER_compat+0x51/0x60
[  112.254490] 
[  112.254490] -> #1 (genl_mutex){+.+.}:
[  112.259741]        lock_acquire+0x1d5/0x580
[  112.264027]        __mutex_lock+0x16f/0x1a80
[  112.268399]        mutex_lock_nested+0x16/0x20
[  112.272946]        genl_register_family+0x267/0x13b0
[  112.278020]        genl_init+0x16/0x57
[  112.281874]        do_one_initcall+0x9e/0x330
[  112.286335]        kernel_init_freeable+0x469/0x521
[  112.291314]        kernel_init+0x13/0x172
[  112.295429]        ret_from_fork+0x24/0x30
[  112.299626] 
[  112.299626] -> #0 (cb_lock){++++}:
[  112.304616]        __lock_acquire+0x3498/0x47f0
[  112.309251]        lock_acquire+0x1d5/0x580
[  112.313537]        down_read+0x96/0x150
[  112.317482]        genl_rcv+0x19/0x40
[  112.321246]        netlink_unicast+0x4e8/0x6f0
[  112.325792]        netlink_sendmsg+0xa4a/0xe70
[  112.330339]        sock_sendmsg+0xca/0x110
[  112.334539]        kernel_sendmsg+0x47/0x60
[  112.338824]        sock_no_sendpage+0x1cc/0x280
[  112.343455]        kernel_sendpage+0x8d/0xe0
[  112.347828]        sock_sendpage+0x92/0xc0
[  112.352026]        pipe_to_sendpage+0x290/0x3b0
[  112.356659]        __splice_from_pipe+0x328/0x730
[  112.361467]        splice_from_pipe+0x1e9/0x330
[  112.366103]        generic_splice_sendpage+0x40/0x50
[  112.371172]        SyS_splice+0x7d5/0x1630
[  112.375546]        do_fast_syscall_32+0x3ee/0xf9d
[  112.380353]        entry_SYSENTER_compat+0x51/0x60
[  112.385251] 
[  112.385251] other info that might help us debug this:
[  112.385251] 
[  112.393355] Chain exists of:
[  112.393355]   cb_lock --> sb_writers --> &pipe->mutex/1
[  112.393355] 
[  112.403037]  Possible unsafe locking scenario:
[  112.403037] 
[  112.409059]        CPU0                    CPU1
[  112.413689]        ----                    ----
[  112.418318]   lock(&pipe->mutex/1);
[  112.421912]                                lock(sb_writers);
[  112.427673]                                lock(&pipe->mutex/1);
[  112.433794]   lock(cb_lock);
[  112.436779] 
[  112.436779]  *** DEADLOCK ***
[  112.436779] 
[  112.442802] 1 lock held by syz-executor5/14751:
[  112.447431]  #0:  (&pipe->mutex/1){+.+.}, at: [<00000000609357e3>] pipe_lock+0x56/0x70
[  112.455462] 
[  112.455462] stack backtrace:
[  112.459927] CPU: 0 PID: 14751 Comm: syz-executor5 Not tainted 4.15.0-rc2+ #122
[  112.467248] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
[  112.476568] Call Trace:
[  112.479123]  dump_stack+0x194/0x257
[  112.482716]  ? arch_local_irq_restore+0x53/0x53
[  112.487356]  print_circular_bug+0x42d/0x610
[  112.491651]  ? save_stack_trace+0x1a/0x20
[  112.495768]  check_prev_add+0x666/0x15f0
[  112.499794]  ? copy_trace+0x150/0x150
[  112.503561]  ? check_usage+0xb60/0xb60
[  112.507417]  ? __lock_acquire+0x6e9/0x47f0
[  112.511622]  __lock_acquire+0x3498/0x47f0
[  112.515821]  ? __lock_acquire+0x3498/0x47f0
[  112.520114]  ? debug_check_no_locks_freed+0x3d0/0x3d0
[  112.525273]  ? perf_tp_event+0xae0/0xae0
[  112.529300]  ? trace_event_raw_event_lock+0x340/0x340
[  112.534462]  ? memset+0x31/0x40
[  112.537710]  ? perf_trace_lock_acquire+0x532/0x980
[  112.542607]  ? find_held_lock+0x39/0x1d0
[  112.546638]  ? lock_downgrade+0x980/0x980
[  112.550753]  ? netlink_getname+0x3c0/0x3c0
[  112.554959]  lock_acquire+0x1d5/0x580
[  112.558728]  ? genl_rcv+0x19/0x40
[  112.562151]  ? lock_release+0xda0/0xda0
[  112.566094]  ? rcu_note_context_switch+0x710/0x710
[  112.570992]  ? __might_sleep+0x95/0x190
[  112.574935]  down_read+0x96/0x150
[  112.578361]  ? genl_rcv+0x19/0x40
[  112.581781]  ? __down_interruptible+0x6b0/0x6b0
[  112.586414]  ? netlink_skb_destructor+0x1d0/0x1d0
[  112.591224]  ? selinux_nlmsg_lookup+0x32b/0x430
[  112.595861]  genl_rcv+0x19/0x40
[  112.599106]  netlink_unicast+0x4e8/0x6f0
[  112.603132]  ? netlink_attachskb+0x8a0/0x8a0
[  112.607507]  ? security_netlink_send+0x81/0xb0
[  112.612058]  netlink_sendmsg+0xa4a/0xe70
[  112.616085]  ? netlink_unicast+0x6f0/0x6f0
[  112.620285]  ? security_socket_sendmsg+0x89/0xb0
[  112.625012]  ? netlink_unicast+0x6f0/0x6f0
[  112.629220]  sock_sendmsg+0xca/0x110
[  112.632992]  kernel_sendmsg+0x47/0x60
[  112.636762]  sock_no_sendpage+0x1cc/0x280
[  112.640875]  ? sock_no_shutdown+0x10/0x10
[  112.644995]  ? check_noncircular+0x20/0x20
[  112.649204]  ? avc_has_perm+0x43e/0x680
[  112.653143]  ? sock_no_shutdown+0x10/0x10
[  112.657259]  kernel_sendpage+0x8d/0xe0
[  112.661113]  sock_sendpage+0x92/0xc0
[  112.664792]  ? kernel_sendpage+0xe0/0xe0
[  112.668819]  pipe_to_sendpage+0x290/0x3b0
[  112.672937]  ? direct_splice_actor+0x180/0x180
[  112.677486]  ? trace_event_raw_event_sched_switch+0x800/0x800
[  112.683425]  ? splice_from_pipe_next.part.9+0x22e/0x2f0
[  112.688768]  __splice_from_pipe+0x328/0x730
[  112.693057]  ? direct_splice_actor+0x180/0x180
[  112.697610]  splice_from_pipe+0x1e9/0x330
[  112.701724]  ? direct_splice_actor+0x180/0x180
[  112.706270]  ? splice_shrink_spd+0xb0/0xb0
[  112.710475]  ? security_file_permission+0x89/0x1f0
[  112.715372]  generic_splice_sendpage+0x40/0x50
[  112.719919]  ? splice_from_pipe+0x330/0x330
[  112.724207]  SyS_splice+0x7d5/0x1630
[  112.727889]  ? exit_to_usermode_loop+0x8c/0x310
[  112.732528]  ? compat_SyS_vmsplice+0x250/0x250
[  112.737077]  ? do_fast_syscall_32+0x156/0xf9d
[  112.741537]  ? compat_SyS_vmsplice+0x250/0x250
[  112.746084]  do_fast_syscall_32+0x3ee/0xf9d
[  112.750373]  ? do_raw_spin_trylock+0x190/0x190
[  112.754922]  ? do_int80_syscall_32+0x9d0/0x9d0
[  112.759471]  ? lockdep_sys_exit+0x47/0xf0
[  112.763585]  ? syscall_return_slowpath+0x2ad/0x550
[  112.768480]  ? prepare_exit_to_usermode+0x340/0x340
[  112.773464]  ? sysret32_from_system_call+0x5/0x3b
[  112.778274]  ? trace_hardirqs_off_thunk+0x1a/0x1c
[  112.783083]  entry_SYSENTER_compat+0x51/0x60
[  112.787459] RIP: 0023:0xf7fb6c79
2017/12/08 15:39:29 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f0000474000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 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)
getpgrp(0xffffffffffffffff)
r1 = memfd_create(&(0x7f0000c72000)="00", 0x3)
ioctl$TIOCGPGRP(r1, 0x540f, &(0x7f00005eb000-0x4)=<r2=>0x0)
setpriority(0x2, r2, 0x4)
creat(&(0x7f0000cef000-0x8)="2e2f66696c653000", 0x3e)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r3 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r4 = userfaultfd(0x80000)
r5 = syz_open_dev$usbmon(&(0x7f0000b6c000-0xd)="2f6465762f7573626d6f6e2300", 0x6, 0x101000)
chroot(&(0x7f00000eb000)="2e2f66696c653000")
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x0, 0x0, 0x4, 0x0, 0x0, 0xfffffffffffffa0f, 0x0, 0x0, 0x0, 0x0, 0x0, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x20000000000000)
r6 = fcntl$dupfd(r0, 0x0, r4)
ioctl$KDDELIO(r6, 0x4b35, 0x6)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040ff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r7 = fcntl$getown(r3, 0x9)
syz_open_procfs(r7, &(0x7f0000a53000)="6e65742f6e65747c696e6b00")
ioctl$KDENABIO(r5, 0x4b36)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
gettid()
ioctl$TIOCGPGRP(r5, 0x540f, &(0x7f000007b000-0x4)=0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
set_robust_list(&(0x7f0000583000-0x18)={&(0x7f0000249000/0x2000)=nil, 0x0, &(0x7f00003c2000/0x3000)=nil}, 0x18)
r8 = inotify_init()
fcntl$notify(r8, 0x0, 0x282)
execveat(0xffffffffffffffff, &(0x7f000048b000)="2e2f66696c653000", &(0x7f0000152000-0x30)=[], &(0x7f0000cc1000)=[], 0x0)
r9 = syz_open_dev$mouse(&(0x7f000087b000-0x12)="2f6465762f696e7075742f6d6f7573652300", 0x3e5, 0x0)
getsockopt$inet_mreqn(r9, 0x0, 0x23, &(0x7f000033f000-0xc)={@rand_addr=0x0, @loopback=0x0, 0x0}, &(0x7f00002ac000)=0xc)
2017/12/08 15:39:29 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = socket(0xa, 0x3, 0x8000000000000ff)
sendto$unix(r1, &(0x7f0000161000-0x33)="e390517a0d692cd4f44c0900000026705fb30a0002b3724c7d655f885c5bc9d8c342a601d9119677", 0x28, 0x0, &(0x7f0000000000)=@file={0x0, "0000007f0022ff02200c000000bcbb5b340100000000"}, 0x18)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket(0x4000000e, 0x3, 0x1d)
r3 = perf_event_open(&(0x7f000091d000-0x78)={0x2, 0x78, 0x4000000000000e13, 0x0, 0x1000000000, 0x0, 0x0, 0x0, 0x1, 0x0, 0xfe, 0x80000000000000, 0x8000, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x28500, 0x0, 0x3f, 0x0, 0x0, 0x0, 0x8001, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
dup3(r2, r1, 0x80000)
r4 = memfd_create(&(0x7f0000021000)="40212c2d00", 0x1)
r5 = openat(r4, &(0x7f0000e1d000)="2e2f66696c653000", 0x2, 0x30)
r6 = syz_open_dev$usbmon(&(0x7f0000179000-0xd)="2f6465762f7573626d6f6e2300", 0x6, 0x280)
ioctl$LOOP_CHANGE_FD(r6, 0x4c00, r3)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
iopl(0xa6)
ioctl$TIOCGPGRP(r4, 0x540f, &(0x7f0000d13000)=<r7=>0x0)
getsockopt$sock_cred(r5, 0x1, 0x11, &(0x7f0000322000)={0x0, 0x0, 0x0}, &(0x7f0000944000-0x4)=0xc)
sched_setaffinity(r7, 0x8, &(0x7f0000675000-0x8)=0x3)
socketpair(0x0, 0xf, 0x0, &(0x7f0000670000)={<r8=>0xffffffffffffffff, <r9=>0xffffffffffffffff})
perf_event_open(&(0x7f00006d1000)={0x0, 0x78, 0x2b, 0x3, 0x8, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0xffffffffffffffff, 0x0, 0xfffffffffffffffe, 0xfffffffffffffffc, 0xfffffffffffffffe, 0x0, 0x4, 0x7, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0xfffffffffffffffa, 0x0, 0x40000000, 0x0, 0xffffffffffffffff, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x43, 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)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x44, 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, 0x81, 0xffffffffffffffff, 0xfffffffffffffffe)
syz_open_dev$loop(&(0x7f00005b2000)="2f6465762f6c6f6f702300", 0x4000000000e42, 0x0)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f00007e0000)={r9, &(0x7f0000519000)="92285ebc94e009439124f11c7aa65fc7c6fa46b1ccd312afa7903c94c5874054766c264548d5b49134911bdfb0edeecc22ab671f0eb5249113e4291cdd6fde55f33f06396bcb6f1b3b7dcd9ceff2dd655ed14f3fb638700545faea908b417858efe7e4a9057af504f2e687d26ac28e06819e921f9f5233cb71843d857d4d2fe61bb81d709087b70a6459194955c34c7fad0030d997c80a8389ad170fd135203ff32830f04d7af3b37b2f28c450c3103e5f13a1c6906d4c4f968d02b8144182ab0051e1e469982dfe2d24b1921678f504738ef13b8cc278153051c0f8e0152a65acb20d3f95bb735f1a744b8a72feee7b81caf285660a01afc8b5e88b8ae2f7af243ae2c56e89327858718f02d07f69216bd6baee3f04d0a93120db3fcb93bb0019e9b6cdfe7961dc799e7e1bb660cdb27c7289d3d83b873ff14f4a9146e115392ef8a0d47f93a694601350fad7d343f85177a39ef87cc91648f862dcba84482c4a12f1a4ff9f431e9d785efe4d75f670a1e9c268b9fd4116beea89544830f47027c2d6c736f3d57510764f14b4144c25c696dc857f9320497ec5042925a0e1ef94af32b567fef8be24d7fca04382f4fe8f33fdacf8d21702316010c76b7e77c3a2505c611e286ed05623318c40c0861062ece1722327ee711cd37ae8055eb54cb24c2fcf6bed269d59082e391bb44ae83763b9fe8d85c0f3d83a8e20c34e1a902f992d5ac006a643cc103f762ee95622bc321ef1618760b6a83b9bee043de86d4321d492b9bc9a20ac898785069b6aa0f6932b157cadf93a4aeaccf6ec512e64ec5597d65ea6d56ef2e9915888ab585045ccb588767d6f91f349fd761e648dd520af33387e02c05b3a3a15dc821a4c0e2790c3be77124feaafda0d24858dca6dddc82e0a3d6d8e75a7dac93a4236fd171c8ee1e47d5b84e9593a932c8492693f65cccf4850eeae5cc74c61f31b020640c0e4eee8edd7033db80f6787e2bcdbe4e674dd0226eed609e9b8327b8afa85f962356ffcb452f3df5493a8afda6fa7a2c97f5c71f9da3252cb351dcfac51de634ce226c6987571b04b7018006e3cf43e106853077881393c2301fedee3d48c79a3d15fbdc70d563cd1cfc953b7b09456739e1787898e858dda59ceb166fa415cfb345c605431d1ca716c81679a3000175203d3c1d1f00d13ae95753ef5daccaf2ededbfde060569d23da751c3a805b7d8b28912311a9f6c703834ccef68785f9abda9e723d4fabf17b1579e06f3e1b66f8dd5ec237d9efc9892ef6c384534047e0669c0746c4ac80c4f26c101b57702c0fbc62607823efe4fcaa346affc78abab7086ac8c51a04f65429291c78632e5052b288ee8830f6a0b6170db4fdd92c7ccda8dc9600680495f3720d7aac7e6bacbb38fda6ef8ac70356a4a75cc326956d38a505dc041a24b117cf5f42708d4072127e988dc49034968747105b83633a83710e144cd98f836a9d34c86a5d5b972fca00327ee636ddac60025b09143ec0f64354103aaf7700a2615541d3101c46f3a92b04c74e7bcf2ad39fa69d1ce418387a0c02604792e4e64e3db5388d0f6bfb495b399b0487a322ae6350a30590a217b0a919f3ab725f9e029e71510bdef5c81a7f6c582ed76f587b039a807cdade11fa24f3da70301339b35525e214b3b72c9c773cfbad1c339e69564af5bb74a8b6f9c444d9dde7b5e32efa2052cf8d9cab6aea40e9cb85753f306905ab37c47255e11570ff01d71ba67bc33b9342c7460945fcb31a048fddac70bdac4fb1aa95873b9d1d7a017373213ee9d12bef2d66fa3908ee55cab276ecfe79c37a4476ce005601668665c7ceeca6efcff3175e4721f84f103b3bb0996d23cfaf5265e354f9653afce7d0d915324009b13579bbe08a76a0c60a15e2caccd87e25ee25ee7f93d6cff19c3dbf2b1b9bec9f14d9102329a1ce137ae180cf07e74c1b990d19890fcda81901a95bc374f178b6075499e716b5c730a38131ff39f7d150d84c4d3bf0fd76e0c18a00a1e0c4fd6b34b07df13015cde5c4ca7d44c2cf29931abde162e60b77751d5b04ba5779df72847516f133de8be85682d3aeb8677ac817da54874885095d7d387677f155aa4975ea522a6b323fd7a8d8f0a0a4d47186c0e7820e266fe104fadfb10fa29edccdc8a721d7a5449efd969ef05870cb7254d1f27ae81d02a4d1b370cfa9cb1527953bde73c720b3def0efb75c688404b4a4cccc44da14c9d5e611a33f458de0304a5cd1d090103262e0ec7198dd6bd6e766755b0e29182f7b7ccb243a94e29b37c1957c656091116f5db62d7156b262ac48227814949537b61bec0a65eb6c3bb0b779f4a449530fff27ff37860824774d82ca46158f2b6bc601e01b82d3618f39a560f49241e41b013e2e3c592b75806b9a8719c9b56b3c172d2c57ae6392ff8561212a28ddab4245137aa4fe2668bac9837715182ea1dcf77e93c8e172b157d9ccd4f6cf1da1c8f2628c54a7cef2f5f02ac650c863258f251a48d8ec2a54f9fa549b739fafab9eacdcb216135079f8e8d1893d4fd8d0698877db7d53d4866aecc5235e8f255208428d9c39e50fda341bd3cc0050c8a93623def1c6d303e3473f47e794134e20117defeaa081ecb54b8d80fb066757cbad4fdde15fe4b91b55a71356a2c20963211ed0467e9b26925c5fb1060c4a66b79378f5c37efb5efca2329f5f80bf358ce448f1569da4d20e3ceb031c5c499eae8d0be7f7d94db9482d2982fc86269f05cb31d017c2e54eacdfb427ca4f732618b40d9e7bee6774c6611f8073983df3573950920fac26b64adf1b1e6f3ab338aa545c46bdd5687318e170d1d710fd2ee4690d9b00c4c81b6982a7b2182131c01b17a8b4ec8df68893ef6024db4341f978f274eae5c51daefa7d8d14117cd685bb2313c938b6d06ac9596b6d47a02f82b65b51dffaaf2c0c3c013303a078e5d8ab5c65c0c613b0d764847e91bd1f2bbcfbe90ecbb6e26777d755ce002f69a33abe011577cf9cb0238a921955281ddd0c9b69abe57bd2b755848da97806d08adf0b07f2d1401627663cbaf19a9079d46b19958367ad1fe67f62b046ff6ba45bd4ff61ca599595e232b33e8747d5eced5ad0106ef85890b6b98f30949ede0ab03fcf8047fdf45156c8eae3a04aa430b005388712c3cced441ad772a942f8872cd22a0d553c9c749793f1fa97951213840747aa7b5c7e43de8cea65633b17eca0289aaa6bedb6829829aaa32708a6ab6316dc1d55d7f046b86c08ff89e73ea5f9ad369020a1429428b0ae7fdfaf3e3a5a82c700378d6d36dc392492dce3825fcfd05faed9e5a7dc21de6415cd07f9709687a09ebef2146de1a3cc54af44e18682504b210356a4a20dbc71d2a96974ce194fd86bdec78de2ec291c7364a29378f5ae7624e18663cfa63ec07153cdd795f5dde84e958e0b2625029b578ebe9be1427da13d73752e8023cac7a2f82e947ef37be57c51b5fa1681987d40bf824e3c44b80820ed4f573d49d10e3743ea40a1141360ed518e7b9077e9244995a757ee966798b17dd541c74c40bd0a1109c3b8bcb9b673ffabd94147a6d0ddfeb3f25cb2329553917335cbfc27ba14e85fc13d8ba5f3cb7a82b09cd044095fcaf2571ad17bcaeabbd1c558bb7fcd287ffd807c9850e786222f4e694a738fca9d4ee9f27205d62447f463d6aaf51a9564b4f4808eb33a6c49d9aa70f78a610bc7e6292a30b19e4952ab7f0bf575932c798b88237ffb43bf0ce91bc2510739ffe6bbe64b53d573eb35167d5e4db58388e1ab43c2fbac09c803dc3590dce33ff374f345bd6ea1394e0f5ba1bbfe89861ae94cddc69d3d66b0092a5796f8fb2096a3279837b8b27dfbf42151ab3a0c2b9696e8a02c49e022b30669210f93ce5fb8b049baca811f1b52be92a5a3f7b4a316e425202b5ab0fd1c192af52847aef104097dae1f8cbc1b81cd9440bc73fbe55725d3a0dfb68242034bea04eb848c574eb2c66a717d5a263bc96fd40765bb28aaa96f2208200a02dcad88be097393f2776a7785ad4ec35d3cc3bfa4e6fc3c6e265fb0626dfabaaf5280c5384262955a7ed07ba194a8285da55a005c4399a22e88146e918c400dcef42042f13777fd741c14b83181d0b68b63614e7d4472008719ae25f641cd1bd5aa79a34d5a9771485f6b640a12935a5ae3adabb8576e40f80cfb6e63db440f3ff84024c9835fcadd365fcad26016e85f6a06aecd65526acdcaff17f5b187911d5bc281033ed557808f38296095dabf05033a6938c84d5340b38587dfb0a7696eb0e1c9b8caa5930b31d47f0662a8fbee719147ab18f30f51e9329dfca29b72386c37c8abc255f03ba4d9730fe597bfa23052a3284ebd93c49b38f2677e85dd4877c944ff4cf08904bd51005eb970b9bb80b2ef4f0a4a309d04812e30426605365ce79d00ec8ccc196cda510c14a08f0d41c6b59035691da942dd92b92c3a9cf4d7270a9c2d88a301f97b6c8963080bf78ac5e69bacb74525f41a9534c9d1b83cad92afb7c7b702ca256898186946a33f1c9fdc79f750b207ac145fe499c5cdc7a4bd581bb0e2cf4cc0f22499948de35891a4bf2fbff9f2f757c2e7ee525b59a86b5322711f6d8c6ab386e6624986fa7d527240e050f358df613a7ceb5b41e38708df70f915ab8c46b4a6cb454d52e1b77d0c8285b6542baef47eb246a3a00fabf89be9dea41313a5f411cad5b554186d2c8d8973e6cf8086d18d7a9f59c6ba72a89974b3bb1c1d4b74e5f3bde89ea02f06096fe7f70094a0e9e2722bb86a6dd5d4aba71897b93b35a6812f4dbcfe818604f1285973e771243e3f7b30c397e393582ccaa115c1c16c5b094704368760d7bd47fb1101e8b04dab689d74a96d0ae8a51284ef0e3fa9bc906b9f42828d2ff4ff6c3795b40325292ad5cb061223f5f6bfe1d71edc8daa30d828b5f38cc1237221a5199bb4521058602e84b1d9a25cd779d495f7a6bc6d0f0c0ff368bf08e6bd09bad066e31ff4a619d97c272f645ca4f6f5bf9b78c23cb84ac5458e7eb69cc735b398c76855a49942220aa7895c91daf7a1d605e48132620dbf50125d8b0079b2a6694e300ee0dda50c067c5d46727430ae91c7483d500fbffaed0f7919cbbead12d23c010e5cd0d1fcc4a465520c5110d0c2398c8a0bc67569e9d5d4b458df661b56c00ba70b2567447ed1e82f36eebdcc9cebaf642316fdb14f61c8823a13e6fc54185ea8855da54e71c68a13cfd8a1014648018bed6e9fabc656e462288b9a95628f393fddad3dbe9be1a987c48bdc9c6c2321811d92047be2dfa6a23137bc75720c88f936ed0e6be2e22e28b5fb9a2b414723575309d3ccb8e7b9e59ae69d5f7042aeece26129a243bc3a77449450b871981de5ea190eb1f1e66ed3a47944d36fb7eb2ac9e9ccaaa9de544b7d41848dce48aa37a2648b67bc9f346db5237eb6d095ffd7798924f5ada26db7346bcdd41788bbbd7894648c6f4f0257c3c5e6718ee1baa11db14a3be549515da0d49e1d0ce7e88d5511769d4112f646098a5e9356798eb838004427af8c76e360507b4ffafad41f4c0036311a3326009d637c463f82bb2feaf4a37851a82883f5e3ad5aaf10357bf4fa42980b5a642a43d6e110e93d48952bd65011d77ec05237fc3642adfa497574842f6d0c58df2b0ec87c05f6e00b93a55bd17faca67789368a63861687ce496692f7566f18698f007342963d432fd4a5fe7170416155c4cd3ff9214f7f8257a873cdc9e4c54a696c4400874d259c430f14efdab8040964c963", &(0x7f0000e98000)="5ba111819e369f77be9fe69e28839aba8f03931018954291442ff814ad77526de68698175e6dab54743d259d3afba7b063926de0b49fb45ffcbabba60d07a4f75967778fca6400ee25d68736e5743d8c2798348145cb6e8720012b34993bfac11b46c094390c18765c12f7e49d2a09b4fdf20c3cad777a9975ce110d0e88c00b3faaef9187cbc1f341a3f57f97b01f924cc6f6073c70", 0x1}, 0x20)
clock_nanosleep(0x7, 0x0, &(0x7f0000479000)={0x0, 0x989680}, &(0x7f0000d97000)={0x0, 0x0})
fsync(r8)
r10 = socket$netlink(0x10, 0x3, 0x10)
write(r10, &(0x7f0000a47000-0x1f)="1f00000010000701fffd00000020000080000004080002310480000012ffef", 0x1f)
setsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX(0xffffffffffffffff, 0x84, 0x6e, &(0x7f00000a3000-0xdc)=[@in={0x2, 0x2, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x3, @rand_addr=0x4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x81, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xfffffffffffffffd}, @in={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x2, 0x401, @loopback={0x0, 0x1}, 0x401}, @in6={0xa, 0x3, 0x1, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7eaa}, @in6={0xa, 0x1, 0x10001, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x400000000000003}, @in={0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}], 0xd0)
syz_open_dev$mice(&(0x7f0000571000)="2f6465762f696e7075742f6d69636500", 0x0, 0x4100)
accept4$llc(r8, &(0x7f00004cb000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000223000)=0x10, 0x80000)
fstat(r0, &(0x7f000033f000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
2017/12/08 15:39:29 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000f28000-0x8)={0x0, <r0=>0x0})
vmsplice(r0, &(0x7f0000212000)=[{&(0x7f00008a0000)="93", 0x1}, {&(0x7f000010f000)="ac06ce0ae801b0f1", 0x8}], 0x2, 0x0)
r1 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r1, &(0x7f00001e9000)={0x26, "736b636970686572000000000000", 0x0, 0x0, "637472286b68617a6164290000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
unlink(&(0x7f0000d46000)="2e2f66696c653000")
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x48a, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x4000, 0x800000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$sock_buf(r1, 0x1, 0x3f, &(0x7f00000eb000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000c74000-0x4)=0xf8)
socket$inet_tcp(0x2, 0x1, 0x0)
ioctl$sock_SIOCGIFCONF(0xffffffffffffffff, 0x8910, &(0x7f00004b5000-0x10)=@buf={0x1, &(0x7f000082f000)="08"})
listxattr(&(0x7f000029d000)="2e2f66696c653000", &(0x7f000057f000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x8b)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xfffffffffffffffc, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = openat$ptmx(0xffffffffffffff9c, &(0x7f0000001000)="2f6465762f70746d7800", 0x0, 0x0)
ioctl$TCXONC(r2, 0x540a, 0x1)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
syz_open_dev$loop(&(0x7f0000615000-0xb)="2f6465762f6c6f6f702300", 0x0, 0x0)
r3 = socket$inet_udp(0x2, 0x2, 0x0)
pipe(&(0x7f0000faa000)={<r4=>0x0, <r5=>0x0})
clock_gettime(0x0, &(0x7f000084d000)={<r6=>0x0, 0x0})
getrusage(0xffffffffffffffff, &(0x7f0000379000-0x48)={{0x0, 0x0}, {0x0, <r7=>0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
wait4(0x0, &(0x7f0000eee000-0x4)=0x0, 0x4, &(0x7f0000ce2000)={{0x0, 0x0}, {0x0, <r8=>0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
write$evdev(r5, &(0x7f0000f15000-0x30)=[{{r6, r7}, 0x7, 0x87, 0x9}, {{r6, r8}, 0x3, 0x4d, 0x7}], 0x20)
bind$inet(r3, &(0x7f0000b43000)={0x2, 0x3, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
ioctl$GIO_CMAP(r4, 0x4b70, &(0x7f00004c2000-0x30)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sync()
prctl$intptr(0x4, 0x1f8)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
[  112.790790] RSP: 002b:00000000f77b208c EFLAGS: 00000296 ORIG_RAX: 0000000000000139
[  112.798461] RAX: ffffffffffffffda RBX: 0000000000000016 RCX: 0000000000000000
[  112.805700] RDX: 0000000000000014 RSI: 0000000000000000 RDI: 0000000000005516
[  112.812936] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000000000000
[  112.820171] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[  112.827407] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
2017/12/08 15:39:29 executing program 2:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0xa, 0x1, 0x0)
ioctl$fiemap(0xffffffffffffffff, 0xc020660b, &(0x7f0000000000)={0x0, 0x2000000000, 0x0, 0x2, 0x0, []})
sendmsg$kcm(r0, &(0x7f00009aa000)={&(0x7f0000354000-0x1c)=@in6={0xa, 0x0, 0x1, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7bcd}, 0x1c, &(0x7f0000569000)=[{&(0x7f0000d99000)="992f5f3d752d02b6c10baf1716477cf9c15fdda5c46671a8c8f240d4fa103a0036f2809d5a1124f60bc41190acd0572de741234f8274abc88317b66878afdce84bfab89d76331ffc9917ed1416d6b758d61a809cb14b0a79cd0c35c820a11014bfbcd58c90b83903b84f98e9a1f3758e0fb7171eb32c1548c75c4f320172f1c2e3f74da6dea170252f2e1df55db63fc48274287632c30c552987ca", 0x9b}, {&(0x7f0000e16000)="b81323f5dfad6952959595205786bf45a3ea37b9255f3a18271cef3edfdea4e9d1643b3396064a61be104c9cd6ee6dfd", 0x30}, {&(0x7f0000a1f000-0x63)="e7d4c06091d540bb9262910b0ce92a843a4c7833b5046eda79b62f28c6f964799bcd4151963d40d5d67792bf1ded16525dfb715f5d8cb8798d96e7481a6a30c06f7118296e1de618f5f4414390dc06c4403c27940cc6a23c800bb6c410bf6507eba7dc", 0x63}, {&(0x7f0000dd4000-0x31)="07acc5b5bec3ef7f2ba18be7cf0a9fd2613260ed58ea1cfb5af6f2f71f83416a212ad96f7ac2d73542455857052c81e9cb", 0x31}, {&(0x7f0000f3a000-0x38)="6b8d786d6709e613498bac198156d9d9655df807c972c6e1752141270824c50eebabbd93cc50025a773a474944b84d91a1b4977a2599d39a", 0x38}, {&(0x7f0000c23000-0x79)="e2942fd24c980cfa7a1ba594a3670a14064cb7f0ea5a7b23b44a05384b2eaf4d7717499f7ac5e4992ad16db86ea42c4ebbcc4e087a3b84f18682c6a15346ca9cafca32dfc65120437ab9120903f94546b8cc249a6f0f40c47ac64d800015963128be2b61c9414f68a2ca47e91f5f52eeb689633bb82e59a3f2", 0x79}, {&(0x7f0000f12000)="2852ae80060954af2c9f449981790f9e50f0772e69290d1f5f3ac9ebf4dbaf499abb7d281f4b6ef8ee64964e6efa62c02bce181fb21c01a20e36cabd63e389b6153e2849dd0b37982bff3cbce90124ef1cd8975c61993c7ff8b5b76a7673ed3dd0d94e852de00fbd32ea76be5d6c3bdfa59bf82de744d580e167d812d01062cae06a999b1b81a3afeeb974ab4f5af74752099acd328b9c30f59c6e9034a45b7e29c73361ffb847aaad24263bc71b427c562c18886ecea9e3d9f6e011313be3cca3807fd9a33202054b35ac36f759666ac07c5d3484745ce6409a017857aded31ff6b18", 0xe3}, {&(0x7f0000dd3000)="7ea4596b37516551cac82f098c1fda8eec3f903745392b7cbc519e5d249c4a04995e85bb55a83ca80dad8cfbf839be581e0619fbc8aa3f0803ca8c4470bbc04a5f3410417eb3f89d60ec1878997fa9fab168f22d36b715ccf0ec3d8938db8b1f88262cbfffa77466bcd97f65707117fe3b68804872ae12e45423c33e3814dfceb943e7be163c29ac00bf587927b8c8dfc7d1bdd8f0be5a94cac2965323da3bf50422d1fa3ca980dd8cb89fdbe174d8a9dc6fa23fddbed974cd8a7428469ff2a61608e5fa3d4e25b258022c90590682b9718f9a477def2467426417c445019bf9e5346e1a597b7f9c1a342233711e579bd9e6714671691fdf4c54ab2f811c80", 0xff}, {&(0x7f0000ea4000)="1bbfb702374b2309f1973dafb3c9a991b66501b2c8e211cf83520473b8beac49a6e9667a38899fa6d760203c8b1b25260f9c73d857d8df6bc14a5901d2d71923fec1ef85c1d0ef27b380fb84c526829142934a2ac61e187942dbcf119d7bb0db4c95090382794f784267342e12e1ebc9efbd8a9cb96b5a856ec520449d800102c1814d62d5cb522d6846343e08822fdc9ac685c367", 0x95}, {&(0x7f000086b000)="b1b7435d1f2cd3527f8562e2e1486f257c4a2bcee034ddc660951cb5017ce7190d04a9192c8c4101adf54c64e7d6c1821fea5ccd725b6d2b8cf58ba6885a7069c4b4a4e84df8b4b9cfc9033a92fe081b827d60be463f2bbc456006b3d03eb515ce46544d91c0a068b172e9e721debb1e4d76f3cfec7539773ee0ca6aad23c13942ebd4d90470adf9e258dee16a809d2c36dd6a98cfde", 0x96}], 0xa, 0x0, 0x0, 0x1}, 0x4000884)
ioctl(r0, 0x8918, &(0x7f0000000000)="")
r1 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000c89000)="2f6465762f73657175656e63657200", 0x0, 0x0)
ioctl$SIOCSIFHWADDR(r1, 0x8924, &(0x7f00008d8000)={@generic="af7e490c733c0fa44f0b7d38e1858fc4", @ifru_addrs=@nfc={0x27, 0x1, 0x3, 0x7}})
syz_open_dev$random(&(0x7f0000001000)="2f6465762f72616e646f6d00", 0x0, 0x0)
r2 = creat(&(0x7f0000be9000-0x8)="2e2f66696c653000", 0x139)
r3 = epoll_create1(0x0)
epoll_ctl$EPOLL_CTL_ADD(r3, 0x1, r2, &(0x7f0000eee000-0xc)={0x0, 0x0})
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 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(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
ioctl$SNDRV_SEQ_IOCTL_SET_QUEUE_TEMPO(0xffffffffffffffff, 0x402c5342, &(0x7f0000a7a000-0x5c)={0x0, 0x0, 0x0, {0x0, 0x0}, 0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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_ENABLE_CAP(0xffffffffffffffff, 0x4068aea3, &(0x7f0000000000)={0x0, 0x0, [0x0, 0x0, 0x0, 0x0], [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 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$TCGETS(r0, 0x5401, &(0x7f0000182000-0x24)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
ioctl$sock_SIOCGPGRP(0xffffffffffffff9c, 0x8904, &(0x7f00001f1000)=0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
r4 = syz_open_procfs(0x0, &(0x7f0000365000)="6e65742f70726f746f636f6c7300")
setsockopt$netlink_NETLINK_LISTEN_ALL_NSID(r4, 0x10e, 0x8, &(0x7f00001de000-0x4)=0x60000, 0x4)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0xdb, 0x0, 0x80000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x76, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x200100, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0xc)
r5 = openat$vcs(0xffffffffffffff9c, &(0x7f00007a1000)="2f6465762f76637300", 0xfffffffffffffffc, 0x0)
r6 = eventfd(0x10001)
getsockopt$llc_int(r5, 0x10c, 0x2, &(0x7f00001e0000)=0x0, &(0x7f00009f9000)=0x4)
unshare(0x20000400)
pselect6(0x40, &(0x7f00000ac000-0x40)={0x3ffffd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000768000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f00007fc000-0x40)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, &(0x7f0000349000)={0x0, 0x989680}, &(0x7f0000f14000)={&(0x7f00001da000)={0x0}, 0x8})
fcntl$getown(r6, 0x9)
2017/12/08 15:39:29 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x11, 0x10000000803, 0x0)
setsockopt(r0, 0x107, 0xf, &(0x7f0000e10000)="2000016f", 0x4)
r1 = getpgid(0xffffffffffffffff)
getpgid(r1)
sendmmsg$nfc_llcp(r0, &(0x7f0000ee5000-0x70)=[{&(0x7f00002b0000)={0x27, 0x1, 0x0, 0x0, 0x0, 0x0, "a284027e94775bb0a61c0a37f98a86d1539bcef05a11311b56eb8e513afa218479b8c54121276c0a006715b1dd24ab77a39ed8c2a4da5ab82afb820330e4fe", 0x0}, 0x58, &(0x7f0000fa5000-0x30)=[{&(0x7f0000fa1000-0x1d)="cb0400000099fa0000", 0x9}, {&(0x7f0000fa4000)="", 0x0}], 0x2, &(0x7f00008ae000-0xf0)={0xe8, 0x8b, 0x4, "b92c7480bf113cb3beda5fb2a4c524ce04d00cb2d68d8be26248fbf64ca65c3c688f0ac86300dabdee69c5643dad02002868bf8c0000000000000fffa6a2df8b709000809bfb01e9f3cae7a8fe1b60d8c4e3bc5b90ba03cb95720e5b9fd1a0c02cdce1d790df02a5a27835270bfc5ca8d11a77dcbeebc73323495d6f6f4c253842f8d78f46a14731c2efcb35766481a53ef76ac18a118e25905c39eb12bb39af886d09f05dd4858df03771559c96e62c8b10472b6c8934c0dd32c5cf5589e5dd71f38f39b4cdcba3440f5cb9aa7376bb6db2030df650ef146ad9"}, 0xe8, 0x20000000}, {&(0x7f0000d06000)={0x27, 0x3, 0x4, 0x5, 0x5, 0x9e5, "dec4268683590a3fbdd19c5347a5f6f92d045a6cf9245d4f7558798ff33efa0000000000000062316500094163396d476ec8cb9d074e0ec7a0f3de8e40bee4", 0x2}, 0x58, &(0x7f0000847000)=[{&(0x7f0000fa6000)="e8eddbfca9091bbda60435ced18c5a1a8a39c467e00fe11c4a39c877b4345eb0f57c1717dbdfcf98737809afff795f1d4d382db49122f44559c9c13e2a573597cfe727c2cc857efa8079f9aecc6f59ddf784d1e511c7b4d190828b8aa7ac43a7bb23acd5e77a9daa51b56801ce21a5895dc5bbe698f7f69b94a315fe41cc3ee61cddae8aa65b867210ccc697372341f206011b119911a976525e8769a6", 0x9d}, {&(0x7f0000c9c000-0x31)="ab4eb39ec1a047ba4dad7871cd9ec5f839a39113eda60bb7cc1be8ce30d045686643d8a18ca9dd487163119e6ec860aed3", 0x31}, {&(0x7f0000c6f000)="6c826fbf418ee81b0f8f061c827acbe52613c05af5e1986c3440e953c2784df3d8b67351c44c7fedb178663b50f8c4f5e6c40d26d6c256729b1111b2428eda37f0a9e4f4af814df35e52d51f576df05f777348d2825f26e46adb22d90c3a079864fd82f6780eb5f3991742ce9034ab079ac673c510aadf27911334f0aea9b755d62807698ed07327e1ad6e0b8eba339a8b6f6ccd404478a92bedf3209d85b8328c80c1de150f35e52ec8f256febfedd48b0de41209210e50e0c32614f5dfb2b06892ea762fff3f07bdc133dd4651c459060919280391a40a0e07a828289cf37d16a652f45f982830aae0a6faa997738f37d8", 0xf2}, {&(0x7f0000caa000-0xfe)="2ea3b6131cc95a7d5cb6d45bbc51d8418441b84afcc603d81eb765e98e3e03fe16aa2077fddde39bc1cbad69d1ec98af2f60e996415d7f904c93020745d33143f3765a7d4d9b516a053b445d665ca25ca24787bd5a15f2257b812c0df6625a1e0353e0c8c308273fa43639c17ea229dbb6d368d282d10645d002496d8ba3c3c04777e126147fffa3180963105a4ef347c8156c0fddf9ca675d590cf6d8f6e9eafd60a6144f6a70d67dd353e620029ef46e264204ce006c1e2bab9630c158752d831e5b7d8378f205469e4c4c0e693fb9dd370785f29973d9322a6241b6e589dc378c8fa744a5fb2354dc9194c1d447385f2dbadd8fa3c64644327ea72015", 0xfe}, {&(0x7f0000fa8000)="66c63ef2a03207324cd63db203391a0b5240b9784fcd8d287c6c93e093ca48865cc9e40d70792b7d3ecf8f92f57b2fc2f9d415bf7e2b560f7926da9e8b5ea868047aaa2f048b4718aeebd676a477ab59b9331fda452eb3769e56fcd424020b75ed52a265a1e492fdf1ec4e854a762d9259fc4b3ed40c66b7f794b7603b9610f7bdbb94fa1ff91d87759b32d723b071c0dd1d770d43f489dc1789e61ca566e3d9261f526cd40158073e00a55a44dc494f35c66cbc0bd04df11c26698028825e4a481c1109070583282d8ca8d00d68c79a602a0db824f99f0c11115db949664af06cf7349c51c8af5b31ccd08659b0bee4fa9a36fed896", 0xf6}, {&(0x7f0000811000)="d4054df1644c20da7a155bf9d3c5f45dbd304bea504fe8bcc5fedf75bd15165fdf5fc05319de316735982aff362012f29b92209b880ab9391036d2c980349766d32136ff89376a22fdb2b2fb42fc616d8673c7bb09880fff2441a393c21f14", 0x5f}, {&(0x7f0000faa000-0xd2)="1a616cd6fd7957a1e487d25aa8d416a943c3c0e918a53ec09bf8e77f2b528361214e0a57d92eda96d81320c880500f6af6fa8dfe19148b6b8d208ebb6e631b1627cc3d2bb9c8774830ce3a7de6897947ad6a97803544924f8385153462007848302918f9ce93fcaf0787b29ac8935cdf56c71ccbee174fd807cc96b8306b9154dfa8c175aa0c5c3c03031d6c605000117bb7004af1fe04af22bc5109c2b971561165f94ab6a7d5566903aa686172fabb17a751efdbe73486a469f5b6b6325dce08abcc6b35b80426130a6225c81e189e8b21", 0xd2}, {&(0x7f00000ce000-0x72)="5d2a9861c9d8256f572717b1fedf0c5926a611c9583b1a5a962d4414f9c5c4f8f72ec0a482838c954eb16f4f4ef2c574abc60ff65247b46290dd6da2264e4d47e5c960f3653b3b9f5e309f8da4f7891f693ddac7771220cdb3231a232017575a30a5523afb670baeb8d3fb74382e1d9fd383", 0x72}, {&(0x7f0000fac000-0xdb)="c770e1005d05fef62abfce2536520b8b85bd9bbd39e6d629244d747163baad77a6da89266337a3a06267fe1b6afb04296cd61383b1c60d116d5f7d67c990531c0214bdc63882ed01e6191a8d048806b6e4eba2d752b7c5005cb660bcf7630796baa5462b6507c1772347852913e98af4590560c362f9e2edb7afd2f69d87c39b246969d6d92359b2a333251cbfdf1285638ef71897c1527221b85b64325031d52d3b22b2e7fdb8a209eaee719d5e880bbee24e1e8f0f20bdcbbc231e62b2ce77e59d9a2c154dd23a31c1dd6fd6b208087c6e0fd4d8bf794d7d05dc", 0xdb}, {&(0x7f00000aa000)="2768ead99ddbc9539f9ed4409a98492057ea8d3c20d2ca539c2d07bfc16e2fc7b741e3fa9979d2b162f398d0bc8da6e4f529ddb7fdd75ca0dbb29129ce0b68b5ce487d85d6df2497c41c34f49db63e0f98f4e5e1ff92113a797688c79cbb0a6f1f6664129cc551799e8ded38d62dab6944cf52e87f01f93632b55397738d024d644f82220c97491583e1cc951ff8db4fc6e4be3ffaf903717faafa20f2a745694b21212bb17948baf584468b260918187bcc2ade80e68096b6a650917d0fdf24001b8e410a96c50195de0a6427ebc188e692346c688e", 0xd6}], 0xa, &(0x7f0000fa4000-0x28)={0x20, 0x0, 0x4, "287cc0cbc2f37224375cc9620005ff3c9cd4"}, 0x20, 0xe}], 0x2, 0x20000080)
2017/12/08 15:39:29 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet6_MRT6_ADD_MFC_PROXY(0xffffffffffffffff, 0x29, 0xd2, &(0x7f0000194000)={{0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, {0xa, 0x0, 0x8001, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x0}, 0x0, [0x0, 0x0, 0xfffffffffffffffd, 0x0, 0x0, 0x0, 0x4, 0x0]}, 0x5c)
r0 = openat$ptmx(0xffffffffffffff9c, &(0x7f0000b8c000)="2f6465762f70746d7800", 0x0, 0x0)
ioctl$TIOCGETD(r0, 0x5424, &(0x7f0000b0f000-0x4)=0x0)
ioctl$TCSETAW(r0, 0x5402, &(0x7f0000047000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffff7, 0x0})
ioctl$int_in(r0, 0x10005429, &(0x7f0000c1b000)=0x3)
ioctl$TCSETS(r0, 0x40045431, &(0x7f0000aa7000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x6, 0x2, 0x0, 0x0, 0x0})
r1 = syz_open_pts(r0, 0x0)
readv(r1, &(0x7f000007e000)=[{&(0x7f00009f0000-0x4)="00", 0x1}], 0x1)
ioctl$TIOCGPGRP(r0, 0x540f, &(0x7f0000fda000)=<r2=>0x0)
r3 = openat$selinux_member(0xffffffffffffff9c, &(0x7f0000d05000-0x10)="2f73656c696e75782f6d656d62657200", 0x2, 0x0)
getsockopt$inet_sctp_SCTP_GET_ASSOC_ID_LIST(0xffffffffffffffff, 0x84, 0x1d, &(0x7f0000a62000-0x10)={0x3, [0x0, <r4=>0x0, 0x0]}, &(0x7f0000ce6000-0x4)=0x10)
getsockopt$inet_sctp6_SCTP_PRIMARY_ADDR(r3, 0x84, 0x6, &(0x7f0000a31000)={r4, @in6={{0xa, 0x3, 0x7fff, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x9}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}}, &(0x7f0000819000-0x4)=0x8c)
r5 = openat$rtc(0xffffffffffffff9c, &(0x7f0000a3e000-0x9)="2f6465762f72746300", 0x1, 0x0)
ioctl$EVIOCGSND(r5, 0x8040451a, &(0x7f0000b04000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000")
poll(&(0x7f0000e0f000)=[{r1, 0x280, 0x0}, {r1, 0x40, 0x0}, {r1, 0x20, 0x0}, {r1, 0x80, 0x0}, {r1, 0x80, 0x0}, {r0, 0x10, 0x0}, {r1, 0x8080, 0x0}], 0x7, 0xffffffffffffff07)
ioctl$TIOCSPGRP(r0, 0x540f, &(0x7f0000838000-0x4)=r2)
setsockopt$inet_sctp_SCTP_ADAPTATION_LAYER(r5, 0x84, 0x7, &(0x7f0000c22000)={0x8}, 0x4)
readv(r1, &(0x7f0000727000)=[{&(0x7f0000b20000-0xef)="00", 0x1}], 0x1)
ptrace$getenv(0x4201, r2, 0x7d, &(0x7f0000aac000-0x8)=0x0)
r6 = openat$selinux_avc_hash_stats(0xffffffffffffff9c, &(0x7f00006b5000)="2f73656c696e75782f6176632f686173685f737461747300", 0x0, 0x0)
ioctl$TCXONC(r0, 0x540a, 0x2)
ioctl$TCSETA(r0, 0x5402, &(0x7f0000bd8000)={0x3, 0x1, 0x100000001, 0x8, 0x7, 0xe3, 0x8, 0x4633242e, 0x6, 0x5})
prctl$intptr(0x3f, 0x3384)
ioctl$KVM_CREATE_VCPU(r6, 0xae41, 0x1)
2017/12/08 15:39:29 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = getuid()
ioprio_get$uid(0x83, r0)
mkdir(&(0x7f0000fd6000-0x8)="2e2f66696c653000", 0x0)
getsockopt$SO_BINDTODEVICE(0xffffffffffffffff, 0x1, 0x19, &(0x7f0000484000)=@generic="00000000000000000000000000000000", 0x10)
mount(&(0x7f0000683000)="2e2f66696c653000", &(0x7f0000296000-0x8)="2e2f66696c653000", &(0x7f0000860000-0x9)="676673326d65746100", 0x100000, &(0x7f0000c5f000)="80010000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 = socket$alg(0x26, 0x5, 0x0)
ioctl$DRM_IOCTL_MODE_SETCRTC(0xffffffffffffffff, 0xc06864a2, &(0x7f0000c07000-0x60)={&(0x7f0000793000)=[0x401, 0x100], 0x2, 0x4, 0xc353, 0x178, 0x11c, 0x100000001, {0x100, 0x6, 0xfc, 0x0, 0x6, 0x5, 0x3, 0xfff, 0x80, 0x100000001, 0x4, 0x2, 0x8001, 0x1000, "67596fa14b7fcb646b18b85c2586c9ebbc6e5aab32629ff46c40be1c4b6bb19a"}})
r2 = syz_open_dev$sg(&(0x7f0000d6e000)="2f6465762f73672300", 0x94, 0x2)
setsockopt$inet_sctp6_SCTP_RECVRCVINFO(r2, 0x84, 0x20, &(0x7f0000734000)=0x9, 0x4)
io_submit(0x0, 0x1, &(0x7f0000c95000)=[&(0x7f0000a0b000)={0x0, 0x800000, 0x0, 0x7, 0x1, r1, &(0x7f00009b4000-0x88)="b3620a767880046e5e5a10d4792f552f507fa9479c5bfb9318e57f6c1bed69afe21ab91c9773e70bf02214ab9df46acfd274a8fca8e49418998e43db5de3e1055529f8767937381c902434e28cb523f44cdeef812028f7476f3e855dac1b254b13c89dcfcb26f48b9d37599f37a98f084be2b37d54a94f639b28fa49bf885c147a045225901be266", 0x88, 0x3, 0x0, 0x0, r2}])
getcwd(&(0x7f0000f80000-0x42)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x42)
r3 = open(&(0x7f0000716000)="2e2f66696c653000", 0x800, 0x8000002)
ioctl$KDSKBMETA(r3, 0x4b63, &(0x7f0000e5e000+0xca8)=0x8)
syz_emit_ethernet(0x4e, &(0x7f0000ea8000)={@random="e3136bd76ef8", @remote={[0xbb, 0xbb, 0xbb, 0xbb, 0xbb], 0x0}, [], {{0x86dd, @ipv6={0x0, 0x6, "430387", 0x18, 0x3a, 0xffffffffffffffff, @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}, {[], @icmpv6=@mld={0x85, 0x0, 0x0, 0x0, 0x0, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}}}}}}}, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, r2, 0x0)
syz_open_dev$sndseq(&(0x7f0000073000)="2f6465762f736e642f73657100", 0x0, 0x3ffffffffffffff)
r4 = add_key$keyring(&(0x7f0000eac000)="6b657972696e6700", &(0x7f0000001000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x0, 0x0, 0x0)
r5 = add_key$user(&(0x7f0000176000)="7573657200", &(0x7f00009d6000-0x5)={0x73, 0x79, 0x7a, 0x0, 0x0}, &(0x7f000003e000)="fa", 0x1, r4)
r6 = add_key$user(&(0x7f0000073000+0xd08)="7573657200", &(0x7f0000d57000-0x5)={0x73, 0x79, 0x7a, 0x3, 0x0}, &(0x7f0000d05000-0xc0)="b33ab76079ebe0d94f729cd653e520c19ad7d97fe21769e7c4db44c249b544230ba287fb8bd6ed266ccf59ef70995bf2e8e0ecd3fff32853747eda22d2818d08ca27e0ec821620e365a0eeb9485f2d925493f62113e33e5f8c7eba67fc19a9497f5b07e5849d2e875b066cd640b336616fe0f3c3002801b4627ee7597689525e8e81f750a86eb580fb4690ea52246bd3d32b1a91f944edb74b1f50ae08c5387ed8fd0598b600579f3af3f864e1c324f6928f6672178f7e149be31bd78b506e8b", 0xc0, r4)
keyctl$dh_compute(0x17, &(0x7f00000ee000)={r5, r6, r5}, &(0x7f00005cd000)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x30, &(0x7f0000550000)={&(0x7f00001ed000-0x10)={"6372637431306469662d70636c6d756c"}, &(0x7f00004e3000-0x40)="35f66213982648fb91a37fa6", 0xc, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
mmap(&(0x7f0000000000/0x26b000)=nil, 0x26b000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r7 = openat$autofs(0xffffffffffffff9c, &(0x7f00005fa000-0xc)="2f6465762f6175746f667300", 0x10000, 0x0)
socket$inet_icmp(0x2, 0x2, 0x1)
getsockopt$inet_IP_XFRM_POLICY(r7, 0x0, 0x11, &(0x7f0000e56000)={{{@in6=@loopback={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, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {{@in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0}, 0x0, @in=@local={0x0, 0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}, &(0x7f00006db000)=0xe8)
socket$unix(0x1, 0x5, 0x0)
mmap(&(0x7f000026b000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
signalfd(0xffffffffffffffff, &(0x7f000026a000)={0x0}, 0x8)
socket$kcm(0x29, 0x2, 0x0)
2017/12/08 15:39:29 executing program 0:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = syz_fuseblk_mount(&(0x7f000008c000-0x8)="2e2f66696c653000", &(0x7f0000001000-0x8)="2e2f66696c653000", 0xc65684a9b1a26fb3, 0xffffffffffffffff, 0xffffffffffffffff, 0x8, 0x4, 0x2811)
mmap(&(0x7f0000901000/0x3000)=nil, 0x3000, 0x3, 0x10010, r0, 0x0)
r1 = socket$inet6_tcp(0xa, 0x1, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000ae2000)="2f6465762f73657175656e6365723200", 0x880881, 0x0)
ioctl$KVM_CREATE_IRQCHIP(r2, 0xae60)
r3 = openat$kvm(0xffffffffffffff9c, &(0x7f0000f2a000)="2f6465762f6b766d00", 0x0, 0x0)
r4 = ioctl$KVM_CREATE_VM(r3, 0xae01, 0x0)
r5 = dup3(r3, r3, 0x80000)
ioctl$KVM_CREATE_IRQCHIP(r4, 0xae60)
ioctl$KVM_SET_TSS_ADDR(0xffffffffffffffff, 0xae47, 0x0)
r6 = ioctl$KVM_CREATE_VCPU(r4, 0xae41, 0x0)
ioctl$DRM_IOCTL_SET_MASTER(r5, 0x641e)
r7 = syz_open_procfs(0xffffffffffffffff, &(0x7f0000121000-0x7)="6e732f6e657400")
getsockopt$inet_sctp_SCTP_FRAGMENT_INTERLEAVE(r7, 0x84, 0x12, &(0x7f0000829000)=0x0, &(0x7f0000de9000-0x4)=0x4)
getsockopt$bt_sco_SCO_CONNINFO(r7, 0x11, 0x2, &(0x7f0000e9a000-0xec)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000580000-0x4)=0xec)
ioctl$KVM_REGISTER_COALESCED_MMIO(r7, 0x4010ae67, &(0x7f0000d94000)={0x106004, 0x2000, 0x0})
r8 = fcntl$getown(r4, 0x9)
syz_open_procfs(r8, &(0x7f0000f31000)="73797363616c6c00")
fcntl$lock(r4, 0x7, &(0x7f000085d000)={0x1, 0x0, 0x4, 0x9, r8})
ioctl$KVM_SET_USER_MEMORY_REGION(r4, 0x4020ae46, &(0x7f0000afd000)={0x0, 0x0, 0x0, 0x2000, &(0x7f0000095000/0x2000)=nil})
munlockall()
clock_gettime(0xfffffffffffffffe, &(0x7f00002b6000-0x10)={0x0, 0x0})
ptrace$poke(0x5, r8, &(0x7f0000176000)=0x0, 0x9348)
ioctl$KVM_SET_REGS(r6, 0x4090ae82, &(0x7f0000664000-0x90)={[0x6c, 0x9, 0x15ed, 0x0, 0x0, 0xd4, 0xfffffffffffffffd, 0x0, 0x5, 0x0, 0x800000000, 0x0, 0x0, 0x20000, 0x4, 0x3], 0x2, 0x103})
ioctl$int_out(r2, 0x5462, &(0x7f00005a6000)=0x0)
ioctl$KVM_SET_SREGS(r6, 0x4138ae84, &(0x7f0000fe2000)={{0x0, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x9, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, {0x0, 0x0, [0x0, 0x0, 0x0]}, {0x4, 0x0, [0x0, 0x0, 0x0]}, 0x62689cc022a97de7, 0x0, 0x0, 0x0, 0x0, 0x500, 0x0, [0x0, 0x0, 0x3cc, 0x0]})
ioctl$sock_inet6_udp_SIOCOUTQ(r7, 0x5411, &(0x7f0000714000-0x4)=0x0)
ioctl$KVM_RUN(r6, 0xae80, 0x0)
connect$inet6(r1, &(0x7f0000dc6000)={0xa, 0x2, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
setsockopt$inet_mreqn(r2, 0x0, 0x4, &(0x7f0000ef2000)={@empty=0x0, @local={0xac, 0x14, 0x0, 0xaa}, 0xfffffffffffffffd}, 0xc)
2017/12/08 15:39:29 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x20000000000006, 0x0)
bind$inet6(r0, &(0x7f0000000000)={0xa, 0x0, 0x0, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x0}, 0x1c)
listen(r0, 0x3)
r1 = socket$inet6_sctp(0xa, 0x5, 0x84)
getsockopt$inet_sctp6_SCTP_MAX_BURST(r1, 0x84, 0x14, &(0x7f0000331000-0x8)=@assoc_value={0x0, 0x0}, &(0x7f0000001000)=0x8)
accept4(r1, &(0x7f00007b8000)=@in6={0x0, 0x0, 0x0, @local={0x0, 0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0x0}, 0x0}, &(0x7f00006be000)=0x1c, 0x80800)
getsockopt$inet6_buf(r0, 0x29, 0x45, &(0x7f0000452000-0x1e)="000000000000000000000000000000000000000000000000000000000000", &(0x7f0000ca6000)=0x1e)
2017/12/08 15:39:29 executing program 6:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mq_getsetattr(0xffffffffffffffff, &(0x7f0000605000-0x40)={0x3, 0x1000, 0xb0d0, 0x94bf, 0x8, 0x209, 0x0, 0x0}, &(0x7f0000000000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
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", 0xffffffffffffffff, 0x1000400)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
sendto(r0, &(0x7f000000b000)="8dc7450026ae834856e44763dc30f1fb504f7300a31f7fa01ca585d11dafea033aaa59e4999437ebe24eeb45981f367d50fd0e4a0e9e76bc8a1884382422006539c1ed5f894d0b5c15febfe07cc307ff91272b2edb7cf31695dfe8546922c9eb15896fbd36bd3f5b474278a711bc2088383a916a33203eb6bd9a0aa4f488df602a6d1f6a5d13e943da9de9f66e066ced85bd303f073db4fcfad2821d00e29bbc5a673a2ef5c1f1ddbd7ba3b6eaecc4f8d085dbab66525383a7861daa7780f535c5b9ad1d60ddd047bd287e3beef226e82bdbe0a40dd9d4a7c5949a3c8b0c97c12229e4090685a4f057050de81ca0b23c78d26018b2de9ff6cc35201747ecfe17c96593bba5876b2c24c1d7aa44d776bf3d8de01b5a49bbd2aaa7a51649ea652bacd91dd49498ce2812f6a8f14c18a53a5b6257e8240ece6410eb35c95f16d450629a9b729b0c55e326f92771ea66d48149e43dd5c6ffbe6e12cb239074ade75a9b4d43a437ba83abcba71da27bc7c50f981040eeabd5a3aeb5453f40419dee2159d321e6a3be2ab239a80ed4985d2d1b8fb32e1e016fe86269165a7fcd7af6b51bbe35d75ae495c69b99541e06d0927bc7dd430e25e19af371adf62114c247ac9e60a5d91c0401189a5aad50539536f2321176fbaf74b5328a445f941bd9630f9b6f061bc79b8bf67be2e5326581701f9e96513d3f96393f9ace17cbbb035dcf4ffe9158610da534e5fcddb381ce3d515435b928c397981a8f1a6b72b3e44060edd2cb5d9791a84741a5bba1a30a24e4e5065659827f739290ad70068ebb75369039fcecac0c316d39c926f0e16406c43682b746278cf08023e87313841fcd62488fe563844a4815525a2effc166a837a90f4ee7c3b75a9f5151783a5265cb00baf2f4d982e2c086fca18bd760771b3f1f671e2f84197bb4cabee032f699c366dc7d12b86c0cccfe6129f6d643d57987dc47ec11544efb2aa684edbe41d0bba805379b7acc643de135ea5408de354a7fe730cad9fa5abbbfb2a4ffa1d933f56060527bd30f99b88fd0733bcd9b87c6e9cdccaf0e587b9785c8fd00e514003eca87d9c446fe3074f7ba3e8501b87ffb2e552aa9f8aab5904cbb03a755337604020b0152190693df55430e555a64dacc6c3bce76d9376c386ddbdbe247ae3bcb470dc9105cde276fcb979d958ca640f7ee09f051afca4b02fea35ae16edde07cd029ca3d5dce92b91541fa93b7eafadf0aef29ab3fac3f1df2bcf77077ea27915410c6e4e38091df6c95f942c552f79f266211da18e85147d172316aeaee34c87ddabadab93bdafca2aef22fca99cb1a0c4b1953d9b72b7adfc984ba6b832a2f15d520eb24cbd7fac7d1c327688507df54b94525464f7013f326752a95a5cd57a45209166e98240cf467c07897ff074e85138e717d43f7fb22a62af30948913ce2a702a30af2ed41321e1c1c07b5a77b05a8cae8ea279823e5a4b1609ac4ff2c9a8efb03c6fcacce2aa76854faea6a69371481fd028dbbc6699aa2a27034c7e968db42ea3e74c262b350c10d47c81e5b6add5e074ff218660a99ae68518f041046ec9a49b3bc707fe7fb810e623c1a32d005e2f201f467ad482fad6d479b2b5bccddbb8642d055865e98789914810f0b775b67206763f4236f1a05ffd180c82e30605ffe87241abf809a98224c4ff5f8ffff910102462c5a208b2105b3ea662d639c307dd724ff40cd39f7847cd12c62d8252408afdb25764b184afe79ce50079946ad1fa82910f70f94b24c8a0dc10c760c70389b8713d9d7b248f36f30c26e2b032647dd8910f55c4b9c0136dec21919299414f858ee18e8b70bda5dd7714f803d4445b54f657959d0f9b93ecf0f7e13ca59d4fe20b86c81cfa60a2d2de0cbc98990550c9b464a96ddd5703df7fab0b6358b5043b90c472ab150a6224806e9e243a2a40580660f20481fb020d18b3266709692f3694cbc3beba2d642d9411c3dd258fbf894d3bcf0578408d1216897969b5494bdaf09c2623a7bbf484f4d5619416cc3fe8ed3bfbb0db091a61177b63721b20ec8d2271862db7b06ff2dcbc521c93deecf94ff419c1b1ed8efaec9711d8d47702a1641f2fcc5aa6f6fa46281729f0a088841bb920b455b0f51716e776aab21c608f970e16941ff9c3bbfd53ee630e72a747584b587cae2138d3b4bcfb94556ffff0904efbfe0060885600dd7ef3a15b9dfcf52b5e9abde746064b7c509c6638a94256258a0cefb8f5f0b26b3d11ce1c86d222dadd342473e09357c66de58fa0d98049668f0c1d0deb8cf34dc58b9d9954330fb3f6647cd575cc9c40c91ad2b8dcc9da34cb4d1a8b97420fd26c161745c8fa0387764a43f9cc1ac437831bfcf5a89b45a3d5692faf53c980bd072d98592097f11bd122347c38866aab8347748bcb517f4dd5969760221ab22bea3d26a66ca39520f13e4e9de43195f9ccb04bc3ee336414870498865731a09964ed91389407f9d9f8b745fbef17eb0d9dcd9bf716b7c642bad10442c8f19a09fd7c9a9a8eb22b9f17c02644bec30b7d53e7831e970a0cfa441a9cf95fef369af6beac32e23fe49d229b66582d9b1c2e5fd1342c49405459dcd34aa5843b06b510cb6e60bb4a41d72ec531b859c20179dbf42557c4f80fc05601c36b76fcca3a869059fd897a8faf3b48dc206bd7ae84e06eccdd1ee3249e3f672222a2ecd194449d5f2e1dd3117fc1dae8ae789839e11f11b36727d480cb9460aae6dcaa2770c02c114dcf6cffef11a2c0238ec3649c205fe2ac84b15c73c6e62ca6a0b8f4f8dfbd71c4d3c1c271526781996d3adde892e39655ecf16f68dfab5bb2cb884369d6e23ffb5d3b7f3319ff5525987dcb1a032a26ed1394941ffda0734a70e3fd5c91a499dbeff3e3c20385ea2eb3e07cfd8c08ad7727a123b1ccdf7096379b8f6d99e7b67017e70e16bc05f81bf43c864873cb25aed4565f14597d326d4263b333585071ccb054f9851e22843fbc9b128d6fc2d7dee05258686b4ebef5645725ffecda76ccaf2d43684cf4230c3f3ba9b5ceec0049ee19b98b9d4ba954767ca52d7881ba5ada040e7338fd4e6828ee692220bad6086074089b8ca183deaf2af36702ed2e3a395abf5e0fb8e48b8a247095665fcceace08d38efb2ea0bbb072113a17bdf946ef947542d843bba2633cf9be13b2765e8ebdf69dbe6cf328eb6d0d3a0eaa396f4ff078e5a313a527dd8fbfd675c3e7e89692df44ac49aea8ef292ac2479b73477504b07542222cabc0eb9f70a40620552d5f41c9589ae60c49760c673aa2bf0a2abcd224e00b7d64c7dd854c1de5bba4a38c0b952b548c5f5da4c5eb360503c9b6ce2057dbaf6921753d615100f447987476a7a45612755d3156a50009fa5d56911be1702891837dc87fd479d76ff90dd6ac179782d9fd72eb65c6a0647b1ef289d2b6ec170393d6ef92ab050ebcbe03ab2e5deb5673a2c2933fa379ed9f1b8152b24b2750be59eda0a0a4cf6b2844f332492b055fd3146b78445ef725b05d56555db80ec7d74f1c835f06f198e49b082a0422b4ba0a665e9f44c14e5b72d08421a02dc868971b6bb1155e2c4bb2116143c0cc1d464e0a71c1f4f07ff29701b7458681f0e77c6d2d7c53b54b223a47f808d188775b7ed8cd54b5e46f2e15db0416ffc09430da345347175e9f5ac0f89c0b8a15a1c03bbe38ed1b475c3e5dd108d012cf2594707a24cd18cec9155cf2175e5aee1df84ef9ea056289f3059ac0279c6838bb3a4041393dbe442108a7718507c4cdae4f9927cb0947dd7e618de010e4e4c2d39d7af5e1af61be4a6b9a19e348d8f710594960d63aa2d6035570796e68a4a37c0deab35f6db5bd033cc57e0be3ab1ab6661fb3ce34c69081a9e1e4e41085b1680972df439721fa2de3360a4b701ed9454a713bc599288c8f83533f650c38875ba1f8628f4cf866f1f9217b40f82a4bba69ec75ba96a48c510979fc5abc032edbc63ad984a6428a66dfcf71dfc029058d1f98282daf8d9dcd091b71279c7e2460bb07113bfa5e73f811a46469b20d8d8ef134031fc044415d498430488c747fb8c565638bc89ce1cd10263667abbf676b6f3329694df7eb166488a4672c0ec0204014eabac594e33e0925effd86de319146204c8aaf3a158ed3b7a19c31d9e9adb9cd0def989e83fb541d2283ace079fe3829da5396755ce45f7f53c0b16920c2bfc26ae603ac03d707ad18fde51059098e8337f4a612b5b70d9a2c0f17d52b4347e98d7c3e094067f1a2efcb90381d3441f6f5bab96dd26e98f228842e26fae048de481b68343d8b4c4156ea936a13eddf54cb05bef062548114b2de034341ac78c3da166b3b73f7894e6d3ea3e7087eaeea9651c8f549b0172d15d72d7827dd546ea4ab7ca68f26a1a423ab3bbf22de6b2165b070cb9ccf6af2389609efd5f6261c9fb4352e709d1f6ae584195891b606cfd73580c91cd45421dd8bfe2da05ed7dc6095ccf3331d40ac80ad48a4861baf18d24f70aa041143e439f6fd5762727b8a7383920dd9605fdc53ad26578bb9e96805eb0aefeac2493525f2a66c160e7eb24e977c553e62314186b21b9f871901b9ac70489daf0961d7d4a5662dcb8349dfbc65a2fa33ce6e7f1f23d3d5736aec6fa486c41b77b1f5d1b3d4a0630baabf47e8952c67a84df8b2e5616d15475439b9b472ce3e47830bc5afcf8f46d621d882a438bb7c039f29ff1096791df9b7bc2c820eed0bcd2dd96e327db4554f11f18e3e2d83c3232cf6216895f5f6bd724e80344dd409361289e1193fd3c31ad4c6ddb0b2a8e7cd95f0e63330b055aa4fe29bd72668c18f8a071bb5a187382467f0e0448d781b2fec93d5f19da503babfe6fffa00236ac04c38c1d41d1b6d154122c054dcade4a215b5b84dec048ae663a67eaa43d7e35b22f48014e0219600411f5cf3ce87ecbd0ae88facc1b21dc77541982b9c8f676b92ead5a8a2c0ebcfd73dfc6472052bcba82f41c55b83a7bf11a3965a6bafb8790786000b410dbd833d37ea5f4d155806dbdf286550c51a5143d4899b7f1a795bf7bd4c8396da9de80716a49fb82ec2054f2014b394dfd85064a510775a4b71330129460e286b9451319139a8c0183d73cec0c939c2a5c1999108e748e79b5621cc2f1ea586ccf0e7065096ab9c7201847253d0cbac99f7a0fa2991d37fb30b4c4eaaa3b4367401f21303bcb24261dcb908d8744a69889fa6c34287421d72c1cb3719b9bd2f05dcd11f2e9bab76b6b28161e05c7d0fdc4e3b70629870d5a84ab41d07fe4e57dbda710c803622df6258707a8dda043e38b35c1710f6827487a4c1013cc60b9aff526caf51a23df89fc274bc4f6b82f15746f76ef0103be52c093d1f8c6948c2b2e61a2a9c2729fc698928c8d3e9bd219899677c953dc55a3d001a4001052b1bccdb28cff6232107c448db9d39340eaf3661b6e9b0c314e855cdcb7716f4ca29b2ab6b9a3461762a548f3f91804879d20def0f4da145c06cdb9fef7990849dda25b17c48d8f18c655f33941a7f148012ac044520c0051979dab994903803904af37019898cddda9eebb6aa664dbb4a3d547db9ae3f95cb9f4e2f0a92770ae20ebed7a1985170b4c5d0a5eeb168824fa315c34f2faf52d98f7fecd50b52f98c50d2e713024e134b19bd65d0a4f34b2f0ead761a63a8576c8b90e1d28786438b8b666d1b4d0755740a8fa78154e72e53b0aeba1253af4bb26153501ebd8e13889e5e7c882a2f44ecd9c9ce2ef2c7da554d4d9959b099367b01dfc4ac1d58f", 0x1000, 0x40000, &(0x7f0000013000)=@l2={0x1f, 0xde, {0x8, 0x1, 0xe2, 0x8, 0x3f, 0xde}, 0x4, 0x8}, 0xe)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$sock_inet_SIOCGIFNETMASK(r0, 0x891b, &(0x7f0000014000)={@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, @ifru_addrs={0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}})
mmap(&(0x7f0000015000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
pipe(&(0x7f0000015000)={<r1=>0xffffffffffffffff, <r2=>0xffffffffffffffff})
mmap(&(0x7f0000012000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$DRM_IOCTL_PRIME_FD_TO_HANDLE(r0, 0xc00c642e, &(0x7f0000013000-0xc)={0x0, 0x80000, r1})
r3 = bpf$MAP_CREATE(0x0, &(0x7f0000004000-0x14)={0x1, 0xe2, 0x4, 0x8, 0x1, r2, 0x0}, 0x1c)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f000000d000)={r3, &(0x7f0000005000)="415dd5eecbd0c416b6a4801f6107051aee80332a73625b1dd5fbae99be0fbe43f8cb934d5bffc07c542a408814a076580d0cf8d41810ae96b6f9314760764e4e390d161ad03c03e75df0195b2786887c7c81889ded6d2cd6e7283a3689ddbcd00d2d6d15dc3f03eda2ffda4ce43663b9219d7797a25184774a28838a67f001243b9203cbede482e03484f2ee3b35fe61246ee0ad595d32255206d4646c7404ef2a724ee99c513841f81670e423bda5d2b83fcace5989cc6aa7727ae3610b13184e52fde3cfae0673fb25c37a", &(0x7f0000009000-0x3b)="719d63be943889d9e84a2b619d1da941390fb2fc327b79c5b2419d0dc7beb19834efb91225a0d609643a0f906cee87ff6f0a1b82a967c9c0982016", 0x0}, 0x20)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f0000001000)={r3, &(0x7f0000002000-0x2)="56e2", &(0x7f000000c000-0x2)="2251", 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)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f000000b000)={r3, &(0x7f0000012000)="", &(0x7f000000d000-0xa)="", 0x1}, 0x20)
mmap(&(0x7f0000013000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000014000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000004000-0x18)={r3, &(0x7f0000014000)="4698cb69d32611f74b4ff55c915672187d9234a0978f9b2324e66bb83667795d165f2a03dbcd24c5b452baf386bcb4fa08bb3d50af0c03f0d22bf4c0e8e9b88b030e229b5455fe6016c93524fdd39f8caee93944728a68f8525d56635adefe2b", &(0x7f0000014000-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, &(0x7f0000016000)={r3, &(0x7f000000c000)="", &(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)
2017/12/08 15:39:29 executing program 7:
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
lstat(&(0x7f0000001000-0x8)="2e2f66696c653000", &(0x7f0000001000-0x44)={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)
timer_gettime(0x0, &(0x7f0000a1d000)={{0x0, <r0=>0x0}, {0x0, 0x0}})
r1 = socket$inet_tcp(0x2, 0x1, 0x0)
setsockopt$inet_opts(r1, 0x0, 0x9, &(0x7f0000e97000)="58eb05e6d575e0ebad6e34e1de345fce39a6c2b88be5db55d352a2cce01fcb4779b5244ee140408a5236011c1cfcdda92331715b42891613bc5906202b77abb0fa96c3869a836bf53361a9bbc1b311614b7fbded857471e9eb427d4ee3d9b12357c93ea527b875853e63363af59efde7d19335f58a3619192ce5cd52a873d9f4ad9d7dfca0feb5130f35f9cb7b0c0199a9f8f636c66f920686704d70f8cf027cc942a7e347d7139f4cb432750c067ef6acba37b5f67f3bdf97adbb9e9acefdc7", 0xc0)
clock_settime(0x0, &(0x7f00003e2000-0x8)={0x0, r0})
r2 = syz_open_dev$mouse(&(0x7f0000f84000)="2f6465762f696e7075742f6d6f7573652300", 0x2, 0x200)
getsockopt$inet_pktinfo(r2, 0x0, 0x8, &(0x7f0000c45000)={0x0, @loopback=0x0, @multicast1=0x0}, &(0x7f000052f000-0x4)=0xc)
write$fuse(r2, &(0x7f00005f6000)={0x20, 0x0, 0x0, @fuse_ioctl_out={0x7, 0x1, 0x7ff, 0x7}}, 0x20)
timer_create(0x7, &(0x7f0000c28000-0x58)={0x0, 0x3a, 0x5, @tid=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, &(0x7f0000674000)=<r3=>0x0)
geteuid()
timer_gettime(r3, &(0x7f0000cf8000)={{0x0, 0x0}, {0x0, 0x0}})
r4 = syz_open_dev$urandom(&(0x7f0000e49000)="2f6465762f7572616e646f6d00", 0x0, 0x1)
ioctl$SNDRV_TIMER_IOCTL_CONTINUE(r2, 0x54a2)
setsockopt$bt_BT_CHANNEL_POLICY(r2, 0x112, 0xa, &(0x7f0000b98000-0x4)=0x61, 0x4)
ioctl$RNDGETENTCNT(r4, 0x80045200, &(0x7f00007b2000)=0x0)
2017/12/08 15:39:29 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
ioctl$int_in(0xffffffffffffffff, 0x0, &(0x7f00009d0000)=0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 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)
r0 = openat$rfkill(0xffffffffffffff9c, &(0x7f0000eed000)="2f6465762f72666b696c6c00", 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)
setsockopt$sock_linger(r0, 0x1, 0xd, &(0x7f0000fcc000)={0x388e, 0xb2c}, 0x8)
ioctl$KVM_S390_INTERRUPT(r0, 0x4010ae94, &(0x7f0000872000)={0x4, 0x0, 0x2})
r2 = inotify_init1(0x80800)
syz_open_dev$vcsa(&(0x7f0000001000)="2f6465762f766373612300", 0x80000000, 0x400c0)
capset(&(0x7f0000fbb000-0x8)={0x0, 0x0}, &(0x7f0000fc1000)={0x0, 0xfffffffffffffffc, 0x0, 0x7, 0x9, 0x0})
getsockopt$sock_cred(0xffffffffffffffff, 0x1, 0x11, &(0x7f0000fbe000)={<r3=>0x0, 0x0, 0x0}, &(0x7f0000caf000-0x4)=0xc)
capset(&(0x7f0000001000-0x8)={0x19980330, r3}, &(0x7f0000fc1000)={0x5, 0x8000, 0x7ff, 0x559, 0x8, 0x9})
fcntl$setown(r2, 0x8, r3)
ioctl$KVM_PPC_ALLOCATE_HTAB(r1, 0xc004aea7, &(0x7f0000c98000-0x4)=0x5)
fcntl$getownex(r2, 0x10, &(0x7f0000a26000-0x8)={0x0, <r4=>0x0})
ptrace$setopts(0x4206, r4, 0x0, 0x0)
ptrace(0x4207, r4)
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)
ptrace$peek(0x1, r4, &(0x7f000032d000-0x8)=0x0)
getsockopt$inet_sctp6_SCTP_DEFAULT_PRINFO(0xffffffffffffffff, 0x84, 0x72, &(0x7f0000533000)={0x0, 0x4000000, 0x3}, &(0x7f00004ea000)=0xc)
sendmsg$netlink(0xffffffffffffffff, &(0x7f0000518000-0x38)={0x0, 0x0, &(0x7f0000eb9000-0x90)=[{&(0x7f0000001000)=[{0xfd, 0x80000001, 0x8, 0x0, 0x3, "f0ff1cdf1daf0bbb982737861a25192ab6f3482642a952fb088f96fb4ae4a251e1562d363f3b23d5c071f3a1449430a6a2850471d360e1080c1f83e8cbd912b1d20b8f3891a92d337e70c98db083bb1c8855a41285ce865ac2a516a156ebfe589a4a100f443d2ecc0c67348452a062401f9b89e083105c3b93978c4bcb3a1a8adf9645c9392e82e22e753a539af09f86a0ad63b79bb1e66035063599d4ec6d237a4d71a496b088f69e3d80822f2b79a061ce191be0980808351212b885e6ee10daf0b6459b246f8ce988d4669bf4b54449e04045a890c665d4754b0015e3d7a338f9c1ceb4219ccbfb904a3b82"}, {0xd7, 0xffff, 0x4, 0xffe000000, 0x0, "60d55f9909d83e775f332a4cd7a88ddafe1b14921ac2e3a69051d38a345e136ee1875cdc56137ef95402bdd11e71d90485ba0a7a50b429f35409bb2de0bb8ed99cd72beddb1db09f99bb1a4a8cf372de22b1353282e9ac0d2189f41cf925bca6d04883aa9c831dcb2653c9ae1e837688ffead263165eebd72a27bbbb1b1c080e1ecad1d0c9931fe469a644fcbad73b4783123347aed0d1b4e81bd343b147f7d247330a5bc0f1a71f3334d8bcda61983835fbe1fa706ec47f35a1dc67ff8ad30a22bc4ef5ca0a95"}, {0x20, 0xffffffff, 0x20, 0x3, 0x3, "1cf5189928fe2f42aaa549df31c6b532"}], 0x1f4}, {&(0x7f0000002000)=[{0x103, 0x1, 0x200, 0x4fcd, 0xd7, "d62b9770181a111c900a11f6363bdb32a468db9d0db4c71e777f70f69afdfdf0230271bbb80cfe8beea7700b863add48c99c3425b710716c2b53aaa50a27baad4167d925332551196b87eb7738bcccad96bb0e11a13522a80a49a8d28f8e2d6dce5aba70c6333ab4aa10424cff4f23448c3a327e68afc9a4ab054cbab5c422c092d40a002f6b5bcd5d40208edc6effd2ddef4c7beabe7b5816074a10cdf0b046b2b7785d8238a4375b98565a7da1ce8dcd01d792fd0b328d7207ea71dc7563c8ed62a4f2171f97e2fc03896a561b7ef8e18c5656606262f9b820d3a787398551f6676d8a00c8ad96bca27c51c3af16a2e0ab7e"}, {0x10, 0x8001, 0x100, 0x1, 0xfffffffffffffffc, ""}, {0x6b, 0x0, 0xa00, 0x6, 0xfffffffffffff861, "ab681b2c3d423802690b6758c0b69f2ac362c5984e72d19be3a2c4e8683fc0a8d7a8435ae66fa8e8a3ea02a919e8717fc0921bf144376e6ab20ee0e428b3d80e1b66b66efa8571d55f6f80b2d783d0aba3bf88903d60011807c4e8"}, {0x57, 0x800, 0xc00, 0xd2, 0x8000, "fdfd55392789ae18cff92bb49aedaefaa0eb15a5d8c5e5097928327f26e3c89b64857f0c2dc1318155fc2bc6257829501fa2b950d4e0abf67d7370c748c6df4c4e7c1d3fdb52fe"}], 0x1d5}, {&(0x7f0000003000)=[{0xdc, 0x80, 0x200, 0x8001, 0x4, "00c63821731b9bf048039a4f99f6b97162d1529ead3a8bdf3009438fbc343a76dca9ea139b81479361e66048d84c096e57347e669865d992aed6cecb5a01239c9a52921450491e5f240180bee5e1d469aca5ca142703c94188a68a11313644bfbd280a25226ae3610e9d593c59f67396beb3615d517f874218f2da5fefb340bfcf910c073938f4d7eff0a97181cd9cc6c2f94cf56cffa4f66c5915aaeb0bce759ccfc5703d44d799ee6dc2e978f91d1005eb6c3123a6529310999008b6f76130a8bc0b4120374ee20f8ddc09"}, {0xc2, 0x3, 0x800, 0x3, 0x18a02de0, "5ccf875182f57fe5f8b032379388da9be94d7ee8790c38931ea7e80688f4c93e0def96f83b5fbd65fea0290bdce01e847824bb5a1753f7899f5e17f067848672396350a9dfc8fde61a7a200420fc28d8809c023333634396ea51b7645744eafbad8adec9fa5f92b2817e5604e0531a0407dd93dcfde0da01a052446dfc83b4142a1fd1c74a5970ecdf2dc26aaca280e6518fea8f4dcc40ee4c52e9f7d2839c7ffd03565c5aa07ec3d84a6cbb9a1b5bec0cd4"}, {0x60, 0x8, 0xa00, 0x2, 0x7, "a268ded498d652c3b412cf833f6d58e02eda4208553468388c39014922db9bd5b53378384d6816d25e179fa2427d1780a7ce95e711acb55a1e74857ce40d43c07fa9e1f524fadaf84fa5526a89a2f2bf"}, {0x28, 0x6, 0x100, 0xffffffff, 0x200, "d29ca075a2c4dff9043bd10144c7df27d2a831c0a9bae9fe"}, {0xfb, 0x7ff, 0x121, 0x7, 0x5, "e74ce6db7427fdb9410f86615ca282dad851a6055ea6e84be5705813220e9ba9f071ad53e03c2950af78ee28de9cefeb3a276ee68667c8cc0c522a897a2f6eeaf6a4227e29d1652b6bd6e12d264f952a350040dad0fd649bbb35ed4f5592a4a46ddf37b6ae7f21248e2902685db06e8d2970addd072a2593215a912a0f69e6ca0c9783713adaa861d73b423d779c44af2adccf4bec62a6735a2317cd2653983c1c56922ea9abaa7bb60b5796bf3e58927a5121e06dd171500de7b6eb02f79f1006a96deb7517dac6e6ca580c265eadc1e9c01635848fca0a490aa31354e26bcecafed01e5fcf211a3c89b3"}, {0x55, 0x80000000, 0x0, 0x5, 0x3, "33e8d8e9c7920aa7192e9f96fea56ca497c47e702782c5c2a5e5334e481a7f048a8863cd1ae5134e3ce186452ebe11c237a786d19032cb05f88368026f77c83cb4df52beae"}], 0x376}, {&(0x7f0000005000-0x1326)=[{0x109, 0x6510, 0x910, 0x8, 0x0, "8179eb3b885bdc2d961ac89fd0d3e9a885c1f93bbd8b12fd216f040409b0f4dc89ac25c20726fbecdd7acb7e0a3d2c5076af1869c3cac537afa47b3189c9853b81ad784e48f0b803cefba2dba670bf53d638b27e3a7df0b41ffa6887466687f4d7abb380f1d8ee03a1af5095c09bcdf2d3babb3d6eb48532a715a49b147b9216f976f9187fa66a66dffe3e1b4ca14a81a0291670c0a14d389ae45749f8e3509e395008ab7a11d55878dd31419f1c400de0278f19fd93490cedbc4f9a6ab59439cbae09491bac645df53509997d98d62728d96fdec40d5378b2888af69d3894dfd9467b4b1bc9a9bf0a4187e75664c692f5326c8673fc0658f0"}, {0x37, 0xd7b, 0x400, 0x9, 0x3ff, "7f4ae270a6c19eee2deaae6c7dda1a3214da78e7dcc2750f98e2a0f89b2f03f793ab2ad0f2073f"}, {0x1010, 0x8001, 0x420, 0x766, 0x2, "c288494bac8c7439bb4af76e4a152d320dee60fd5ba27fde2163c537b4f3b0658488bbaa166b0f5d33da5fffa665da8a562bf61816165d6ee9521b37592bbdf2c9c1e67a251ac589f7cb656ee4dd66d83357bf1b6a1d0344f27b16885176caf05a31767dec61e2402fc933383f2c46b74e120431d75a2fd645c975f917767dfae2e48dd8e6b6ad6899485d7be866a026f9f7cfaee5279001669a5c998717c674ff44a8122f8107476aeb7e2c894c9e7bbcc5772d8c2aa5efef11b4e80cf65ea7e7739404c8e2b364f0ffb07aa423b6ac650d93981f522d07cdac3fade51403abab65e0df706a45c4e587601f54d8eeeeb2d8b395e2439edb8f19a83afdec3116c2942d080ec254002707e91a8718763427fe10a527da228f015b1bcb57f39aee2c48acec1059c3eee2266c752b907c5d8a4790e2a503498a29b1e59c2bf7dc8aa2bfeec0de4ec501ea1adbe5bc95ac6b6a170ad63329e8c02bd272d52e38b49e8ab1913d0c1f3dfeac79c17d0f454d76a3db224f6cef039290c58acf0632ff00728c81b9b60a01457ae0ddf18c2d70f4f3fa6334434c95aca6b594ffc66a07c93c69b771fc1ec27459af9340ea2550177dabbfb9e788f9e578ab8b9a6c972dc50ad6c20a769917613e8a7b6a7c46c10cb1308f406825d7e96d8a7c4850cc4c8f1c44d1a0ec9804b692c34a7742c5ed4927f680aa882f75864cccdec4e5e7cd215b384baf9b3b340924d48ed91a35ac22e504b72a88246b39309d21846e67639eb471e0814be97910bcec098848310dcd0206c093c9d2cfd387c5c765115b9474f1367160d5ad42518e6e5f5ec34eed75b8e4f917b50f5c55d28c9bfad976d16ef3b463b762a762a30b2341bcea5b6bc18debaeeddf8cfd5f6272b07670c0aad2ff5f8539ba7b4d376cefc43034e1bc562b68a598cf1479eb979617371c491f39b5d975894e08d58d770b2479dd2d423b21fc85228f0062b4ef7038e4b7b515aa48f328ab1bcac829aface4cac7b24e7bd80e079a65a66f5d2ab48392e1fa40a4f13f0975f7168e7131cb0665aff1f24586ecf3b6c87c996b51ef5cd18e083aec8dcf09b02b9077e072cbf9681183628ae6d266d8da402a231ad9bc9bd078dd93967a08800c3b885c38e118c5a72414c9ab470a00d379f146bdfc99ee9c4bddb832e3e531fe0e97b45ae7e41c3dff49464da4cb54a47389d26b37a95d4af564af0ae5ed08d90a0f835dbca7221350aaf96c04598b91843663fe26ee98af8549970a39d7bf47a37bdf85cee8dc06ed1e35198f412b3c040677e9518cef28106b5f151a2983e694156305737bd3ccc8b58a51c0afa8b237c8015feae152b191cbcdecb23a9241ccfe0f2eb1ed482a042bb9866b43949b1f5c58ee397ceafdc6b3c10859c7bea566ebea3d08a510bf52ee349e55734cc18cc23526c6cbcccfb7bb2eaf3e5df0d58af1f31be42f47f6df20b7984c89f1382575f08bfe6566003e496c60a9dddc72f2a169ad964339e192858ec425ba71a6e424f6e7b52a6992f3b4300e7ce8f698d83083090773dbb4899404afb38d6e617495e38139abca030a21a47f9854668fd87cada6f911c393f61849b4c210752c454340217e41158976ee5e6b4d86a5750b95f34f08af36cabd534c9dcbcca191167602a44c34fa379b610f6b8bf016d97e5695e549b04f3d158623440f31df9242eae8f0a06e554a9d37a83fb577125015dbd425a1a6ccae1c5258b89ba0191e3e2b6082df275d08d5d72a180ba4fd10e956c948b26ab0cbba1cde2aadf197d21e518380553fc159df8ca40e14dec25597193a404b40a8f912f2dc2a3560ecf0373fe06453c9e7fc0c8968abc1f8a4bb004e259d70c92d194fba217b68444283e14fcc1d31282533223676cdcd9bb187345656c1ed1ad95b84393a1c0233b0733244817266d802e4ee7622d4b864b9fed85408ae7ba1bc4e65940877e5712ea7b9fb97866394e13c7089aec3bc421db1b4a17c213944e83a9d4099a6754d5a1f675152f0e9f74b81a776862f83fccaaf28cbd1e9896871fa81e1aeb437df94896251c1cc8fa6fa45a1c4900931170be9a2c648a597c381a5f496a3ad984108968778dafb13395651f8b35d92905ae7bd9a1eb02f6abb2d4b270af0ba5a37e00217603f1bd4a192c1361932f95331d82ce88257f6fc290b8a0f6add64bebc91f91e997924229df139c5dfdf8f64c7a1b8ee476d91519bf4eb27c510d3ef5694c317593d5e195ac6f4cc10c27a4327e9a96fcc8dd5c241e8772156d5cc411a5c3e4a697c1d8cbaea9116b2e9797af2083b64255f66a2adcfe104a60e6f5da99cdf74c8e00614e2a1fa97d2f5b155c2e3214822a92dca9c7673c2ff4ed47e2de801d6aa88324ba3d6dceece4e168e6ce6324feb5b5963c5abd416ac2539bdf15d3e450b4d0b95536c7c1b266147089e6f6c060ff7bbdd533af15deb795219a743502ce2e7c7e6ad4df8945301f1333eb6142c7bc8e2aa4a0313a54451285e32ecfe349cc3fd6365f3c8ac37767caa70115f59ac4689cb24dea748595e422a33c31a16d072f8645273a9c2b7a993dbd00da6d4f2be1bcbee4b0e8c1e987b307ee6e0e34fc94cb8afa4c9c252de1b78ec677d19e1a1efc8c9268011ab3b706cdaf908faf24de315849bc803c664e9aa036ff45884aac75d35b4fc84f3dd1ed966e3407a448ab23089a9db6b6d52d06701659d2e996550cf41fbf0b5b84e5df69846c571153fda56efd098aa39cd1b6f30b51d572c6c764c25fe5b1629eb51493fdf1876d05ec23266a99a4b3880de9d77f036934dbac8ac52a1d111239e47b9374528689d965a50bf8faa7a0caf35953658f8f2a904210bcfe7eb382df9773e8d5d1e667e6bb2d9f5ccab8a2b74d42529e114c905864c66d55f75aa5bebad5c3efa73b01a79d52fc569806cd8639059361c65e05e750abbe6f76740666541d4e467941faeedd254214043c2e9b029d5183c80fe947e3408e6facbd3b30c385358ef7edd59fc75915a8b5d9a43a48ea14407e18a51e9490c200faa32e12a22a63cfd8d8dd2a9cc654f6e7adb648342e67b1ed187e7d6db4e2475d1a17b414126fcc57df76bf87eab9635c80177329285e041b591feeb021c3f66f2ee7f050f36cc6fff86d449f93037b7140dffa26544527a443ed63601700248ae415aa8dd883a5665ff7354ceaa4e4d38a406d5f3099d588e4b12cb60f7c63351aac9e02e637d382ea27adb4fc4e2acd6ba874488e424c0ac09c2d8cf7784cae257b06531c68268272016101b9fd2517a9c0ca2f44ccbab0083a7d657286ab6c66be52b7c389d864948c8255cb709de8cba425798808af8930fe891971d5835e58813120f5bc216701dc291e299fcafa7034a30b7a964b8482a23e3c7997002d3b7f985cfc1645e1db2fd494d9b7fcad162db7405f2b3e3d17f4ced74bbb15dfb9874dfb3c1cd5b022151348f8bf2ed38248097b92e8d79df5e985bc048d11647743ce79f6d7ee83ba7dfe20087b8076ab85369af12a5c0c884319ca72ee4333c08eb1e7bcc2792f489c888668b1addb41c942a0fdfedd884ff65c32310a63f02f1f264cb8b4f62c9a38aed214fc75fdd8a78e4505e199b905b0ff02875c23dc2ffa6d98dc7c43d377d67840b35201f151bd88e02a9b7b9fb74dbdfbd6d41a3629d3a535c2c91f4149e19022616b81531d21b1bc0b3919579f24ce9312b9ff417bab4ba9626dda85e117a9a6a8de904c010fce837393dd6df75a30ef8b7f8725902eff88df5a4d86863a4f9128d02f06fac1a89df05deca3f7c2707053493e70a37c71d49e9594702806d1f4296fbf520e5499db5ccfd4d5a97a0863d7585bec1ec30b9eb121e0c57385a0eec1bd42eb18a19cb89e37460738d9128ee209662394be2750fec0f334d9b2dfd01f69d5e0fa08c2d05f6ebf91adc5fa4d78b00eb7f2f5dd5500ba46acff0f7e46fba466f40792485e9abcd04f4c88e8d0960b6b94d5d90871b1cce182264a508215f2dd74bc1a10b1ddf41087b0db468f40d7ecf606fc3b5163dff1cb86ec8a9890bbb7a4869732d5cf9841f3f266a7afaed490abffab3497f3eebc038f3ce9cad14d775ae9efe3c9ebae68ab220ea4a11ef57cc5c70762eafbaa164f7f686bfaeca08730e65a5e34459a1a55b103afb227d44c95c54d796c17c8c271207a284be0e121fa24d8e609dd3e2ec57eb11043c9bcce07d34f859f877e26d6b1c29821f3a252cc20b1ce76250ca66377a1b22a75c1da7e6aa10e98dee42921370d7dfc46eeb68c515c0e868c2cfe1b39a89a2b8b35499f7837f3fefd252ee1a6b11ef2fca78391000c71704de8583c8674bb82d40d18de37d61c3f2689409acd3ab8e14c1682072a0c6409ac1dc969d53014c37059269df36df1dd84472369144961bf30feb32ebf49ad3950315841c1e32ecb9304bbd6b3bcd3eb9ac5b4ec3ca138bc9c24c279538df03a898d97c1b47e4f6116f529a7555778c0462f81e0719a5f57f320e6de734fe79d867739dd9d2d5442def6e6b1148b9010fd54db64375136111da92769c7770984a5312051a5ef0d4b05e0329d9560725867b7c40fed2857c9126a08cf17a1d2f92354ec2e30f2a213918ac7f2fb103a9dd062833cadb742eb0aa4d8c530034f0ee6bb8810e3b77dd135755f69f8c3209d1c10ad26120b9cc39b4a8747f4120340cec20ad85baf14f65b488392540b9b22a22ebdcbc237638d3016f8218fd48eaa666c907963efc99afaa24a16b5416d62ca9f42a31cb500342d564a2096b64e413c33d8c13f1e86ea6f4fb6a6248caebdf396ee5751302a1a7009f8b378fc0b7ea87b1501752571dec7f7b9a8525bffb1f76b1fbe1c05005563f479d5b1660946b466a742cbb829a02fe016fddabea15b6d7842c0ba27c5f50e86ab6d4847616fb94f58cdcadef0d4e5be451714fc1efd636134af9e9fa9ee988d4b2c8d893a5e06d052f61e91c966be9f2fcfc67a9ccea349a45b86aced9eb428bbbe5d59448027fab844304d696abf474a9e12b97f66d7b93cb89b1bf36ec2577f8432eedd0ddb4ae62bd7325f567059426a8779a19abee598bc9ae3c11898ae14a4541281b03f4892257d8451d94f1a9552d28e6d5d8e9f8dc786e1dc0089b12e9b72c3c7e99fb8ba8c4bb6d09b6966e5b2589ab53b766b158f824e017381e2d0b6b2960cfca64bd364dc1cc2fe2788d83089853b2207e905e23c2e16bdf549fed3b4c6559bcfc0d4e4ee20d880be9a827d43b3339d9de7cfcb8c2d676a9ed30ed63787e7f19cc5ca04a3e8f368f9ba6d6f2a2c330c257e3b856f039b9cf9b83798a51536987b0b22e92dddf0c0e3b2249073f649708d88b0d4907de9cc97a57da30fbe182345ed173188eaefcc85aae9c049ed7a41e5035eff95665e8703e6b102151c3e1497f81ad2a7a856f95ef4f514e4a54734b5af4ad3442efb71b089186a1c5a62d4ffab03c9af4d0762a360911fc49eb06222b2854fdcb07f5c8e17dfd566118d541916b0717f04b30185d91b276e9350e40a3ceedc87e87a6bd5f0bed9c46bdb740d7133712ea7345ccc158524b24dc8af2b5417959c3f99f3152faa5805183f919e986269c205c911503f60b4251229103b0273e199fe5505e6f8bb292392047fc166a8feda0307c6aa45892362e635eb987b1d2b44de036362f27dd65b25aadb774a7fb0bad0d25394b36089e494c73df38ac93efe3e3364b55d97d6068d4d0dd724cb7c8cba1e19acbe934851a119759b88add1594eefee5331082217ab4d2"}, {0x107, 0x7d66, 0x600, 0x3, 0x401, "69a21729e2f034e15089569651d95aa00e048eee4b929162e93f69a669cdbbb8b6f1eee69091ee85ceaf6b59d461b3ea3d8b5f28ed588650d45cf4b8d62637558f55d5e163b913c2ee068b60ed74efab5286b465375f69a69962dce54ffbfdd0ae0c9d947440df7f7cd798529fe18d90daa828ce67265be311c5ff95b9e0642c28edad377fcfbb8d8e59ecfa86a99ce6cdcbb03b3e8dd7adae6e63b4ceb8699b98afc3bb96fd2dc376bdfe93807dc2aec3b23075b9657a2c47d2cbbeec19ec7ad839715404a3086fec86fa76fd6cee1ff47caeb993a1adae5a6f057a9f414acecab84dac04992a63b658d51ba5ca7d998b090225e4ab76"}, {0x41, 0x2e, 0x200, 0x0, 0x8001, "27aa19b2aa578e7af80c6d5ed25d75eea2d4f7e8348acfcdc6ef335c57f8556596156652f58cbe34af3ebbbea9c2bfbcd2"}, {0x30, 0xbc9, 0x4, 0x1, 0x8, "35d7056db79c3bce50a590f73dd9277a0c65af6356d6fdd1b6c52633d9bf08e6"}, {0x5e, 0xffffffff, 0x0, 0x0, 0x8001, "19dcefe0e9f8c2bedb63976d8d105f5b7c216a812d67fbf2bb68f7f9f6cdafc1e5814d2814842af3eafbe89820efe204f017c18c1fae14a9683381f8b37e63b36e6feb1a7e2ef070e47cc37795a7"}], 0x1326}, {&(0x7f0000006000)=[{0xff, 0xad4, 0x400, 0x0, 0x1ff, "275dee7b106352b115880d23fcdb01adc0686fb5809163ebd117d8e110fcdb7f86cf6d6379272c00f65e7a413bac7d7c849712122c5e586b5925269eff56896dbe2c6e4f9b67277f7a1172ece6534aca26e9747040906dc31bcd5b922674ff278131af8ff186e7fdd04c18ab87ad3d25cabc0a871069b856f70e338ca7ab459efbccc7730c9dc798a3c07d669f717edc24c8a698786e0032bb132aa9c60d7fe6fa6effebe26d8d3c4942d1b316183f881893bdc751804ffe65e7dc0fde70d9b982a6209f57639d67119ecbd04925e43236917f7028789f6bba9d42b7a21ab088bcd1369aa854969029b20328cc7faa"}, {0xc1, 0x0, 0x804, 0x7fffffff, 0xb1, "894d337c9f2b5e14b7449eeb1984783d26c96f131c8da0be89c460f1de281afabeaabd9cd5c4fafd76b4b9f824710782971886f1d477ad2acb72f93251a6b4d90cb3da5e9fc6df492554260bd973e9c6caded84f2d18b763edd5d3290f581bb7ba89904fd032355ac4c6f69b5f63dbb9d0b1892da58fddae5757d874139801097626b4c96ba87b4a7f3d8730579640d38cfaf5fbb8d2cb3687e52f1a5464cd28acbbf064d5e96698fed535a71febba8372"}, {0x17, 0x1, 0x200, 0x8, 0x6, "9ba0b52cb46f67"}, {0x4f, 0x5, 0x20, 0x1, 0x7000000, "77ffea8b83473c90019c4d4c8abf5fbb5b1dd70f41e4a906a2e412c442693241b58988a2937fb234eda754abf426529252dc4543604a32b4c9c740e23fab2f"}, {0xa9, 0x2, 0x304, 0x3, 0x8, "5d71192d88f04229ede79935bb9c07ae3b2e44268c30c478897619081a2a82539e259d37034be28c394cb11486ead63b78e067e57229f3b811ae3e42de8fea7ea28ca16830e02f11d94b9664ffd98b07b9c710036fe03c5a2bdcefea873ff75975cf4bdb676afe04b83e6af57ff3fd6853060b68e79e261600aecea38a95f53bebc7894cf7fc5d66c07f07e4371072a18143acd77b39bd37f7"}, {0x3d, 0x3c, 0x8, 0xffff, 0x1, "c9cc9e6ab4bb750ef3144b7d8698d7f06debbd3e5a663ac7a9cd33842d5fa63d8b644b8b277bb9b8fd524d5afd"}, {0xf2, 0x20000000000000, 0x300, 0x100000001, 0x1, "aa72e8fe8513ed2415763caf0afc2945d3dbc8fc3f77c25ed69004642e1a2b712987241d55546fed80ca06b5304ecf2be44eb16a4dd029f910b2d0fc5690dc0ba0d1a23d6361609ad1d838ca99ff28fd05e7f3837312e87d7c719f1c6af989a8296029762d2bdea6c59343bad6065b222040b8e47b1d0b08cc240e40913b19030d4f2deba147b42358de49446968b9c8462b5638809e0214ecd3d8defba64db0c57c17597f2c56222cb71b664713ca42530a70516658e8158fcf7fb40d45ced27e60ae8177a8a7573895933bf15e0156c694656c8d41447bf97b98dbfda51819a7ae"}, {0xb7, 0x1000, 0x400, 0xffffffffffff654a, 0x31ff, "5df8df3d991cbbf93b7f44f820ed9f37af06d6e781587f1b8246e307b5b4aef587ac8c0f6bca998cc44d1d354b5f82062a6d55d38dc7026819b156b30bbb3fb9f062ab96829f11a17c1d1f634523d89cd33d56d2866c04a3449f4500720c7c3f674829bf6fc82b2061bcb0a90412f34693e71a428db1666f55cb8e5fc8fe56ddb59751656745154095947ee52c296b138eb829aa87313683d4ee700af3cf2e40a431a8ad10c962"}, {0x2b, 0xfff, 0x2, 0xfffffffffffffe00, 0x8, "1a3fd21b840a640ee031a2b314f17fba06f3049f43a2c93b16ec75"}], 0x4e0}, {&(0x7f00009b1000-0xf1)=[{0xf1, 0x3e00000000000, 0x21, 0x7, 0x1, "04e130fa992bad062028a94c645dbd03424070e1d71348eb8349d82a5c763fff09ddf50cc67993f349e228523d1a69034e708aa2f767732fcec46aa08da41be045ebe676a5914359f7d24b94f29d0d6a76f87d4e4780ffbb660c53a314c24a91925b1225c76b28cee193ecd677cc177e7db03fd00b7ff2c85a1581af7d08a5843b23f1bbae40ee7e374cb40e332c1eb7bc6f3e60e305d65dd6969414f84c250999e502d0b4153e39a6474fe183ba481f2f89cce8ea93961da5c6a8d48ccf563daa199c3083dc4af1d384624681b0f78e4d5165dc1173185503c3b07df1209bf53b"}], 0xf1}, {&(0x7f0000b62000)=[{0xf7, 0x2400000000000000, 0x10, 0x8000, 0x7f, "f47ce8b80d7fb30b7deb0dc8431802a61ac8bfa2a680f88a7ac682cf33d8431094772700564cb1c1472ffb5d7b53c88c37a145117d6a8c76836f21eb2cde7664449b1bbfcae3d5f73038acee29495c459d32bd3488f38e16c545f1ebfc60fe98df535e0a2f805356d9fa0b3df21c230585bb1f4271d0f42ee1c0a7a713dab4d975ae7c1d5465329750270238ab61ca365d729052104b8fbb553b043b9c6d98149039568c0d90fc06624c1f88b489a25054b13d88b43068a2e155925b59098c72ba1f8d8576011038ed8dd73663a539b450cb379f676989655ca43d06a17d897439c743dfa890de"}], 0xf7}, {&(0x7f0000546000)=[{0x70, 0xeb7, 0x20, 0x13d, 0x6, "d1c532571b00ea60328f091031af1634211a61ba907c6df142208b6e2eb91400edafdf0c6540c52903b23df6f35d506792ac0abb5b91f3eae3104ffa0dcf803c4189b446a6a362f91c8181cf698a923362701c9ce02202e590f118f1687eb790"}, {0x3a, 0x5, 0x100, 0x7fff, 0xfffffffffffffff9, "6921e68e86ca47807bc4ba292066dcbba875b3f08a3c2df2f3deb1ca8ddf0829ffc456d1fc150257db79"}, {0x3c, 0x81, 0xb0c, 0x2, 0x3d, "b7129e43d0e3c7562f0d0a2473ef45df033ed19e0b36b5d21cb8df56314ce455b6bdf65072c3582538a54b23"}], 0xe6}, {&(0x7f00009f2000-0x42b)=[{0x10b, 0x10000008, 0x4, 0x1ff, 0x1, "f9d96f184971e01e9d0439197847e9e4737f004ffe3f0593817ed755b2e5be7e6d72cc33fdeb1458b7e215a5eeb4af690c8e3b0044e976b4de7e0676ed73e57eec5cce70cd04e58e309562484fba5a128d44ee1c83fa8301039223bf60b65e077aeb6ff0cfa85d0e0fadd30a1b9882477633ba420e4468eec4427fea57b741da1d9cadedfd60a95a657f61e14f567f22c0d63793acdc602bc960e0cf00a0718e0f9d7bae63d63861abb2801a585ba08a98aedcc9cc0d877a3f83915c0c80e1df0fa8d34dd8e1b73e919ff9a2b80db27231e0b4a0d8f538efb5b2384ea41e54b1baeef271684d2343ba180193171bb3294d4960bd53147a73a986bf"}, {0xd8, 0x2, 0x500, 0x8, 0x7, "cb3638828da080eb5336b0f95e42a6ea010972f9f5025f372d936bb8e17d8e67358ab50dd935bd6248b996be84922e63ee76adec37ccdf5b2cf87dc36269019c47b4541ea36f9cd662b02102bec8ae79e5bae45376463784e5e334929c33f110cd9328944c2a804c164f5030394238d4ac82342512c6a74f0991f2767f76deb407a86cc9a768488f54943d75ce5cef1fd7bb63498a7e394f3e59484ae2af398a32a5f07fba188e86d81df19dcb7183d712309e59c495b7f450fac6529738096f757e36b0f473af03"}, {0x10, 0x40, 0x600, 0x2, 0x100000000, ""}, {0x8c, 0x0, 0x800, 0x7, 0x6, "2387587f87621209a694a7e3771cb99bc569176f8f73b415c1369c55d5da6a79086655f7b0f95d5a24e9a321a929d3a77d2fabd57cef0ce99d04c6d344242cda28d0325af50793dc0b11da1eeb0447f6ae3b1fbda17846d71c3edae08697418dc337ede17cf400b55a1c3710975d5839e4a275863d1867620ce84e18"}, {0xbf, 0x6fa, 0x22, 0x5, 0x5, "1e04e80ff9ec6de9c333f3053a3a746d2e1d8429a0be1e164931650052660e79bc5142eb6b0a42659792ad91606f89c0ec94e7cbc5a7e709051e8864589cd3d920e3143d463deeef4a49931be39df1d4585eb0588601751a695a4a4e65eeadf7ddbf670d83753d14ed2420d0de33e0a8b2f3f89a1aa66d7236f98eda58ec53660602a1959a02a127c5562b616f1342f927cd05540f63efa908480c4b2ea83e4a2f9fae0f93728dc1765be3c19aef97"}, {0x2a, 0x7b, 0x200, 0x80000001, 0x9, "9cecfd453ae2fc2c823f860d10b0b4e86b445da2acbdcfc31b64"}, {0xc3, 0x2, 0x202, 0x9, 0x0, "d0831f448a76b54e394447e02a86ad5e4e3b8cb6f9038be55feba5493c05b3dc1681ab7262ee0a31788712a8aad64ad0de3f87e8696c97fb0315b876999e925ea086d4879efb53332aba42de8bf0d6d63be5170507e0bbb68853ae771f4323e3b2d58bbdbc1ba3f6f3b55dc24ce68028ed9c2527e3f194f125be94d8e328fd363607b2ef32aec8479215a08bf6c16680cfe596668c2945846698e89feea448b600c9f32dd30c109d448cdb55e2c2464400f225"}], 0x42b}], 0x9, &(0x7f0000007000)=[], 0x0, 0x0}, 0x4000000000c844)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
socketpair(0x800000000000011, 0x4, 0x8, &(0x7f0000996000)={<r5=>0x0, <r6=>0x0})
ioctl$KDSKBSENT(r6, 0x4b49, &(0x7f0000ca1000-0xa)="3900000300f7f5008533")
ioctl$TIOCSWINSZ(r5, 0x5414, &(0x7f000077e000)={0x6, 0x70aba, 0x100000000, 0x3ff})
socket$inet6_udp(0xa, 0x2, 0x0)
ioctl$sock_inet_SIOCSIFADDR(0xffffffffffffffff, 0x8916, &(0x7f00004f2000)={@generic="8de28b9c8cb6786a4cf37de69b2b5416", @ifru_flags=0x9c00})
getsockopt$inet_mreqn(r5, 0x0, 0x80000000000027, &(0x7f000052d000-0xc)={@remote={0x0, 0x0, 0x0, 0x0}, @multicast2=0x0, 0x0}, &(0x7f0000b29000)=0xc)
mmap(&(0x7f0000810000/0x2000)=nil, 0x2000, 0x1, 0x31, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:29 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x9eb5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x800000000000fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0x864000)=nil, 0x864000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = memfd_create(&(0x7f0000001000-0x4)="2400", 0x0)
mmap(&(0x7f0000293000/0x1000)=nil, 0x1000, 0x3, 0x810, r0, 0x10000000000000)
write(r0, &(0x7f0000003000-0x90)="c5faca0456f17838854cf5000000404310bc", 0x12)
sendfile(r0, r0, &(0x7f0000001000)=0x0, 0xfec)
mmap(&(0x7f0000001000/0x1000)=nil, 0x1000, 0x4, 0x11, r0, 0x0)
unlink(&(0x7f0000246000)="2e2f66696c653000")
r1 = socket$inet6_tcp(0xa, 0x1, 0x0)
bind$inet6(r1, &(0x7f00004ed000)={0xa, 0x0, 0x7f, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x8000}, 0x1c)
getsockopt$inet6_int(r1, 0x29, 0x400000, &(0x7f0000cb1000)=0x0, &(0x7f0000197000)=0x4)
r2 = socket$inet_tcp(0x2, 0x1, 0x0)
syz_emit_ethernet(0x5f, &(0x7f0000c35000)={@local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, @local={[0xaa, 0xaa, 0xaa, 0xaa, 0xaa], 0x0}, [], {{0x86dd, @ipv6={0x6, 0x6, "a228af", 0x29, 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={{0x1, 0x3, 0x4, 0x1, 0x4, 0x0, 0x0, 0xf, 0x8, "848ca4", 0xffffffffffffffff, "02a9e3"}, "06afac560d112c16ff41505000b650330c507330e73440be7c"}}}}}}, 0x0)
listen(r2, 0xd7)
syz_extract_tcp_res(&(0x7f0000621000-0x8)={0x42424242, 0x42424242}, 0x1, 0x0)
mmap(&(0x7f00002fc000/0x4000)=nil, 0x4000, 0x1000002, 0x33, r2, 0x0)
mmap(&(0x7f0000000000/0xef1000)=nil, 0xef1000, 0x3, 0x10, 0xffffffffffffffff, 0x0)
socket$inet_tcp(0x2, 0x1, 0x0)
r3 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000ef1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_buf(r3, 0x0, 0x10, &(0x7f0000ef1000)="020000f401000100a900be8c5ee100000000000000010000", 0x18)
ioctl$KVM_SET_PIT(r0, 0x8048ae66, &(0x7f0000f11000)={[{0x9, 0x7, 0x5, 0x9, 0x1, 0x6, 0xfffffffffffffffe, 0x101, 0x4, 0x10001, 0x0, 0x6, 0x3}, {0x2, 0x4, 0x542, 0x2289b8b6, 0x9, 0x8, 0x10000000000009, 0x7, 0x5, 0x6a, 0x1, 0x8, 0x2}, {0x9, 0xfffffffffffffff8, 0x2, 0x2, 0x8, 0xfffffffffffffff8, 0x9, 0x100000000, 0x1, 0x0, 0x8, 0x3, 0x8001}], 0x101, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
r4 = socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000000000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$inet_buf(r4, 0x0, 0x29, &(0x7f00002e2000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", &(0x7f0000000000)=0x1000)
mmap(&(0x7f0000ef2000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
setsockopt$inet_buf(r4, 0x0, 0x10, &(0x7f0000a08000-0xc0)="18000000020001000000be8c5eff8c88360000f1010300ec0100000006000e640002b933d898055bf74852bb6a8807567e59dba67e194700550400000067a1e2010067fc2163e000000000000004001f00000000000000c88ebbff060100000b01000000b121ec1474d722f542000700ec008bc5cfb7ebe7ec7ee87cccfff6ba00b300024f0298e9e9f55606aa0110000004000000ccfad791a2ffe3c5632c1adb8a335bf4b2d17fffa21b571068003d33b5affa00041ad0b4c2c23eef679567", 0xc0)
socket$inet_tcp(0x2, 0x1, 0x0)
mmap(&(0x7f0000ef1000/0x1000)=nil, 0x1000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
2017/12/08 15:39:29 executing program 4:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x400000e2, 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)
socket$inet_tcp(0x2, 0x1, 0x0)
r1 = socket$inet_udp(0x2, 0x2, 0x0)
fcntl$addseals(r0, 0x409, 0xa)
sendto(r1, &(0x7f00003b1000)="1ae45db5f5a910a0233cfde2803b3f72fce717d602c0aeb57b22bf866641becb540b6171f342aa43fc462902419080fde4dc4cce6497f291ad8b3806c398019f5ddc3e5701ce4128aa8e17ffcae19ac3d3e64c83edfd870413675d96399e80c64db8ef66a15a3f50c5a8e9bb01ff743b3c48b7136b7e30a164ef5a4ec46fcd15912ba7518b96890e4a3dd0546922cc04eab79a637e478766ca0ab4f76729a08d82542e1a293be285d3550a863302d3", 0xaf, 0x4000, &(0x7f000075c000)=@rc={0x1f, {0x800, 0x5344795e, 0xbb, 0x0, 0x0, 0x0}, 0x401}, 0x9)
fgetxattr(0xffffffffffffffff, &(0x7f00003ec000)=@random={"757365722e00", "3a242826212b706f7369785f61636c5f61636365737376626f786e65743000"}, &(0x7f0000c0f000)="", 0x0)
r2 = openat$cuse(0xffffffffffffff9c, &(0x7f0000cf5000-0xa)="2f6465762f6375736500", 0x2, 0x0)
r3 = syz_open_procfs(0x0, &(0x7f0000011000)="6e65742f75647000")
sendfile(r2, r3, &(0x7f0000493000)=0x40000, 0xfffffffd)
fanotify_init(0x10, 0x40000)
2017/12/08 15:39:29 executing program 3:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket$inet6(0xa, 0x800, 0x101)
r1 = bpf$MAP_CREATE(0x0, &(0x7f00007a8000)={0x8, 0x4, 0x4, 0x100004003, 0x0, 0xffffffffffffffff, 0x0}, 0x1c)
fcntl$getown(r1, 0x9)
r2 = creat(&(0x7f000024a000-0x8)="2e2f66696c653000", 0x80)
ioctl$TIOCGPGRP(r2, 0x540f, &(0x7f0000e06000-0x4)=<r3=>0x0)
r4 = getpgid(r3)
fcntl$setownex(r1, 0xf, &(0x7f0000aff000)={0x0, r4})
setsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r1, 0x84, 0xc, &(0x7f00002bc000-0x4)=0x0, 0x4)
ioctl$TIOCSCTTY(r0, 0x540e, 0x9)
prlimit64(r4, 0xe, &(0x7f00003ff000)={0x401, 0x1}, &(0x7f00008ab000-0x8)={0x0, 0x0})
r5 = openat$qat_adf_ctl(0xffffffffffffff9c, &(0x7f000056c000-0x11)="2f6465762f7161745f6164665f63746c00", 0x80, 0x0)
ioctl$KDENABIO(r5, 0x4b36)
r6 = syz_open_dev$mice(&(0x7f00001e9000)="2f6465762f696e7075742f6d69636500", 0x0, 0x200103)
ioctl$sock_bt_hidp_HIDPCONNADD(r6, 0x400448c8, &(0x7f0000c4e000-0x96)={r0, r0, 0x3, 0x1, &(0x7f0000f87000)="c6b6014988fd99a2e07b54b264ac1b7a5186a7aca59f9a6aae60252c7afcb8ea0e7b99d6f8bccae541940f32be457ac8d4ab08d02329e6364c7c7f1424f612ad79bc69549eec75f1225d0b6fe277152f169efc6bc67024289fd6f739dafa6b1690d1ec7d6bff23b6101e3af77e72402056bc2c4ebe0d5b6770b3a897a87f1738f06d3721d9f1c7fea6447dc32bf9650097a1c595d0c65c4667a2927cb28db3f59f401791488a8fa58a8f511a5ed1a476aba5aa3fa1be4f77", 0x1, 0x5, 0x3, 0x423e, 0x5da, 0x2, 0x78, "94b6d4e481a5d9af04eb9e8ca6eb7ab9908aada15729684aa87d21b741ad7a8153bea478a111460ebe083c7fb71153460e352295323e291f537c61aadac4ecac81803e71f5e265adcaf748cadcf84c5fb4ec958d66359fb7dfd7f1fdfa5360cea4efeb662259376db39c255b8b96506f4b6de3e43916"})
setsockopt$inet_sctp6_SCTP_I_WANT_MAPPED_V4_ADDR(r6, 0x84, 0xc, &(0x7f00008d0000)=0x7, 0x4)
ioctl$TIOCLINUX4(r6, 0x541c, &(0x7f0000581000)=0x4)
2017/12/08 15:39:29 executing program 7:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
getsockopt$SO_PEERCRED(0xffffffffffffffff, 0x1, 0x11, &(0x7f00005d1000-0xc)={<r1=>0x0, 0x0, 0x0}, 0xc)
socket$netlink(0x10, 0x3, 0xc)
perf_event_open(&(0x7f00005f5000)={0x2, 0x78, 0x968, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0x0, 0x1ff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1000, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r2 = socket$inet(0x2, 0x2, 0x0)
ioctl$sock_inet_SIOCRTMSG(r2, 0x890d, &(0x7f000076c000-0x78)={0x4, {0x2, 0x0, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x3, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, {0x2, 0x1, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x92, 0xc9, 0x7fffffff, 0x7ff, 0x1, 0x0, 0xffffffff, 0x204, 0x6})
setsockopt$SO_BINDTODEVICE(r2, 0x1, 0x19, &(0x7f000020b000-0x10)=@syzn={0x73, 0x79, 0x7a, 0x0, 0x0}, 0x10)
perf_event_open(&(0x7f00004ad000-0x78)={0x2, 0x78, 0x966, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0, 0x9, 0x8000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfffffffffffffffe, 0x0}, r1, 0x7, r0, 0x0)
setsockopt$inet_mreqsrc(r2, 0x0, 0x28, &(0x7f000053b000)={@broadcast=0xffffffff, @multicast1=0xe0000001, @local={0xac, 0x14, 0x0, 0xaa}}, 0xc)
r3 = socket$alg(0x26, 0x5, 0x0)
bind$alg(r3, &(0x7f00002bb000-0x58)={0x26, "6165616400000000000000000000", 0x3, 0xfffffffffffffffe, "67636d28616573290000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
setsockopt$ALG_SET_KEY(r3, 0x117, 0x1, &(0x7f0000ade000)="172a81e503c5ce3ceec0ff9c61b476a4", 0x10)
r4 = openat$sequencer2(0xffffffffffffff9c, &(0x7f0000fba000-0x10)="2f6465762f73657175656e6365723200", 0x20027f, 0x0)
r5 = openat$vga_arbiter(0xffffffffffffff9c, &(0x7f00005d8000)="2f6465762f7667615f6172626974657200", 0x8000, 0x0)
getsockopt$sock_linger(r5, 0x1, 0xd, &(0x7f0000a7f000-0x8)={0x0, 0x0}, &(0x7f0000c4e000-0x4)=0x8)
bpf$MAP_GET_NEXT_KEY(0x4, &(0x7f0000000000)={r4, &(0x7f0000011000-0xd0)="2f45c1017f0e0d8f0800a075f7183e31e2dc0707ac80b1b366e0ec8809da6e44312b899cc0c497b3809cc9a9522704e2024e6babece0d0a9987eaf95a341fb13607c3810e760da460dcf4522cc08357724d2addf72bafb6efc2746607bdb797f0066d0a03f1edb5d56fbae84b3c6cce1df1693c8390563cc1502b41bbb5daf988fc041454f9ee5081910b0e6a27d8fc53ef4c1a41fbd7d650978780b54615b649d3c79b89428ff820f837180eaea0840dc7d25ebaebacca2e3b78b76781d9c46a4da388154a242279cd496c3d2d5fff6", &(0x7f0000000000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x18)
r6 = memfd_create(&(0x7f0000574000)="6367726f75707573657200", 0x42)
pipe2(&(0x7f0000eda000)={<r7=>0xffffffffffffffff, <r8=>0xffffffffffffffff}, 0x8000000000800)
fcntl$setpipe(r8, 0x407, 0x888a8)
splice(r5, 0x0, r8, 0x0, 0x100000001, 0x8)
ioctl$KVM_GET_XCRS(r6, 0x8188aea6, &(0x7f00006f9000-0x38)={0x3, 0xffff, [{0x7, 0x0, 0x4000000000000000}, {0x9, 0x0, 0xceb3}, {0x1, 0x0, 0x7}]})
setsockopt$inet6_tcp_TCP_REPAIR_OPTIONS(r7, 0x6, 0x16, &(0x7f0000a7f000-0x38)=[{0x3, 0x101}, {0xb, 0x9}, {0x0, 0x4}, {0xa, 0xca6e}, {0x4, 0x8}, {0x4, 0x6}, {0x2, 0x100000001}], 0x7)
r9 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xe2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
bind$alg(r3, &(0x7f0000845000)={0x26, "68617368000000000000fa000000", 0x0, 0xf, "726d6431363000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}, 0x58)
eventfd2(0x801, 0x8)
ioctl$KVM_SET_VAPIC_ADDR(r2, 0x4008ae93, &(0x7f0000b9e000-0x8)=0x4002)
readv(r9, &(0x7f0000deb000-0x50)=[{&(0x7f000069a000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x58}, {&(0x7f0000b34000-0x3a)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x3a}, {&(0x7f000036c000)="0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0xa1}, {&(0x7f000009a000)="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x5b}, {&(0x7f0000712000-0x90)="000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0x90}], 0x5)
syz_open_dev$vcsa(&(0x7f0000d44000-0xb)="2f6465762f766373612300", 0x8000000000000b, 0x80000)
getpid()
2017/12/08 15:39:29 executing program 6:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = socket(0x11, 0x802, 0x300)
setsockopt(r0, 0x107, 0x12, &(0x7f0000000000)="", 0x4)
r1 = socket(0x0, 0x2, 0x0)
connect$inet(r1, &(0x7f000005a000)={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x10)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
getsockopt$sock_cred(r1, 0x1, 0x11, &(0x7f0000389000-0xc)={<r2=>0x0, 0x0, 0x0}, &(0x7f0000ae7000-0x4)=0xc)
setsockopt$SO_TIMESTAMPING(r0, 0x1, 0x25, &(0x7f00001e3000)=0x20, 0x4)
perf_event_open(&(0x7f000000a000)={0x5, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8000000000, 0x0, 0x0, 0x668, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0x20001000, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
setsockopt$inet_sctp_SCTP_SOCKOPT_CONNECTX(r0, 0x84, 0x6e, &(0x7f0000a76000)=[@in6={0xa, 0x1, 0x7, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x5}, @in6={0xa, 0x2, 0x4, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x3f}, @in={0x2, 0x1, @multicast1=0xe0000001, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x200, @loopback={0x0, 0x1}, 0x100}, @in={0x2, 0x2, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}], 0x74)
perf_event_open(&(0x7f00008a8000-0x78)={0x4000000002, 0x78, 0x1e6, 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, 0xffbfffffffffffff, 0xffffffffffffffff, 0x0)
get_robust_list(r2, &(0x7f0000ada000)=&(0x7f0000822000-0x18)={&(0x7f0000000000/0x1000)=nil, 0x0, &(0x7f0000000000/0x1000)=nil}, &(0x7f0000bc9000)=0x18)
fallocate(r1, 0x0, 0x3, 0xf58)
r3 = syz_open_dev$sg(&(0x7f0000000000)="2f6465762f73672300", 0x0, 0x0)
ioctl(r3, 0x2283, &(0x7f0000001000)="")
setsockopt$sock_int(r0, 0x1, 0x8, &(0x7f0000f87000)=0x0, 0x4)
ptrace(0xffffffffffffffff, r2)
write(r0, &(0x7f0000d87000)="36", 0x1)
socket$inet(0x2, 0x3, 0x40000000000001)
ioctl$KVM_S390_UCAS_UNMAP(r3, 0x4018ae51, &(0x7f00005b0000)={0xc762, 0xf2, 0x4})
getsockopt$bt_BT_DEFER_SETUP(r0, 0x112, 0x7, &(0x7f000027e000-0x4)=0xffff, &(0x7f0000957000)=0x4)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r4 = syz_open_procfs(0x0, &(0x7f0000789000-0x5)="7461736b00")
ioctl$TIOCGPGRP(r4, 0x540f, &(0x7f00007d8000-0x4)=0x0)
ioctl$TIOCGSID(r4, 0x540f, &(0x7f000097e000-0x4)=0x0)
r5 = syz_open_procfs(r2, &(0x7f000097c000-0xe)="6e65742f7866726d5f7374617400")
fstat(r4, &(0x7f0000b14000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
getegid()
getsockopt$inet_IP_XFRM_POLICY(r5, 0x0, 0x11, &(0x7f000040f000-0xe8)={{{@in=@multicast1=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, @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}}, &(0x7f0000613000-0x4)=0xe8)
lstat(&(0x7f0000e88000)="2e2f66696c653000", &(0x7f0000757000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
2017/12/08 15:39:29 executing program 1:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0x1e3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80000040fe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
r1 = socket(0xa, 0x3, 0x8000000000000ff)
sendto$unix(r1, &(0x7f0000161000-0x33)="e390517a0d692cd4f44c0900000026705fb30a0002b3724c7d655f885c5bc9d8c342a601d9119677", 0x28, 0x0, &(0x7f0000000000)=@file={0x0, "0000007f0022ff02200c000000bcbb5b340100000000"}, 0x18)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r2 = perf_event_open(&(0x7f000001d000)={0x2, 0x78, 0xdb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfe, 0x8000000000000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
socket(0x4000000e, 0x3, 0x1d)
r3 = perf_event_open(&(0x7f000091d000-0x78)={0x2, 0x78, 0x4000000000000e13, 0x0, 0x1000000000, 0x0, 0x0, 0x0, 0x1, 0x0, 0xfe, 0x80000000000000, 0x8000, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x28500, 0x0, 0x3f, 0x0, 0x0, 0x0, 0x8001, 0x0}, 0x0, 0xffffffffffffffff, 0xffffffffffffffff, 0x0)
dup3(r2, r1, 0x80000)
r4 = memfd_create(&(0x7f0000021000)="40212c2d00", 0x1)
r5 = openat(r4, &(0x7f0000e1d000)="2e2f66696c653000", 0x2, 0x30)
r6 = syz_open_dev$usbmon(&(0x7f0000179000-0xd)="2f6465762f7573626d6f6e2300", 0x6, 0x280)
ioctl$LOOP_CHANGE_FD(r6, 0x4c00, r3)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
iopl(0xa6)
ioctl$TIOCGPGRP(r4, 0x540f, &(0x7f0000d13000)=<r7=>0x0)
getsockopt$sock_cred(r5, 0x1, 0x11, &(0x7f0000322000)={0x0, 0x0, 0x0}, &(0x7f0000944000-0x4)=0xc)
sched_setaffinity(r7, 0x8, &(0x7f0000675000-0x8)=0x3)
socketpair(0x0, 0xf, 0x0, &(0x7f0000670000)={<r8=>0xffffffffffffffff, <r9=>0xffffffffffffffff})
perf_event_open(&(0x7f00006d1000)={0x0, 0x78, 0x2b, 0x3, 0x8, 0x0, 0x0, 0x0, 0xfffffffffffffffd, 0xffffffffffffffff, 0x0, 0xfffffffffffffffe, 0xfffffffffffffffc, 0xfffffffffffffffe, 0x0, 0x4, 0x7, 0xfffffffffffffffe, 0x0, 0x0, 0x0, 0xfffffffffffffffa, 0x0, 0x40000000, 0x0, 0xffffffffffffffff, 0x0}, 0x0, 0x0, 0xffffffffffffffff, 0x0)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x43, 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)
perf_event_open(&(0x7f000002f000-0x78)={0x2, 0x78, 0x44, 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, 0x81, 0xffffffffffffffff, 0xfffffffffffffffe)
syz_open_dev$loop(&(0x7f00005b2000)="2f6465762f6c6f6f702300", 0x4000000000e42, 0x0)
bpf$MAP_UPDATE_ELEM(0x2, &(0x7f00007e0000)={r9, &(0x7f0000519000)="92285ebc94e009439124f11c7aa65fc7c6fa46b1ccd312afa7903c94c5874054766c264548d5b49134911bdfb0edeecc22ab671f0eb5249113e4291cdd6fde55f33f06396bcb6f1b3b7dcd9ceff2dd655ed14f3fb638700545faea908b417858efe7e4a9057af504f2e687d26ac28e06819e921f9f5233cb71843d857d4d2fe61bb81d709087b70a6459194955c34c7fad0030d997c80a8389ad170fd135203ff32830f04d7af3b37b2f28c450c3103e5f13a1c6906d4c4f968d02b8144182ab0051e1e469982dfe2d24b1921678f504738ef13b8cc278153051c0f8e0152a65acb20d3f95bb735f1a744b8a72feee7b81caf285660a01afc8b5e88b8ae2f7af243ae2c56e89327858718f02d07f69216bd6baee3f04d0a93120db3fcb93bb0019e9b6cdfe7961dc799e7e1bb660cdb27c7289d3d83b873ff14f4a9146e115392ef8a0d47f93a694601350fad7d343f85177a39ef87cc91648f862dcba84482c4a12f1a4ff9f431e9d785efe4d75f670a1e9c268b9fd4116beea89544830f47027c2d6c736f3d57510764f14b4144c25c696dc857f9320497ec5042925a0e1ef94af32b567fef8be24d7fca04382f4fe8f33fdacf8d21702316010c76b7e77c3a2505c611e286ed05623318c40c0861062ece1722327ee711cd37ae8055eb54cb24c2fcf6bed269d59082e391bb44ae83763b9fe8d85c0f3d83a8e20c34e1a902f992d5ac006a643cc103f762ee95622bc321ef1618760b6a83b9bee043de86d4321d492b9bc9a20ac898785069b6aa0f6932b157cadf93a4aeaccf6ec512e64ec5597d65ea6d56ef2e9915888ab585045ccb588767d6f91f349fd761e648dd520af33387e02c05b3a3a15dc821a4c0e2790c3be77124feaafda0d24858dca6dddc82e0a3d6d8e75a7dac93a4236fd171c8ee1e47d5b84e9593a932c8492693f65cccf4850eeae5cc74c61f31b020640c0e4eee8edd7033db80f6787e2bcdbe4e674dd0226eed609e9b8327b8afa85f962356ffcb452f3df5493a8afda6fa7a2c97f5c71f9da3252cb351dcfac51de634ce226c6987571b04b7018006e3cf43e106853077881393c2301fedee3d48c79a3d15fbdc70d563cd1cfc953b7b09456739e1787898e858dda59ceb166fa415cfb345c605431d1ca716c81679a3000175203d3c1d1f00d13ae95753ef5daccaf2ededbfde060569d23da751c3a805b7d8b28912311a9f6c703834ccef68785f9abda9e723d4fabf17b1579e06f3e1b66f8dd5ec237d9efc9892ef6c384534047e0669c0746c4ac80c4f26c101b57702c0fbc62607823efe4fcaa346affc78abab7086ac8c51a04f65429291c78632e5052b288ee8830f6a0b6170db4fdd92c7ccda8dc9600680495f3720d7aac7e6bacbb38fda6ef8ac70356a4a75cc326956d38a505dc041a24b117cf5f42708d4072127e988dc49034968747105b83633a83710e144cd98f836a9d34c86a5d5b972fca00327ee636ddac60025b09143ec0f64354103aaf7700a2615541d3101c46f3a92b04c74e7bcf2ad39fa69d1ce418387a0c02604792e4e64e3db5388d0f6bfb495b399b0487a322ae6350a30590a217b0a919f3ab725f9e029e71510bdef5c81a7f6c582ed76f587b039a807cdade11fa24f3da70301339b35525e214b3b72c9c773cfbad1c339e69564af5bb74a8b6f9c444d9dde7b5e32efa2052cf8d9cab6aea40e9cb85753f306905ab37c47255e11570ff01d71ba67bc33b9342c7460945fcb31a048fddac70bdac4fb1aa95873b9d1d7a017373213ee9d12bef2d66fa3908ee55cab276ecfe79c37a4476ce005601668665c7ceeca6efcff3175e4721f84f103b3bb0996d23cfaf5265e354f9653afce7d0d915324009b13579bbe08a76a0c60a15e2caccd87e25ee25ee7f93d6cff19c3dbf2b1b9bec9f14d9102329a1ce137ae180cf07e74c1b990d19890fcda81901a95bc374f178b6075499e716b5c730a38131ff39f7d150d84c4d3bf0fd76e0c18a00a1e0c4fd6b34b07df13015cde5c4ca7d44c2cf29931abde162e60b77751d5b04ba5779df72847516f133de8be85682d3aeb8677ac817da54874885095d7d387677f155aa4975ea522a6b323fd7a8d8f0a0a4d47186c0e7820e266fe104fadfb10fa29edccdc8a721d7a5449efd969ef05870cb7254d1f27ae81d02a4d1b370cfa9cb1527953bde73c720b3def0efb75c688404b4a4cccc44da14c9d5e611a33f458de0304a5cd1d090103262e0ec7198dd6bd6e766755b0e29182f7b7ccb243a94e29b37c1957c656091116f5db62d7156b262ac48227814949537b61bec0a65eb6c3bb0b779f4a449530fff27ff37860824774d82ca46158f2b6bc601e01b82d3618f39a560f49241e41b013e2e3c592b75806b9a8719c9b56b3c172d2c57ae6392ff8561212a28ddab4245137aa4fe2668bac9837715182ea1dcf77e93c8e172b157d9ccd4f6cf1da1c8f2628c54a7cef2f5f02ac650c863258f251a48d8ec2a54f9fa549b739fafab9eacdcb216135079f8e8d1893d4fd8d0698877db7d53d4866aecc5235e8f255208428d9c39e50fda341bd3cc0050c8a93623def1c6d303e3473f47e794134e20117defeaa081ecb54b8d80fb066757cbad4fdde15fe4b91b55a71356a2c20963211ed0467e9b26925c5fb1060c4a66b79378f5c37efb5efca2329f5f80bf358ce448f1569da4d20e3ceb031c5c499eae8d0be7f7d94db9482d2982fc86269f05cb31d017c2e54eacdfb427ca4f732618b40d9e7bee6774c6611f8073983df3573950920fac26b64adf1b1e6f3ab338aa545c46bdd5687318e170d1d710fd2ee4690d9b00c4c81b6982a7b2182131c01b17a8b4ec8df68893ef6024db4341f978f274eae5c51daefa7d8d14117cd685bb2313c938b6d06ac9596b6d47a02f82b65b51dffaaf2c0c3c013303a078e5d8ab5c65c0c613b0d764847e91bd1f2bbcfbe90ecbb6e26777d755ce002f69a33abe011577cf9cb0238a921955281ddd0c9b69abe57bd2b755848da97806d08adf0b07f2d1401627663cbaf19a9079d46b19958367ad1fe67f62b046ff6ba45bd4ff61ca599595e232b33e8747d5eced5ad0106ef85890b6b98f30949ede0ab03fcf8047fdf45156c8eae3a04aa430b005388712c3cced441ad772a942f8872cd22a0d553c9c749793f1fa97951213840747aa7b5c7e43de8cea65633b17eca0289aaa6bedb6829829aaa32708a6ab6316dc1d55d7f046b86c08ff89e73ea5f9ad369020a1429428b0ae7fdfaf3e3a5a82c700378d6d36dc392492dce3825fcfd05faed9e5a7dc21de6415cd07f9709687a09ebef2146de1a3cc54af44e18682504b210356a4a20dbc71d2a96974ce194fd86bdec78de2ec291c7364a29378f5ae7624e18663cfa63ec07153cdd795f5dde84e958e0b2625029b578ebe9be1427da13d73752e8023cac7a2f82e947ef37be57c51b5fa1681987d40bf824e3c44b80820ed4f573d49d10e3743ea40a1141360ed518e7b9077e9244995a757ee966798b17dd541c74c40bd0a1109c3b8bcb9b673ffabd94147a6d0ddfeb3f25cb2329553917335cbfc27ba14e85fc13d8ba5f3cb7a82b09cd044095fcaf2571ad17bcaeabbd1c558bb7fcd287ffd807c9850e786222f4e694a738fca9d4ee9f27205d62447f463d6aaf51a9564b4f4808eb33a6c49d9aa70f78a610bc7e6292a30b19e4952ab7f0bf575932c798b88237ffb43bf0ce91bc2510739ffe6bbe64b53d573eb35167d5e4db58388e1ab43c2fbac09c803dc3590dce33ff374f345bd6ea1394e0f5ba1bbfe89861ae94cddc69d3d66b0092a5796f8fb2096a3279837b8b27dfbf42151ab3a0c2b9696e8a02c49e022b30669210f93ce5fb8b049baca811f1b52be92a5a3f7b4a316e425202b5ab0fd1c192af52847aef104097dae1f8cbc1b81cd9440bc73fbe55725d3a0dfb68242034bea04eb848c574eb2c66a717d5a263bc96fd40765bb28aaa96f2208200a02dcad88be097393f2776a7785ad4ec35d3cc3bfa4e6fc3c6e265fb0626dfabaaf5280c5384262955a7ed07ba194a8285da55a005c4399a22e88146e918c400dcef42042f13777fd741c14b83181d0b68b63614e7d4472008719ae25f641cd1bd5aa79a34d5a9771485f6b640a12935a5ae3adabb8576e40f80cfb6e63db440f3ff84024c9835fcadd365fcad26016e85f6a06aecd65526acdcaff17f5b187911d5bc281033ed557808f38296095dabf05033a6938c84d5340b38587dfb0a7696eb0e1c9b8caa5930b31d47f0662a8fbee719147ab18f30f51e9329dfca29b72386c37c8abc255f03ba4d9730fe597bfa23052a3284ebd93c49b38f2677e85dd4877c944ff4cf08904bd51005eb970b9bb80b2ef4f0a4a309d04812e30426605365ce79d00ec8ccc196cda510c14a08f0d41c6b59035691da942dd92b92c3a9cf4d7270a9c2d88a301f97b6c8963080bf78ac5e69bacb74525f41a9534c9d1b83cad92afb7c7b702ca256898186946a33f1c9fdc79f750b207ac145fe499c5cdc7a4bd581bb0e2cf4cc0f22499948de35891a4bf2fbff9f2f757c2e7ee525b59a86b5322711f6d8c6ab386e6624986fa7d527240e050f358df613a7ceb5b41e38708df70f915ab8c46b4a6cb454d52e1b77d0c8285b6542baef47eb246a3a00fabf89be9dea41313a5f411cad5b554186d2c8d8973e6cf8086d18d7a9f59c6ba72a89974b3bb1c1d4b74e5f3bde89ea02f06096fe7f70094a0e9e2722bb86a6dd5d4aba71897b93b35a6812f4dbcfe818604f1285973e771243e3f7b30c397e393582ccaa115c1c16c5b094704368760d7bd47fb1101e8b04dab689d74a96d0ae8a51284ef0e3fa9bc906b9f42828d2ff4ff6c3795b40325292ad5cb061223f5f6bfe1d71edc8daa30d828b5f38cc1237221a5199bb4521058602e84b1d9a25cd779d495f7a6bc6d0f0c0ff368bf08e6bd09bad066e31ff4a619d97c272f645ca4f6f5bf9b78c23cb84ac5458e7eb69cc735b398c76855a49942220aa7895c91daf7a1d605e48132620dbf50125d8b0079b2a6694e300ee0dda50c067c5d46727430ae91c7483d500fbffaed0f7919cbbead12d23c010e5cd0d1fcc4a465520c5110d0c2398c8a0bc67569e9d5d4b458df661b56c00ba70b2567447ed1e82f36eebdcc9cebaf642316fdb14f61c8823a13e6fc54185ea8855da54e71c68a13cfd8a1014648018bed6e9fabc656e462288b9a95628f393fddad3dbe9be1a987c48bdc9c6c2321811d92047be2dfa6a23137bc75720c88f936ed0e6be2e22e28b5fb9a2b414723575309d3ccb8e7b9e59ae69d5f7042aeece26129a243bc3a77449450b871981de5ea190eb1f1e66ed3a47944d36fb7eb2ac9e9ccaaa9de544b7d41848dce48aa37a2648b67bc9f346db5237eb6d095ffd7798924f5ada26db7346bcdd41788bbbd7894648c6f4f0257c3c5e6718ee1baa11db14a3be549515da0d49e1d0ce7e88d5511769d4112f646098a5e9356798eb838004427af8c76e360507b4ffafad41f4c0036311a3326009d637c463f82bb2feaf4a37851a82883f5e3ad5aaf10357bf4fa42980b5a642a43d6e110e93d48952bd65011d77ec05237fc3642adfa497574842f6d0c58df2b0ec87c05f6e00b93a55bd17faca67789368a63861687ce496692f7566f18698f007342963d432fd4a5fe7170416155c4cd3ff9214f7f8257a873cdc9e4c54a696c4400874d259c430f14efdab8040964c963", &(0x7f0000e98000)="5ba111819e369f77be9fe69e28839aba8f03931018954291442ff814ad77526de68698175e6dab54743d259d3afba7b063926de0b49fb45ffcbabba60d07a4f75967778fca6400ee25d68736e5743d8c2798348145cb6e8720012b34993bfac11b46c094390c18765c12f7e49d2a09b4fdf20c3cad777a9975ce110d0e88c00b3faaef9187cbc1f341a3f57f97b01f924cc6f6073c70", 0x1}, 0x20)
clock_nanosleep(0x7, 0x0, &(0x7f0000479000)={0x0, 0x989680}, &(0x7f0000d97000)={0x0, 0x0})
fsync(r8)
r10 = socket$netlink(0x10, 0x3, 0x10)
write(r10, &(0x7f0000a47000-0x1f)="1f00000010000701fffd00000020000080000004080002310480000012ffef", 0x1f)
setsockopt$inet_sctp6_SCTP_SOCKOPT_CONNECTX(0xffffffffffffffff, 0x84, 0x6e, &(0x7f00000a3000-0xdc)=[@in={0x2, 0x2, @multicast2=0xe0000002, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x3, @rand_addr=0x4, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x3, 0x81, @remote={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xbb}, 0xfffffffffffffffd}, @in={0x2, 0x0, @empty=0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x0, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in6={0xa, 0x2, 0x401, @loopback={0x0, 0x1}, 0x401}, @in6={0xa, 0x3, 0x1, @empty={[0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, 0x7eaa}, @in6={0xa, 0x1, 0x10001, @local={0xfe, 0x80, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0], 0x0, 0xaa}, 0x400000000000003}, @in={0x2, 0x1, @remote={0xac, 0x14, 0x0, 0xbb}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}, @in={0x2, 0x1, @local={0xac, 0x14, 0x0, 0xaa}, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]}], 0xd0)
syz_open_dev$mice(&(0x7f0000571000)="2f6465762f696e7075742f6d69636500", 0x0, 0x4100)
accept4$llc(r8, &(0x7f00004cb000)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, @local={[0x0, 0x0, 0x0, 0x0, 0x0], 0x0}, [0x0, 0x0]}, &(0x7f0000223000)=0x10, 0x80000)
fstat(r0, &(0x7f000033f000-0x44)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0})
2017/12/08 15:39:29 executing program 4:
mmap(&(0x7f0000000000/0xfb8000)=nil, 0xfb8000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = openat$sequencer(0xffffffffffffff9c, &(0x7f0000eca000)="2f6465762f73657175656e63657200", 0x401, 0x0)
ioctl$DRM_IOCTL_AGP_RELEASE(r0, 0x6431)
openat$kvm(0xffffffffffffff9c, &(0x7f0000e95000)="2f6465762f6b766d00", 0x0, 0x0)
ioctl$KVM_CREATE_PIT2(0xffffffffffffffff, 0x4040ae77, &(0x7f0000ade000-0x40)={0x0, [0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0]})
ioctl$sock_SIOCBRDELBR(0xffffffffffffffff, 0x89a1, &(0x7f0000fb4000)=@generic="57cf9907d7e131fbdb82ea47590b26cb")
2017/12/08 15:39:29 executing program 5:
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r0 = getuid()
ioprio_get$uid(0x83, r0)
mkdir(&(0x7f0000fd6000-0x8)="2e2f66696c653000", 0x0)
getsockopt$SO_BINDTODEVICE(0xffffffffffffffff, 0x1, 0x19, &(0x7f0000484000)=@generic="00000000000000000000000000000000", 0x10)
mount(&(0x7f0000683000)="2e2f66696c653000", &(0x7f0000296000-0x8)="2e2f66696c653000", &(0x7f0000860000-0x9)="676673326d65746100", 0x100000, &(0x7f0000c5f000)="80010000")
mmap(&(0x7f0000000000/0xfff000)=nil, 0xfff000, 0x3, 0x32, 0xffffffffffffffff, 0x0)
r1 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-13  9:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-13  9:30 possible deadlock in genl_rcv syzbot

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