Re: 8-CPU (SMP) #s for lockfree rtcache

Alan Cox (alan@lxorguk.ukuu.org.uk)
28 May 2002 18:03:13 +0100


On Tue, 2002-05-28 at 16:45, Andi Kleen wrote:
> The next obvious benefitor IMHO is module unloading. Just putting
> a synchronize_kernel() somewhere at the end of sys_delete_modules()
> after the destructor makes module unloading much less nasty than it
> used to be (yes it doesn't fix all possible module unload races, but a
> large share of them and it makes the problem much more controllable)

For 2.5 it would be much more productive to make sys_delete_module
memset the entire vmalloced space of the module to an illegal
instruction before returning

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/