On Mon, 10 Mar 2003, Greg KH wrote:
> > It seems that the semaphore in bus_add_device() makes this unnecessary.
>
> Hm, yes. I think you are correct.
>
> So this patch is not needed, and the struct module * can be ripped out
> of struct usb_driver too :)
I think it's not easy. I haven't studied the code completely yet, but e.g.
when you attach a device to a driver you also have to get a reference to
the driver.
I think there are more interesting races, e.g. when you create a sysfs
symlink, that symlink might also have references to a module.
bye, Roman
-
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/