1. c65b705 Remaining patch for new file addition for commit:6e3dd83d9f575d98d76b8b3f642ad6e8793dbdfc by Rishikesh K Rajak · 14 years ago
  2. 6e3dd83 Here's an attempt at fixing up and simplifying the autoconf for by Rishikesh K Rajak · 14 years ago
  3. a15d642 Add fud for CLOCK_MONOTONIC_RAW, even though (FWIW) it doesn't work on by Garrett Cooper · 14 years ago
  4. 06c96f3 Add check for CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE -- by Garrett Cooper · 14 years ago
  5. 03da622 Another stupid typo noticed by Nicolas. I need to go to sleep... by yaberauneya · 15 years ago
  6. 7ed9a6c 1. Unblock quota v1 (as best possible). by yaberauneya · 15 years ago
  7. 618f41a Finish this mempolicy crud off for good, after a fair amount of tweaking. by yaberauneya · 15 years ago
  8. 8990a20 Properly resolve mbind stuff... it was actually mempolicy tests... and it was present in more than just mbind01.c by yaberauneya · 15 years ago
  9. 24d2011 Add improved checks for mbind(2) syscalls, because... by yaberauneya · 15 years ago
  10. 7377f2e Make my choice of AC_MSG_ERROR more apparent. by yaberauneya · 15 years ago
  11. 88fe99f 1. Go back to sys/quota.h 2. Make the autoconf test a bit more meaningful... by yaberauneya · 15 years ago
  12. cfb7063 Add block device detection. It's the first step towards getting the quotactl crud to work. by yaberauneya · 15 years ago
  13. c6fed3d Fix the build for systems with newer versions of libnuma because it causes compilation errors (example: RHEL 5.2). The test was using libnuma 1.x API's and thus needs to be adapted to 2.x's API's. by yaberauneya · 15 years ago
  14. cb805c4 configure.ac: add a check for linux/mempolicy.h by yaberauneya · 15 years ago
  15. 80a06b5 1. ltp-signalfd.m4: be more strict with AC_CHECK_HEADERS by encapsulating the header items in []. by yaberauneya · 15 years ago
  16. b8709bf 1. Fix the 2.x quota autoconf test by yaberauneya · 15 years ago
  17. 6824e2f autoconf 2.61 on my work box pukes when CHECK_HEADERS_ONCE is used. Replace it with CHECK_HEADERS. by yaberauneya · 15 years ago
  18. e34a3c2 Add a check for (struct sigaction).sa_sigaction as it's not present on all architectures. by yaberauneya · 15 years ago
  19. 89911a1 *** empty log message *** by yaberauneya · 15 years ago
  20. 16c8470 The description for the RHEL 4.8 quotactl check was misleading. by yaberauneya · 15 years ago
  21. c236508 I was confused, and numaif.h is in fact a header under testcases/kernel/syscalls/utils. As such: by yaberauneya · 15 years ago
  22. 919dca8 extend autoconf ptrace tests by vapier · 15 years ago
  23. 4df2865 - Add additional quota check for RHEL 4.8 as reported by SimonX on #ltp by yaberauneya · 15 years ago
  24. bbe24d7 -laio shouldn't be added to LDLIBS by default. That is just plain wrong. by yaberauneya · 15 years ago
  25. 77772ef 1. Fix taskstats.m4 so it no longer punts out warnings. by yaberauneya · 15 years ago
  26. 91b723f AR is defined in configure.ac. Not needed in m4 anymore. by yaberauneya · 15 years ago
  27. f0be1bd Add copyright tort. Abbreviate. by yaberauneya · 15 years ago
  28. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  29. cea28b0 Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> reported: undefined macro: _m4_divert_diversion: When trying to autoconfigure current LTP on YDL, I get an error: by subrata_modak · 15 years ago
  30. 5e0db1d Check unshare Function: This patch set fixes several problems for unshare tests. The first one is to add a build-time checking for unshare function. The second one is to fix unshare01 test, by subrata_modak · 15 years ago
  31. 09aba8f Add autoconf tests for taskstats members not present on older kernels: This patch adds autoconf checks for some build failures reported by Cyril Hrubis. Please note I have not tested this on an old kernel. Also, it corrects the names of the preprocessor macros defined by autoconf. The remaining issue (the cgroupstats.h file) should be solved using the autoconf test that was committed recently. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  32. 38c8109 cgroups: conditionally enable building cgroup tests: controllers tests gets included into default ltp build if "/proc/cgroup" exists. It stops the ltp build in realtime kernel environment where kernel is new and supports cgroups, but necessary file "linux/cgroupstats.h" may not exist in the base OS (like RHEL5.3). So configure command enables the build, but actual build fails, due to missing header file. Below patch proposes new symbol LTP_CHECK_CGROUPSTATS to check for header file "linux/cgroupstats.h" and include controllers in the list of tests to build. Tested the patch in non-RT as well as RT environment for the changes. Signed-off-by: Gowrishankar <gowrishankar.m@in.ibm.com>. by subrata_modak · 15 years ago
  33. 1c31098 I've found that ltp didn't compile on Debian because of old kernel headers, which contain taskstats struct without some of the needed fields. This autoconf test detects it and disables the code that would otherwise break. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  34. d4013b5 IMA update openssl-devel existence test: Verify the existence of openssl/sha.h not libcrypto, which is included in multiple packages, to determine if openssl-devel is installed. Signed-off-by: Mimi Zohar <zohar@us.ibm.com>. Acked-by: Serge Hallyn <serue@us.ibm.com>. by subrata_modak · 15 years ago
  35. 3a8efbc This patch adds Integrity Measurement Architecture(IMA) testing support: by subrata_modak · 15 years ago
  36. 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
  37. 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
  38. 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
  39. 5a39889 [PATCH 2/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 is using configure script to automatically detect if the system has libselinux libraries and header installed, so we can use a macro later on to actually check if SELinux is enabled. Otherwise, or if you don't want to run configure script at all, the test and other tests should behave as normal. Also, it removes some unnecessary comments from the Makefile, and replaces LOADLIBES to LDLIBS according to the LTP INSTALL file, LDLIBS - libraries listed after objects during link. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 15 years ago
  40. df8759f integrate autotools a bit more so that we can take advantage of the configure by vapier · 16 years ago
  41. 4fc9f54 Adding AUTOCONF rules for eventfd syscall tests. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  42. e94ba55 - Type definitions defined in header files included from sys/signalfd.h and type definitions defined in sys/signalfd.h are conflicted. by subrata_modak · 16 years ago
  43. f647cb4 A small Fix. Signed-off-by: Masatake YAMATO<yamato@redhat.com>. by subrata_modak · 16 years ago
  44. ae5eb2c I've introduced autoconf to modify_ldt test cases. The modification is very similar to the modification to signalfd. Signed-off-by: Masatake YAMATO<yamato@redhat.com>. by subrata_modak · 16 years ago
  45. 1862b4a use AC_CHECK_HEADERS_ONCE() by vapier · 16 years ago
  46. 3d8666c I've clean my signalfd test case up with autoconf. After applying the patch, do at ltp/ by subrata_modak · 16 years ago