From owner-freebsd-ppc@freebsd.org Sun Aug 5 19:46:29 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AE93105BF77 for ; Sun, 5 Aug 2018 19:46:29 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic314-20.consmr.mail.gq1.yahoo.com (sonic314-20.consmr.mail.gq1.yahoo.com [98.137.69.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDC9C74F5C for ; Sun, 5 Aug 2018 19:46:28 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 5ZXtapQVM1mIERP5HeQ9tjc4ukZ96SZfjySEtdbC.mhfeYNd6mbcv4IJNaBuZpd QUzN0zXRpJfr3oQ6yXQlho2EIIcSEn2pzDNe8UnbabiL5ZaeOdX1_5tsSGGh9syHNTRA2RsTaPzR xr47siSjv_nWKoHiK2S0DIk.uVeyDPSffTdoM5zjj0sjl5fM.mIyYWRZQzLh6RHVuCv9nopByeRi LGIbCorzDhIu4y4MdXJXF6cIXYhjwSxnQfNu4JvKQNp4nLTyRNf4lkV3iyLmso1sVRLiVFvOKBVu rJm5T9Vv77ppcQjA_lorQjjnvrWPfmyNE2flLCo9q.okyGYoK9Tqi0V2RK0ARsi044GGLcTaZ5vj Dm6l66cKmfDj6FKsw52z0_Wvj1yTvL7k3g9oGCWqw.HVOjHkfU_GW1s0ZtJf6YdcFIv6ok6C5gTi NU8edmbSW8Zp0wZsgVIC6FH_afuCDD6aW6.chupHfmzK_t6pPqxtFbhthlekylt92_2pu3VTrP6b wlrAL4OVhRlPxZM20p.s2W3VFEBf2HtS1L_VPq.XOJQDCXDMw.9JVmVTeVYswoUrOt3Bj7rcqTIo DOSIfjTJYSHIqF0gZRfxQJfNxiBQ085U7U1ONwLCG2ZqcYO6GmTVybMaMiVJW6ZZuN8lWbWr5_N4 58oRHvOCg9Zkvgb_SVTkNF_FJJyteqwi266HYyu9ttpFHzgOYXn_D6WqkhuRPUrKyi32MTmpk4hg 7OwSyhDrGHDx2jEliTSO6qTt_.655icbQTExf3SaOR7V66RFHYoHBk8KyWpz7A_P1Hru5r5C5XUq eC27npvvT6.v40Ds5buWyhw3HRGzY27bEApPCL7Pe3AROYANZg0VGHh07RIuodNfdelQJprLGObz Guk.Hr1QI0yavPSz1yDMuJWD_Mui0VT.jX9_s8f6B53dXdBkkXZrRe308f8HBxo.BM006qdurwlW Q6XSaxieKnzw.Debynh6e73bZ9KQS0j82b2faXj2B_56zkX3m9wuDSsPdUzWCRhAIsa3jpy0SX1W 4LL470MrzWQk- Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.gq1.yahoo.com with HTTP; Sun, 5 Aug 2018 19:46:27 +0000 Received: from ip70-189-131-151.lv.lv.cox.net (EHLO [192.168.0.105]) ([70.189.131.151]) by smtp417.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 55396c4ef1da540a3e6aadb19ae82289; Sun, 05 Aug 2018 19:46:25 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: projects/clang700 and powerpc64 (or powerpc): What is the goal? Is the Lex/Lexer.cpp altivec.h problem to be handled? Message-Id: <6F1CF8C0-84ED-49B2-8FC3-C566AEB15810@yahoo.com> Date: Sun, 5 Aug 2018 12:46:24 -0700 To: Dimitry Andric , FreeBSD Toolchain , FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2018 19:46:29 -0000 [I experiment with targeting powerpc family via modern toolchains. So this is outside the official range for FreeBSD. I've not tried clang 7 yet. The below is relative to system clang 6 behavior.] As stands amd64 -> powerpc64 cross builds fail building clang via the system clang because of errors like (from the bootstrap clang build here): --- Lex/Lexer.o --- /usr/src/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp:2401:10: fatal = error: 'altivec.h' file not found #include ^~~~~~~~~~~ 1 error generated. *** [Lex/Lexer.o] Error code 1 where it should be finding the clang/6.0.1/include/altivec.h listed in the below (clang's own altivec.h): # find /usr/obj/powerpc64vtsc_clang_altbinutils -name altivec.h -print = /usr/obj/powerpc64vtsc_clang_altbinutils/powerpc.powerpc64/usr/src/powerpc= .powerpc64/tmp/usr/include/machine/altivec.h = /usr/obj/powerpc64vtsc_clang_altbinutils/powerpc.powerpc64/usr/src/powerpc= .powerpc64/tmp/usr/lib/clang/6.0.1/include/altivec.h = /usr/obj/powerpc64vtsc_clang_altbinutils/powerpc.powerpc64/usr/src/powerpc= .powerpc64/obj-lib32/tmp/usr/include/machine/altivec.h clang's altivec.h serves a very different purpose than the freebsd ones and so is the right one to find for the above. The code that reports the error is: #ifdef __SSE2__ #include #elif __ALTIVEC__ #include #undef bool #endif Note: the clang altivec.h involvement is an example of clang not being a generic cross compiler as built for FreeBSD as far as I can tell: the involved code only is compiled into clang when explicitly targeting powerpc contexts if I understand right. SSE2 may have a similar status? Is projects/clang700 going to try to have the right altivec.h found or to avoid having the build try to find it? (Either would allow the build to get past the above point of failure.) Note: As stands cross-builds via devel/powerpc64-gcc and the like build clang without __ALTIVEC__ defined and is not used. But, like FreeBSD, GCC has its own alitvec.h file to avoid finding in this context if __ALTVEC__ was defined at some point. As stands, overall the system tries to build differently depending on the tool chain used for this clang altivec.h material. (The official llvm based xtoolchain still needs lld to work to be used. So I'll not comment about __ALTIVEC__ based on my mixing in devel/powerpc64-binutils use instead. I've not looked into if an altivec.h is or is not in use by that above include for this context.) =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Tue Aug 7 17:35:11 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA7D61065B55 for ; Tue, 7 Aug 2018 17:35:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 66E707969C for ; Tue, 7 Aug 2018 17:35:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 28B361065B54; Tue, 7 Aug 2018 17:35:11 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06DAE1065B53 for ; Tue, 7 Aug 2018 17:35:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D16179694 for ; Tue, 7 Aug 2018 17:35:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E465A21DEC for ; Tue, 7 Aug 2018 17:35:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w77HZ9Iv051205 for ; Tue, 7 Aug 2018 17:35:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w77HZ9fR051204 for ppc@FreeBSD.org; Tue, 7 Aug 2018 17:35:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Tue, 07 Aug 2018 17:35:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: breno.leitao@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 17:35:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 Breno Leitao changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |breno.leitao@gmail.com --- Comment #2 from Breno Leitao --- I was able to try one patch created by Leandro earlier today and, with his patch, I am able to pass this part. ums0: on usbus0 ums0: 3 buttons and [Z] coordinates ID=3D0 Sending DHCP Request packet from interface bge0 (98:be:94:05:2c:4c) Received DHCP Ack packet on bge0 from 9.8.234.81 (accepted) (got root path) DHCP timeout for interface bge1 DHCP timeout for interface bge2 DHCP timeout for interface bge3 bge0 at 9.8.234.221 server 9.8.234.81 subnet mask 255.255.255.0 rootfs 9.8.234.81:/var/nfs/ufs=20 Adjusted interface bge0 Shutdown interface bge1 Shutdown interface bge2 Shutdown interface bge3 Trying to mount root from nfs: []... NFS ROOT: 9.8.234.81:/var/nfs/ufs .. Later it crashes on a different topic, which seems to be related to the file system. I am not sure if the problem is related to my rootfs being buggy somehow.. ..... SMP: AP CPU #36 launched panic: invalid bcd 248 cpuid =3D 15 time =3D 1533662783 KDB: stack backtrace: 0xe000000075f80f70: at .kdb_backtrace+0x5c 0xe000000075f810a0: at .vpanic+0x1b4 0xe000000075f81160: at .kassert_panic+0xf8 0xe000000075f81200: at .opal_check+0x19d8 0xe000000075f812a0: at .opal_check+0x1b9c 0xe000000075f81380: at .clock_schedule+0x184 0xe000000075f81420: at .inittodr+0x24 0xe000000075f814b0: at .vfs_mountroot+0x1254 0xe000000075f81740: at .sysinit_add+0x3e8 0xe000000075f81850: at .fork_exit+0xd0 0xe000000075f818f0: at .fork_trampoline+0x10 0xe000000075f81920: at -0x4 KDB: enter: panic [ thread pid 1 tid 100002 ] Stopped at .kdb_enter+0x60: ld r2, r1, 0x28 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Tue Aug 7 17:39:04 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 200441065CE9 for ; Tue, 7 Aug 2018 17:39:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AF03E797A9 for ; Tue, 7 Aug 2018 17:39:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 73BC81065CE7; Tue, 7 Aug 2018 17:39:03 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 623FB1065CE6 for ; Tue, 7 Aug 2018 17:39:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04818797A6 for ; Tue, 7 Aug 2018 17:39:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5CE1E21DFB for ; Tue, 7 Aug 2018 17:39:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w77Hd28Q055039 for ; Tue, 7 Aug 2018 17:39:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w77Hd2YQ055038 for ppc@FreeBSD.org; Tue, 7 Aug 2018 17:39:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Tue, 07 Aug 2018 17:39:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: breno.leitao@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 17:39:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 --- Comment #3 from Breno Leitao --- Created attachment 195984 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195984&action= =3Dedit Full boot log The full boot log. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Tue Aug 7 19:50:20 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51A5D1069605 for ; Tue, 7 Aug 2018 19:50:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E29567F295 for ; Tue, 7 Aug 2018 19:50:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A43AA1069604; Tue, 7 Aug 2018 19:50:19 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92F531069603 for ; Tue, 7 Aug 2018 19:50:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34C9F7F28E for ; Tue, 7 Aug 2018 19:50:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6ABFC23015 for ; Tue, 7 Aug 2018 19:50:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w77JoIUK006296 for ; Tue, 7 Aug 2018 19:50:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w77JoIrW006295 for ppc@FreeBSD.org; Tue, 7 Aug 2018 19:50:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Tue, 07 Aug 2018 19:50:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 19:50:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Sean Bruno --- (In reply to Breno Leitao from comment #2) If you have the time, can you attach the patch for review or a link to phabricator so I can take a look at it? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Tue Aug 7 22:38:30 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E43D106CF39 for ; Tue, 7 Aug 2018 22:38:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BF9AC8438C for ; Tue, 7 Aug 2018 22:38:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 84791106CF38; Tue, 7 Aug 2018 22:38:29 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7359B106CF37 for ; Tue, 7 Aug 2018 22:38:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14A2C84384 for ; Tue, 7 Aug 2018 22:38:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6D09F2477B for ; Tue, 7 Aug 2018 22:38:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w77McSjR053662 for ; Tue, 7 Aug 2018 22:38:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w77McSkL053661 for ppc@FreeBSD.org; Tue, 7 Aug 2018 22:38:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Tue, 07 Aug 2018 22:38:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: breno.leitao@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 22:38:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 --- Comment #5 from Breno Leitao --- Sean, Leandro's fix is not final and you can find the initial version at https://people.freebsd.org/~luporl/bootp.patch I also fixed the bcd2bin issue. The code is at review at this moment. https://reviews.freebsd.org/D16617 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Tue Aug 7 23:26:08 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CEC3106E07B for ; Tue, 7 Aug 2018 23:26:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CED2285D97 for ; Tue, 7 Aug 2018 23:26:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 92A1B106E079; Tue, 7 Aug 2018 23:26:07 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 709DB106E078 for ; Tue, 7 Aug 2018 23:26:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC7E585D95 for ; Tue, 7 Aug 2018 23:26:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0175F24EA5 for ; Tue, 7 Aug 2018 23:26:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w77NQ5Tf073333 for ; Tue, 7 Aug 2018 23:26:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w77NQ5wj073332 for ppc@FreeBSD.org; Tue, 7 Aug 2018 23:26:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Tue, 07 Aug 2018 23:26:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2018 23:26:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 --- Comment #6 from Sean Bruno --- (In reply to Breno Leitao from comment #5) Wow, ok we're in business on these power8 machines. I can netboot into multiuser and start poking around to figure out how we want to set these up= for packages and reference jails. FreeBSD 12.0-CURRENT FreeBSD 12.0-CURRENT #8 r337439M: Tue Aug 7 22:57:29= UTC 2018=20=20=20=20 sbruno@admin.nyi.freebsd.org:/var/tmp/home/sbruno/fbsd_head/powerpc.powerpc= 64/sys/GENERIC64 powerpc root@:~ # df -k Filesystem 1024-blocks Used Avail Capacity Mounted= on 10.0.7.1:/pxeroot/powerpc64/ 1053915802 66661 1053849140 0% / devfs 1 1 0 100% /dev /dev/md0 31260 352 28408 1% /var /dev/md1 19356 24 17784 0% /tmp root@:~ # camcontrol devlist at scbus0 target 0 lun 0 (pass0,ada0) at scbus1 target 0 lun 0 (pass1,ada1) at scbus3 target 0 lun 0 (pass2,ada2) at scbus4 target 0 lun 0 (cd0,pass3) at scbus5 target 0 lun 0 (da0,pass4) at scbus6 target 0 lun 0 (da1,pass5) root@:~ # gpart show =3D> 34 976773101 ada0 GPT (466G) 34 2014 - free - (1.0M) 2048 14336 1 efi (7.0M) 16384 937150464 2 linux-data (447G) 937166848 39604224 3 linux-swap (19G) 976771072 2063 - free - (1.0M) =3D> 34 976773101 diskid/DISK-WD-WMAYP0DFN4H3 GPT (466G) 34 2014 - free - (1.0M) 2048 14336 1 efi (7.0M) 16384 937150464 2 linux-data (447G) 937166848 39604224 3 linux-swap (19G) 976771072 2063 - free - (1.0M) =3D> 40 490234672 ada2 GPT (234G) 40 20971520 1 freebsd-swap (10G) 20971560 469263152 2 freebsd-zfs (224G) =3D> 40 490234672 diskid/DISK-Y69ERGYE GPT (234G) 40 20971520 1 freebsd-swap (10G) 20971560 469263152 2 freebsd-zfs (224G) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Wed Aug 8 18:41:22 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 225BF1066877 for ; Wed, 8 Aug 2018 18:41:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B4BA78C6BB for ; Wed, 8 Aug 2018 18:41:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 74E881066876; Wed, 8 Aug 2018 18:41:21 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 636E51066874 for ; Wed, 8 Aug 2018 18:41:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05EC78C6B5 for ; Wed, 8 Aug 2018 18:41:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 52FABF09D for ; Wed, 8 Aug 2018 18:41:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w78IfK3b048434 for ; Wed, 8 Aug 2018 18:41:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w78IfKnT048433 for ppc@FreeBSD.org; Wed, 8 Aug 2018 18:41:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Wed, 08 Aug 2018 18:41:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: leandro.lupori@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 18:41:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 --- Comment #7 from Leandro Lupori --- I've improved the patch a bit and submitted it for review: https://reviews.freebsd.org/D16633. I tested it with QEMU (pseries POWER8) and was able to mount the rootfs from NFS without issues. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Thu Aug 9 14:05:17 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D76B106754D for ; Thu, 9 Aug 2018 14:05:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DE57F742B1 for ; Thu, 9 Aug 2018 14:05:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A34E41067548; Thu, 9 Aug 2018 14:05:16 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 922F11067546 for ; Thu, 9 Aug 2018 14:05:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31DEE742A5 for ; Thu, 9 Aug 2018 14:05:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7938A1948B for ; Thu, 9 Aug 2018 14:05:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w79E5F7e067847 for ; Thu, 9 Aug 2018 14:05:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w79E5FGH067844 for ppc@FreeBSD.org; Thu, 9 Aug 2018 14:05:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Thu, 09 Aug 2018 14:05:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 14:05:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: luporl Date: Thu Aug 9 14:04:52 UTC 2018 New revision: 337537 URL: https://svnweb.freebsd.org/changeset/base/337537 Log: [ppc] Fix kernel panic when using BOOTP_NFSROOT On PowerPC (and possibly other architectures), that doesn't use EARLY_AP_STARTUP, the config task queue may be used initialized. This was observed while trying to mount the root fs from NFS, as reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168. This patch has 2 main changes: 1- Perform a basic initialization of qgroup_config, similar to what is done in taskqgroup_adjust, but simpler. This makes qgroup_config ready to be used during NFS root mount. 2- When EARLY_AP_STARTUP is not used, call inm_init() and in6m_init() right before SI_SUB_ROOT_CONF, because bootp needs to send multicast packages to request an IP. PR: Bug 230168 Reported by: sbruno Reviewed by: jhibbits, mmacy, sbruno Approved by: jhibbits Differential Revision: D16633 Changes: head/sys/kern/subr_gtaskqueue.c head/sys/netinet/in_mcast.c head/sys/netinet6/in6_mcast.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Thu Aug 9 16:40:19 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5913106C22A for ; Thu, 9 Aug 2018 16:40:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 42CC57CF80 for ; Thu, 9 Aug 2018 16:40:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0455B106C229; Thu, 9 Aug 2018 16:40:19 +0000 (UTC) Delivered-To: ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7047106C228 for ; Thu, 9 Aug 2018 16:40:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8870C7CF78 for ; Thu, 9 Aug 2018 16:40:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CFD881A94B for ; Thu, 9 Aug 2018 16:40:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w79GeHpk064161 for ; Thu, 9 Aug 2018 16:40:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w79GeHem064160 for ppc@FreeBSD.org; Thu, 9 Aug 2018 16:40:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 230168] [powerpc] Kernel panic using "options BOOTP_NFSROOT" Date: Thu, 09 Aug 2018 16:40:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 16:40:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230168 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #9 from Sean Bruno --- Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.=