Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2018 13:39:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 222314] ifconfig epair create panics the kernel (arm64, powerpc)
Message-ID:  <bug-222314-7501-KvTVZMqOVK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222314-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222314-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222314

Bjoern A. Zeeb <bz@FreeBSD.org> 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 <bz@FreeBSD.org> ---
(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 __<foo>__
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222314-7501-KvTVZMqOVK>