From owner-freebsd-current@freebsd.org Sun Mar 5 06:32:53 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 DD838CF85EC for ; Sun, 5 Mar 2017 06:32:53 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBDC010B2 for ; Sun, 5 Mar 2017 06:32:53 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id v256YXRd070258; Sat, 4 Mar 2017 22:34:39 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: freebsd-current@freebsd.org, Alastair Hogge In-Reply-To: <3109513.uzeZf1mvEc@madcat.anarchadelic.> References: <959436378530ea6a182825fb1328bcb6@ultimatedns.net> <3244339.Sh8jFgR0Eq@madcat.anarchadelic.> <2e2714cc5f991d19c70ccff599aa3fe6@ultimatedns.net>, <3109513.uzeZf1mvEc@madcat.anarchadelic.> From: "Chris H" Subject: Re: kernel trap 12 with interrupts disabled Date: Sat, 04 Mar 2017 22:34:39 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <7c300bdfa4f923ec5406e257dbb17ad1@ultimatedns.net> 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, 05 Mar 2017 06:32:54 -0000 On Sun, 05 Mar 2017 14:26:31 +0800 Alastair Hogge wrote > On Sat, 4 Mar 2017 10:08:45 PM Chris H wrote: > > Thanks for the reply. > > I rebooted to kernel.old, so I could get the exact > > src revision I built this on. It's r314640 > > > > Any news as to whether it's safe to update src, and > > build a usable kernel? > > I am not able to boot a kernel > r314627. I currently have a r314627 kernel > running with a r314687 world. Looking at the output in my trap; I got the impression that the commit: r314636, might be to blame -- MCA: add AMD Error Thresholding support Currently the feature is implemented only for a subset of errors reported via Bank 4. The subset includes only DRAM-related errors. The new code builds upon and reuses the Intel CMC (Correctable MCE Counters) support code. However, the AMD feature is quite different and, unfortunately, much less regular. Just a guess, tho. I'm thinking to back that commit out, and giving world/kernel another shot. --Chris > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"