From owner-freebsd-stable@freebsd.org Wed Mar 28 13:47:59 2018 Return-Path: Delivered-To: freebsd-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 20216F5F6D1 for ; Wed, 28 Mar 2018 13:47:59 +0000 (UTC) (envelope-from byshenknet@byshenk.net) Received: from v1.leiden.byshenk.net (v1.leiden.byshenk.net [37.97.209.179]) (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 BAD346B000 for ; Wed, 28 Mar 2018 13:47:58 +0000 (UTC) (envelope-from byshenknet@byshenk.net) Received: by v1.leiden.byshenk.net (Postfix, from userid 1002) id 4D23975939; Wed, 28 Mar 2018 15:39:46 +0200 (CEST) Date: Wed, 28 Mar 2018 15:39:46 +0200 From: Gregory Byshenk To: freebsd-stable@freebsd.org Cc: Slawa Olhovchenkov Subject: Re: KBI unexpexted change in stable/11 ? Message-ID: <20180328133946.GN51114@v1.leiden.byshenk.net> References: <20180328130903.GC6612@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180328130903.GC6612@zxy.spb.ru> User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 13:47:59 -0000 On Wed, Mar 28, 2018 at 04:09:04PM +0300, Slawa Olhovchenkov wrote: > I am upgrade system to latest -STABLE and now see kernel crash: > > - loading virtualbox modules build on 11.1-RELEASE-p6 > - loading nvidia module build on 11.1-RELEASE-p6 and start xdm > > Is this expected? I am mean about loading modules builded on > 11.1-RELEASE on any 11.1-STABLE. Did you rebuild your virtualbox and nvidia modules for your new kernel? If you build a new kernel, then you need to rebuild any modules that were installed from ports for the new version. You can do this manually, or by adding a PORTS_MODULES line to /etc/make.conf. This will rebuild the listed modules from ports when you build a new kernel. I think this will do what you need (double-check that these are the right port names): PORTS_MODULES= emulators/virtualbox-ose-kmod x11/nvidia-driver -gregory -- gregory byshenk - gbyshenk@byshenk.net - Leiden, NL