// https://syzkaller.appspot.com/bug?id=d15a11a0990451d3c79053be956210b0125ef6af // autogenerated by syzkaller (https://github.com/google/syzkaller) #define _GNU_SOURCE #include #include #include #include #include #include #include #include #ifndef __NR_memfd_create #define __NR_memfd_create 319 #endif int main(void) { syscall(__NR_mmap, 0x1ffff000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul); syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul); syscall(__NR_mmap, 0x21000000ul, 0x1000ul, 0ul, 0x32ul, -1, 0ul); memcpy((void*)0x20000100, "./file0\000", 8); syscall(__NR_mkdir, 0x20000100ul, 0ul); syscall(__NR_creat, 0ul, 0ul); memcpy((void*)0x20000240, "./file0\000", 8); memcpy((void*)0x20000040, "./file0\000", 8); memcpy((void*)0x20000200, "incremental-fs\000", 15); syscall(__NR_mount, 0x20000240ul, 0x20000040ul, 0x20000200ul, 0ul, 0ul); { int i; for (i = 0; i < 64; i++) { syscall(__NR_mount, 0x20000240ul, 0x20000040ul, 0x20000200ul, 0ul, 0ul); } } syscall(__NR_memfd_create, 0ul, 0ul); syscall(__NR_openat, 0xffffffffffffff9cul, 0ul, 0x301200ul, 0ul); memcpy((void*)0x20000140, "./file0/file0\000", 14); syscall(__NR_mount, 0ul, 0x20000140ul, 0ul, 0x2000400ul, 0ul); return 0; }