Date: Wed, 27 Jan 2016 10:03:01 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r294907 - user/pho/stress2/misc Message-ID: <201601271003.u0RA315M098644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pho Date: Wed Jan 27 10:03:01 2016 New Revision: 294907 URL: https://svnweb.freebsd.org/changeset/base/294907 Log: Added descriptions for the various syscall test versions. Sponsored by: EMC / Isilon Storage Division Modified: user/pho/stress2/misc/syscall.sh user/pho/stress2/misc/syscall2.sh user/pho/stress2/misc/syscall3.sh user/pho/stress2/misc/syscall4.sh Modified: user/pho/stress2/misc/syscall.sh ============================================================================== --- user/pho/stress2/misc/syscall.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -29,6 +29,7 @@ # # Test calls with random arguments, in reverse order +# Old unused test scenario. syscall4.sh replaces this. [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 Modified: user/pho/stress2/misc/syscall2.sh ============================================================================== --- user/pho/stress2/misc/syscall2.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall2.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -30,6 +30,7 @@ # Test calls with random arguments, in reverse order # Variation of the syscall test program. +# Old unused test scenario. syscall4.sh replaces this. [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 Modified: user/pho/stress2/misc/syscall3.sh ============================================================================== --- user/pho/stress2/misc/syscall3.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall3.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -30,6 +30,7 @@ # Test random syscalls with random arguments. # Regression test of r209697 +# Old unused test scenario. syscall4.sh replaces this. [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 Modified: user/pho/stress2/misc/syscall4.sh ============================================================================== --- user/pho/stress2/misc/syscall4.sh Wed Jan 27 09:54:13 2016 (r294906) +++ user/pho/stress2/misc/syscall4.sh Wed Jan 27 10:03:01 2016 (r294907) @@ -31,6 +31,10 @@ # Threaded syscall(2) fuzz test inspired by the iknowthis test suite # by Tavis Ormandy <taviso cmpxchg8b com> +# Usage: syscall4.sh [syscall number] +# Without an argument random syscall numbers are tested. +# With an argument only the specified syscall number is tested. + # Sample problems found: # Thread stuck in stopprof. # http://people.freebsd.org/~pho/stress/log/kostik732.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601271003.u0RA315M098644>