svn commit: r368499 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Thu Dec 10 05:50:46 UTC 2020


Author: pho
Date: Thu Dec 10 05:50:45 2020
New Revision: 368499
URL: https://svnweb.freebsd.org/changeset/base/368499

Log:
  Limit overall runtime by giving all threads a chance to start before
  load is created.

Modified:
  user/pho/stress2/misc/syzkaller27.sh

Modified: user/pho/stress2/misc/syzkaller27.sh
==============================================================================
--- user/pho/stress2/misc/syzkaller27.sh	Thu Dec 10 05:47:58 2020	(r368498)
+++ user/pho/stress2/misc/syzkaller27.sh	Thu Dec 10 05:50:45 2020	(r368499)
@@ -133,6 +133,7 @@ void execute_one(void)
 }
 int main(void)
 {
+  sleep(2);	/* pho */
   syscall(SYS_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x1012ul, -1, 0ul);
   loop();
   return 0;


More information about the svn-src-user mailing list