From owner-freebsd-current@freebsd.org Fri Mar 10 14:57:26 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 C2884D0679A for ; Fri, 10 Mar 2017 14:57:26 +0000 (UTC) (envelope-from eric.camachat@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C69B15C3 for ; Fri, 10 Mar 2017 14:57:26 +0000 (UTC) (envelope-from eric.camachat@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id n11so12513078wma.0 for ; Fri, 10 Mar 2017 06:57:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=c849u25ng54F8S2SNfhiuE/8cf5iv51c2h0fIV1DdMk=; b=CEuql2NZ8MgHOiR0wgt9ESPN7/i639gY9zibmHV+B4UsImr/xRwkTboXXGXxTvnhHK 17Y/kGxLon9zcmU20Ic2Ra828VjO/D3iFrdp7EZPvbnCaq3wGZ/qI+yM8aAmdjZPn/gj gea3BTKRbA7zghNmc0l9D6TxmqvLoH0s3wb8bv3+yx2SSjoAyCRCBhXDTdq5EWATGGtS 76S1bZFksUR+UJu9og/Lj0e4JekqCe/rdoXKGUI0XYzKXfz7tEceR+mVTFvz1wP/1ou0 AfPi7KiNo7uc7TxP073ltaRBRW3MHhkV5dLCU9kdE1DkdVpQ8uxyfZyat4e7+br6Fb4b 6SZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=c849u25ng54F8S2SNfhiuE/8cf5iv51c2h0fIV1DdMk=; b=CxKzwZiqx5LVz16NN9azqq6to7yeKmaufWEE/h6QbWPEJv5ApccCjoK5jJpwjKB+W0 VUrDgQfqmv3+qV8LLHQNGvd0UfDybO2Hq7avz7z82Yxi9QyUXVxRW44sCAeHCNWop+tK j65q+9pi2p0/Lak56lJqdmALOOZK+f/SVXFArSZLa4wq7/COnLlDO30UDir+dWUnp+aX HmLL4VgK4+ck5q1qIzGIrpV1KHnL+1wZo07vpRdTZrG9Hafej8Zi9H9ZhjW76kfViKXy bKuLSGHbnomoOP0EzmybX8sYrO1t51x9Y3F4SgW3l+9fQbtiEel3hkkduBZqJdiwWtCC 31Gg== X-Gm-Message-State: AFeK/H0QvvPrF/GHJbMR+Mygq36P953/2JqgGztS1bC+0AI8a6aSG1HtQnWeHI8ob5IzR+MtH9RlfxiphPWK4A== X-Received: by 10.28.15.202 with SMTP id 193mr2639840wmp.99.1489157844327; Fri, 10 Mar 2017 06:57:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.153.73 with HTTP; Fri, 10 Mar 2017 06:57:02 -0800 (PST) In-Reply-To: References: <20170308142658.GE1309@albert.catwhisker.org> From: Eric Camachat Date: Fri, 10 Mar 2017 06:57:02 -0800 Message-ID: Subject: Re: start-up failure at SVN r314889 To: Michael Butler Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Fri, 10 Mar 2017 14:57:26 -0000 It works, thank you! On Thu, Mar 9, 2017 at 5:58 AM, Michael Butler wrote: > Per Hans .. this should fix it: > > r314953 | hselasky | 2017-03-09 04:17:43 -0500 (Thu, 09 Mar 2017) | 9 lin= es > Changed paths: > M /head/sys/compat/linuxkpi/common/src/linux_work.c > > Don't create any threads before SI_SUB_INIT_IF in the LinuxKPI. Else > kthread_add() will assert it is called too soon. This fixes a startup > issue when COMPAT_LINUXKPI is in enabled the kernel configuration > file. > > imb > > > > On 3/8/17 6:02 PM, Michael Butler wrote: >> >> The difference between a kernel that boots and another that won't is .. >> >> imb@toshi:/home/imb> diff -cw /sys/amd64/conf/TOSHI~ /sys/amd64/conf/TOS= HI >> *** /sys/amd64/conf/TOSHI~ Wed Mar 8 10:05:09 2017 >> --- /sys/amd64/conf/TOSHI Wed Mar 8 17:33:25 2017 >> *************** >> *** 373,379 **** >> # Enable Linux ABI emulation >> #options COMPAT_LINUX32 >> # Enable Linux KPI >> ! #options COMPAT_LINUXKPI >> >> # Enable the linux-like proc filesystem support (requires COMPAT_LINU= X >> # and PSEUDOFS) >> --- 373,379 ---- >> # Enable Linux ABI emulation >> #options COMPAT_LINUX32 >> # Enable Linux KPI >> ! options COMPAT_LINUXKPI >> >> # Enable the linux-like proc filesystem support (requires COMPAT_LINU= X >> # and PSEUDOFS) >> >> Seems to point at something in SVN r314843 :-( >> >> imb >> >> >> On 03/08/17 17:10, Eric Camachat wrote: >>> >>> I have the same issue on Dell Precision M4800. >>> >>> On Wed, Mar 8, 2017 at 6:26 AM, David Wolfskill >>> wrote: >>>> >>>> On Wed, Mar 08, 2017 at 07:55:44AM -0500, Michael Butler wrote: >>>>> >>>>> My laptop usually starts like this .. >>>>> >>>>> FreeBSD 12.0-CURRENT #21 r314812M: Mon Mar 6 19:34:51 EST 2017 >>>>> imb@toshi.auburn.protected-networks.net:/usr/obj/usr/src/sys/TOS= HI >>>>> amd64 >>>>> FreeBSD clang version 4.0.0 (branches/release_40 296509) (based on LL= VM >>>>> 4.0.0) >>>>> ... >>>>> >>>>> This morning, I get this :-( >>>>> >>>>> FreeBSD 12.0-CURRENT #27 r314889M: Tue Mar 7 19:55:25 EST 2017 >>>>> imb@toshi.auburn.protected-networks.net:/usr/obj/usr/src/sys/TOS= HI >>>>> FreeBSD clang version 4.0.0 (branches/release_40 296509) (based on LL= VM >>>>> 4.0.0) >>>>> VT(vga): resolution 640x480 >>>>> panic: kthread_add called too soon >>>>> [ .. ] >>>>> >>>>> Any thoughts? >>>>> .... >>>> >>>> "uname -vp" output from my last several (successful) build/smoke-tests >>>> for head: >>>> >>>> FreeBSD 12.0-CURRENT #274 r314653M/314653:1200023: Sat Mar 4 06:46:1= 8 >>>> PST 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CAN= ARY >>>> amd64 >>>> >>>> FreeBSD 12.0-CURRENT #275 r314700M/314700:1200023: Sun Mar 5 07:45:2= 0 >>>> PST 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CAN= ARY >>>> amd64 >>>> >>>> FreeBSD 12.0-CURRENT #276 r314770M/314770:1200023: Mon Mar 6 05:45:4= 4 >>>> PST 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CAN= ARY >>>> amd64 >>>> >>>> FreeBSD 12.0-CURRENT #277 r314842M/314842:1200023: Tue Mar 7 05:55:5= 8 >>>> PST 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CAN= ARY >>>> amd64 >>>> >>>> FreeBSD 12.0-CURRENT #278 r314906M/314906:1200024: Wed Mar 8 06:05:4= 9 >>>> PST 2017 root@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CAN= ARY >>>> amd64 >>>> >>>> Sorry it's not more help. >>>> >>>> Peace, >>>> david >>>> -- >>>> David H. Wolfskill david@catwhisker.org >>>> How could one possibly "respect" a misogynist, racist, bullying >>>> con-man??!? >>>> >>>> See http://www.catwhisker.org/~david/publickey.gpg for my public key. >>> >>> >>> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" > > > _______________________________________________ > 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= " --=20 =E2=98=80Eric