[Bug 290968] Dynamic linuxbase loading can mount in unexpected locations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Nov 2025 20:28:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290968 --- Comment #6 from Wes Morgan <morganw@gmail.com> --- (In reply to Mark Johnston from comment #5) Correct. See the original note --- linux.ko failed to load due to a missing module dependency. The script should check that the sysctl exists, indicating that module is truly loaded. Currently it assumes the module loads successfully and uses a potentially non-existent sysctl. This is an edge case, as most installations use GENERIC, which builds all modules, so they would never see it. I only build the modules I need, a holdover from the old days of slower, single core systems, and small boot partitions. Sometimes you are bit by module dependencies silently showing up, like this. -- You are receiving this mail because: You are the assignee for the bug.