From owner-freebsd-current@freebsd.org Sun Mar 5 21:25:17 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 7166ECFA660 for ; Sun, 5 Mar 2017 21:25:17 +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 4F0F61C45 for ; Sun, 5 Mar 2017 21:25:16 +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 v25LQriC026983; Sun, 5 Mar 2017 13:27:01 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: David Wolfskill Cc: In-Reply-To: <20170305121026.GK1583@albert.catwhisker.org> References: <959436378530ea6a182825fb1328bcb6@ultimatedns.net> <3244339.Sh8jFgR0Eq@madcat.anarchadelic.> <2e2714cc5f991d19c70ccff599aa3fe6@ultimatedns.net>, <20170305121026.GK1583@albert.catwhisker.org> From: "Chris H" Subject: Re: kernel trap 12 with interrupts disabled Date: Sun, 05 Mar 2017 13:27:01 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: 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 21:25:17 -0000 On Sun, 5 Mar 2017 04:10:26 -0800 David Wolfskill wrote > On Sat, Mar 04, 2017 at 10:08:45PM -0800, 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 (try to -- and usually succeed in doing so) build & smoke test > stable/11 and head daily, on both a dedicated "build machine and the > laptop I use for day-to-day use. > > Details are posted at > , including links to > pages with logs of the (daily) output of "uname -vp", so folks can see > what worked for me (along with a fair bit of other stuff that may be > useful for reality checks). > > The last few lines of "uname" output for my laptop for head are: > > ... > FreeBSD 12.0-CURRENT #272 r314549M/314552:1200022: Thu Mar 2 05:52:54 PST > 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY amd64 > FreeBSD 12.0-CURRENT #273 r314592M/314592:1200023: Fri Mar 3 07:12:34 PST > 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY amd64 > FreeBSD 12.0-CURRENT #274 r314653M/314653:1200023: Sat Mar 4 06:46:18 PST > 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY amd64 > > (but I just started another cycle, so I expect to be augmenting the list > fairly soon). > > I didn't happen to build at r314640; I did so at r314592 and r314653 -- > successfully -- though. Thank you *very* much, David, for sharing this. It's an *invaluable* resource. GREATLY appreciated! Now. If I could only figure out when (u)efi will be supported again. But that's another topic, in another thread. :-) Thanks again, David. --Chris > > Peace, > david