1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  3. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  4. cbf52ab proc01: add nfsd/pool_stats to list of known issues by Jan Stancek · 11 years ago
  5. 80ab8bc proc01: add use-gss-proxy to known_issues list by Jan Stancek · 11 years ago
  6. db7f435 fs/proc01.c: Add known issue. by Cyril Hrubis · 11 years ago
  7. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  8. 14259b0 proc01: code cleanups by Wanlong Gao · 12 years ago
  9. c153ed7 proc01: Add EAGAIN to known issues for acpi/event by David Mackey · 12 years ago
  10. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  11. 37bfeec proc01: add option to limit max read bytes by Jan Stancek · 12 years ago
  12. 786e3a1 fs/proc01: namespaces fix for kernel >= 3.0 by Dmitry Artamonow · 13 years ago
  13. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  14. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  15. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  16. a9ff0b5 We need to add the below entry: by Subrata Modak · 14 years ago
  17. f0ff002 Have to keep in mind that obj is actually the full path, not the basename. Otherwise, the irq filtering is all for naught. by yaberauneya · 15 years ago
  18. da96356 1. Skip over /proc/irq by default to avoid broken hardware / drivers, and thus avoid `hangs'. You can traverse over /proc/irq using -i th by yaberauneya · 15 years ago
  19. 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
  20. 190c7ad Proc01: Check Both SELinux Libraries and Headers v3: Version 3 fixes line wrapping problem and adds more comments. This late patch is to address Masatake YAMATO's concern for, by subrata_modak · 15 years ago
  21. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  22. 13a2142 Proc01: Revert A Wrong Patch: The following patch reverts a wrong patch that has been commited accidentally, http://article.gmane.org/gmane.linux.ltp/7459. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 15 years ago
  23. bc21707 Proc01: Fix for PPC64 and Support SELinux-enabled Environment v2: The distribution we are using may be well maintained. But I guess there may be broken distributions on the earth. If a user of such broken distributions wants to run ltp on one's system, what happens? Shooting the trouble on such system takes rather longer time. Could you review my patch? With LTP_CHECK_LIB defined in ltp-common.m4, we can check the existence of libselinux and can define SELINUX_LIBS shell variable easily. LTP_CHECK_SELINUX uses LTP_CHECK_LIB. I think `lsm_should_work' in proc01.c is not guarded with HAVE_SELINUX_SELINUX_H. Do you afraid the binary size? Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 15 years ago
  24. afe343d [PATCH 3/3] Proc01: Fix for PPC64 and Support SELinux-enabled Environment v2: The following patches add an entry from a PPC64 kernel to the list of known issue, which may return errno EINVAL depends on the content of the file and the read buffer it is testing. Also, they add support for SELinux-enabled testing environment by using the correct expected results if it is able to detect SELinux is enabled. It does not affect the testing for systems with no LSM, LSM other than SELinux, and SELinux-disabled. Version 2 is created base on the suggestion from Serge E. Hallyn. The following patch adds checking for SELinux. If it is enabled, the following entries are expected to be read successfully, by subrata_modak · 15 years ago
  25. cf473b7 [PATCH 1/3] Proc01: Fix for PPC64 and Support SELinux-enabled Environment v2: The following patches add an entry from a PPC64 kernel to the list of known issue, which may return errno EINVAL depends on the content of the file and the read buffer it is testing. Also, they add support for SELinux-enabled testing environment by using the correct expected results if it is able to detect SELinux is enabled. It does not affect the testing for systems with no LSM, LSM other than SELinux, and SELinux-disabled. Version 2 is created base on the suggestion from Serge E. Hallyn. This patch adds /proc/ppc64/rtas/error_log to the known failure list according to a Red Hat kernel developer, by subrata_modak · 15 years ago
  26. 3a3cbce We can just add the files related to LSM, to known failure list. We already check for their return value, if not EINVAL report test failure or else skip. Added the nfsd files to the list. Signed-Off-By: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  27. fe1f82b The following patch removes a known failure that has been fixed in RHEL 5.3 and the fix also sent upstream, as well as adds missing copyright information. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  28. ba4ef05 Reverting back CAI Qian´s patch applied on Wed Aug 27 10:24:19 2008 UTC, with following log: The following patch adds two known issues seen on some versions of Kernels, and also modifies the copyright information. Signed-off-by: CAI Qian <caiqian@redhat.com>. by subrata_modak · 16 years ago
  29. 68177f9 The following patch adds two known issues seen on some versions of Kernels, and also modifies the copyright information. Signed-off-by: CAI Qian <caiqian@redhat.com>. by subrata_modak · 16 years ago
  30. 2f4de1d This patch fixes the output of the test, so all fatal errors to cause the final failure of the test will be printed out as FAIL instead of INFO, and all verbose and debug output will be moved to STDERR instead of STDOUT for easy output processing. Signed-off-by: Cai Qian <qcai@redhat.com>. by subrata_modak · 16 years ago
  31. 8a9ecb7 This patch adds a list for all known issues which are probably subtle to be fixed in kernel to the test, so the test could continue. Also, it will print out those expected failures as INFO or WARN to the test result. Signed-off-by: Cai Qian <qcai@redhat.com>. by subrata_modak · 16 years ago
  32. ca317e6 Patch to skip read of all /proc/<pid> directories except /proc/self. Therefore, by subrata_modak · 17 years ago
  33. 62e028a Patch to check file permission first, and then skip write-only files, by subrata_modak · 17 years ago
  34. 10fe5d8 fix broken whitespace/style by vapier · 18 years ago
  35. 64f1bb7 Make proc01 skip kcore by plars · 19 years ago
  36. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago