From owner-svn-src-all@freebsd.org Wed Feb 7 18:25:07 2018 Return-Path: Delivered-To: svn-src-all@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 389A7F1AF08; Wed, 7 Feb 2018 18:25:07 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDE3B76D68; Wed, 7 Feb 2018 18:25:06 +0000 (UTC) (envelope-from pho@holm.cc) Received: from x2.osted.lan (87-58-223-204-dynamic.dk.customer.tdc.net [87.58.223.204]) by relay01.pair.com (Postfix) with ESMTP id B0633D00AD8; Wed, 7 Feb 2018 13:25:05 -0500 (EST) Received: from x2.osted.lan (localhost [127.0.0.1]) by x2.osted.lan (8.14.9/8.14.9) with ESMTP id w17IP3B7063975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 7 Feb 2018 19:25:04 +0100 (CET) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.9/8.14.9/Submit) id w17IP31c063974; Wed, 7 Feb 2018 19:25:03 +0100 (CET) (envelope-from pho) Date: Wed, 7 Feb 2018 19:25:03 +0100 From: Peter Holm To: Gleb Smirnoff Cc: jtl@FreeBSD.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r328916 - in head/sys: kern vm Message-ID: <20180207182503.GA63930@x2.osted.lan> References: <20180206193430.GA36054@x2.osted.lan> <20180206221555.GC1063@FreeBSD.org> <20180206225244.GA40529@x2.osted.lan> <20180206230635.GE1063@FreeBSD.org> <20180206232521.GA41396@x2.osted.lan> <20180207004213.GG1063@FreeBSD.org> <20180207004549.GH1063@FreeBSD.org> <20180207064617.GA49792@x2.osted.lan> <20180207164619.GK1063@FreeBSD.org> <20180207174459.GL1063@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180207174459.GL1063@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 18:25:07 -0000 On Wed, Feb 07, 2018 at 09:44:59AM -0800, Gleb Smirnoff wrote: > On Wed, Feb 07, 2018 at 08:46:19AM -0800, Gleb Smirnoff wrote: > T> On Wed, Feb 07, 2018 at 07:46:17AM +0100, Peter Holm wrote: > T> P> On Tue, Feb 06, 2018 at 04:45:49PM -0800, Gleb Smirnoff wrote: > T> P> > On Tue, Feb 06, 2018 at 04:42:13PM -0800, Gleb Smirnoff wrote: > T> P> > T> Hi Peter, > T> P> > T> > T> P> > T> can you please try this patch? In either case success > T> P> > T> or not, please provide me with dmesg. Thanks a lot! > T> P> > > T> P> > Sorry, patch was missing one file. 99.9% this is a no-op, > T> P> > but better use full patch. > T> > T> Let's do one more attempt. I found where I miss one keg. > > The previous patch will probably work for Peter, but not for > Jonathan. Here is an updated one. > Yes, it boots on i386. - Peter