Module removal is not safe even on UP without preempt. UP with no
preempt only removes this race
Read usecount
Enter module
Increment usecount
Check usecount == 0
Clean up module
There are other race conditions on module unload, which is why the
problem is so "interesting".
-
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/