1. a9ff0b5 We need to add the below entry: by Subrata Modak · 14 years ago
  2. f2e36d9 TOMOYO Linux update. Update test programs for TOMOYO LSM module. This patch updates test programs for TOMOYO 2.3 which will be included into Linux kernel 2.6.36. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>. by Subrata Modak · 14 years ago
  3. 7f20a3a Fix ext4_subdir_limit fix: We get the following error results since the if condition in ext4_subdir_limit_tset.sh does not work fine. The patch fixes this issue. by Subrata Modak · 14 years ago
  4. 76ec975 Fix for UTIMENSAT test fails hugely: This patch installs the trap for cleanup_test which removes the sudoers file only if it was installed by utimensat script, and also takes care of detecting whether sudo knows about the -n option. Signed-Off-By: <hyei@mvista.com>. by Subrata Modak · 14 years ago
  5. 91f337f fix io_xxxx Makefiles: by Subrata Modak · 14 years ago
  6. 4e94765 Timer related syscalls for LTP test: Signed-off-by: Suzuki K P <suzuki@in.ibm.com>, by Subrata Modak · 14 years ago
  7. 82f8e8f Following set of patches applies functional changes in pi-tests for better reliability in recent kernels and their order is: by Subrata Modak · 14 years ago
  8. e1c39ef realtime: code cleanup on pi-tests to adapt C coding standard: Following bulk of patches applies the coding style in pi-tests to follow the C coding standard. All are tested and they go in order: by Subrata Modak · 14 years ago
  9. c81df62 Following patch adds "return NULL;" to the function returning void* in math float tests. This change silences compiler warnings. Signed-off-by: Cyril Hrubis chrubis@suse.cz. by Subrata Modak · 14 years ago
  10. 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
  11. 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
  12. 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
  13. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  14. 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
  15. 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
  16. 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
  17. f0be8b0 We should to check the return value of trigger_eventfd_overflow() in overflow_poll_test(). by Subrata Modak · 14 years ago
  18. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  19. 5936767 pidns30 fix by Rishikesh K Rajak · 14 years ago
  20. 742cfad Fix for mqns by Serge. by Rishikesh K Rajak · 14 years ago
  21. acaf3cd Merge branch 'master' into next by Rishikesh K Rajak · 14 years ago
  22. 23e7806 Running the ltp suite on ChromeOS (x86 with a 2.6.32 kernel) fails linkat01 by Rishikesh K Rajak · 14 years ago
  23. 5162b71 prio-wake: avoid glibc to kernel sleep race by Rishikesh K Rajak · 14 years ago
  24. d0605c4 msgctl10() un-necessarily eats up all the PIDs of the system leading to by Rishikesh K Rajak · 14 years ago
  25. adf53e6 Script utimensat_tests.sh deletes the test it is executing instead of deleting by Rishikesh K Rajak · 14 years ago
  26. 4eca2b5 Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  27. 6fc71a4 merge with pu branch changed by Garret by Rishikesh K Rajak · 14 years ago
  28. 1ff0128 Correct comment so that it filters its way up to next (eventually). by Garrett Cooper · 14 years ago
  29. c150e9b I tried "eventfd01" test in my system. by Rishikesh K Rajak · 14 years ago
  30. eaf7322 I found out that "-)20" test of "ar01" failed once in a while. by Rishikesh K Rajak · 14 years ago
  31. cc7c703 I tried to build by using yesterday's git in my system (RHEL4.8 x86). by Rishikesh K Rajak · 14 years ago
  32. 2a276cf I found two problems in mail test. by Rishikesh K Rajak · 14 years ago
  33. a9d5600 I tried "hugemmap", "hugeshmat", "hugeshmctl", "hugeshmdt" and by Rishikesh K Rajak · 14 years ago
  34. 2e27147 Note #define vs enum conformance issue with signal_h/26-1.c by Garrett Cooper · 14 years ago
  35. 2eb2342 Fix more deprecated malloc.h includes. by Garrett Cooper · 14 years ago
  36. 5da1b33 Fix incorrect / missing included headers. by Garrett Cooper · 14 years ago
  37. e90e013 Fix a typo and add a missing definition for non-Linux platforms. by Garrett Cooper · 14 years ago
  38. 001227f Fix a rookie typo with #ifdef vs #if defined() by Garrett Cooper · 14 years ago
  39. 1d67dc1 Add proper checks for Linux and the BSDs. by Garrett Cooper · 14 years ago
  40. 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
  41. 4ccf108 NETNS tests from containers fails to execute with following message by Rishikesh K Rajak · 14 years ago
  42. 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 14 years ago
  43. c58cf0c cgroup_fj_release_agent is not getting installed as it does not end with *.sh. by Rishikesh K Rajak · 14 years ago
  44. 566d1af Merge commit '391e757d43b3ac33a4a435e319ee77b1daa6da76' by Rishikesh K Rajak · 14 years ago
  45. 391e757 Fix the proper return for testcase. by Rishikesh K Rajak · 14 years ago
  46. 008f0d2 These warning will appear when HAVE_LIBCAP is not defined. by Rishikesh K Rajak · 14 years ago
  47. b72a24c Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  48. f102fd9 I have tested these on MIPS architecture and reproduced infinite by Rishikesh K Rajak · 14 years ago
  49. 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
  50. c65b705 Remaining patch for new file addition for commit:6e3dd83d9f575d98d76b8b3f642ad6e8793dbdfc by Rishikesh K Rajak · 14 years ago
  51. 95a376d As pointed out by Cheng Shun Xia one of open posix conformace tests is testing by Rishikesh K Rajak · 14 years ago
  52. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  53. c700433 Attached patch fixes possible buffer oveflow in sem_getvalue tests (the buffer by Rishikesh K Rajak · 14 years ago
  54. e7ed287 This commit contains Linux RTC device driver test cases. by Rishikesh K Rajak · 14 years ago
  55. 0a52859 Adding a wordy informationi, 2005 here represents as year not version of kernels. by Rishikesh K Rajak · 14 years ago
  56. 00c8b34 Merge branch 'master' of ssh://yaberauneya@ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Garrett Cooper · 14 years ago
  57. 007dce5 Hi, by Garrett Cooper · 14 years ago
  58. 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
  59. 1a5506c Fix make filed,, reported by Shi Weihua <shiwh@cn.fujitsu.com> by Rishikesh K Rajak · 14 years ago
  60. 48c52fc Instead of LIBS, it should be LDLIBS in container/Makefile by Rishikesh K Rajak · 14 years ago
  61. bdfe0b2 Adding check_for_unshare.c file and linking the porper lib. by Rishikesh K Rajak · 14 years ago
  62. 716d298 Quick fix for build failure with 8th Mar master tree. by Rishikesh K Rajak · 14 years ago
  63. 5885439 Commenting "make all" in run_freezer.sh file as it is stopping to run by Rishikesh K Rajak · 14 years ago
  64. 63f0a8f libcgroup_freezer , pushd/popd removal. by Rishikesh K Rajak · 14 years ago
  65. 71256e1 Clean up comment to note the actual problem. It was confusing before. by Garrett Cooper · 14 years ago
  66. 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
  67. fb5821d Replace pushd / popd with proper cd logic as busybox doesn't have pushd / popd. by Garrett Cooper · 14 years ago
  68. 4a1e63a Fix _GNU_SOURCES macro requirement error. by Garrett Cooper · 14 years ago
  69. 223e12e Fix install for cgroup_fj_testcases. by Garrett Cooper · 14 years ago
  70. 49010e5 Replace pushd // popd with cd calls. by Garrett Cooper · 14 years ago
  71. 91ec53d Correct setuid() logic for "nobody" uid. by Garrett Cooper · 14 years ago
  72. 373c91c Remove unused variable $str based on closer inspection via git commit history. by Garrett Cooper · 14 years ago
  73. 50b265b Fix style in runfstests.sh by Garrett Cooper · 14 years ago
  74. 31d0645 Hi All, by Garrett Cooper · 14 years ago
  75. b3fb75d Clean up some logic. by Garrett Cooper · 14 years ago
  76. baf5c4c ... Finish off cleanup: by Garrett Cooper · 14 years ago
  77. 08941a3 1. POSIXify. 2. Cleanup space. by Garrett Cooper · 14 years ago
  78. 7edded4 1. POSIXify. 2. Clean up whitespace. 3. Make more relative-path agnostic. by Garrett Cooper · 14 years ago
  79. b7306d6 1. POSIXify. 2. Convert over to tst_resm(1), like hotplug01.sh by Garrett Cooper · 14 years ago
  80. 37ef401 1. POSIXify 2. Clean up test. 3. Make more path agnostic. by Garrett Cooper · 14 years ago
  81. c0e37ca 1. Add default kernel source dir as /usr/src/linux. 2. Clean up indentation. by Garrett Cooper · 14 years ago
  82. a3bd68b Fix indentation. by Garrett Cooper · 14 years ago
  83. ca0d5a5 POSIXify. by Garrett Cooper · 14 years ago
  84. 48ae82c All for parameterized $TMP. by Garrett Cooper · 14 years ago
  85. b1b5563 Remove bashisms. Clean up. by Garrett Cooper · 14 years ago
  86. 099b86b Install in testcases/bin/cpu_hotplug to avoid collision with installed filenames. by Garrett Cooper · 14 years ago
  87. 84e0adc Make alphabetical ordering more apparent by adding a comment. by Garrett Cooper · 14 years ago
  88. fed2457 Fix order by properly alphabetizing it again. by Garrett Cooper · 14 years ago
  89. 87dadac Remove unnecessary variable set; all MAKE_TARGETS get added to INSTALL_TARGETS. by Garrett Cooper · 14 years ago
  90. 909edbc (cpu_hotplugin_makefile.patch) to execute cpuhotplugin test. by Rishikesh K Rajak · 14 years ago
  91. d822fce Merge branch 'next' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev by Rishikesh K Rajak · 14 years ago
  92. b60acfe Inspite of memcg kernel support being available, memcg_[functional|regression by Garrett Cooper · 14 years ago
  93. ca619b2 Revertin the commit d40fd32af0d0ad7713b0cf6cd23daf1ee639d479 for now. by Rishikesh K Rajak · 14 years ago
  94. d40fd32 I have found abnormal behavior of sem_post/8-1.c test case under posix. by Rishikesh K Rajak · 14 years ago
  95. 08c16de I have observed that the 'createfile.c' in by Rishikesh K Rajak · 14 years ago
  96. 88a1dde Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  97. c654435 Inspite of memcg kernel support being available, memcg_[functional|regression by Rishikesh K Rajak · 14 years ago
  98. c0b8157 New testcase added by Naufal. by Rishikesh K Rajak · 14 years ago
  99. e180e61 Reverting the commit id: 3bc8ecdb69b29436e2987173ffdd7244d8897942 by Rishikesh K Rajak · 14 years ago
  100. 3bc8ecd Signed-off-by Mohamed Naufal Basheer <naufal11@gmail.com> by Rishikesh K Rajak · 14 years ago