git: b06e3f990d94 - main - stress2: Added comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 09:08:22 UTC
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=b06e3f990d94a4643df59daf1e4b0904815123c0
commit b06e3f990d94a4643df59daf1e4b0904815123c0
Author: Peter Holm <pho@FreeBSD.org>
AuthorDate: 2022-04-13 09:04:36 +0000
Commit: Peter Holm <pho@FreeBSD.org>
CommitDate: 2022-04-13 09:04:36 +0000
stress2: Added comment
---
tools/test/stress2/misc/write2.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/test/stress2/misc/write2.sh b/tools/test/stress2/misc/write2.sh
index 9e6d50917464..82d7e1c988d7 100755
--- a/tools/test/stress2/misc/write2.sh
+++ b/tools/test/stress2/misc/write2.sh
@@ -32,6 +32,8 @@
# "panic: Assertion tib != NULL failed at ../../../kern/tty_inq.c:467" seen:
# https://people.freebsd.org/~pho/stress/log/log0272.txt
+# Fixed by: d76960962093
+
num=`awk '/SYS_write[^a-z]/ {print $NF}' < /usr/include/sys/syscall.h`
[ -z "$num" ] && exit 0