From owner-svn-src-stable@freebsd.org Wed Apr 11 17:18:40 2018 Return-Path: Delivered-To: svn-src-stable@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 D19C2F808E5; Wed, 11 Apr 2018 17:18:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DA3C6A33F; Wed, 11 Apr 2018 17:18:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 1F35310AFD4; Wed, 11 Apr 2018 13:18:39 -0400 (EDT) From: John Baldwin To: Slawa Olhovchenkov Cc: Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r332091 - stable/11/sys/vm Date: Wed, 11 Apr 2018 08:52:08 -0700 Message-ID: <84716725.OOlTe33nR2@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <20180409162909.GF6612@zxy.spb.ru> References: <201804060925.w369P8c2019558@repo.freebsd.org> <20180409162909.GF6612@zxy.spb.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Wed, 11 Apr 2018 13:18:39 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 17:18:41 -0000 On Monday, April 09, 2018 07:29:09 PM Slawa Olhovchenkov wrote: > On Fri, Apr 06, 2018 at 09:25:08AM +0000, Konstantin Belousov wrote: > > > Author: kib > > Date: Fri Apr 6 09:25:08 2018 > > New Revision: 332091 > > URL: https://svnweb.freebsd.org/changeset/base/332091 > > > > Log: > > MFC r331760: > > Make vm_map_max/min/pmap KBI stable. > > > > Modified: > > stable/11/sys/vm/vm_map.c > > stable/11/sys/vm/vm_map.h > > Directory Properties: > > stable/11/ (props changed) > > -STABLE still crashed after load vboxnet build on 11.1-RELEASE > nvidia (build on 11.1-RELEASE) also don't work Yes, this only helps with the future KBI, it doesn't restore the existing one. However, r320889 which was committed earlier should have restored the KBI? -- John Baldwin