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".
Differential D3613
Don't panic on duplicated module name. trasz on Sep 9 2015, 1:54 PM. Authored by Tags None Referenced Files
Subscribers
Details
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
Diff Detail
Event TimelineComment Actions Abandon - according to kib@ this can lead to accessing uninitialized memory; no way to do it cleanly. The debug message fix was committed. |
There might be a micro optimization here to do the V_broadcast_zero test LAST, that way the additional test in the fast path only occurs after the tests we have been doing all along.