1. afdd429 syscalls/ipc: Move libraries to libs/ director by Viresh Kumar · 4 years, 2 months ago
  2. 5842483 ptrace01: Fix missing format string by Khem Raj · 4 years, 2 months ago
  3. 1a8aa19 kill11: Fix build on systems without SIGSTKFLT by Petr Vorel · 4 years, 2 months ago
  4. 50a2cb8 syscalls: Fix issues around calling syscalls with old timespec by Viresh Kumar · 4 years, 2 months ago
  5. 716b320 fanotify16: Fix build for systems without fanotify_fid_t by Petr Vorel · 4 years, 2 months ago
  6. d910701 Add missing mode argument to open(..., O_CREAT) by Martin Doucha · 4 years, 2 months ago
  7. 0fafcb3 syscalls/ioctl_loop05: Ensure do zero offset when using -i parameter by Yang Xu · 4 years, 2 months ago
  8. dfbdb6d syscalls/ioctl_loop01: Add linux git tag by Yang Xu · 4 years, 2 months ago
  9. 51922f9 syscall/prctl06: Fix proc NoNewPrivs detection by Cyril Hrubis · 4 years, 2 months ago
  10. 15bb684 syscalls/prctl: Use TST_ASSERT_FILE_INT/STR by Yang Xu · 4 years, 2 months ago
  11. 0f66eee syscalls/ioctl_loop05: Do not fail on success by Cyril Hrubis · 4 years, 2 months ago
  12. 135538f syscalls/lremovexattr01: use strncmp() to check attribute value by Jan Stancek · 4 years, 2 months ago
  13. 097e3ea syscalls/fanotify: Use fanotify_save_fid() helper by Amir Goldstein · 4 years, 2 months ago
  14. d20a3e8 syscalls/fanotify: New test for FAN_MODIFY_DIR by Amir Goldstein · 4 years, 2 months ago
  15. 896d513 syscalls/fanotify15: Add a test case for inode marks by Amir Goldstein · 4 years, 2 months ago
  16. 2010d20 syscalls/fanotify15: Minor corrections by Amir Goldstein · 4 years, 2 months ago
  17. 910f17f syscalls/inotify09: Add git tag. by Cyril Hrubis · 4 years, 2 months ago
  18. 2f88e87 connect02: Handle setsockopt(IP_ADDRFORM) kernel bug by Martin Doucha · 4 years, 2 months ago
  19. 38570c8 syscalls/ioctl_loop08: Add LOOP_SET/GET_STATUS64 sizelimit field test by Yang Xu · 4 years, 3 months ago
  20. a94be7d syscalls/prctl: Use TST_ASSERT_STR/INT by Yang Xu · 4 years, 3 months ago
  21. 229a492 syscalls/pipe2: Add pipe2_02_child in .gitignore by Viresh Kumar · 4 years, 2 months ago
  22. 70ca1e8 syscalls/fanotify09: Check merging of events on directories by Amir Goldstein · 4 years, 3 months ago
  23. 135affc syscalls/clock_adjtime: Add support for time64 tests by Viresh Kumar · 4 years, 3 months ago
  24. 7d68323 syscalls/epoll2: Remove PCL epoll test by Yang Xu · 4 years, 3 months ago
  25. a694227 Add test for CVE 2017-1000112 by Martin Doucha · 4 years, 3 months ago
  26. 82da922 Add tags to setsockopt04 and add it to the CVE runfile by Martin Doucha · 4 years, 3 months ago
  27. f27a80b Add test for CVE 2018-8897 by Martin Doucha · 4 years, 3 months ago
  28. 826504f futex/futex_wait_bitset.h: Fix misspelling by Sean T Allen · 4 years, 3 months ago
  29. 45774f9 syscalls/pipe2_02: Add new test for pipe2 O_CLOEXEC flag by Yang Xu · 4 years, 3 months ago
  30. 6b8e00c syscalls/pipe2_01: convert into new API by Yang Xu · 4 years, 3 months ago
  31. 3b05a56 pipe2: add min_kver = "2.6.35" in pipe2_04 by Li Wang · 4 years, 3 months ago
  32. 2653b53 syscalls/clock_nanosleep: Add support for time64 tests by Viresh Kumar · 4 years, 3 months ago
  33. f850b2b syscalls/clock_getres: Add support for time64 tests by Viresh Kumar · 4 years, 3 months ago
  34. bcf3733 syscalls/clock_settime: Add support for time64 tests by Viresh Kumar · 4 years, 3 months ago
  35. a143f48 syscalls/clock_gettime: Add support for time64 tests by Viresh Kumar · 4 years, 3 months ago
  36. ce1ed5f syscalls/ioctl_loop06: Add LOOP_SET_BLOCK_SIZE error test by Yang Xu · 4 years, 3 months ago
  37. 93da53e syscalls/ioctl_loop05: Add LOOP_SET_DIRECT_IO ioctl test by Yang Xu · 4 years, 3 months ago
  38. 308fc16 syscalls/ioctl_loop04: Add LOOP_SET_CAPACITY ioctl test by Yang Xu · 4 years, 3 months ago
  39. ee7dad5 tst_timer: Add support for kernel's 64 bit timespec by Viresh Kumar · 4 years, 3 months ago
  40. ac334ae syscalls/ioctl_loop03: Add LOOP_CHANGE_FD test with WR mode by Yang Xu · 4 years, 3 months ago
  41. 5dfa37c syscalls/ioctl_loop02: Add LO_FLAGS_READ_ONLY and LOOP_CHANGE_FD test by Yang Xu · 4 years, 3 months ago
  42. 4f3ff1f syscalls/ioctl_loop01: Add LO_FLAGS_AUTOCLEAR and LO_FLAGS_PARTSCAN test by Yang Xu · 4 years, 3 months ago
  43. 37e64c7 syscalls/quotactl04.c: Specify inode size for prjquota feature by Xiao Yang · 4 years, 3 months ago
  44. 3aafd51 syscalls/{quotactl04, statx05}.c: Replace extra_opts[] with fs_opts[] by Xiao Yang · 4 years, 3 months ago
  45. bde3fbf syscalls/pipe2: Add new test for pipe2 with/without O_NONBLOCK mode by Yang Xu · 4 years, 3 months ago
  46. c3ec21f Add test for CVE 2018-9568 by Martin Doucha · 4 years, 3 months ago
  47. f5caa85 Remove use of TCID in new API tests by Petr Vorel · 4 years, 3 months ago
  48. b5a4822 add_key05: Avoid race with key garbage collection by Richard Palethorpe · 4 years, 3 months ago
  49. e29c454 syscalls/clone301: Make the test more verbose by Cyril Hrubis · 4 years, 3 months ago
  50. ae5dbde syscalls/clone301: Fix the test race this time for real by Cyril Hrubis · 4 years, 3 months ago
  51. a2b6d03 Add test for CVE 2018-18559 by Martin Doucha · 4 years, 3 months ago
  52. c53cd8e Add test for CVE 2018-1000199 by Martin Doucha · 4 years, 4 months ago
  53. f17b386 syscalls/clone301: Fix race between parent and child by Cyril Hrubis · 4 years, 3 months ago
  54. a95927f fsync02: Fix calculations and defined constants by Jozef Pupava · 4 years, 3 months ago
  55. 10cccef Update syscalls/fsync02 to new API by Jozef Pupava · 4 years, 3 months ago
  56. 4809702 Use SAFE_CMD() by Petr Vorel · 4 years, 4 months ago
  57. ec51970 lib/tst_cmd_*(): Turn int pass_exit_val into enum by Petr Vorel · 4 years, 4 months ago
  58. 922a4da lib: Rename tst_run_cmd*() to tst_cmd*() by Petr Vorel · 4 years, 3 months ago
  59. 0c443ca syscalls/timerfd04: Add time namespace test by Cyril Hrubis · 4 years, 4 months ago
  60. d38dbfd syscalls/clock_gettime03: Add basic time namespace test by Cyril Hrubis · 4 years, 4 months ago
  61. 6e7f456 syscalls/clock_nanosleep03: Add test for time namespace by Cyril Hrubis · 4 years, 4 months ago
  62. 8ec4ddc syscalls/sysinfo03: Add time namespace test by Cyril Hrubis · 4 years, 4 months ago
  63. 9852294 Use .needs_cmds by Petr Vorel · 4 years, 4 months ago
  64. f140f1c syscalls/statx01: Fix bug caused by default umask by Zou Wei · 4 years, 3 months ago
  65. dcb7fe4 syscalls/fstat02: Fix bug caused by default umask by Zou Wei · 4 years, 3 months ago
  66. f38f217 runtest/syscalls: add sendmsg03 in runtest-file by Yang Xu · 4 years, 4 months ago
  67. 32164d0 accept4: Remove fallback definitions by Petr Vorel · 4 years, 4 months ago
  68. fb8eddd accept4: Use tst_variant by Petr Vorel · 4 years, 4 months ago
  69. 59faf0f syscalls: Replace GPL with SPDX-License-Identifier by Petr Vorel · 4 years, 4 months ago
  70. e055689 syscalls/open_tree: Set .mount_device to get rid of mounting related code by Viresh Kumar · 4 years, 4 months ago
  71. 5be7052 syscalls/fspick: Set .mount_device to get rid of mounting related code by Viresh Kumar · 4 years, 4 months ago
  72. 38392b8 syscalls: Improve print messages by adding fsconfig command name by Viresh Kumar · 4 years, 4 months ago
  73. 58dc1eb clone301: Add missing <sys/wait.h> by Petr Vorel · 4 years, 4 months ago
  74. 1b0e8dd syscalls/clone3: New tests by Viresh Kumar · 4 years, 4 months ago
  75. 3077f08 syscalls/pidfd_send_signal: Move pidfd_send_signal.h to include/lapi/ by Viresh Kumar · 4 years, 4 months ago
  76. 2eb90d8 syscalls/add_key05: add maxbytes/maxkeys test under unprivileged user by Yang Xu · 4 years, 4 months ago
  77. 680b87c Add connection tests for bind() by Martin Doucha · 4 years, 4 months ago
  78. 75b1c94 syscalls/fspick: Call fsconfig with FSCONFIG_CMD_RECONFIGURE by Viresh Kumar · 4 years, 4 months ago
  79. ad16550 syscalls: Use TTERRNO after TEST() by Petr Vorel · 4 years, 4 months ago
  80. 38bcfbc syscalls/pidfd_send_signal: Use local pointer to verify signal data by Viresh Kumar · 4 years, 4 months ago
  81. 7887030 syscalls/fcntl37: add error test for fcntl with F_SETPIPE_SZ by Yang Xu · 4 years, 5 months ago
  82. c226b37 Add test for CVE-2017-17712 by Martin Doucha · 4 years, 5 months ago
  83. 1b884d9 syscalls/openat2: New tests by Viresh Kumar · 4 years, 4 months ago
  84. 11e140f Add new test cases to syscalls/readv01 by Martin Doucha · 4 years, 4 months ago
  85. 0b29606 Port readv01 to new LTP library by Martin Doucha · 4 years, 4 months ago
  86. 6586a03 syscalls/open_tree: New tests by Viresh Kumar · 4 years, 4 months ago
  87. 0b9182d syscalls/fspick: New tests by Viresh Kumar · 4 years, 4 months ago
  88. 135a352 syscalls/move_mount: New tests by Viresh Kumar · 4 years, 4 months ago
  89. c31bd83 syscalls/fsmount: Add failure tests by Viresh Kumar · 4 years, 4 months ago
  90. efc2c98 syscalls/fsmount: Improve fsmount01 test by Viresh Kumar · 4 years, 4 months ago
  91. c921d3c syscalls/fsconfig: New tests by Viresh Kumar · 4 years, 4 months ago
  92. c7d9b69 syscalls/fsopen: New tests by Viresh Kumar · 4 years, 4 months ago
  93. 42eda46 lapi/fsmount.h: Include "lapi/fcntl.h" by Viresh Kumar · 4 years, 4 months ago
  94. be0bc04 tst_device: Add tst_is_mounted() and tst_is_mounted_at_tmpdir() helpers by Viresh Kumar · 4 years, 4 months ago
  95. 0d1d37a Add test for CVE 2018-1000204 by Martin Doucha · 4 years, 4 months ago
  96. 0c99e15 syscalls/settimeofday02: convert to new library by Yang Xu · 4 years, 4 months ago
  97. c9607c1 syscalls/settimeofday01: convert to new library by Yang Xu · 4 years, 4 months ago
  98. 893399c timerfd/timerfd_settime02: Add a .gitignore entry by Cyril Hrubis · 4 years, 4 months ago
  99. 25a9bbc timerfd: Use safe macros by Petr Vorel · 4 years, 4 months ago
  100. f54ed0e bpf_common.h: Use errno instead of TST_ERR by Yang Xu · 4 years, 4 months ago