Re: 2.6.21-rc suspend regression: sysfs deadlock

From: Oliver Neukum
Date: Wed Mar 07 2007 - 12:00:03 EST


Am Mittwoch, 7. März 2007 17:52 schrieb Linus Torvalds:
>
> On Wed, 7 Mar 2007, Dmitry Torokhov wrote:
> >
> > ... with the exception that it will again make data associated with
> > sysfs attributes accessible past the point of returning from
> > sysfs_remove_file. And that was the point so drivers would not have to
> > care about handling access to extra data (such as static strings) past
> > the driver unload.
>
> Drivers are unloaded by stopping the whole machine (exactly because module
> unload is otherwise so hard to handle), so that never happens unless you
> actively block. In other words, if you do something as simple as

The problem also exists with unplugging devices. Drivers get no feedback
to tell them when it is safe to free the data structures associated with
an attribute.

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