[rescue] Happy New Year! RIP, Sun/Solaris...
Meelis Roos
mroos at linux.ee
Thu Jan 6 13:30:46 CST 2011
> if linux had lkm like solaris, you could just unload/reload the
> offending driver... i've almost got it down to a script for
Solaris' lkm is quite similar to Linux modules and you can load and
unload them quite the same.
The problem with unloading is locking. If you go beyond single core
single threaded, you need locking, and if the code breaks and leaves the
locks "on" you can not fix it by simple umload+load.
So unloading works when the modules are bugfree or at least don't step
on some lock.
--
Meelis Roos (mroos at linux.ee)
More information about the rescue
mailing list