From owner-freebsd-current@freebsd.org Sun Jun 25 19:33:03 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05F9AD98A4F for ; Sun, 25 Jun 2017 19:33:03 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id DB8D57B627 for ; Sun, 25 Jun 2017 19:33:02 +0000 (UTC) (envelope-from bsam@passap.ru) Received: by mailman.ysv.freebsd.org (Postfix) id D807CD98A4E; Sun, 25 Jun 2017 19:33:02 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E90D98A4D for ; Sun, 25 Jun 2017 19:33:02 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4o.cmail.yandex.net (forward4o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::289]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89BC07B626 for ; Sun, 25 Jun 2017 19:33:02 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward4o.cmail.yandex.net (Yandex) with ESMTP id 8E59720C5B; Sun, 25 Jun 2017 22:32:50 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 0F34D2940C36; Sun, 25 Jun 2017 22:32:48 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id m8o8banZ4e-Wlgi2Rk1; Sun, 25 Jun 2017 22:32:48 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1498419168; bh=RnLJcKIhBouHBTmsthpJBfHDe7w3jVyoEjkBE0eHly8=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=SE+fUsvAGdTCIsBHhTVwHwiARnC6SqUMnbDiXmS3f4VFs8qYd0zFET3G6GLBV4Vbm Jss6nx5OSkY7wd9oTyEqAiuISLvlXMOZ6qS0UudofHQsA/bjKokXxeOBwhwYXIfStK lkPhovTge6ctgt8KAspTJrBVgEAo9OGwpCBtS6nc= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0,1 0,1 0 Subject: Re: Insta-panic for amd64 on reboot after upgrade from r320307 -> r320324 To: Konstantin Belousov , David Wolfskill , current@freebsd.org References: <20170625120731.GE1241@albert.catwhisker.org> <20170625123226.GV3437@kib.kiev.ua> <20170625124748.GT1241@albert.catwhisker.org> <20170625125223.GX3437@kib.kiev.ua> <20170625130521.GU1241@albert.catwhisker.org> <20170625132116.GY3437@kib.kiev.ua> From: Boris Samorodov Message-ID: <5f2c1716-cbc4-2b39-78f3-51cadd0747ad@passap.ru> Date: Sun, 25 Jun 2017 22:32:47 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170625132116.GY3437@kib.kiev.ua> Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2017 19:33:03 -0000 25.06.2017 16:21, Konstantin Belousov пишет: > On Sun, Jun 25, 2017 at 06:05:21AM -0700, David Wolfskill wrote: >> On Sun, Jun 25, 2017 at 03:52:23PM +0300, Konstantin Belousov wrote: >>> ... >>>>> The layout of the struct vm_map_entry was changed, the faulted address >>>>> is somewhat consistent with ABI mismatch. >>>> >>>> Kinky. :-} >>> Do you use any third-party modules ? >> >> On the laptop, I use x11/nvidia-driver-340; on the build machine, no. >> >> I think we should focus on the build machine -- it runs a GENERIC kernel >> without ports (3rd-party) modules. > Ok. > >> >> #cat /etc/src-env.conf >> WITH_META_MODE=yes > > So can you _remove_ all kernel object files and rebuild anew with the > clean build dir, please ? I also use WITH_META_MODE=yes. And full rebuild helped here too. Thank you. -- WBR, bsam