1. 9e365e8 semctl01 and shmctl01 will hang during uClinux test: ltp test case shmctl01 and semctl01 can not execute. When press ctrl and c, it can not exist. by Subrata Modak · 14 years ago
  2. 65f7070 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  3. 785ef40 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  4. bd2dce1 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  5. a9e2238 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  6. 5305c4a From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  7. a21dab2 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  8. b4f57c7 From: gowrishankar <gowrishankar.m@linux.vnet.ibm.com> by Subrata Modak · 14 years ago
  9. 76a720a While executing the ltp on an nfs root mounted system, I faced a problem with some of the ltp test cases. These tests either did not close their file descriptors or did no unmap the mmaped files. This results in a failures while trying to clean up the temporary directory of the testcase. I have fixed all of the above tests with the following patch. Signed-off-by: Darshak P Shah<darshaks@linux.vnet.ibm.com>, by Subrata Modak · 14 years ago
  10. 13adcb0 ima_measure doesn't build correctly. It needs config.h to determine whether openssl headers are present, and verbose needs to be global. Broken by commit ef77253961f909f87e82e6d2b620e87af33e9665. by Subrata Modak · 14 years ago
  11. 04b500a fix hugetlb tests: I want to suggest a patch for hugetlb tests. There are "-c" options in this "${LTPROOT}/runtest/hugetlb" file: by Subrata Modak · 14 years ago
  12. 0591a5d [PATCH] realtime: rearrange the pthread attr functions order in librttest, by Subrata Modak · 14 years ago
  13. 66c15ba [PATCH] realtime: fix min and max calculations in matrix multiplication test. by Subrata Modak · 14 years ago
  14. 95e8b61 Fix issue where growfiles tests still not creating temp files in directory specified by TMPDIR as expected. This is an updated patch which changes the arguments for gf12, gf13 test to use the named pipes created by mkfifo properly, rather then the ordinary file created by and incorporates the previous changes. Hopefully that catches everything, these fs tests are quite hard to interpret. A previous patch that attempts to force tests to use the TMPDIR env variable is incomplete. This patch fixes growfiles test arguments in the fs scenario. by Subrata Modak · 14 years ago
  15. 73c785f I want to suggest a patch for #2 test of "mail_tests.sh". The failure of #2 is as following: by Subrata Modak · 14 years ago
  16. 82d3ded echo test is failing with the below errors as we didn't initialized the 'addrlen' parameter of getsockname. by Subrata Modak · 14 years ago
  17. a9ff0b5 We need to add the below entry: by Subrata Modak · 14 years ago
  18. 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
  19. 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
  20. 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
  21. 91f337f fix io_xxxx Makefiles: by Subrata Modak · 14 years ago
  22. 6a19cb6 It seems like file runtest/fs_perms_simple doesn't made it into ltp-dev git tree (also it seems to be included in the patch). by Subrata Modak · 14 years ago
  23. 4e94765 Timer related syscalls for LTP test: Signed-off-by: Suzuki K P <suzuki@in.ibm.com>, by Subrata Modak · 14 years ago
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. ca758b7 fix fs_perms tests. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by Subrata Modak · 14 years ago
  31. 440fa0f Add an Option '-K' to Create dmesg logs for each test: by Subrata Modak · 14 years ago
  32. bd9d440 Add an Option '-K' to Create dmesg logs for each test: by Subrata Modak · 14 years ago
  33. 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
  34. 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
  35. 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
  36. f0be8b0 We should to check the return value of trigger_eventfd_overflow() in overflow_poll_test(). by Subrata Modak · 14 years ago
  37. 3e113a2 Changelog update till 30th April 2010. by Rishikesh K Rajak · 14 years ago
  38. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  39. 5936767 pidns30 fix by Rishikesh K Rajak · 14 years ago
  40. 742cfad Fix for mqns by Serge. by Rishikesh K Rajak · 14 years ago
  41. e6dc1b4 While packaging ltp-full-20100228 I've found out that man files are installed by Rishikesh K Rajak · 14 years ago
  42. 40f8829 Merge branch 'pu' by Rishikesh K Rajak · 14 years ago
  43. acaf3cd Merge branch 'master' into next by Rishikesh K Rajak · 14 years ago
  44. c2ce536 Generating HTML Output.....!! by Rishikesh K Rajak · 14 years ago
  45. d9f3d25 The test_fs_bind testscript hangs indefinitely when run on a machine by Rishikesh K Rajak · 14 years ago
  46. 23e7806 Running the ltp suite on ChromeOS (x86 with a 2.6.32 kernel) fails linkat01 by Rishikesh K Rajak · 14 years ago
  47. 5162b71 prio-wake: avoid glibc to kernel sleep race by Rishikesh K Rajak · 14 years ago
  48. d0605c4 msgctl10() un-necessarily eats up all the PIDs of the system leading to by Rishikesh K Rajak · 14 years ago
  49. adf53e6 Script utimensat_tests.sh deletes the test it is executing instead of deleting by Rishikesh K Rajak · 14 years ago
  50. 1c9ec5e Merge branches 'next' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  51. 4eca2b5 Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  52. 6fc71a4 merge with pu branch changed by Garret by Rishikesh K Rajak · 14 years ago
  53. 1ff0128 Correct comment so that it filters its way up to next (eventually). by Garrett Cooper · 14 years ago
  54. c150e9b I tried "eventfd01" test in my system. by Rishikesh K Rajak · 14 years ago
  55. eaf7322 I found out that "-)20" test of "ar01" failed once in a while. by Rishikesh K Rajak · 14 years ago
  56. cc7c703 I tried to build by using yesterday's git in my system (RHEL4.8 x86). by Rishikesh K Rajak · 14 years ago
  57. 2a276cf I found two problems in mail test. by Rishikesh K Rajak · 14 years ago
  58. a9d5600 I tried "hugemmap", "hugeshmat", "hugeshmctl", "hugeshmdt" and by Rishikesh K Rajak · 14 years ago
  59. 2e27147 Note #define vs enum conformance issue with signal_h/26-1.c by Garrett Cooper · 14 years ago
  60. 2eb2342 Fix more deprecated malloc.h includes. by Garrett Cooper · 14 years ago
  61. 5da1b33 Fix incorrect / missing included headers. by Garrett Cooper · 14 years ago
  62. e90e013 Fix a typo and add a missing definition for non-Linux platforms. by Garrett Cooper · 14 years ago
  63. 001227f Fix a rookie typo with #ifdef vs #if defined() by Garrett Cooper · 14 years ago
  64. 1d67dc1 Add proper checks for Linux and the BSDs. by Garrett Cooper · 14 years ago
  65. 4837fee Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  66. aabf191 Added a new file called result where maintainer need to provide the result on which he has run before releasing the tar ball for month end release. by Rishikesh K Rajak · 14 years ago
  67. 3bf5147 Merge branches 'next' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  68. 44fba94 Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  69. 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
  70. 4ccf108 NETNS tests from containers fails to execute with following message by Rishikesh K Rajak · 14 years ago
  71. aca4428 Added Maintainer Notes new file by Rishikesh K Rajak · 14 years ago
  72. d2a9b9d Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  73. 613db22 Changelog from 2010-03-01 to 2010-03-31 by Rishikesh K Rajak · 14 years ago
  74. 69d19f3 Merge branches 'next' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  75. 36f76e8 Merge branches 'master' and 'next' into next by Rishikesh K Rajak · 14 years ago
  76. 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 14 years ago
  77. 18a3509 Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  78. 8b062bf Merge branches 'pu' and 'next' into next by Rishikesh K Rajak · 14 years ago
  79. f269fc8 ./runltp -f fs_readonly fails with: by Rishikesh K Rajak · 14 years ago
  80. f5f06f4 Merge branches 'maint' and 'pu' into pu by Rishikesh K Rajak · 14 years ago
  81. df6f698 Merge branches 'maint' and 'next' into next by Rishikesh K Rajak · 14 years ago
  82. 3759a04 Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  83. c58cf0c cgroup_fj_release_agent is not getting installed as it does not end with *.sh. by Rishikesh K Rajak · 14 years ago
  84. 566d1af Merge commit '391e757d43b3ac33a4a435e319ee77b1daa6da76' by Rishikesh K Rajak · 14 years ago
  85. 391e757 Fix the proper return for testcase. by Rishikesh K Rajak · 14 years ago
  86. 008f0d2 These warning will appear when HAVE_LIBCAP is not defined. by Rishikesh K Rajak · 14 years ago
  87. b72a24c Merge branches 'maint' and 'master' by Rishikesh K Rajak · 14 years ago
  88. f102fd9 I have tested these on MIPS architecture and reproduced infinite by Rishikesh K Rajak · 14 years ago
  89. 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
  90. 2df915d Revert "I have found abnormal behavior of sem_post/8-1.c test case under posix." by Rishikesh K Rajak · 14 years ago
  91. c65b705 Remaining patch for new file addition for commit:6e3dd83d9f575d98d76b8b3f642ad6e8793dbdfc by Rishikesh K Rajak · 14 years ago
  92. 95a376d As pointed out by Cheng Shun Xia one of open posix conformace tests is testing by Rishikesh K Rajak · 14 years ago
  93. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  94. 96a4822 Merge branches 'next' and 'master' by Rishikesh K Rajak · 14 years ago
  95. c700433 Attached patch fixes possible buffer oveflow in sem_getvalue tests (the buffer by Rishikesh K Rajak · 14 years ago
  96. 4d574b9 Merge branch 'next' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev into next by Rishikesh K Rajak · 14 years ago
  97. e7ed287 This commit contains Linux RTC device driver test cases. by Rishikesh K Rajak · 14 years ago
  98. 965127e Merge branches 'pu' and 'maint' into maint by Rishikesh K Rajak · 14 years ago
  99. 0a52859 Adding a wordy informationi, 2005 here represents as year not version of kernels. by Rishikesh K Rajak · 14 years ago
  100. d05498f Merge branches 'master' and 'pu' into pu by Rishikesh K Rajak · 14 years ago