Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 13:39:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 227720] Kernel panic in ppp server
Message-ID:  <bug-227720-7501-PX6HmvxfA4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227720-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227720-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=3D227720

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae@FreeBSD.org

--- Comment #24 from Andrey V. Elsukov <ae@FreeBSD.org> ---
You can try to apply this patch https://people.freebsd.org/~ae/netgc.diff

It does deferred free for deleted ifnet structure. So, when interface destr=
oyed
and some code does access to the ifnet stucture in the same time, it can be
done without page fault.

--=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-227720-7501-PX6HmvxfA4>