1. 5358736 Dependency for all was wrong. by yaberauneya · 15 years ago
  2. 83eb2d1 This proposed change makes linktest.pl into linktest.sh, to avoid missing coverage with symlinks and hardlinks due to a lacking perl dependency on the target host. by yaberauneya · 15 years ago
  3. 02b7b33 Add comment about testcases/commands/unzip/unzip01. by yaberauneya · 15 years ago
  4. de0b165 Forgot to checkin Makefile to reenable aio02. by yaberauneya · 15 years ago
  5. 5cb8cd5 Add a note about testcases/network/multicast needing fixing. by yaberauneya · 15 years ago
  6. e3e0390 Note the fact that testcases/network/rpc/rpc-tirpc-full-test-suite needs to be integrated with Makefiles in order to function at install. by yaberauneya · 15 years ago
  7. c12ea91 tmpcmds.sh was renamed to net_cmdlib.sh by yaberauneya · 15 years ago
  8. 81ed641 And of course I used the wrong string substitution -.-... let's just change that back to $(dirname)... by yaberauneya · 15 years ago
  9. ea0d619 I accidentally coded in the wrong IP address values (all the same) and change the semantic from 181 - 184 to 180 - 183. Changing to be correct and consistent. by yaberauneya · 15 years ago
  10. e98baf1 1. My Gentoo system lacks the ip utility, which is required for this by yaberauneya · 15 years ago
  11. 7ef2c62 The output format for tst_res.c changed in rev 1.9 so it now prefixes T to the failure codes (BROK, CONF, FAIL, PASS). This change updates the parser so that it properly parses the results information from the output log. by yaberauneya · 15 years ago
  12. 0f42208 Don't forget to copy over IDcheck.sh. by yaberauneya · 15 years ago
  13. b8ee435 Remove this test and itś reference anywhere as requested by Cyril Hrubis <chrubis@suse.cz>. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  14. da124b9 Just another printf cleanup: attached patch fixes some more printf formating issues as well as some coding style errors. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  15. 3311a25 fix possible tst_xxx buffer overrun: Following patch fixes tst_** functions that would segfault for printing messages longer than 2048 chars. Now such message is truncated. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  16. ec27747 fix memcg_function_test's bug: testcase_25() uses a wrong "$?" value , Now use "ret" to record the real "$?" value for test. Signed-off-by: Liu Bo <liubo-fnst@cn.fujitsu.com>. by subrata_modak · 15 years ago
  17. ce93bf4 realtime: Remove printing of cpu affinity masks in pi-tests: Some tests under realtime/func/pi-tests in LTP display junk values for cpu affinity masks: by subrata_modak · 15 years ago
  18. 8266c29 Remove `verbose mode' from runltp*: by subrata_modak · 15 years ago
  19. 09576f8 IMA tcb policy: Dependency section update. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>. by subrata_modak · 15 years ago
  20. 1caeef8 Fix false success for exp test: if I get it right there is error in ltp-full-20090831/testcases/misc/math/float/exp_log/genexp.c (see genexp_resfile.patch). Resulting file exp_out.ref is wrong, but it is not catch by test - nan_compare.patch make correct nan comparison. Signed-off-by: Pavel Kiryukhin <vksavl@gmail.com>. by subrata_modak · 15 years ago
  21. 8b57114 network: fix rpc use rsh instead of ssh: rpcinfo01 testcase use ssh to run command on remote machine, which will prompt for authentication and password. I think it is a typo because all network tests use rsh. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
  22. 7c70803 utimes: fix failure of utimes01: In /testcases/kernel/syscalls/utimes, case02 expects "EACCES" error. According to utimes's manual: EACCES times is NULL, the caller’s effective user ID does not match the owner of the file, the caller does not have write access to the file, and the caller is not privileged (Linux: does not have either the CAP_DAC_OVERRIDE or the CAP_FOWNER capability). However, now case02's times is not NULL so that it can only get "EPERM". So, change case02's times to NULL to reach its expect. This patch fixes the problem. Signed-off-by: Liu Bo <liubo-fnst@cn.fujitsu.com>. by subrata_modak · 15 years ago
  23. 97d52c5 Modified master script to pass appropriate arguments for cpu consolidation test cases. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  24. 4abd883 Enhanced & Modified cpu_consolidation testcase: We can pass additional argument performance to use the same testcase for Performance test. Fixed issues in cpu consolidation test. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  25. c82ac4f Modified ilb test to run with ebizzy as default workload. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  26. b5af98f Developed new functions and fixed issues causing ilb test failure: CPU Consolidation verification function is fixed to handle variations in CPU utilization. Threshold is selected based on test conducted on 2.6.31 on dual core, quad core & hyper threaded system. Developed new function to generate hyper threaded siblings list and get job count for hyper threaded system and multisocket system. Modified kernbench workload execution time for 5 min, hence test execution time will be reduced further. Developed new functions to stop workload. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  27. 0062d0c Fix issues in cpu consolidation verification functions: Arguments passed for cpu consolidation was not used appropriatly. Provided TINFO messages to indicate dependency test failures. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  28. 89288b4 Convert man.mk to generic_leaf_target.mk. by yaberauneya · 15 years ago
  29. 91a53d3 Some ancient copies of glibc (2.3.3, 2.3.4) don't expose PTRACE_GETSIGINFO and PTRACE_SETSIGINFO, so let's the conditionalize them. by yaberauneya · 15 years ago
  30. ad3a447 Fix some stupid errors as far as not including the right directories / libraries is concerned. by yaberauneya · 15 years ago
  31. 4127b4b Fix a minor issue with out-of-build-tree support. by yaberauneya · 15 years ago
  32. 0e41a9e Some toolchains require -ldl apparently. Ran into this issue while trying to cross-compile this subcomponent. by yaberauneya · 15 years ago
  33. 42cc0d9 Mark ballista broken until I can fix it and remove it from the default build. People can still build it manually, if they dare. by yaberauneya · 15 years ago
  34. 619d07e That open failed diag message was completely useless. Let's improve it. by yaberauneya · 15 years ago
  35. 5efcbb8 As Jimmy Buffet once said in Margaritaville -- "It's my own damn fault". by yaberauneya · 15 years ago
  36. 3f009fc do not have default lib target be install by vapier · 15 years ago
  37. 747cd8e Mike once again, has a very valid point. The default target should be all to avoid any level of confusion as far as what gets executed first. by yaberauneya · 15 years ago
  38. 5fda204 1. Check in remaining fixes for in-build-tree support that were accidentally overlooked before. by yaberauneya · 15 years ago
  39. 5650dbc Remove this autogenerated junk. I don't want my compiler toolchain details hardcoded in here because it will only cause errors later on down the line for someone else. by yaberauneya · 15 years ago
  40. 4e1f749 Checkin the autoreconf'ed libtool file too. by yaberauneya · 15 years ago
  41. 502647f Fix generate_install_rule so that test -d ... || mkdir -p ... is no longer required. by yaberauneya · 15 years ago
  42. 8cb9867 Clean up the Makefiles and run autoconf again to reduce noise and make things more sane. by yaberauneya · 15 years ago
  43. bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
  44. e6edac6 Fix build/installation so we don't install the libraries directly to $(libdir) anymore, and thus can do testing out of a build tree (ish). by yaberauneya · 15 years ago
  45. a5da751 take version from build system by vapier · 15 years ago
  46. 03ce934 Get rid of some valid compiler warnings. by yaberauneya · 15 years ago
  47. 473ab27 dont keep ltp.pc in cvs by vapier · 15 years ago
  48. c3f28aa Don't remove config.h.default. by yaberauneya · 15 years ago
  49. 8f27b93 gethost isn't in testcases/bin anymore; it was moved to tools/ by yaberauneya · 15 years ago
  50. e6db976 Use the type builtin instead of which(1). by yaberauneya · 15 years ago
  51. 14f1a92 1. Make it possible for submakes to be done with less painful steps (hopefully this will make Mike F happy again :)...) by yaberauneya · 15 years ago
  52. d5d1c73 Let's revert the hard requirement for config.mk as Mike F's submake usage would be broken. by yaberauneya · 15 years ago
  53. 3bd0da4 Block off all of the logic which requires $(prefix) to function properly, so all and clean can still continue to function. by yaberauneya · 15 years ago
  54. aaf1ba5 Make not running with a config.mk file a hard error when not doing clean. by yaberauneya · 15 years ago
  55. f6720f2 Fix issue with $(INSTALL_DIR) being access before it was defined. Was leading to install issues when all hadn't been run yet. by yaberauneya · 15 years ago
  56. 6aef96e Certain scripts weren't being installed with LTP, even though they should have been (faulted kernel, valgrind, etc). by yaberauneya · 15 years ago
  57. 3b10f51 Mike added simple_tracer for debugging purposes, but it doesn't compile by default: by yaberauneya · 15 years ago
  58. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  59. 971c9e8 add some simple trace code to help with debugging by vapier · 15 years ago
  60. dcc74a4 tweak how we notify unsupported arches so the code is always compiled by vapier · 15 years ago
  61. c444d05 make strptrace() inline to avoid unused warnings by vapier · 15 years ago
  62. aa10c74 Byte compiled python files should not be in the repo. by yaberauneya · 15 years ago
  63. 01b1a8b Just before doing a CVS diff I noticed that these binary files made it by yaberauneya · 15 years ago
  64. fe57497 Changes for SEPTEMBER 2009. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>, by subrata_modak · 15 years ago
  65. 4f8a35f When this TC is ending it removes all directories/files under /tmp that may be embarrassing so, if you agree I suggest that it only removes what has to do with the TestCase; this is the purpose of the following patch. Signed-off-by: JACKY MALCLES <Jacky.Malcles@bull.net>. by subrata_modak · 15 years ago
  66. 6e21942 memcg : fix various test failures: In memcg testcases, by subrata_modak · 15 years ago
  67. ee51da2 fsstress: renew flist if clean up test directory: flist contain all files created by fsstress. If test clean up direcory on each interations that it should reinitilize flist. Signed-off-by: Andrew Vagin <avagin@gmail.com>. by subrata_modak · 15 years ago
  68. d48e8d9 fsstress: fix memory leak in fread_d: by subrata_modak · 15 years ago
  69. 3147325 fsstress: fix memory leaks: by subrata_modak · 15 years ago
  70. 29b10c8 fsstress: use tabs instead of spaces for indentation: Signed-off-by: Andrew Vagin <avagin@gmail.com>. by subrata_modak · 15 years ago
  71. 705122a fsstress: delete tralling spaces: Signed-off-by: Andrew Vagin <avagin@gmail.com>: by subrata_modak · 15 years ago
  72. 40bc6aa Use SIG_ERR to indicate tst_sig's default handler, to allow (and not clash with) SIG_DFL: SIG_DFL happens to be 0 as well as DEF_HANDLER - this means you cannot use SIG_DFL as tst_sig argument, eg. if you want to reset the signal handling in tests' children to normal. This patch changes DEF_HANDLER to be SIG_ERR, as this value cannot be normally used with tst_sig(), so they cannot clash. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  73. 447cb96 Add a test for race-free operation of ppoll: Hello, after the previous patch, this patch adds a test to test a use of ppoll() without races (ie. the intended use of ppoll). It blocks the signal, schedules a signal to be delivered and expects ppoll to return EINTR (and never lose the signal. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  74. 2b36c90 Fix the logic of ppoll01 test: According to POSIX, a file descriptor is considered ready for writing when a call to write() would not block, even when it returns an error (other than EAGAIN). Thus, a file descriptor opened for reading is ready for writing. This patch reflects that in the test. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  75. bc92498 Make sure some Crackerjack tests are running under root: The tests need to run under root to change their EUID. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  76. d37e1b1 Add a count parameter to create_sig_proc: there were complaints about some tests (ppoll01) hanging sometimes. I've created this patch to address the issue. This should allow testing inherently racy conditions, such as a syscall returning EINTR upon signal handler execution. The problem here is that the signal could actually arrive before the syscall gets executed, which results in the test waiting for it forever. The solution is adding a parameter that would allow to specify how much signals a particular test expects - a racy test would ask for a large number of signals sent, so it will get one even if some were missed. Tests, which test behavior, which is not racy (eg. pselect()) should only request a single signal. Note that you need to manually kill the child process delivering the signals when you don't need them, if you ordered more signals than you actually handle. Also, this patch resets signal handling in child process created in create_sig_proc. This should avoid the child calling the parent's signal handlers and interfering with parent's cleanup process. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  77. 674a5ec network: fix nfs testcases Makefile error: The nfslock01 and nfsstress testcases' Makefile does not link excutables to testcase/bin directory, and nfslock01 does not build nfs_flock_dgen excutables, which will cause test fail. This patch add the links and build the nfs_flock_dgen. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
  78. bde0088 Modified python functions based on requirement for new testcase: Fixed some issues that affect verification code of new test scenarios. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  79. 1990420 Modified library functions based on review comments. Signed-off-by: Poornima Nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  80. cec72707 To include Additional 5 new test cases: Additional 5 new testcases to test cpu consolidation resets when sched_smt &(/) sched_mc is reset to zero. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  81. 80827db To incorporate changes in reusable function: ILB testcase uses trigger workload to pin a task to CPU. This patch is to incorporate the changes in the prototype of function testcase invokes to trigger workload. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  82. c97bb68 To fix issue in get_sched_values: get_sched_values was returning 1 & 0 instead of max sched_mc & max sched_smt. This patch fixes the issue in the first version of this file. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  83. b5d1a1a To test consolidation resets when interfaces are set to 0: CPU consolidation testcase modified to test when sched_mc &(/) sched_smt is set to Zero processes dont consolidate to single package or CPU. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  84. 0aeb2c7 Create testcase for p9auth kernel module: The p9auth module is a driver in the staging/ directory, which implements kernel functionality supporting plan 9-style setuid. Programs can be completely unprivileged, authorize themselves to a privileged server, and obtain a token which they can use to authorize a single setuid to a single specified new uid. This testcase runs three tests: by subrata_modak · 15 years ago
  85. 04f47a1 ftest cleanup II: this is ftest cleanup part II. Most of the functions that were copy & pasted again and again in every file are now in libftest library. Also ftest04, ftest05, ftest06, ftest07 and ftest08 are cleaned. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago
  86. 56e75bd The following patch avoids that all kill07 test instances running concurrently work with the same SHM object. Signed-off-by: Matthieu Fertr <Matthieu.Fertre@kerlabs.com>. by subrata_modak · 15 years ago
  87. 93e8cf0 Filecaps: Return TCONF if file capabilities are not supported: Currently the test just fails if file capabilities are not supported. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  88. 62751b7 smt_smp: Return TCONF if SMT/SMP is not supported: Currently the tests just fails if SMT/SMP is not supported. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  89. 0bf331f Numa-testcases: Return TCONF if NUMA is not available: Currently the test just fails if NUMA is not available. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  90. 6341206 Spelling fixes: inclue -> include: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  91. a0ca8a0 quotactl01: Replace hardcoded 258 by __NR_set_tid_address: The call signature seems to match the set_tid_address() syscall. Also remove the comment about calling quotactl, as it's obviously bogus. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  92. 04583fa quotactl01: Fix tst_resm() format causing crash: When the quotactl syscall fails, quotactl01 crashes with a segmentation fault due to an incorrect printf()-style format. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  93. 624a96e Issue observed with chmod05, fchmod05 test cases: This Patch fixes bug in the test cases chmod05.c and fchmod05.c. The test case uses 2 UserIds nobody and bin. The issue is observed when one of the UserId is the supplementary group Ids of the rooti (either nobody or bin). In that case the Posix standard mentions that S_IGSID bit should not be cleared by the systemcall, chmod() or fchmod(), which causes the test to fail. This patch fixes the issue by specifically clearing the supplementary group ID of the process. The main intention of the test case is to test if S_IGSID bit is cleared in case the non privilage user tries to set file modes. Hence felt clearing the supplementary group Ids is the best way to fix the issue. At the same time I am reverting the earlier patch submitted by Wei Yongjun <yjwei@cn.fujitsu.com>. Signed-off-by: Sharyathi Nagesh <sharyath@in.ibm.com>. by subrata_modak · 15 years ago
  94. 41e4696 I propose two patches (two patterns of fix) for an issue of open_posix_testsuite. I hope either one of them (or more better one someone will write) is committed. You need to do three steps below in order to run execute.sh of open_posix_testsuite: by subrata_modak · 15 years ago
  95. a95f414 fix the bug of macro in getdelays.c: When running cgroup test, I found a bug of macro in getdelays.c, which refers to the spelling mistake. And this leads to testcase_eight's abnormal delay. Relative macro: by subrata_modak · 15 years ago
  96. 10b9335 Add new testcases for memcgroup: My workmate Li Zefan (lizf@cn.fujitsu.com) has created some testcases for cgroup's subsystem "memory" in the last year. And, He catched some kernel bugs through these testcases. So we think you glad to push them into LTP. There are total 40 testcases that have been added. These testcases contain the basis operation test, part functionality test and stress test of memcgroup. How to run this test: # runltp -f controllers. by subrata_modak · 15 years ago
  97. 3a0d3d2 pselect01: Fixed the checking logic to also consider some variation: Sometimes we may get failed results that the measured time is 1 second longer than expected. As fixed by Craig Meier earlier, the sleeps may last slightly more than total_sec. Also considering the time() overhead, we should expect the sleeps to last between total_sec and (total_sec+1) seconds. Signed-off-by: Nobuhiro Lin <nobuhiro@andestech.com>, by subrata_modak · 15 years ago
  98. e88ddc7 network: fix multicast testcases Makefile: Repost the multicast Makefile patch: The Makefile of testcases/network/multicast/mc_commo and mc_member do not link binary file and config files to ../../../bin dirs. This patch add the links. Signed-off-by: Hushan Jia<hjia@redhat.com>, by subrata_modak · 15 years ago
  99. 9140129 network: Fix ip_tests error 2: Repost the ip tests patch: by subrata_modak · 15 years ago
  100. c81d7b9 After trying to find old enough glibc (2.2.2 and older) in any distribution I've given up modifying the test to compile with non glibc epoll library. So when glibc epoll headers are not found the test is disabled entirely and dummy version of the test is compiled. Patch that also fixes some minor problems is attached. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>. by subrata_modak · 15 years ago