Date: Mon, 25 Dec 2023 04:26:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275920] Kernel crash in sys/netlink/route/iface.c:124 Message-ID: <bug-275920-227-aqFMJ7h0kL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275920-227@https.bugs.freebsd.org/bugzilla/> References: <bug-275920-227@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=3D275920 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? --=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-275920-227-aqFMJ7h0kL>