Date: Tue, 8 Sep 2015 12:25:42 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r287561 - user/pho/stress2/misc Message-ID: <201509081225.t88CPg2Q074680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pho Date: Tue Sep 8 12:25:41 2015 New Revision: 287561 URL: https://svnweb.freebsd.org/changeset/base/287561 Log: Added comment about more findings. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/callout_reset_on.sh Modified: user/pho/stress2/misc/callout_reset_on.sh ============================================================================== --- user/pho/stress2/misc/callout_reset_on.sh Tue Sep 8 12:00:13 2015 (r287560) +++ user/pho/stress2/misc/callout_reset_on.sh Tue Sep 8 12:25:41 2015 (r287561) @@ -33,9 +33,12 @@ # no syscall (empty wchan). # http://people.freebsd.org/~pho/stress/log/callout_reset_on.txt - # Fixed in r243901. +# panic: Bad link elm 0xfffff80012ba8ec8 prev->next != elm +# https://people.freebsd.org/~pho/stress/log/rrs005.txt +# Fixed in r278623. + . ../default.cfg rm -f /tmp/crwriter /tmp/crlogger || exit 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081225.t88CPg2Q074680>