Date: Wed, 11 Jul 2018 07:43:33 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r336193 - user/pho/stress2/misc Message-ID: <201807110743.w6B7hXWM036229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pho Date: Wed Jul 11 07:43:32 2018 New Revision: 336193 URL: https://svnweb.freebsd.org/changeset/base/336193 Log: Added comment about problem found. A added fdatasync(2) to test list. Sponsored by: Dell EMC Isilon Modified: user/pho/stress2/misc/syscall6.sh Modified: user/pho/stress2/misc/syscall6.sh ============================================================================== --- user/pho/stress2/misc/syscall6.sh Wed Jul 11 07:33:19 2018 (r336192) +++ user/pho/stress2/misc/syscall6.sh Wed Jul 11 07:43:32 2018 (r336193) @@ -29,14 +29,15 @@ # # Run selected syscall fuzz tests as root. -# No problems seen on HEAD. +# https://people.freebsd.org/~pho/stress/log/syscall6.txt +# Fixed by r336149 . ../default.cfg [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 [ -f /usr/include/sys/syscall.h ] || exit 0 -list="mount ktrace unmount" +list="fdatasync mount ktrace unmount" for i in $list; do num=`grep SYS_$i /usr/include/sys/syscall.h | tail -1 | awk '{print $NF}'`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807110743.w6B7hXWM036229>