From owner-freebsd-current@freebsd.org Sun Mar 6 16:40:19 2016 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 7F2B39DB327 for ; Sun, 6 Mar 2016 16:40:19 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (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 698CDDDC; Sun, 6 Mar 2016 16:40:19 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: by mail.lifanov.com (Postfix, from userid 58) id 223BD239744; Sun, 6 Mar 2016 11:40:19 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.lifanov.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.1 Received: from app.lifanov.com (chat.lifanov.com [206.125.175.13]) by mail.lifanov.com (Postfix) with ESMTPA id 4086523958D; Sun, 6 Mar 2016 11:40:18 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 06 Mar 2016 11:40:18 -0500 From: Nikolai Lifanov To: Dimitry Andric Cc: Larry Rosenman , Freebsd current Subject: Re: HEADS UP: clang/llvm/lldb/compiler-rt 3.8.0 imported In-Reply-To: <87812E00-DCD6-4A8C-94E9-3EC43F3C0D9F@FreeBSD.org> References: <06A7CAA8-1F51-4A86-97D1-F0DA938C2BC4@FreeBSD.org> <0CAC6D2A-D16B-4BD5-90F0-3A1E2F1FC375@FreeBSD.org> <613F619A-DE9E-4030-BF11-CE30465B9538@FreeBSD.org> <232E493E-9B22-4D1E-A1C8-619B573C56E1@FreeBSD.org> <20160306142032.GA4063@trivet.lerctr.org> <7c0070cf1cf21e8a66b0e5c4567aa0c7@mail.lifanov.com> <8e5b5bbb0050e7531259487a8a0bddf2@thebighonker.lerctr.org> <87812E00-DCD6-4A8C-94E9-3EC43F3C0D9F@FreeBSD.org> Message-ID: <2966656fa45a2225d16b84cf0abffabd@mail.lifanov.com> X-Sender: lifanov@mail.lifanov.com User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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, 06 Mar 2016 16:40:19 -0000 On 2016-03-06 11:33, Dimitry Andric wrote: > On 06 Mar 2016, at 17:17, Larry Rosenman wrote: >> >> On 2016-03-06 08:54, Larry Rosenman wrote: >>> On 2016-03-06 08:49, Larry Rosenman wrote: >>>> On 2016-03-06 08:40, Nikolai Lifanov wrote: > ... >>>>> I loaded everything in this list other than acpi_dsdt override. >>>>> - Nikolai Lifanov >>>> still breaks for me without the dsdt override :( >>> +list >> https://svnweb.freebsd.org/changeset/base/296428 fixes it after >> installing the new boot1.efi > > Thanks for the confirmation. I could reproduce the panic locally, by > preloading the modules from the boot loader. > > -Dimitry I tend to load only what's absolutely necessary for a successful boot from loader.conf and load the rest from kld_list in rc.conf so that single user mode has the greatest chance of working. - Nikolai Lifanov