From owner-svn-src-head@freebsd.org Tue Feb 6 18:28:42 2018 Return-Path: Delivered-To: svn-src-head@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 9BFEBEF069A; Tue, 6 Feb 2018 18:28:42 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2621577EB3; Tue, 6 Feb 2018 18:28:41 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id w16ISekg001455 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 6 Feb 2018 10:28:40 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id w16ISdMf001454; Tue, 6 Feb 2018 10:28:39 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 6 Feb 2018 10:28:39 -0800 From: Gleb Smirnoff To: Peter Holm Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r328916 - in head/sys: kern vm Message-ID: <20180206182839.GB1063@FreeBSD.org> References: <201802060416.w164G0va096970@repo.freebsd.org> <20180206113017.GA25428@x2.osted.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180206113017.GA25428@x2.osted.lan> User-Agent: Mutt/1.9.3 (2018-01-21) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 18:28:42 -0000 Peter, On Tue, Feb 06, 2018 at 12:30:17PM +0100, Peter Holm wrote: P> i386 also doesn't boot: P> P> FreeBSD 12.0-CURRENT #1 r328924: Tue Feb 6 11:51:17 CET 2018 P> pho@x4.osted.lan:/usr/src/sys/i386/compile/PHO i386 P> FreeBSD clang version 6.0.0 (branches/release_60 321788) (based on LLVM 6.0.0) P> WARNING: WITNESS option enabled, expect reduced performance. P> WARNING: DIAGNOSTIC option enabled, expect reduced performance. P> Entering uma_startup with 4 boot pages configured P> startup_alloc from "UMA Kegs", 3 boot pages left P> startup_alloc from "UMA Zones", 2 boot pages left P> startup_alloc from "UMA Hash", 1 boot pages left P> Entering uma_startup1 with 0 boot pages left P> kernel trap 12 with interrupts disabled Sorry for problems, I'm working on this. How do you think, is it a good idea to quickly add a one line change to subversion that would bump boot_pages value to arbitrary +100, to fixup the head while I'm working on a proper fix? -- Gleb Smirnoff