Date: Thu, 29 Oct 2020 14:28:27 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r367133 - user/pho/stress2/misc Message-ID: <202010291428.09TESRpM087722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pho Date: Thu Oct 29 14:28:27 2020 New Revision: 367133 URL: https://svnweb.freebsd.org/changeset/base/367133 Log: Added when problem was fixed. Modified: user/pho/stress2/misc/fullpath2.sh Modified: user/pho/stress2/misc/fullpath2.sh ============================================================================== --- user/pho/stress2/misc/fullpath2.sh Thu Oct 29 14:23:52 2020 (r367132) +++ user/pho/stress2/misc/fullpath2.sh Thu Oct 29 14:28:27 2020 (r367133) @@ -28,7 +28,7 @@ # $FreeBSD$ # -# WiP: fullpath NULL reference problem hunt. +# fullpath NULL reference problem hunt. # From the commit log of r308407: # vn_fullpath1() checked VV_ROOT and then unreferenced @@ -38,6 +38,7 @@ # 'panic: namei: garbage in ni_resflags: 1': # https://people.freebsd.org/~pho/stress/log/fullpath2.txt +# Fixed by r367130 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 . ../default.cfg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010291428.09TESRpM087722>