[Bug 275920] Kernel crash in sys/netlink/route/iface.c:124

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Dec 2023 04:26:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275920

Mike Cui <cuicui@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Kernel crash immediately    |Kernel crash in
                   |after loading e6000sw       |sys/netlink/route/iface.c:1
                   |module.                     |24

--- Comment #1 from Mike Cui <cuicui@gmail.com> ---
Presumably the crash happened sys/netlink/route/iface.c:124, in function
get_operstate_ether() which calls if_ioctl(), and ifp->if_ioctl is NULL for
some reason.

It also appears that NETLINK subsystem was added in 13.2, but NETLINK is not
included in the base kernel in 13.2, but it is in 14.0. Is NETLINK required in
14.0? Can just compile out of the kernel myself?

-- 
You are receiving this mail because:
You are the assignee for the bug.