1. dc90045 doc, README: Fix three links to LTP download by Cyril Hrubis · 9 years ago
  2. 70d7e8c Update mailing list address, archive, etc. by Cyril Hrubis · 9 years ago
  3. f4289d6 README: Fix typos + minor update. by Cyril Hrubis · 10 years ago
  4. 1a1339d Update README. by Cyril Hrubis · 10 years ago
  5. 68d1eb6 make mce-test a submodule by Caspar Zhang · 12 years ago
  6. 5de138b ChangeLog should be replaced with VERSION by Peng Haitao · 12 years ago
  7. d3d634a Name and email change by shubham · 13 years ago
  8. 696ec3b Update mce-test to HEAD. by Garrett Cooper · 14 years ago
  9. 1112402 Fix indentation; update maintainer to be Subrata. by Garrett Cooper · 14 years ago
  10. 4b20806 Add Rishi's full name. by Garrett Cooper · 14 years ago
  11. d639eef Fix a typo; improve some sentence wording. by Garrett Cooper · 14 years ago
  12. 6feffd8 Testing with different branch and merging with main by Rishikesh K Rajak · 14 years ago
  13. e0984c4 Testing with different branch by Rishikesh K Rajak · 14 years ago
  14. f4f5799 Testing for push to ltp.sf.net by Rishikesh K Rajak · 14 years ago
  15. 55d04e4 This is the patch of testcases for the ext4 new features test. It contains multi-block alloc/delayed alloc test, inode version test, journal checksumming test, nanosec timestamps test, online defrag test, persist prealloc test, subdirectory limit test and uninit groups test of ext4. In this test suite, there is two FAIL in the subdirectory limit test. It is because we cann't create more than 32000 subdirectory when block size is small, such as 1024, and the name of every subdirectory is very long, such as every name is 255 bytes. I think it is the bug of the ext4. by subrata_modak · 15 years ago
  16. 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
  17. 82d4d1d Introducing the "Kernel Fault Injection Framework" generation and testing capability in LTP. This is in line with the recent proposal made through LTP Paper at OLS 2009: "Putting LTP to test - Validating both the Linux kernel and Test-cases" (http://ltp.sourceforge.net/documentation/technical_papers/Putting_LTP_to_Test.pdf). This infrasturcture will help LTP directly in the following ways: by subrata_modak · 15 years ago
  18. d261201 Update the KERNEL_CONFIG Oprions accordingly. Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  19. dddeb90 Renaming binaries to avoid conflicts II. I've missed these three in the first patch, here comes cosmetic changes. Signed-off-by: Cyril Hrubis chrubis@suse.cz. by subrata_modak · 15 years ago
  20. e1425aa README: update kernel config for cgroup testing: lockdep is needed in one of the testcases in cgroup regression test. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>. by subrata_modak · 15 years ago
  21. 6c7dfab SMACK Security tests contributed to LTP by Casey Schaufler <casey@schaufler-ca.com>. Integrated to LTP by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  22. 09be611 [PATCH 1/4] ltp: posix message queue namespaces: first test: Add the first test for posix message queue namespaces, plus a test to detect whether they are enabled. Note that the kernel version check is currently bogus - these are are in -mm. Based on older version by Nadia Derbey. by subrata_modak · 15 years ago
  23. fcce6dd Add Kernel Config Options for CAN tests. Signed-Off-By: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>. by subrata_modak · 15 years ago
  24. 250df92 [2nd Updates for kernel/device-drivers/nls test for 2.6.25]: Németh Márton initially wrote: the attached patch makes the ltp/testcases/kernel/device-drivers/nls testsuite compileable under Linux kernel 2.6.25. Currently the test_nls_base() crashes with 2.6.25, but without calling that function the module loads and unloads cleanly. This can be a base for checking what is going wrong with nls. Signed-off-by: Márton Németh <nm127@freemail.hu>. by subrata_modak · 15 years ago
  25. 7a86bf3 Linux drivers based on Video for Linux Two (V4L2) API, test addition: by subrata_modak · 16 years ago
  26. 6111aa8 Run the CPU HOTPLUG tests through runalltests.sh. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  27. 138ce8c Add Kernel Config Info for compiling KDUMP/KEXEC kernel. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  28. a8b1aee Added Kernel .config options for building LTP SECURITY TESTS. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. Reviewd-By: Stephen Smalley <sds@tycho.nsa.gov>. by subrata_modak · 16 years ago
  29. d1ece56 Enable Kernel with the Option during build to test filecaps support. Subrata. by subrata_modak · 16 years ago
  30. b8f04cd I wanted to have all the special configuration parameters needed in the kernel .config file for enabling some features, for which test cases are there in LTP, but those tests will not run until the running kernel was enabled. I wanted the consolidated list in the ltp/README itself. I have generated a small patch for this. I would request others also to add to this when they find out such scenarios in LTP. Please feel free to add. We do not want situations where test cases are available in LTP, but they cannot be tested just because that the kernel was not built with configuration(s) set. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  31. 7509b21 "elder.costa" <elder.costa@terra.com.br> wanted to know who is the current maintainer. by subrata_modak · 16 years ago
  32. 9b555d1 Initial Set of NUMA Testcases written by "sivakumar.c@in.ibm.com" by subrata_modak · 17 years ago
  33. 8cd7305 "risrajak@linux.vnet.ibm.com" added sysvipc (conatainers) namespace testcases by subrata_modak · 17 years ago
  34. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  35. 23f869f Integrating "KDUMP" testcases to LTP Test Suite as Submitted by 'sachinp@linux.vnet.ibm.com' by subrata_modak · 17 years ago
  36. 0eea352 Applied a cleanup patch from Randy Dunlap. by robbiew · 20 years ago
  37. 6f3a9f3 *** empty log message *** by robbiew · 22 years ago
  38. d226d9d Add a paragraph describing the scratch directory. by nstraz · 23 years ago
  39. ca0a7de Updated description of /doc filesystem. by robbiew · 23 years ago
  40. 3ebacce Updated the info on the structure of the /testcases directory. by robbiew · 23 years ago
  41. 9ea3ce7 Updated the info within this file. by robbiew · 23 years ago
  42. 0312c25 Documentation updates by nstraz · 24 years ago
  43. 031062f Update README. by alaffin · 24 years ago
  44. f307d5f Add pan and associated files. This is a lightweight test harness. It works a by nstraz · 24 years ago
  45. 198500d New Readme. by alaffin · 24 years ago