2.6.11-rc2-mm2 modules can't be loaded correctly!

2005-02-01 Thread Zhonglin Zhang
Hi, Andrew Could you please check it ? I have worked out my little patch to fix it. But not any feedback. Is it ok in your machine which is not-SMP? Regards -- Zhonglin Zhang <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH] 2.6.11-rc2-mm2 can't insmod modules correctly!

2005-01-31 Thread Zhonglin Zhang
s. They won't access us, since strong_try_module_get() will fail. */ - stop_machine_run(__link_module, mod, NR_CPUS); + spin_lock_irq(&modlist_lock); + __link_module(mod); + spin_unlock_irq(&modlist_lock); -- Zhonglin Zhang <[EMAIL PROTECTED]>