blob: 264cca143d31aa6167566efba3c1ceaa50dbfc3f [file] [log] [blame]
// WARNING in hrtimer_init
// https://syzkaller.appspot.com/bug?id=1fe703b1c24ffd1ea2aa384326abda54ffc6643f
// status:open
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <endian.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <unistd.h>
int main(void)
{
syscall(__NR_mmap, 0x20000000, 0x1000000, 3, 0x32, -1, 0);
syscall(__NR_clock_gettime, 0, 0);
*(uint64_t*)0x200001c0 = 0;
*(uint64_t*)0x200001c8 = 0;
syscall(__NR_clock_nanosleep, 9, 0, 0x200001c0, 0);
return 0;
}