From owner-svn-src-user@freebsd.org Thu Mar 22 11:57:13 2018 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3880F5EBE8 for ; Thu, 22 Mar 2018 11:57:13 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F2AA702BC; Thu, 22 Mar 2018 11:57:13 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46B961114B; Thu, 22 Mar 2018 11:57:13 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2MBvDBn037544; Thu, 22 Mar 2018 11:57:13 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2MBvD6D037543; Thu, 22 Mar 2018 11:57:13 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201803221157.w2MBvD6D037543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Thu, 22 Mar 2018 11:57:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r331352 - user/pho/stress2/misc X-SVN-Group: user X-SVN-Commit-Author: pho X-SVN-Commit-Paths: user/pho/stress2/misc X-SVN-Commit-Revision: 331352 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 11:57:13 -0000 Author: pho Date: Thu Mar 22 11:57:12 2018 New Revision: 331352 URL: https://svnweb.freebsd.org/changeset/base/331352 Log: Added problem found & fixed. Sponsored by: Dell EMC Isilon Modified: user/pho/stress2/misc/contigmalloc3.sh Modified: user/pho/stress2/misc/contigmalloc3.sh ============================================================================== --- user/pho/stress2/misc/contigmalloc3.sh Thu Mar 22 11:56:06 2018 (r331351) +++ user/pho/stress2/misc/contigmalloc3.sh Thu Mar 22 11:57:12 2018 (r331352) @@ -31,6 +31,10 @@ # contigmalloc(9) / contigfree(9) test scenario. # Test allocation with 1GB +# "panic: Bad link elm 0x6766fbc next->prev != elm" seen: +# https://people.freebsd.org/~pho/stress/log/kostik1094.txt +# Fixed by r331247 + [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 [ -d /usr/src/sys ] || exit 0 builddir=`sysctl kern.version | grep @ | sed 's/.*://'`