Page MenuHomeFreeBSD

Don't panic on duplicated module name.
AbandonedPublic

Authored by trasz on Sep 9 2015, 1:54 PM.
Tags
None
Referenced Files
F82056920: D3613.id.diff
Thu, Apr 25, 2:27 AM
F82030092: D3613.id.diff
Wed, Apr 24, 6:35 PM
Unknown Object (File)
Mon, Apr 22, 8:36 AM
Unknown Object (File)
Mon, Apr 22, 8:31 AM
Unknown Object (File)
Fri, Mar 29, 12:45 AM
Unknown Object (File)
Fri, Mar 29, 12:35 AM
Unknown Object (File)
Mar 3 2024, 8:19 AM
Unknown Object (File)
Feb 27 2024, 10:26 AM
Subscribers

Details

Reviewers
emaste
Summary

Do not panic when trying to boot with two modules of the same name.

This fixes panic after loading "vesa.ko" from loader and trying to boot
with kern.vty="vt".

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 463
Build 463: arc lint + arc unit

Event Timeline

trasz retitled this revision from to Don't panic on duplicated module name..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)

Abandon - according to kib@ this can lead to accessing uninitialized memory; no way to do it cleanly. The debug message fix was committed.