// https://syzkaller.appspot.com/bug?id=3c27eae7bdba97293b68e79c9700ac110f977eed
// autogenerated by syzkaller (http://github.com/google/syzkaller)

#define _GNU_SOURCE
#include <endian.h>
#include <linux/futex.h>
#include <pthread.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/syscall.h>
#include <unistd.h>

struct thread_t {
  int created, running, call;
  pthread_t th;
};

static struct thread_t threads[16];
static void execute_call(int call);
static int running;

static void* thr(void* arg)
{
  struct thread_t* th = (struct thread_t*)arg;
  for (;;) {
    while (!__atomic_load_n(&th->running, __ATOMIC_ACQUIRE))
      syscall(SYS_futex, &th->running, FUTEX_WAIT, 0, 0);
    execute_call(th->call);
    __atomic_fetch_sub(&running, 1, __ATOMIC_RELAXED);
    __atomic_store_n(&th->running, 0, __ATOMIC_RELEASE);
    syscall(SYS_futex, &th->running, FUTEX_WAKE);
  }
  return 0;
}

static void execute(int num_calls)
{
  int call, thread;
  running = 0;
  for (call = 0; call < num_calls; call++) {
    for (thread = 0; thread < sizeof(threads) / sizeof(threads[0]); thread++) {
      struct thread_t* th = &threads[thread];
      if (!th->created) {
        th->created = 1;
        pthread_attr_t attr;
        pthread_attr_init(&attr);
        pthread_attr_setstacksize(&attr, 128 << 10);
        pthread_create(&th->th, &attr, thr, th);
      }
      if (!__atomic_load_n(&th->running, __ATOMIC_ACQUIRE)) {
        th->call = call;
        __atomic_fetch_add(&running, 1, __ATOMIC_RELAXED);
        __atomic_store_n(&th->running, 1, __ATOMIC_RELEASE);
        syscall(SYS_futex, &th->running, FUTEX_WAKE);
        struct timespec ts;
        ts.tv_sec = 0;
        ts.tv_nsec = 20 * 1000 * 1000;
        syscall(SYS_futex, &th->running, FUTEX_WAIT, 1, &ts);
        if (running)
          usleep((call == num_calls - 1) ? 10000 : 1000);
        break;
      }
    }
  }
}

uint64_t r[6] = {0xffffffffffffffff, 0x0, 0x0, 0x0, 0xffffffffffffffff,
                 0xffffffffffffffff};
void execute_call(int call)
{
  long res;
  switch (call) {
  case 0:
    syscall(__NR_clone, 0, 0x20b53000, 0x2084effc, 0x20c35ffc, 0x20b3bfff);
    break;
  case 1:
    *(uint32_t*)0x20000980 = 0;
    *(uint32_t*)0x20000984 = 0;
    *(uint32_t*)0x20000988 = 0x1ff;
    *(uint32_t*)0x2000098c = 0;
    *(uint32_t*)0x20000990 = 0;
    *(uint32_t*)0x20000994 = 7;
    *(uint8_t*)0x20000998 = 0;
    *(uint8_t*)0x20000999 = 0;
    *(uint8_t*)0x2000099a = 0;
    *(uint8_t*)0x2000099b = 0;
    *(uint8_t*)0x2000099c = 0;
    *(uint8_t*)0x2000099d = 0;
    *(uint8_t*)0x2000099e = 0;
    *(uint8_t*)0x2000099f = 0;
    *(uint8_t*)0x200009a0 = 0;
    *(uint8_t*)0x200009a1 = 0;
    *(uint8_t*)0x200009a2 = 0;
    *(uint8_t*)0x200009a3 = 0;
    *(uint8_t*)0x200009a4 = 0;
    *(uint8_t*)0x200009a5 = 0;
    *(uint8_t*)0x200009a6 = 0;
    *(uint8_t*)0x200009a7 = 0;
    *(uint8_t*)0x200009a8 = 0;
    *(uint8_t*)0x200009a9 = 0;
    *(uint8_t*)0x200009aa = 0;
    *(uint8_t*)0x200009ab = 0;
    *(uint8_t*)0x200009ac = 0;
    *(uint8_t*)0x200009ad = 0;
    *(uint8_t*)0x200009ae = 0;
    *(uint8_t*)0x200009af = 0;
    *(uint8_t*)0x200009b0 = 0;
    *(uint8_t*)0x200009b1 = 0;
    *(uint8_t*)0x200009b2 = 0;
    *(uint8_t*)0x200009b3 = 0;
    *(uint8_t*)0x200009b4 = 0;
    *(uint8_t*)0x200009b5 = 0;
    *(uint8_t*)0x200009b6 = 0;
    *(uint8_t*)0x200009b7 = 0;
    *(uint8_t*)0x200009b8 = 0;
    *(uint8_t*)0x200009b9 = 0;
    *(uint8_t*)0x200009ba = 0;
    *(uint8_t*)0x200009bb = 0;
    *(uint8_t*)0x200009bc = 0;
    *(uint8_t*)0x200009bd = 0;
    *(uint8_t*)0x200009be = 0;
    *(uint8_t*)0x200009bf = 0;
    *(uint8_t*)0x200009c0 = 0;
    *(uint8_t*)0x200009c1 = 0;
    *(uint8_t*)0x200009c2 = 0;
    *(uint8_t*)0x200009c3 = 0;
    *(uint8_t*)0x200009c4 = 0;
    *(uint8_t*)0x200009c5 = 0;
    *(uint8_t*)0x200009c6 = 0;
    *(uint8_t*)0x200009c7 = 0;
    *(uint8_t*)0x200009c8 = 0;
    *(uint8_t*)0x200009c9 = 0;
    *(uint8_t*)0x200009ca = 0;
    *(uint8_t*)0x200009cb = 0;
    *(uint8_t*)0x200009cc = 0;
    *(uint8_t*)0x200009cd = 0;
    *(uint8_t*)0x200009ce = 0;
    *(uint8_t*)0x200009cf = 0;
    *(uint8_t*)0x200009d0 = 0;
    *(uint8_t*)0x200009d1 = 0;
    *(uint8_t*)0x200009d2 = 0;
    *(uint8_t*)0x200009d3 = 0;
    *(uint8_t*)0x200009d4 = 0;
    *(uint8_t*)0x200009d5 = 0;
    *(uint8_t*)0x200009d6 = 0;
    *(uint8_t*)0x200009d7 = 0;
    syscall(__NR_ioctl, -1, 0xc058534b, 0x20000980);
    break;
  case 2:
    res = syscall(__NR_pipe, 0x20000300);
    if (res != -1)
      r[0] = *(uint32_t*)0x20000304;
    break;
  case 3:
    res = syscall(__NR_getpgid, -1);
    if (res != -1)
      r[1] = res;
    break;
  case 4:
    res = syscall(__NR_clock_gettime, 0, 0x20000140);
    if (res != -1) {
      r[2] = *(uint64_t*)0x20000140;
      r[3] = *(uint64_t*)0x20000148;
    }
    break;
  case 5:
    syscall(__NR_ioctl, r[0], 0x8905, 0x20000380);
    break;
  case 6:
    memcpy((void*)0x20000100, "./file0", 8);
    *(uint64_t*)0x20000180 = 0;
    *(uint64_t*)0x20000188 = 0;
    *(uint64_t*)0x20000190 = r[2];
    *(uint64_t*)0x20000198 = r[3] / 1000 + 10000;
    syscall(__NR_futimesat, r[0], 0x20000100, 0x20000180);
    break;
  case 7:
    *(uint32_t*)0x20000240 = 0x14;
    syscall(__NR_sched_setscheduler, r[1], 0, 0x20000240);
    break;
  case 8:
    *(uint32_t*)0x200001c0 = 0x22880000;
    *(uint32_t*)0x200001c4 = 2;
    *(uint32_t*)0x200001c8 = 3;
    *(uint32_t*)0x200001cc = 0;
    *(uint32_t*)0x200001d0 = 0x7fa3a8b3;
    *(uint32_t*)0x200001d4 = 3;
    *(uint32_t*)0x200001d8 = 4;
    *(uint8_t*)0x200001dc = 0;
    *(uint8_t*)0x200001dd = 0;
    *(uint8_t*)0x200001de = 0;
    *(uint8_t*)0x200001df = 0;
    *(uint8_t*)0x200001e0 = 0;
    *(uint8_t*)0x200001e1 = 0;
    *(uint8_t*)0x200001e2 = 0;
    *(uint8_t*)0x200001e3 = 0;
    *(uint8_t*)0x200001e4 = 0;
    *(uint8_t*)0x200001e5 = 0;
    *(uint8_t*)0x200001e6 = 0;
    *(uint8_t*)0x200001e7 = 0;
    *(uint8_t*)0x200001e8 = 0;
    *(uint8_t*)0x200001e9 = 0;
    *(uint8_t*)0x200001ea = 0;
    *(uint8_t*)0x200001eb = 0;
    *(uint8_t*)0x200001ec = 0;
    *(uint8_t*)0x200001ed = 0;
    *(uint8_t*)0x200001ee = 0;
    *(uint8_t*)0x200001ef = 0;
    *(uint8_t*)0x200001f0 = 0;
    *(uint8_t*)0x200001f1 = 0;
    *(uint8_t*)0x200001f2 = 0;
    *(uint8_t*)0x200001f3 = 0;
    *(uint8_t*)0x200001f4 = 0;
    *(uint8_t*)0x200001f5 = 0;
    *(uint8_t*)0x200001f6 = 0;
    *(uint8_t*)0x200001f7 = 0;
    *(uint8_t*)0x200001f8 = 0;
    *(uint8_t*)0x200001f9 = 0;
    *(uint8_t*)0x200001fa = 0;
    *(uint8_t*)0x200001fb = 0;
    *(uint8_t*)0x200001fc = 0;
    *(uint8_t*)0x200001fd = 0;
    *(uint8_t*)0x200001fe = 0;
    *(uint8_t*)0x200001ff = 0;
    *(uint8_t*)0x20000200 = 0;
    *(uint8_t*)0x20000201 = 0;
    *(uint8_t*)0x20000202 = 0;
    *(uint8_t*)0x20000203 = 0;
    *(uint8_t*)0x20000204 = 0;
    *(uint8_t*)0x20000205 = 0;
    *(uint8_t*)0x20000206 = 0;
    *(uint8_t*)0x20000207 = 0;
    *(uint8_t*)0x20000208 = 0;
    *(uint8_t*)0x20000209 = 0;
    *(uint8_t*)0x2000020a = 0;
    *(uint8_t*)0x2000020b = 0;
    *(uint8_t*)0x2000020c = 0;
    *(uint8_t*)0x2000020d = 0;
    *(uint8_t*)0x2000020e = 0;
    *(uint8_t*)0x2000020f = 0;
    *(uint8_t*)0x20000210 = 0;
    *(uint8_t*)0x20000211 = 0;
    *(uint8_t*)0x20000212 = 0;
    *(uint8_t*)0x20000213 = 0;
    *(uint8_t*)0x20000214 = 0;
    *(uint8_t*)0x20000215 = 0;
    *(uint8_t*)0x20000216 = 0;
    *(uint8_t*)0x20000217 = 0;
    *(uint8_t*)0x20000218 = 0;
    *(uint8_t*)0x20000219 = 0;
    *(uint8_t*)0x2000021a = 0;
    *(uint8_t*)0x2000021b = 0;
    syscall(__NR_ioctl, r[0], 0x40605346, 0x200001c0);
    break;
  case 9:
    res = syscall(__NR_socket, 0xa, 2, 0);
    if (res != -1)
      r[4] = res;
    break;
  case 10:
    res = syscall(__NR_socket, 0x18, 1, 1);
    if (res != -1)
      r[5] = res;
    break;
  case 11:
    *(uint16_t*)0x205fafd2 = 0x18;
    *(uint32_t*)0x205fafd4 = 1;
    *(uint32_t*)0x205fafd8 = 0;
    *(uint32_t*)0x205fafdc = r[4];
    *(uint16_t*)0x205fafe0 = 2;
    *(uint16_t*)0x205fafe2 = htobe16(0);
    *(uint32_t*)0x205fafe4 = htobe32(0xe0000002);
    *(uint8_t*)0x205fafe8 = 0;
    *(uint8_t*)0x205fafe9 = 0;
    *(uint8_t*)0x205fafea = 0;
    *(uint8_t*)0x205fafeb = 0;
    *(uint8_t*)0x205fafec = 0;
    *(uint8_t*)0x205fafed = 0;
    *(uint8_t*)0x205fafee = 0;
    *(uint8_t*)0x205fafef = 0;
    *(uint32_t*)0x205faff0 = 4;
    *(uint32_t*)0x205faff4 = 0;
    *(uint32_t*)0x205faff8 = 0;
    *(uint32_t*)0x205faffc = 0;
    syscall(__NR_connect, r[5], 0x205fafd2, 0x2e);
    break;
  case 12:
    syscall(__NR_dup2, r[0], r[4]);
    break;
  case 13:
    syscall(__NR_close, r[5]);
    break;
  }
}

void loop()
{
  execute(14);
}

int main()
{
  syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
  loop();
  return 0;
}