1. ec566f0 utimensat_tests: Make use of tst_kvcmp again by Xiao Yang · 8 years ago
  2. 7c34405 Revert "utimensat: fix immutable file retcodes for 4.8.0 and newer." by Jan Stancek · 8 years ago
  3. 674806b Revert "utimensat_tests: Make use of tst_kvcmp" by Jan Stancek · 8 years ago
  4. a4c01c3 utimensat_tests: Make use of tst_kvcmp by Cyril Hrubis · 8 years ago
  5. 8cc1e10 utimensat: fix immutable file retcodes for 4.8.0 and newer. by Artem Savkov · 8 years ago
  6. 467f160 syscalls/utimensat: Remove +a on temp file by Cyril Hrubis · 8 years ago
  7. 9af831c syscalls/utimensat01: "chattr" command error by Cui Bixuan · 9 years ago
  8. ac1a51b syscalls/utimensat01: Use test.sh library for test case by Cui Bixuan · 9 years ago
  9. 6d59a51 utimensat_tests.sh: Replace "-E" option for sed. by Shuang Qiu · 11 years ago
  10. 383956b Make it clear what each test teardown is trying to achieve by Garrett Cooper · 12 years ago
  11. da6355f Simplify "sudoers_clean" logic by Garrett Cooper · 12 years ago
  12. af93697 Fix corner cases with utimensat testcase script by Garrett Cooper · 12 years ago
  13. 5df0260 Add usctest.h, fix test.h include. by Garrett Cooper · 14 years ago
  14. d31e427 Most automated testing systems have no tty when running tests, so the utimensat01 test may fail with the following error msg: by Subrata Modak · 14 years ago
  15. e0a89f9 Address issue with permissions on utimesat_tests. by Garrett Cooper · 14 years ago
  16. 76ec975 Fix for UTIMENSAT test fails hugely: This patch installs the trap for cleanup_test which removes the sudoers file only if it was installed by utimensat script, and also takes care of detecting whether sudo knows about the -n option. Signed-Off-By: <hyei@mvista.com>. by Subrata Modak · 14 years ago
  17. adf53e6 Script utimensat_tests.sh deletes the test it is executing instead of deleting by Rishikesh K Rajak · 14 years ago
  18. 2aa40f7 Avoid sudo blocking for tty input indefinitely; this issue will need to by Garrett Cooper · 14 years ago
  19. 0d5ca4f This patch makes the test script cd into the tmp directory before running the tests. This makes sure the script does not delete the original utimensat binary, causing the test to fail on a second run. by yaberauneya · 14 years ago
  20. 6341206 Spelling fixes: inclue -> include: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
  21. 84b0db3 Regresion testing for Microblaze: here 4 tests are from my regresion testing for Microblaze kernel debug. There is one extension for testing aligned/unaligned get/put_user macros. The rest of changes are easy. [PATCH 1/4] utimensat: Remove utimensat_user from script: We can use nobody user instead of creating new one for this special test. Latest busybox source code not support userdel, useradd that's why is better to use user which exists. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  22. 2d3d90c Here is a patch for utimensat_test.sh to change the hardcoded tmp directory to use the LTP variable TMPDIR which may bet set by the user to point to other than /tmp. Signed-ff-by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  23. edfd5f5 While running the latest LTP testsuite (CVS checkout), some tests failed due to small errors in the testscripts. I've attached two diffs for both testcases/kernel/syscalls/utimensat/utimensat_tests.sh and testcases/kernel/syscalls/ioctl/test_ioctl. Signed-Off-By: Christian Kujau <lists@nerdbynature.de>. by subrata_modak · 15 years ago
  24. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  25. 168472e The test case "utimensat01" will test the function "utimensat" when the file isnot owned by self. It excepts it will return some error code. But if the test user is "root", it has super property and can be success. Signed-off-by: Zhang Xiliang <zhangxiliang@cn.fujitsu.com>. by subrata_modak · 16 years ago
  26. 74f83db Fix bashisms (function keyword in utimensat_tests.sh). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  27. 8e1b00f Changes to fix Build, Install and run on non-supported architectures. by subrata_modak · 16 years ago
  28. 2743968 utimensat() syscall was introduced from linux-2.6.22 onwards. Michael wrote the initial testcases, and, the same is being contributed to LTP under GPLv2. I worked out a patch for this. Though this is not using LTP specific libraries at the moment. But the tests run well and tests 99 separate variations. Michael has written it through itś length and breadth. I generated the code coverage (9.2%) over 2.6.25-gcov kernel, which however was not built with <make allmodconfig> option. Please see it attached along with a draft man page of utimensat(), created by Michael. Let us know how do you feel about this test. We can then go ahead and add this to LTP. Signed-off-by Michael Kerrisk <mtk.manpages@googlemail.com>. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago