From owner-freebsd-current@freebsd.org Sun Jun 25 11:11:27 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 8B298D8EC79 for ; Sun, 25 Jun 2017 11:11:27 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward2m.cmail.yandex.net (forward2m.cmail.yandex.net [IPv6:2a02:6b8:b030::19]) (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 48A1F67304; Sun, 25 Jun 2017 11:11:27 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward2m.cmail.yandex.net (Yandex) with ESMTP id 34B7120F0C; Sun, 25 Jun 2017 14:11:24 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 8486329408AC; Sun, 25 Jun 2017 14:11:22 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id yYo5lrWCOp-BMgWCQTv; Sun, 25 Jun 2017 14:11:22 +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=1498389082; bh=x4jY+9wSIIquEbnDTQR4u1defygbithU/HhuSIyNsRU=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=J7y6BcM4kzmQrso/6QB7/l/KXpL5/LrDff8u6t9nCh3OrdAOFnyWzrDEQ4KN/e95/ 9Rd86BAZCZCgtRjRN6ocyHoOxp6tCikmEH5jnqLV7FxUegbKy6ED/sRiORyDKdcG3d n2dehvm+rNIgTrfsI1EjpTdsAm1qVD7ntD2CJW4c= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0,1 0 Subject: Re: r320307 -> r320324: kernel does not load To: freebsd-current@freebsd.org, kib@FreeBSD.org References: From: Boris Samorodov Message-ID: <512eb5ee-65d1-2b9e-689c-7a54d00bad10@passap.ru> Date: Sun, 25 Jun 2017 14:11:21 +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: 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 11:11:27 -0000 (cc: kib@) Hi Kostik, FYI: I've looked though last source changes and it looks like your commit(s) may be related. 25.06.2017 13:54, Boris Samorodov пишет: > Hi All, > > I use self-built base packages for system updates. The jump from > r320307 to r320324 leads to fatal trap 12 at the very beginning: > https://goo.gl/Pgujga (sorry for the poor photo quality) > > Revert to r320307, and the system boots fine. -- WBR, bsam