Page MenuHomeFreeBSD

Don't panic on duplicated module name.
AbandonedPublic

Authored by trasz on Sep 9 2015, 1:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 28 2025, 1:42 AM
Unknown Object (File)
Oct 26 2025, 7:28 PM
Unknown Object (File)
Oct 26 2025, 4:40 AM
Unknown Object (File)
Oct 26 2025, 12:46 AM
Unknown Object (File)
Oct 6 2025, 10:30 AM
Unknown Object (File)
Oct 5 2025, 7:06 AM
Unknown Object (File)
Oct 5 2025, 6:42 AM
Unknown Object (File)
Oct 5 2025, 4:32 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.