Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Feb 2022 19:04:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 257067] panic: Assertion in_epoch(net_epoch_preempt) failed at /usr/src/sys/net/if_vlan.c:1185
Message-ID:  <bug-257067-7501-BDcui2oSrb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257067-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257067-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=3D257067

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db27e6e91d0ad1f87b296f7583d4f5d938=
d7a997c

commit b27e6e91d0ad1f87b296f7583d4f5d938d7a997c
Author:     Aleksandr Fedorov <afedorov@FreeBSD.org>
AuthorDate: 2022-02-09 19:00:50 +0000
Commit:     Aleksandr Fedorov <afedorov@FreeBSD.org>
CommitDate: 2022-02-09 19:00:50 +0000

    ng pppoe(4): Add the required NET_EPOCH section to the hook
    disconnection function.

    Disconnecting hooks are called outside of NET_EPOCH, but
    ng_pppoe_disconnect() calls NG_SEND_DATA_ONLY() which should be called
    in NET_EPOCH.

    PR:     257067
    Reported by:    niels=3Dfreebsd@bakker.net
    Reviewed by:    vmaffione (mentor), glebius, donner
    Approved by:    vmaffione (mentor), glebius, donner
    Sponsored by:   vstack.com
    Differential Revision:  https://reviews.freebsd.org/D34185

 sys/netgraph/ng_pppoe.c | 4 ++++
 1 file changed, 4 insertions(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



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