1. 4aafc28 The mq_timedreceive01.c test defines _XOPEN_SOURCE 500 on the beginning but this causes missing prototypes for seteuid() and mq_timedreceive() as they need _XOPEN_SOURCE >= 600. Following patch fixes that. Signed-off-by: Cyril Hrubis chrubis@suse.cz. by Subrata Modak · 14 years ago
  2. e75668f ftruncate04.c: cleanup mandatory locking check. The attached patch tries to cleanup the `mandatory locking' check in the ftruncate04.c testcase. The currently test is made with system(2) and involve calling some external tools ... to determine if the underlying filesystem has `mand' option set. The same result can be easily retrieved with a simple statvfs(2) call and examining the mount flags value. This has been successfully tested on a RHEL5 x86_64 machine. Signed-off-by: Nicolas Joly <njoly@pasteur.fr>. by Subrata Modak · 14 years ago
  3. 6e9c735 New: open("a/", O_NOFOLLOW) fails with ELOOP if "a" is a symbolic link to a directory. Add O_NOFOLLOW open test with trailing slash. In a situation where symlink (say 's') points to a directory, open("s/", O_NOFOLLOW) should succeed. Check for this. Signed-off-by: Jan Kara <jack@suse.cz>. by Subrata Modak · 14 years ago
  4. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  5. 0ce7093 NetNS test fixes: By the way, these tests appear to start up sshd for no reason other than possibly checking that basic sockets work in the netns. Given the frailty and required setup of the "ftp" test, I think it would be better to replace it with a test using netcat and then yank the sshd bits from the ping tests. by Subrata Modak · 14 years ago
  6. 3aabc94 Most of these are belated cleanup after the move to using /opt/ltp. But come on, replacing 'return' with tst_exit(), are you just trying to mess with my head? by Subrata Modak · 14 years ago
  7. c98956b The MAX_CLOCKS supported by the kernel is 16. But the kernel may not have all the clock sources defined in the range 0-15. Hence, to test whether kernel returns error for an INVALID clock source id, we should use the upper limit MAX_CLOCKS (16 at the moment). But to verify the the defined clocks work fine, we should loop through the "list" of clock sources defined for sure. MAX_CLOCKS marsk the end of the clock sources in the array. by Subrata Modak · 14 years ago
  8. f0be8b0 We should to check the return value of trigger_eventfd_overflow() in overflow_poll_test(). by Subrata Modak · 14 years ago
  9. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  10. 5936767 pidns30 fix by Rishikesh K Rajak · 14 years ago
  11. 742cfad Fix for mqns by Serge. by Rishikesh K Rajak · 14 years ago
  12. acaf3cd Merge branch 'master' into next by Rishikesh K Rajak · 14 years ago
  13. 23e7806 Running the ltp suite on ChromeOS (x86 with a 2.6.32 kernel) fails linkat01 by Rishikesh K Rajak · 14 years ago
  14. 5162b71 prio-wake: avoid glibc to kernel sleep race by Rishikesh K Rajak · 14 years ago
  15. d0605c4 msgctl10() un-necessarily eats up all the PIDs of the system leading to by Rishikesh K Rajak · 14 years ago
  16. adf53e6 Script utimensat_tests.sh deletes the test it is executing instead of deleting by Rishikesh K Rajak · 14 years ago
  17. 4eca2b5 Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  18. 6fc71a4 merge with pu branch changed by Garret by Rishikesh K Rajak · 14 years ago
  19. 1ff0128 Correct comment so that it filters its way up to next (eventually). by Garrett Cooper · 14 years ago
  20. c150e9b I tried "eventfd01" test in my system. by Rishikesh K Rajak · 14 years ago
  21. eaf7322 I found out that "-)20" test of "ar01" failed once in a while. by Rishikesh K Rajak · 14 years ago
  22. cc7c703 I tried to build by using yesterday's git in my system (RHEL4.8 x86). by Rishikesh K Rajak · 14 years ago
  23. 2a276cf I found two problems in mail test. by Rishikesh K Rajak · 14 years ago
  24. a9d5600 I tried "hugemmap", "hugeshmat", "hugeshmctl", "hugeshmdt" and by Rishikesh K Rajak · 14 years ago
  25. 2e27147 Note #define vs enum conformance issue with signal_h/26-1.c by Garrett Cooper · 14 years ago
  26. 2eb2342 Fix more deprecated malloc.h includes. by Garrett Cooper · 14 years ago
  27. 5da1b33 Fix incorrect / missing included headers. by Garrett Cooper · 14 years ago
  28. e90e013 Fix a typo and add a missing definition for non-Linux platforms. by Garrett Cooper · 14 years ago
  29. 001227f Fix a rookie typo with #ifdef vs #if defined() by Garrett Cooper · 14 years ago
  30. 1d67dc1 Add proper checks for Linux and the BSDs. by Garrett Cooper · 14 years ago
  31. f50539e Modified nets/Makefile for appending one file which needs in /opt/ltp/tetscases/bin directory while install. by Rishikesh K Rajak · 14 years ago
  32. 4ccf108 NETNS tests from containers fails to execute with following message by Rishikesh K Rajak · 14 years ago
  33. 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 14 years ago
  34. c58cf0c cgroup_fj_release_agent is not getting installed as it does not end with *.sh. by Rishikesh K Rajak · 14 years ago
  35. 566d1af Merge commit '391e757d43b3ac33a4a435e319ee77b1daa6da76' by Rishikesh K Rajak · 14 years ago
  36. 391e757 Fix the proper return for testcase. by Rishikesh K Rajak · 14 years ago
  37. 008f0d2 These warning will appear when HAVE_LIBCAP is not defined. by Rishikesh K Rajak · 14 years ago
  38. b72a24c Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  39. f102fd9 I have tested these on MIPS architecture and reproduced infinite by Rishikesh K Rajak · 14 years ago
  40. 7ad2418 while running i found some unwanted messages and fixed those. You can Ack if it is correct fix. by Rishikesh K Rajak · 14 years ago
  41. c65b705 Remaining patch for new file addition for commit:6e3dd83d9f575d98d76b8b3f642ad6e8793dbdfc by Rishikesh K Rajak · 14 years ago
  42. 95a376d As pointed out by Cheng Shun Xia one of open posix conformace tests is testing by Rishikesh K Rajak · 14 years ago
  43. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  44. c700433 Attached patch fixes possible buffer oveflow in sem_getvalue tests (the buffer by Rishikesh K Rajak · 14 years ago
  45. e7ed287 This commit contains Linux RTC device driver test cases. by Rishikesh K Rajak · 14 years ago
  46. 0a52859 Adding a wordy informationi, 2005 here represents as year not version of kernels. by Rishikesh K Rajak · 14 years ago
  47. 00c8b34 Merge branch 'master' of ssh://yaberauneya@ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  48. 007dce5 Hi, by Garrett Cooper · 14 years ago
  49. 7376949 To run filecap test, checkforlibcap.sh file is required to be there in /opt/ltp/testcases/bin by Rishikesh K Rajak · 14 years ago
  50. 1a5506c Fix make filed,, reported by Shi Weihua <shiwh@cn.fujitsu.com> by Rishikesh K Rajak · 14 years ago
  51. 48c52fc Instead of LIBS, it should be LDLIBS in container/Makefile by Rishikesh K Rajak · 14 years ago
  52. bdfe0b2 Adding check_for_unshare.c file and linking the porper lib. by Rishikesh K Rajak · 14 years ago
  53. 716d298 Quick fix for build failure with 8th Mar master tree. by Rishikesh K Rajak · 14 years ago
  54. 5885439 Commenting "make all" in run_freezer.sh file as it is stopping to run by Rishikesh K Rajak · 14 years ago
  55. 63f0a8f libcgroup_freezer , pushd/popd removal. by Rishikesh K Rajak · 14 years ago
  56. 71256e1 Clean up comment to note the actual problem. It was confusing before. by Garrett Cooper · 14 years ago
  57. 6d722f4 Use $TMP (which defaults to /tmp) rather than /tmp as $TMP can be parameterized via runltp, et all. by Garrett Cooper · 14 years ago
  58. fb5821d Replace pushd / popd with proper cd logic as busybox doesn't have pushd / popd. by Garrett Cooper · 14 years ago
  59. 4a1e63a Fix _GNU_SOURCES macro requirement error. by Garrett Cooper · 14 years ago
  60. 223e12e Fix install for cgroup_fj_testcases. by Garrett Cooper · 14 years ago
  61. 49010e5 Replace pushd // popd with cd calls. by Garrett Cooper · 14 years ago
  62. 91ec53d Correct setuid() logic for "nobody" uid. by Garrett Cooper · 14 years ago
  63. 373c91c Remove unused variable $str based on closer inspection via git commit history. by Garrett Cooper · 14 years ago
  64. 50b265b Fix style in runfstests.sh by Garrett Cooper · 14 years ago
  65. 31d0645 Hi All, by Garrett Cooper · 14 years ago
  66. b3fb75d Clean up some logic. by Garrett Cooper · 14 years ago
  67. baf5c4c ... Finish off cleanup: by Garrett Cooper · 14 years ago
  68. 08941a3 1. POSIXify. 2. Cleanup space. by Garrett Cooper · 14 years ago
  69. 7edded4 1. POSIXify. 2. Clean up whitespace. 3. Make more relative-path agnostic. by Garrett Cooper · 14 years ago
  70. b7306d6 1. POSIXify. 2. Convert over to tst_resm(1), like hotplug01.sh by Garrett Cooper · 14 years ago
  71. 37ef401 1. POSIXify 2. Clean up test. 3. Make more path agnostic. by Garrett Cooper · 14 years ago
  72. c0e37ca 1. Add default kernel source dir as /usr/src/linux. 2. Clean up indentation. by Garrett Cooper · 14 years ago
  73. a3bd68b Fix indentation. by Garrett Cooper · 14 years ago
  74. ca0d5a5 POSIXify. by Garrett Cooper · 14 years ago
  75. 48ae82c All for parameterized $TMP. by Garrett Cooper · 14 years ago
  76. b1b5563 Remove bashisms. Clean up. by Garrett Cooper · 14 years ago
  77. 099b86b Install in testcases/bin/cpu_hotplug to avoid collision with installed filenames. by Garrett Cooper · 14 years ago
  78. 84e0adc Make alphabetical ordering more apparent by adding a comment. by Garrett Cooper · 14 years ago
  79. fed2457 Fix order by properly alphabetizing it again. by Garrett Cooper · 14 years ago
  80. 87dadac Remove unnecessary variable set; all MAKE_TARGETS get added to INSTALL_TARGETS. by Garrett Cooper · 14 years ago
  81. 909edbc (cpu_hotplugin_makefile.patch) to execute cpuhotplugin test. by Rishikesh K Rajak · 14 years ago
  82. d822fce Merge branch 'next' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Rishikesh K Rajak · 14 years ago
  83. b60acfe Inspite of memcg kernel support being available, memcg_[functional|regression by Garrett Cooper · 14 years ago
  84. ca619b2 Revertin the commit d40fd32af0d0ad7713b0cf6cd23daf1ee639d479 for now. by Rishikesh K Rajak · 14 years ago
  85. d40fd32 I have found abnormal behavior of sem_post/8-1.c test case under posix. by Rishikesh K Rajak · 14 years ago
  86. 08c16de I have observed that the 'createfile.c' in by Rishikesh K Rajak · 14 years ago
  87. 88a1dde Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  88. c654435 Inspite of memcg kernel support being available, memcg_[functional|regression by Rishikesh K Rajak · 14 years ago
  89. c0b8157 New testcase added by Naufal. by Rishikesh K Rajak · 14 years ago
  90. e180e61 Reverting the commit id: 3bc8ecdb69b29436e2987173ffdd7244d8897942 by Rishikesh K Rajak · 14 years ago
  91. 3bc8ecd Signed-off-by Mohamed Naufal Basheer <naufal11@gmail.com> by Rishikesh K Rajak · 14 years ago
  92. 6518012 Hi by Rishikesh K Rajak · 14 years ago
  93. 0094e1a Do a minor bit of cleanup with the README. by Garrett Cooper · 14 years ago
  94. 90e3e1e Remove space. by Garrett Cooper · 14 years ago
  95. 85a1755 Finish up the remainder of the needed commits to fix the segfault issues with the rt_sig* syscalls. by Garrett Cooper · 14 years ago
  96. 135924f Fix rt_sigsuspend01, as per the patches provided s.t. it will pass on x86_64. by Garrett Cooper · 14 years ago
  97. 64fd967 Fudge code provided by Liu Bo a bit to make it fit ltp_signal.h; most of by Garrett Cooper · 14 years ago
  98. a15d642 Add fud for CLOCK_MONOTONIC_RAW, even though (FWIW) it doesn't work on by Garrett Cooper · 14 years ago
  99. 36e9e44 Fix typo. by Garrett Cooper · 14 years ago
  100. be744da Clean up the test.. It was a royal mess before. by Garrett Cooper · 14 years ago