Date: Tue, 16 Sep 2025 13:36:18 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 284283] if_re(4) crashes when attaching on RVVM Message-ID: <bug-284283-7501-zdcfa6Z5OG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284283-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-284283-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=3D284283 Mitchell Horne <mhorne@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |mhorne@freebsd.org --- Comment #13 from Mitchell Horne <mhorne@freebsd.org> --- Hi, Several weeks ago I could reproduce the crash. As mentioned in replies here, the problem had to do with unresolved module dependencies. At present, the crash no longer manifests in main with `kldload if_re.ko`. = I am not sure if the issue was fixed or hidden. However, I have just committed a change which adds the proper PNP info to t= he module, so it will be picked up and loaded automatically by devmatch(8). Notably, the devmatch rc script performs all module loads within a freeze/t= haw of the device hierarchy. It is the following commit, which will be merged to stable branches in the = next few days: https://cgit.freebsd.org/src/commit/?id=3De13b5298ec87be03da2231bc7b44a6a4b= 976b850 Best, Mitchell --=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-284283-7501-zdcfa6Z5OG>