1. 5b69374 Since msgmni now scales to the memory size, it may reach big values. To avoid forking 2*msgmni processes and create msgmni msg queues, take the min between the procfs value and MSGMNI (as found in linux/msg.h). by subrata_modak · 16 years ago
  2. ac5aaa6 run_auto.sh file for realtime/func/pthread_kill_latency/ testcase got missed out in first release of realtime tests. This patch adds run_auto.sh for testcase which is required to run this particular test through top-level run script, by, sudhanshu <sudh@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  3. 4ada1ca Here is a second round of cleanup and fixes for the realtime testcases. by subrata_modak · 16 years ago
  4. 440341b Since msgmni now scales to the memory size, it may reach big values. by subrata_modak · 16 years ago
  5. df18bd0 This will address the problem until distros update with latest glibc which has fallocate implementation. This is not extensively tested and built with some assumption like by subrata_modak · 16 years ago
  6. fa449df punt compiled files by vapier · 16 years ago
  7. 00aa832 do not store cache files by vapier · 16 years ago
  8. daf0d86 Patrick Kirsch <pkirsch@suse.de> personally thinks, it would be better to print out the "actual" return code from sysconf call instead of the errno, which may lead to confusion, because the actual return code from the failing sysconf is probably not 0 (as errno is defined in previous context). by subrata_modak · 16 years ago
  9. 6f71efe The problem was the position of the parenthesis, which made "fd" receive the result of the < (lower than) operation, instead of the actual return value from open. This implicates a lot of trouble in any subsequent reference to fd, used in write and mmap. Because of this, mmap was returning an error number (ENODEV), instead of a valid memory address, which created the mprotect trouble. Fix by Jose Otavio Rizzatti Ferreira <joseferr@br.ibm.com> by subrata_modak · 16 years ago
  10. 9850759 Based on the discussion at LKML (http://lkml.org/lkml/2007/11/29/325), Ricardo Salveti de Araujo <rsalveti@linux.vnet.ibm.com> removed the test case that verifies if the pgoff is "valid" by subrata_modak · 16 years ago
  11. 02052d0 Pid Namespace were getting segmentation fault while running on -mm kernel. After debugging by container development team they found the exact root cause. The Page_Size was reset, by, "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  12. 77e42ca Disktest application update to version 1.4.2, by, Brent Yardley <yardleyb@us.ibm.com> by subrata_modak · 16 years ago
  13. 2751f26 mark test_exit as noreturn #1891129 by Marcus Meissner by vapier · 16 years ago
  14. 6b1e83d Build Error Fix by checking for installation of setcap or xattr headers, by, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 16 years ago
  15. 775dceb str_echo function expects a file descriptor & not an address, by, Craig Meier <crmeier@ghs.com> by subrata_modak · 16 years ago
  16. 2b3a030 Let tests send sigchld to unconfined_t. Without this, the selinux testsuite on Fedora 8 hangs at selinux_task_create.sh, by, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 16 years ago
  17. 5bbf9c2 Give Execute Permission to numa01.sh, by, Pradeep K Surisetty <pradeepkumars@in.ibm.com> by subrata_modak · 16 years ago
  18. 936a78c Some Cleanups and running hugetlb independantly by subrata_modak · 16 years ago
  19. 1e9d84b Some code cleanup in PID & SYSVIPC namespace testcases, by, "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  20. d86f5f9 Fix for Don´t call Domain type on test create, by, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 16 years ago
  21. f030fc4 Changes for JANUARY 2008 by subrata_modak · 16 years ago
  22. 883f834 Fix for Build Error issues on NUMA Machine in absence of important RPMs, by, psuriset <psuriset@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  23. 21e6040 Extend the unconfined_runs_test interface in the selinux testsuite policy to allow the test programs to properly report back to the caller, by, Stephen Smalley <sds@tycho.nsa.gov> by subrata_modak · 16 years ago
  24. 0c2e2e2 Adding volatile to avoid the compiler optimization to produce an infinite, by, Carmelo AMOROSO <carmelo.amoroso@st.com>, Haavard Skinnemoen <hskinnemoen@atmel.com> by subrata_modak · 17 years ago
  25. 8c13833 Enhancing runltp to run testcases in desired sequence, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  26. c4fb75e testcase ballista gcc 4.3 conformance, by, Patrick Kirsch <pkirsch@suse.de> by subrata_modak · 17 years ago
  27. 2817ce1 Initial set of Filecaps testcases from Serge, "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 17 years ago
  28. d48c4d0 Fix for generation of HTML output for absolute paths, by, Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  29. e4cf63d Fixing missing argument for open() function when O_CREAT is in the flag, by, Yi Xu <yxu@suse.de> by subrata_modak · 17 years ago
  30. 6aa34d0 Fix for remap_file_pages(01/02) failing on 31(s390) bit linux guest running RHEL4.6, by, joseferr@linux.vnet.ibm.com by subrata_modak · 17 years ago
  31. d14a874 A huge Update to the RT Linux Tree by Sebastien Dugu <sebastien.dugue@bull.net> by subrata_modak · 17 years ago
  32. a2eb14e Removed lkdtm.c.orig by subrata_modak · 17 years ago
  33. b212028 Huge Changes from Cai Qian <qcai@redhat.com>. Please see the Description below: by subrata_modak · 17 years ago
  34. f003a20 "hp_func" should be protected through pthread_mutex or similar, by, Yi Xu <yxu@suse.de> by subrata_modak · 17 years ago
  35. 4376ce8 Still more fix for Randomly generating a no. to avoid the test case to fail, by Sridhar Vinay <vinaysridhar@in.ibm.com> by subrata_modak · 17 years ago
  36. 3d688dd Some fixes for log directory and execute permission to the script, by Sudhanshu Singh <sudh@linux.vnet.ibm.com> and Jeff Burke <jburke@redhat.com> by subrata_modak · 17 years ago
  37. 393869f Jeff Burke <jburke@redhat.com> wanted this unnecessary file to be removed by subrata_modak · 17 years ago
  38. a06f7a0 Randomly generating a no. to avoid the test case to fail, by Sridhar Vinay <vinaysridhar@in.ibm.com> by subrata_modak · 17 years ago
  39. 9b199e3 Terminates the tests if __NR_fadvise64 is 0, by Masatake YAMATO <yamato@redhat.com> by subrata_modak · 17 years ago
  40. 1da4e77 Fix for situations when it fails even on NUMA node, enabling proper identification of nodes, by psuriset <psuriset@linux.ibm.com> by subrata_modak · 17 years ago
  41. 122c603 Testcases contributed by Sharyathi Nagesh <sharyath@in.ibm.com> by subrata_modak · 17 years ago
  42. d885d4a add dependency information for linux_syscall_numbers.h by vapier · 17 years ago
  43. 3840154 Fix various printf strings to correct formatting and remove spaces, by, Randy Dunlap <rdunlap@xenotime.net> by subrata_modak · 17 years ago
  44. 334b043 This solves the configuration issue reported by Santwan <santwana.samantray@in.ibm.com>, and, fixed by Amit Arora <amitarora@in.ibm.com> by subrata_modak · 17 years ago
  45. bad65ca Some more upodates to Reference Policy Checks by "Serge E. Hallyn" <serue@us.ibm.com> by subrata_modak · 17 years ago
  46. ae1219d Changes for DECEMBER 2007 by subrata_modak · 17 years ago
  47. c2aab6c Changed the way Copyrights and License agreements are declared by subrata_modak · 17 years ago
  48. c7d5c36 Initial set of PID Namespace testcase contributed by "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  49. c8aeefb Initial Set of Real Time Linux Test Cases, by Nivedita Singhvi <niv@us.ibm.com> & sudhanshu Singh <sudhanshusingh@in.ibm.com> by subrata_modak · 17 years ago
  50. 2173c48 Updates for Some Copyright and License Declarations by subrata_modak · 17 years ago
  51. 6acdc8e Initial Set of Real Time Linux Test Cases, by Nivedita Singhvi <niv@us.ibm.com> & sudhanshu Singh <sudhanshusingh@in.ibm.com> by subrata_modak · 17 years ago
  52. c8b42f0 tweak config.mk comment to reflect reality by vapier · 17 years ago
  53. ad585d4 A Trivial Fix from Roger Mach <bigmach@us.ibm.com> by subrata_modak · 17 years ago
  54. db5f1fa Reverting Back Stephenś Patch and Applying Jeffś Patch for controlling the tty issue. Also a minor change for the ia64 compile failure. by subrata_modak · 17 years ago
  55. 183de5a Test isn't supported in kernel versions before 2.6.16, by Marco Antonio Fernandes Junior <marcoafj@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  56. e25ecde add syscall list for arm from Riaz Ur Rahaman by vapier · 17 years ago
  57. f798c21 Fixing mincore the way it generates -EFAULT on s390 by setting a stack limit by "ulimit -s <value>" before its execution, by Anoop <anoop.vijayan@in.ibm.com> by subrata_modak · 17 years ago
  58. adc21b6 New NUMA Testcases by psuriset@linux.vnet.ibm.com by subrata_modak · 17 years ago
  59. 5eaf0b6 Se-linux Reference Policy Updates by Stephen Smalley <sds@tycho.nsa.gov> by subrata_modak · 17 years ago
  60. 6153b20 use caps in "generated warning" since people dont read comments by vapier · 17 years ago
  61. 2c97ace Fixing the problem of the resolution for ADDRESS_OF_MAIN, by Mark Ver <markver@us.ibm.com> by subrata_modak · 17 years ago
  62. 498546d New Test Cases sendfile05 sendfile06 and sendfile07 for sendfile and sendfile64 syscall, by Masatake YAMATO <yamato@redhat.com> by subrata_modak · 17 years ago
  63. a0dc8ad Update CLONE_NEWPID as value changed in 2.6.23-rc3-mm2, submitted by Sukadev Bhattiprolu <sukadev@us.ibm.com> by subrata_modak · 17 years ago
  64. 9908666 Changes for NOVEMBER 2007 by subrata_modak · 17 years ago
  65. af3e4c2 Proper Inputs for Memory Reservation for Crask Kernel on various architectures, by Poornima Nayak <Poornima.Nayak@in.ibm.com> by subrata_modak · 17 years ago
  66. f376b48 Forgot to comment the History portion by subrata_modak · 17 years ago
  67. b752e85 Added sendfile64 support and new testcase sendfile04.c in this regard, by Masatake YAMATO <yamato@redhat.com> by subrata_modak · 17 years ago
  68. 08dde6f Added an Option to mail-back LTP reports, by Subrata Modak <subrata@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  69. 9326a85 This does testing for the missing functionalities of MADV_REMOVE, MADV_DONTFORK & MADV_DOFORK, submitted by Pavan, pnaregun@in.ibm.com by subrata_modak · 17 years ago
  70. 04c009e Report TCONF for swapon/off test when run on tmpfs or nfs, submitted by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  71. cb784c1 Fix for master script of LTP kdump (Which tries to copy /proc/config.gz though it's not available), submitted by Cijurajan Kollanoor (cijurajan@in.ibm.com) by subrata_modak · 17 years ago
  72. f1a7cb8 Patch to fix summary script of LTP kdump (can't retrieve LOG correctly), submitted by Lin Feng Shen (shenlinf@cn.ibm.com) by subrata_modak · 17 years ago
  73. 3769639 Add IA64 support to kdump test case, submitted by Cai Qian <qcai@redhat.com> by subrata_modak · 17 years ago
  74. e47fb35 New HTML format for LTP Output by subrata_modak · 17 years ago
  75. b370c3c Changes to prevent fcntl14 test case to crash on uclinux on blackfin board, submitted by Vivi <violetleigh@gmail.com> by subrata_modak · 17 years ago
  76. 9e8dc36 Changes that allows adp to run top on batch mode instead of interactively, submitted by Rafael Folco <rfolco@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  77. 875cc15 Fix for vmcore generation and vmcore verification are at different hours, by Cai Qian <qcai@redhat.com> by subrata_modak · 17 years ago
  78. d8fd8cf Partial updation for IA64 Support, by Cai Qian <qcai@redhat.com> by subrata_modak · 17 years ago
  79. 71d02e5 Fix endless loop hit messages for kdump test case, by Cai Qian <qcai@redhat.com> by subrata_modak · 17 years ago
  80. 179a37a Existing code in LTP Kdump has been enhanced to test dump on network and by subrata_modak · 17 years ago
  81. bad4dde New posix_fadvise and fadvise64 Testcases contributed by Masatake YAMATO <yamato@redhat.com> by subrata_modak · 17 years ago
  82. f18fae9 Adds arm to the architectures where SHMBLA != PAGESIZE, submitted by Khem Raj <kraj@mvista.com> by subrata_modak · 17 years ago
  83. fa9086a Add a lib routine to tell us if we are running on NFS, Submitted by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  84. 87fde72 Close fd's to make running on NFS work, submitted by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  85. 3fddbf6 Close the fd's we open when running on NFS to avoid warnings, submitted by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  86. 6a8f17a Create testfile in tmpdir to be consistent with other tests by Kumar Gala <galak@kernel.crashing.org> by subrata_modak · 17 years ago
  87. ca317e6 Patch to skip read of all /proc/<pid> directories except /proc/self. Therefore, by subrata_modak · 17 years ago
  88. 62e028a Patch to check file permission first, and then skip write-only files, by subrata_modak · 17 years ago
  89. 8dd5f6a This patch allows network stress tests to be run on different subnet by subrata_modak · 17 years ago
  90. afe7002 Make the test working on busybox system, where 'df' command by subrata_modak · 17 years ago
  91. 450ff20 Removing Propreitary and Confidential Information to Suit to GPLv2 License by subrata_modak · 17 years ago
  92. 243eecf Yi Yang <yang.y.yi@gmail.com> fixed some anomalies for ext2/ext3 and creat system call by subrata_modak · 17 years ago
  93. 28d8ff2 Update to OpenHPI 2.10.0 (see www.openhpi.org for more info) by subrata_modak · 17 years ago
  94. 0f3f629 This patch by Jeff Mahoney <jeffm@suse.com> changes the test to use the read-only end of the pipe with PROT_READ permissions, which passes the FMODE_READ check on the file descriptor and returns -ENODEV. by subrata_modak · 17 years ago
  95. 6ec76ea Update to OpenHPI 2.10.1 (see www.openhpi.org for more info) by subrata_modak · 17 years ago
  96. b72cdfe Changes for OCTOBER 2007 by subrata_modak · 17 years ago
  97. dad6e1a Breno Leitao (leitao@linux.vnet.ibm.com) fixed these for running on NFS mounted systems by subrata_modak · 17 years ago
  98. e099b2a Better Ways to Integrate "ltp/tools/genload/stress" with "ltp/runltp" by Ricardo and Subrata, by subrata_modak · 17 years ago
  99. bf831b5 Ricardo (rsalveti@linux.vnet.ibm.com) added another testcase for remap_file_pages() syscall for better error checking by subrata_modak · 17 years ago
  100. 3d72679 Andi Kleen <ak@novell.com> changed the way IN_MOVE_SELF works with old kernel by subrata_modak · 17 years ago