[Bug 257067] panic: Assertion in_epoch(net_epoch_preempt) failed at /usr/src/sys/net/if_vlan.c:1185

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 13 Feb 2022 12:09:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257067

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=85cd9f7e989bab02aee32a5f25d517567a0cc928

commit 85cd9f7e989bab02aee32a5f25d517567a0cc928
Author:     Aleksandr Fedorov <afedorov@FreeBSD.org>
AuthorDate: 2022-02-09 19:00:50 +0000
Commit:     Aleksandr Fedorov <afedorov@FreeBSD.org>
CommitDate: 2022-02-13 12:05:45 +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=freebsd@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

    (cherry picked from commit b27e6e91d0ad1f87b296f7583d4f5d938d7a997c)

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

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