Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2022 09:08:22 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b06e3f990d94 - main - stress2: Added comment
Message-ID:  <202204130908.23D98MLr039238@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204130908.23D98MLr039238>