From owner-freebsd-net@freebsd.org Thu Oct 18 13:39:13 2018 Return-Path: Delivered-To: freebsd-net@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 D30B910DD2E6 for ; Thu, 18 Oct 2018 13:39:12 +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 6F5248C180 for ; Thu, 18 Oct 2018 13:39:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 33E6A10DD2E5; Thu, 18 Oct 2018 13:39:12 +0000 (UTC) Delivered-To: net@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 120D610DD2E4 for ; Thu, 18 Oct 2018 13:39:12 +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 A79DE8C17C for ; Thu, 18 Oct 2018 13:39:11 +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 0B9E025C7E for ; Thu, 18 Oct 2018 13:39:11 +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 w9IDdArb069303 for ; Thu, 18 Oct 2018 13:39:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w9IDdAff069302 for net@FreeBSD.org; Thu, 18 Oct 2018 13:39:10 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: net@FreeBSD.org Subject: [Bug 222314] ifconfig epair create panics the kernel (arm64, powerpc) Date: Thu, 18 Oct 2018 13:39:10 +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: crash, vimage X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bz@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bz@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution component short_desc version bug_status assigned_to 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-net@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 13:39:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222314 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Component|arm |kern Summary|ifconfig epair create |ifconfig epair create |panics the kernel (arm64) |panics the kernel (arm64, | |powerpc) Version|11.1-STABLE |CURRENT Status|Closed |Open Assignee|net@FreeBSD.org |bz@FreeBSD.org --- Comment #5 from Bjoern A. Zeeb --- (In reply to Mark Millard from comment #4) Ignoring the LOR. Ignoring the fact that this bug report was arm64 specifi= c.=20 Let's see if it is the same problem at least; otherwise we should track this elsewhere. Shot in the dark, can you try adding powerpc to the place in sys/net/vnet.h= as was done in https://svnweb.freebsd.org/base?view=3Drevision&revision=3D3369= 09 for arm64 ? changing the line #if defined(KLD_MODULE) && defined(__aarch64__) to #if defined(KLD_MODULE) && (defined(__aarch64__) || \ defined(__powerpc__) || defined(__powerpc64__)) and see if this helps; Be aware that (a) I hope I got the correct ____ for powerpc and (b) at the moment I am assuming that this applies to both a= nd we need both. I am absolutely not sure which one is correct or needed for FreeBSD's powerpc support. --=20 You are receiving this mail because: You are the assignee for the bug.=